body,html{
font-family: 'Philosopher', sans-serif;
 
}

.footer{
background:#0032ff;
padding-top:10px;
color:#fff;
text-align:center;
}
.table-responsive{
border:1px solid #0032ff;
border-radius:7px;
}
.manufacturing{
background:#f4f4f4;
}

.certified{
background:#d8822b;
position:relative;
color:#fff;
padding-top:10px;
}

.certified:before{
content:"";
position:absolute;
background:#d8822b;
width:50px;
height:100%;
left:-24px;
top:0;
-ms-transform: skew(40deg); /* IE 9 */
    -webkit-transform: skew(40deg); /* Safari */
    transform: skew(40deg);
	border-radius:10px;
}
.certified:after{
content:"";
position:absolute;
background:#d8822b;
width:50px;
height:100%;
right:-24px;
top:0;
-ms-transform: skew(-40deg); /* IE 9 */
    -webkit-transform: skew(-40deg); /* Safari */
    transform: skew(-40deg);
	border-radius:10px;
}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
  width: 100%;
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  


.machinable{
height:835px;
}
.mild{
height:820px;
}
.mild2{
height:1000px;
}
.stainless{
height:942px;
}
.low{
height:985px;
}
.hardsurf{
height:778px;
}
.special{
height:950px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
	text-align:center;
}
.cutting{
background:#f4f4f4;
padding:20px;
margin-bottom:20px;
}
.product h3{
color:#a60000;
}
.product h5{
color:#fd3300;
}


.navbar-default .navbar-nav > .active > a{
position:relative;
background:transparent;
color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:before{
content:"";
position:absolute;

width:20px ;
height:20px;

right:0;
border-bottom:1px solid;
border-right:1px solid;
bottom:7px;
}
.navbar-default .navbar-nav > .active > a:after{
content:"";
position:absolute;

width:20px ;
height:20px;

left:0;
border-top:1px solid;
border-left:1px solid;
top:7px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
h2{
margin-bottom:30px;
position:relative;
display:inline-block;
}
//h2:before{
content:"";
position:absolute;

width:20px ;
height:20px;

right:-14px;
border-bottom:2px solid;
border-right:2px solid;
bottom:-3px;
}
//h2:after{
content:"";
position:absolute;

width:20px ;
height:20px;

left:-14px;;
border-top:2px solid;
border-left:2px solid;
top:-3px;
}
.header{
padding:20px 0;

}
.banner{
padding:50px 0;
background:url(../img/electrodes.png) no-repeat center;
background-size:cover;

}
.approvals{
padding:50px 0;

}
.product_approvals{
background:#f4f4f4;
padding:50px 0;
}
.banner h1{
background:#dedede;
display:inline-block;
padding:20px 15px;
}
.banner1{
background:#0032ff;
color:#fff;
padding:5px 10px ;
margin-left:15px;
position:relative;
}


.fixed{
  position:fixed;
  top:0;left:0;
  width:100%;
}
.jumbotron{
  margin-bottom:0;
}
.navbar {
   z-index:1030; 
    margin-bottom: 0px;
}
nav.navbar{
/*width:80%;*/
	margin:0 auto;
}
.navbar-default {
    background-color:#0032ff;
    border-color:#0032ff;
	
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	position:relative;
}
.navbar .navbar-collapse{
text-align:center;
}
nav.navbar.shrink {
  min-height: 35px;
  width:100%;
  margin:0 auto;
  	 -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

}
nav.navbar.shrink .navbar-brand {
  font-size: 25px;
}
nav.navbar.shrink a {
  font-size: 14px;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
nav.navbar.shrink .navbar-toggle {
  margin: 8px 15px 8px 0;
  padding: 4px 5px;
}
.about, .manufacturing{
padding:60px 0;
}


.btn-default{
border:2px solid #0032ff;
color:#0032ff;
position:relative;
padding: 13px 12px;
}
//.btn-default:before{
content: "";
position: absolute;
width: 112px;
height: 112%;
border: 2px solid #0032ff;
bottom: -11px;
left: 6px;
border-radius:4px;
}
#slider-text{
  
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}
.footer{

font-family: 'Flamenco', cursive;
}
#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}


#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{

  margin: 0 auto;
}
.client{
background:#dedede;
padding:50px 0;
}

.quality{
//background:#f4f4f4;
padding:50px 0;
}
.business_enquiry{
padding:50px 0;}
.business_enquiry input, .business_enquiry textarea,.business_enquiry select{
margin-bottom:20px;
}
.map{
background:url(../img/map1.jpg) no-repeat center;
background-size:cover;
height:300px;
}
.contact{
padding:50px 0;
}
.contact .fa{
color: #0032ff;
}
.contact input, .contact textarea{
margin-bottom:20px;
border:2px solid #0032ff;
}
.paking_specification{
padding:50px 0;
}
.product{
padding:50px 0;
}
.form-group{
text-align:center;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
.certified::before {
    content: "";
    position: absolute;
    background: #d8822b;
    width: 0px;
    height: 0;

}
.certified::after {
    content: "";
    position: absolute;
    background: #d8822b;
    width: 0px;
    height: 0;

}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
		
    }
	.navbar-nav {
    float: left;
    margin: 0;
        margin-left: 0px;
    margin-left: -19px;
}


}
.btn_submit{
border: 2px solid #0032ff;
color: #0032ff;
position: relative;
padding: 10px 28px;


}
.header .container div:nth-child(1) img{
    width:158px;
}

@media (min-width: 280px) and (max-width: 991px){
.dropdown-menu > li > a {
 width:200px;
}
.header .container div:nth-child(3){
display:none;
}
.header .container div:nth-child(1){
text-align:center;
}
#navimg{
    display:none;
}
.certified {
    border-radius:10px;
}
nav.navbar {
    width:100%;
	}
}

