* {
  margin: 0;
  padding: 0;
}
body {overflow-x:hidden;}
html, body {
  height: 100%;font-family: 'Open Sans', sans-serif;
}
section {
  position: relative;
  width: 100%;
  height: 100%;
}

section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font : normal 300 64px/1 'Open Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}

#section01 {}
.home{ background:url(../images/2.jpg) center center / cover no-repeat; position: relative;
  width: 100%;
  height: 100%;display: block;}
  
.innerContent{background:url(../images/3.jpg) center center / cover no-repeat; position: relative;
  width: 100%;
  height: 100%;}  
  
 .allContant{padding-top: 74px;float: left;width: 100%;height: 100%;overflow: hidden;} 
  
.demo a.ar {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Open Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a.ar:hover {
  opacity: .5;
}
.factory p{font-size: 1.167em;color: gray;line-height: 36px;text-align: center;}

#productSlider1, #productSlider2, #productSlider3, #productSlider4{padding: 10px;}
#productSlider1 .item, #productSlider2 .item, #productSlider3 .item, #productSlider4 .item{margin: 0px;}



.product{padding-top: 10px;}
.product .textSection{display: inline-block;}
.product .headingPro{font-size: 34px;color: #ed3237;padding: 10px 0;position: relative;text-transform: uppercase;display: inline-block;}
.product .headingPro::before{position: absolute;left: 0;top: 0;width: 100%;height: 1px;background:#FFFFFF;content: '';}


.product .proDet{font-size: 34px;color: #ed3237;padding: 10px 0;position: relative;text-transform:none;display: inline-block;}
.product .proDet::before{position: absolute;left: 0;top: 0;width: 100%;height: 1px;background:#FFFFFF;content: '';}





.product .artNo{font-size: 22px;font-weight: bold;color:#E3E3E3;padding-bottom: 15px;text-transform: uppercase;}
.product p{text-align: left;font-size: 1.167em;color: gray; line-height: 22px;}
.product .proImg{float: none;}
.product .proImg img{width: 100%;height: auto;}




#section01 a.ar {
  padding-top: 60px;
}
#section01 a.ar span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

.tpNav{background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;padding: 12px;margin-top:0px;color: #fff;-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;position: fixed;top: 0;width: 100%;z-index: 999; border-bottom: 1px solid #363532;}
.clear{float: none; clear:both;}
.tpNav img{max-width: 220px;height: auto;}
.contactBtn{margin-top: 12px;display: block;}
.contactBtn a.contact{color: #fff;-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;padding: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}
.contactBtn a.contact:hover{text-decoration: none;}
.rightNav{position: absolute;right: 20px;top: 180px;z-index:100;}
.rightNav .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.rightNav .nav-tabs > li {float: none;}
.rightNav .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 20px;
    line-height: 1.42857;
    margin-bottom: 15px;background:rgba(62,62,62,1.00);width: 10px;height: 10px;padding: 0;
}
.rightNav .nav-tabs > li.active > a:hover{ background-color: #F1080C;}
.rightNav .nav-tabs > li.active > a, .rightNav .nav-tabs > li.active > a:focus, .rightNav .nav-tabs > li.active > a:hover {
    background-color: #F1080C;
    text-decoration: none;border: none;
}


section .underline {
    background-color: #ed3237;
    height: 3px;
    margin: auto;
    transform: scaleX(1);
    transition: all 0.3s ease-in-out 0s;
    width: 75px;margin-bottom: 0px;
}
section:hover .underline {
    transition: all 0.3s ease-in-out 0s;
    width: 200px;
}
.heading {

    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 0px;
    margin-top: 0;
    text-align: center;color: #fff;font-size: 36px;text-transform: uppercase;
	margin-top: 55px;
}

.tooltip {  font-size: 14px;font-weight: 600;font-family: 'Open Sans', sans-serif;text-transform: uppercase;}

.section-title h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    position: relative;
}
.section-title p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.contact-info-section {
    background: #f0f0f0 none repeat scroll 0 0;
}
.contact-form {
    position: relative;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.form-control {
    background: #fff none repeat scroll 0 0;
    border: 0 solid;
    border-radius: 5px;
    box-shadow: none;
    color: #666;
    height: auto;
    padding: 15px;
}
textarea.form-control {
    height: 120px;
    resize: vertical;
}
.form-control:focus {
    border: 0 solid;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.btn.btn-effect.disabled {
    cursor: not-allowed;
}
.btn.btn-effect.theme-color.disabled:hover {
    background: #fff none repeat scroll 0 0;
}
.full-adress {
    margin-left: 40px;
}
.contact-padding.col-md-12 {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
}
.full-adress p.phone, .full-adress p.mail, .full-adress p.mobile, .full-adress p.adress {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding-left: 25px;
    position: relative;
}
.full-adress p.phone::before, .full-adress p.mail::before, .full-adress p.adress::before, .full-adress p.mobile::before {
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}
.full-adress p.phone::before {
    content: "";
}
.full-adress p.mobile::before {
    content: "";
}


.full-adress p.mail::before {
    content: "";
}
.full-adress p.adress::before {
  
   content: "";
}





.full-adress p.phone a, .full-adress p.mail a, .full-adress p.mobile a  {
    color: #666;
    font-size: 16px;
    text-decoration: none;
}

.teaser_icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}
.teaser:hover .teaser_icon {
    animation: 0.5s ease 0s normal none 1 running scaleDisappear;
}
.teaser:hover .teaser_icon.hover-icon.main_bg_color { 
    background-color: #6ab43e;
}

.technology{margin: 0;}

.technology ul li{list-style: none;margin-bottom: 24px;}
.technology h4{font-size: 18px;color: #FFFFFF;font-weight: 700;}
.technology p{font-size: 13px;color: #ECECEC;line-height: 22px;}
.factoryTxt{width: 70%;margin: 0 auto;}
.facImg{display: block;text-align: center;margin: 15px 0 30px;}


.des{margin-top: 20px;}

#hidden-content-b {
  /* Custom styling */
  max-width: 550px;
  border-radius: 4px;

  /* Custom transition - slide from top*/
  transform: translateY(-50px);
  transition: all .33s;
}

.fancybox-slide--current #hidden-content-b {
  transform: translateY(0);
}
#mapg{margin-top: 30px; }
#mapg iframe{width: 100%;height: 300px;margin-bottom: 60px;}
.technology img{width: 100%;height: auto;}
.social li{list-style: none;display: inline-block;margin-right: 15px;}
.social li a{color: #fff;font-size: 26px;-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition:all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;} 
.social li a:hover{color: #FF0004;}


.design a{position: absolute;bottom: 10px;left: 10px;font-size: 1vw;color: #606060;}


@media only screen and (min-device-width : 481px) and (max-device-width : 640px) {
	
 .tpNav img{width: 100%; }

  .allContant {overflow: auto;padding-top: 100px;}
  .rightNav {top: 110px;}
  .factory p {padding-bottom: 50px;}
  .facImg img{width: 70%;height: auto;} 
  .des {margin-top: 0;}
  
  .owl-prev {
    left: 40px;
    top: 40%;
}
.owl-next {
    right: 40px;
    top: 40%;
}
.innerContent {
    background: rgba(0, 0, 0, 0) url("../images/3m.jpg") no-repeat scroll center center / cover ;
    height: 100%;
    position: relative;
    width: 100%;
}
.full-adress {
    margin-left: 0px;margin-top: 40px;
}
.home {
    background: rgba(0, 0, 0, 0) url("../images/2mm.jpg") no-repeat scroll center center / cover ;}
	section .underline{margin-bottom: 0;}
	
	.allContant{overflow: auto!important;padding-bottom: 60px;}
	.tab-content > .tab-pane{display: block!important;}
	.tab-content > .fade{opacity: 1!important; }
	.rightNav{display: none;}
	.social{margin-top: 10px;}
	

	.log{max-width:310px; }	
	.allCat{position: relative;width:90%;left: 50%;margin-left:-45%;top: 200px;}
	#mobLinks img{width: 40%;height: auto; }
	.allCat .catName1 {
    position: absolute;
    left: 0px;
    top: -216px;
}

.allCat .catName2 {
    position: absolute;
    left: -44px;
    top: -157px;
}


	.allCat .catName3 {
    position: absolute;
    right: 0px;
    top: -230px;
}

	.allCat .catName4 {
    position: absolute;
    right: -40px;
    top: -173px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */







.contactBtn {margin-top: 2px;}
  .tpNav img{width: 100%; }
 
    .facImg img{width: 70%;height: auto;} 
	.allContant {overflow: auto;padding-top: 100px;}
	.des {margin-top: 0;} 
	.owl-prev {
    left: 40px;
    top: 40%;
}
.owl-next {
    right: 40px;
    top: 40%;
}
.innerContent {
    background: rgba(0, 0, 0, 0) url("../images/3m.jpg") no-repeat scroll center center / cover ;
    height: 100%;
    position: relative;
    width: 100%;
}
.full-adress {
    margin-left: 0px;margin-top: 40px;
}	
.home {
    background: rgba(0, 0, 0, 0) url("../images/2mm.jpg") no-repeat scroll center center / cover ;}
	
	.product .proImg{float: none;width: 100%;}
	.product .proImg img{width: 100%;}
	section .underline{margin-bottom: 0;}
   .allContant{overflow: auto!important;padding-bottom: 60px;}
	.tab-content > .tab-pane{display: block!important;}
	.tab-content > .fade{opacity: 1!important; }
	.rightNav{display: none;}
	.social{margin-top: 10px;}
	
	 .log{max-width:310px;margin-top: -130px; }	
	.allCat{position: relative;width:90%;left: 50%;margin-left:-45%;top: 200px;}
	#mobLinks img{width: 40%;height: auto; }
	.allCat .catName1 {
    position: absolute;
    left: 0px;
    top: -270px;
}

.allCat .catName2 {
    position: absolute;
    left: -44px;
    top: -210px;
}


	.allCat .catName3 {
    position: absolute;
    right: 0px;
    top: -284px;
}

	.allCat .catName4 {
    position: absolute;
    right: -40px;
    top: -224px;
}
	
	
	
}










#mapg{float: none;position: relative;top:-29px;}
#mapg a{color: #fff;padding: 10px;
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */display: block;text-align: center;

}
#mapg a:hover{text-decoration: none;}


#tech{position: relative;}
#tech .owl-prev {
    left: 40px;
    top: 40%;
}
#tech .owl-next {
    right: 40px;
    top: 40%;
}



