html, body {
	height: 100%;
	width: 100%;
}

body {
	margin:auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	width: 100%;
	background-size:100% ;
    background-repeat: no-repeat;
    background-position: 0px 50px ;
    background-image: url("images/350.jpg");
    background-color:rgb(255, 255, 255) ;
  }    
           


.container {
    margin: 0px;
}
/* ---------------- For Animation on  ---------------- */
.indexbox {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.indexbox.slide {visibility: visible; animation:slide 1s;}
.indexbox::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}


a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 600;
	right: 20px;
	bottom: 10px;
	background: rgb(0,0,0) url("images/up-arrow.png") no-repeat center 45%;
	-webkit-border-radius: 30px ;
	-moz-border-radius: 30px ;
	border-radius: 30px ;
	border: 1px solid rgb(255,255,255);
}
a:hover.back-to-top {
	background-color: #000;
}


/** HEADER */
@media screen and (max-width: 600px) { #header {display: none ;} }

@media screen and (min-width: 600px) {  
#header {
	width: 100%;
	height: 10%;
	overflow: hidden;
	z-index:500;
	background-color:rgb(240,240,240) ;
	text-align: center;
	margin:0 auto; /*center-aligned*/
    position: fixed;
	box-shadow:0px 0px 20px grey;
}
#header s {
	float:left;
	width:25px;
	height:25px;
	margin:1% 35% 0px 5%;
}
#header img {
	float:left;
	width:120px;
	height:42px;
	margin:1.5% 0px 0px 4%;
}
#header p {
  display: inline-block;
  border: none;
  text-align: center;
  font-size: 15px;
  font-family: Trebuchet MS ;
  src: url('Trebuc.ttf')  format('truetype');
  float: left;
  transition: all 0.2s;
  cursor: pointer;
  color:rgb(50,50,50);
  margin:2% 0px 1.2% 0.2%;
  width: 9%;
}
#header a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color:rgb(50,50,50);
}
#header a:hover span {
  font-size: 18px;
  top: -2px;
  font-weight: normal;
  color:rgb(250,0,0);
}
#header a.button:link {
  color:rgb(235,235,235);
} }
@media only screen and (min-width: 600px) {#headmenu {display: none ;} }
@media only screen and (min-width: 600px) { #menu {display: none ;} }
@media only screen and (max-width: 600px) { 
#headmenu {
	width: 100%;
	height: 8%;
	overflow: hidden;
	z-index:500;
	background-color:rgb(240,240,240) ;
	text-align: center;
	margin:0 auto; /*center-aligned*/
    position: fixed;
	box-shadow:0px 0px 20px grey;
}
#headmenu h {
	float:left;
	width:20px;
	height:20px;
	margin:3% 35% 0px 5%;
}
#headmenu img {
	float:left;
	width:70px;
	height:25px;
	margin:1% 0px 0px 4%;
}
#headmenu p {
  display: inline-block;
  border: none;
  text-align: center;
  font-size: 22px;
  font-family: Trebuchet MS ;
  src: url('Trebuc.ttf')  format('truetype');
  float: right;
  transition: all 0.2s;
  cursor: pointer;
  color:rgb(50,50,50);
  margin:5% ;
  width: 9%;
}
#headmenu a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color:rgb(50,50,50);
}

#menu {
    height: 40%;
    width: 0;
    position: fixed;
    z-index: 600;
    top: 10%;
    right:0;
    background-color: rgb(245,245,245);
    transition: 0.3s;
    opacity:0;
    text-align:center;
	box-shadow:0px 20px 40px grey;
}
#menu .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color:gray;
    text-decoration: none;
    font-family:verdana;
}
#menu p {
  display: inline-block;
  border: none;
  text-align: center;
  font-size: 18px;
  font-family: Trebuchet MS ;
  src: url('Trebuc.ttf')  format('truetype');
  float: right;
  transition: all 0.2s;
  cursor: pointer;
  color:rgb(50,50,50);
  margin:5% 2%;
  width: 100%;
}
#menu a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color:rgb(50,50,50);
  margin:8% 2%;
}
#menu a:hover span {
  color:rgb(250,0,0);
}
#menu a.button:link {
  color:rgb(235,235,235);
} }

@keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }
  .tcontainer{
    width: 90%;
	overflow: hidden;
	float: right;
  }
  .ticker-wrap {
    width: 100%;
    padding-left: 100%;
  }
  .ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 60s;
  }
  .ticker-move:hover{
    animation-play-state: paused;
  }
  .ticker-item{
    display: inline-block;
	padding: 0 30px;
	font-size: 18px;
	font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
  }

/**---------------------------------------------------------------------------------------------------------**/

#slider {
	width: 100%;
	height: 350px;
	overflow: hidden;
	text-align:center;
	margin:0 auto; /*center-aligned*/
	cursor: pointer;
	background-image: url("scrollbanner/sliderback.jpg");
    background-size:100% auto;
}

#boxA {
	width: 100%;
	height: auto;
    overflow: hidden;
	text-align:center;
	margin:0 auto; /*center-aligned*/
	background-color:rgb(250, 250, 250) ;
	padding-top: 2%;
	border-bottom: 1px solid rgb(225,225,225);
}
#boxAa {
	width: 40%;
	height: auto;
    overflow: hidden;
	float:left; 
	padding-left: 3%;
}
@media only screen and (max-width: 600px) { #boxAa {width: 90% ;} }

#boxA img {
	margin:0 auto; /*center-aligned*/
	width: 12%;
	height: auto;
	text-align: center;
	display: inline-block;
	padding:1% 3%;
}
#boxD {
	width: 100%;
	height: auto;
    overflow: hidden;
	text-align:center;
	position:relative;
	text-align: center;
	background-color:rgb(255, 255, 255) ;
	background-repeat: repeat;
	padding-top: 2%;
	border-bottom: 1px solid rgb(225,225,225);
}
#boxDa {
	width: 50%;
	height: 100%;
    overflow: hidden;
	text-align:center;
	position:relative;
	float:left; 
}
@media only screen and (max-width: 600px) { #boxDa {width: 90% ;} }

#boxDa img{
	width: 30%;
    display: inline-block;
	position: relative;
	margin: 2% ;
}
#boxW {
	width: 100%;
	height: auto;
    overflow: hidden;
	position:relative;
	margin:0 auto; /*center-aligned*/
	background-color:rgb(252, 252, 252) ;
	border-bottom: 1px solid rgb(225,225,225);
}
#boxWa {
	width: 16%;
	margin:1%;
	height: auto;
	text-align:center;
	position:relative;
	display: inline-block;
	background-color:rgb(240, 240, 240) ;
}
#boxWa img{
  margin: 0px;
  width: 100%;
  height: auto;
}

#boxM{
	width: 100%;
	height: auto;
    overflow: hidden;
	text-align:center;
	margin:0 auto; /*center-aligned*/
	background-color:rgb(255, 255, 255) ;
	padding-top: 2%;
	border-bottom: 1px solid rgb(225,225,225);
	}
#boxMa {
	width: 11.5%;
	height: 40%;
    overflow: hidden;
	text-align:center;
	display: inline-block;
	margin: 2% 1%;
}
@media only screen and (max-width: 600px) { #boxMa {width: 45% ;} }

#boxMa img{
  display: block;
  width: 100%;
  height: auto;
  text-align:center;
  display: inline-block;
}
#boxP {
	width: 100%;
	height: auto;
	text-align:center;
	margin:0 auto; /*center-aligned*/
	background-color:rgb(255, 255, 255) ;
	padding-top: 2%;
}
#boxPa {
	width:20%;
	height: auto;
    overflow: hidden;
	float:left; 
	padding-left: 3%;
}
#store {
	width: 180px;
	height: 80%;
    overflow: hidden;
	display: inline-block;
	margin: 2% ;
	padding-bottom:10px;
	border: 2px solid rgb(225,225,225);
	border-radius:10px;
}
#store img {
	width: 100% ;
	height: auto ;
}
#store1{
    width: 60%;
	font-size: 14px;
	list-style: none;
	color:rgb(50, 50, 50);
	margin: 5px 0px 0px 10px ;
    text-align:left;
	font-weight:normal;
	float: left;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
}
#store2{
    width: 90%;
	font-size: 16px;
	list-style: none;
	color:rgb(20, 20, 250);
	margin: 5px 0px 0px 10px ;
	text-align:left;
	font-weight:normal;
	float: left;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
}
#store3{
    width: 100%;
	font-size: 16px;
	list-style: none;
	color:rgb(250, 20, 20);
	margin: 0 auto;
	text-align:center;
	font-weight:lighter;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
}
#store4{
	font-size: 14px;
	list-style: none;
	color:rgb(50, 50, 50);
	margin: 5px 5px 0px 0px ;
	text-align:right;
	font-weight:normal;
	float: right;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
}
#store5{
    width: 30%;
	font-size: 12px;
	list-style: none;
	color:rgb(250, 20, 20);
	margin: 5px 5px 0px 0px ;
	text-align:right;
	font-weight:normal;
	float: right;
	float:top;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
}
#space,#spacel,#spacer,#spacep,#spacef,#spacei,#spacex {
	width: 100%;
	height: 10%;
	overflow: hidden;
	text-align:center;
	margin:0 auto; /*center-aligned*/
	cursor: pointer;
    }
#close {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align:center;
	margin:0 auto; /*center-aligned*/
    background-color:rgb(225,225,225);
    }
#close h{
	font-size: 20px;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
	list-style: none;
	color:rgb(250, 20, 20);
	letter-spacing: 2px;
	margin:auto;
	float:left;
	font-weight:normal;
	padding: 1% 2% 1% 2%;
	cursor:pointer;
}    
#sparefilter {
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-align:center;
	margin:0 auto; /*center-aligned*/
	padding-left: 2% ;
    }
#sparefilter h {
	font-size: 14px;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
	list-style: none;
	color:rgb(50, 50, 50);
	margin:5px ;
	float:left;
	font-weight:normal;
}   
#sparefilter h a span {
  display: inline-block;
  position: relative;
  transition: 0.2s;
  color:rgb(0, 0, 0);
}
#sparefilter a:hover span {
  color:rgb(250,20,20);
  cursor: pointer;
}
#laser,#router,#plasma,#fiber,#indoor,#xerox {
    width:100%;
    height: auto;
    overflow: hidden;
    display: none;
    text-align: center;
    margin:0 auto; /*center-aligned*/
	border-bottom: 3px solid rgb(225,225,225);
	border-top: 3px solid rgb(225,225,225);
}
#machines {
	width: 100%;
	height: 65%;
    overflow: hidden;
	text-align:center;
	text-align: center;
	background-color:rgb(255, 255, 255) ;
	background-repeat: repeat;
	border-bottom: 1px solid rgb(225,225,225);
}
#machinesa {
	width: 50%;
	height: auto;
    overflow: hidden;
	position:relative;
	float:left; 
}
@media only screen and (max-width: 600px) { #machinesa {width: 90% ;} }

#machinesa img{
    display: inline-block;
	position: relative;
	margin: 5% ;
}

#aboutimg{
    margin:50px 0px 0px 0px;
}
#h1{
	font-size: 35px;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
	list-style: none;
	color:rgb(50, 50, 50);
	letter-spacing: 2px;
	margin:auto;
	font-weight:normal;
	padding-left: 2%;
	padding-top: 1%;
}
#h1 a span {
	display: inline-block;
	position: relative;
	transition: 0.2s;
	color:rgb(0, 0, 0);
  }
#h2{
	width: 100%;
	font-size: 18px;
	list-style: none;
	line-height: 200%;
	color:rgb(50, 50, 50);
	margin:5% 0px 0px 0px;
	font-weight:normal;
	float: left;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
}
#h3{
	font-size: 18px;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
	list-style: none;
	color:rgb(50, 50, 50);
	letter-spacing: 2px;
	margin:1%  ;
	font-weight:normal;
}
#h3 a span {
  display: inline-block;
  position: relative;
  transition: 0.2s;
  color:rgb(0, 0, 0);
}
#h3 a:hover span {
  color:rgb(100,100,100);
  cursor: pointer;
}

#h4{
	width: 100%;
	font-size: 16px;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
	list-style: none;
	line-height: 200%;
	color:rgb(250, 0, 0);
	letter-spacing: 2px;
	margin:5% 0px 0px 0px;
	font-weight:normal;
	float: left;
}
#h4 a span {
  display: inline-block;
  position: relative;
  transition: 0.2s;
  color:rgb(0, 0, 0);
  	list-style: none;
}
#h5{
	width: 100%;
	font-size: 16px;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
	list-style: none;
	line-height: 200%;
	color:rgb(50, 50, 50);
	letter-spacing: 2px;
	margin:10% 0px 0px 25%;
	font-weight:normal;
	float: left;
}
#h6{
	width: 100%;
	font-size: 20px;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
	list-style: none;
	line-height: 200%;
	color:rgb(250, 0, 0);
	text-align: left;
	letter-spacing: 2px;
	margin:2% 0px 0px 0px;
	font-weight:normal;
	float: left;
}
#title1 {
	width:50%;
	height:30px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin:5% 0px;
	color:rgb(50, 50, 50);
}
@media only screen and (min-width: 600px) { 
#title2 {
	width:50%;
	height:auto;
    text-align: center;
    display: inline-block;
    margin:2%;
	border: 2px solid rgb(120,120,120);
	border-radius: 30px ;
} }
@media only screen and (max-width: 600px) { 
#title2 {
	width:95%;
	height:auto;
    text-align: center;
    display: inline-block;
    margin:2%;
	border: 2px solid rgb(120,120,120);
	border-radius: 30px ;
} }

#p1{
	display: block;
    width: 90%;
    height: auto;
    margin: 5% 0px 0px 10%;
    float:left;
	color:rgb(50, 50, 50);
	font-size: 14px;
	font-family: verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	line-height: 150%;
}
#p2{
	display: block;
    width: 30%;
    height: auto;
    margin: 1% 0px 0px 0px;
    float:left;
	color:rgb(50, 50, 50);
	font-size: 18px;
	font-family: Blokletters balpen ;
    src: url('Blokletters-balpen.ttf')  format('truetype');
	text-align: center;
	padding-left: 2%;
}

#p3{
	display: block;
    width: 50%;
    height: auto;
    margin: 2% 0px 0px 0px;
	float:left;
	text-align: left;
	color:rgb(50, 50, 50);
	font-size-adjust: 0.6;
	font-family: Blokletters balpen ;
    src: url('Blokletters-balpen.ttf')  format('truetype');
}
#p4{
	display: block;
    width: 100%;
    height: auto;
    margin: 4% 0px 0px 0px;
    float:left;
	color:rgb(50, 50, 50);
	font-size-adjust: 0.6;
	font-family: Blokletters balpen ;
    src: url('Blokletters-balpen.ttf')  format('truetype');
}
#p5{
	display: block;
    height: auto;
    margin: 6px 0px 0px 25%;
    float:left;
	color:rgb(50, 50, 50);
	font-size: 15px ;
	font-family: 'Verdana';
	text-align: left;
}

#p6{
	display: block;
    width: 95%;
    height: auto;
    margin: 1% 0px 0px 0%;
    float:left;
	color:rgb(50, 50, 50);
	font-size: 12px;
	font-family: verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	line-height: 120%;
}
#scroller {
	overflow: hidden;
	width: 98%;
	height: 115px;
	margin: 0 auto;
	cursor: pointer;
	margin-bottom:30px;
    position: relative;
	display: inline-block;
    -webkit-user-select: none;
	user-select:none;
	background-color:rgb(255, 255, 255) ;

  }
  #imgs {
	display: block;
	padding: 0;
	width: 150%;
  }
  #imgs li {
	padding-right: 15px;
	display: inline-block;
   *display:inline;
  }
  #imgs img {
	width: 100px;
	height: 100px;
  }

#order {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 500;
    bottom: 0;
    background-color: rgb(245,245,245);
    transition: 1s;
    opacity:0;
    text-align:center;
	box-shadow:0px 20px 40px grey;
}
#order .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
    color:gray;
    text-decoration: none;
    font-family:verdana;
}

#form {
	width: 50%;
	height: auto;
	overflow: hidden;
	text-align:center;
	margin:0 auto;
	float:left;
}

input[type=text], textarea, file {
    width: 60%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    margin:1%;
    font-family: 'Verdana';
    font-size: 16px;
}

input[type=submit] {
    width: 60%;
    background-color: white;
    color: gray;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin:10% 1% 5% 1%;
    font-family: 'Verdana';
    font-size: 16px;
}

/**---------------------------------------------------------------------------------------------------------**/
#footer {
	width: 100%;
	height: 80%;
	overflow: hidden;
	text-align:center;
    background-color:rgb(240,240,240);
	border-bottom: 1px solid rgb(225,225,225);
	margin:0 auto;
    background-repeat: repeat;
}

#fbox {
	float:left;
	width: 50%;
	height: auto;
    text-align:center;
    position: relative;
}
@media only screen and (max-width: 600px) { #fbox {width: 90% ;} }

#fbox ul {
	width:50%;
	float:left;
	list-style: none;
	line-height: normal;
    color: rgb(255,255,255);
    text-align:left;
	vertical-align: middle;
	margin: 2% 0px 0px 20%;
  }
@media only screen and (max-width: 600px) { #fbox ul {width: 90% ;} }

#fbox li {
	width: 100%;
	padding: 5px 0px 10px 0px;
	list-style: none;
	font-size: 14px;
    color: rgb(50,50,50);
	text-align:left;
	line-height: 200%;
    margin:0 auto;
    font-family: Trebuchet MS ;
    src: url('Trebuchet MS.ttf')  format('truetype');
}

.smedia{
	float:left;
	width:15%;
	height:auto;
	padding:10px;
}
.footerlogo{
	float:left;
	width:80%;
	height:auto;
	padding: 10px 0px 0px 10px;
	margin:0 auto;
}
.follow{
	float:right;
	padding:0px 0px 0px 30px;
}
#copyright {
	width:100%;
	height: 4%;
	margin:0 auto;
	font-size-adjust: 0.4;
	font-family: verdana, Helvetica, sans-serif;
	background-color: rgb(230, 230, 230);
	font-weight:normal;
	float: left;
}
@media only screen and (max-width: 600px) { #copyright {font-size: 10px;} }


/**---------------------------------------------------------------------------------------------------------**/