*,*:before, *:after {
  -mov-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#webcontent {
	width:1000px;
	margin: 0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
header {
  width:100%;
  margin:0 auto;
  display:block;
}
.c {
	clear:both;
}
#nav_mobile {
	width:100%;
	margin:0 auto;
	padding:5px;
	background-color: #677bf5;
	display:none;
	float:left;
}
#nav_mobile ul {
  width:100%;
  margin:0 auto;
  padding:3px 0;
  background-color: #677bf5;
  display:block;
  float:left;
}
#nav_mobile ul li {
  margin:0;
  width:100%;
  font-size:1em;
  color:#FFF;
  background-color: #a8aef8;
  list-style-type: none;
  display:block; 
  line-height:25px;
  text-indent: 3px;
}

#nav_mobile ul li>a {
  font-size:1em;
  color:#333;
  background-color: #a8aef8;
  list-style-type: none;
  display:block;
  float:left;
  width:100%;
  height:25px;
  line-height:23px;
  border:1px dotted #c5a992;
}

#nav_mobile ul li>a:hover {
  font-size:1em;
  color:#FFF;
  font-weight:bold;
  background-color: black;
  list-style-type: none;
  display:block;
  width:100%;
  height:25px;
  line-height:23px;
  text-decoration: none;
}

#nav_mobile ul li ul {
  font-size:1em;
  color:#333;
  background-color: #c4cbf3;
  list-style-type: none;
  display:block;
  float:left;
  margin:0 auto;
  padding:0;
  width:100%;
}

#nav_mobile ul li ul li {
  font-size:1em;
  color:#333;
  list-style-type: none;
  display:block;
  float:left;
  margin:0 auto;
  width:100%;
  height:25px;
  line-height:23px;
  text-indent: 20px;
}

#nav_mobile ul li ul li>a {
  font-size:1em;
  color:#333;
  background-color: #c4cbf3;
  list-style-type: none;
  display:block;
  margin:0 auto;
  width:100%;
  height:25px;
}

#nav_mobile ul li ul li>a:hover {
  font-size:1em;
  color:#ddd;
  font-weight:bold;
  background-color: black;
  text-decoration: none;
  display:block;
  margin:0 auto;
  width:100%;
}

//-----------

#nav_mobile ul li ul li ul {
  font-size:1em;
  color:#333;
  background-color: #f8ca9f;
  list-style-type: none;
  display:block;
  float:left;
  margin:0 auto;
  padding:0;
  width:100%;  
}
#nav_mobile ul li ul li ul li {
  font-size:1em;
  color:#333;
  list-style-type: none;
  display:block;
  float:left;
  margin:0 auto;
  width:100%;
  height:25px;
  line-height:23px;
  text-indent: 20px;  
}
#nav_mobile ul li ul li ul li>a {
  font-size:1em;
  color:#333;
  background-color: #f8ca9f;
  list-style-type: none;
  display:block;
  margin:0 auto;
  width:100%;
  height:25px;  
}
#nav_mobile ul li ul li ul li>a:hover {
  font-size:1em;
  color:#333;
  background-color: #f8ca9f;
  list-style-type: none;
  display:block;
  margin:0 auto;
  width:100%;
  height:25px;  
}
nav {
	width:100%;
  margin:0 auto;
  padding:0;
  display:block;
}
#breadcrumbs_web {
  width:100%;
  margin:0 auto;
  padding:0;
  display:block;
}
#breadcrumbs_mobile {
  width:100%;
  margin:0 auto;
  padding:0;
  display:none;
}
aside {
  width:16%;
  margin:0;
  padding:0.5%;
  display:block;
  line-height:20px;
  float:left;
}
article {
  width:68%;
  margin:0 auto;
  padding:0.5%;
  display:block;
  float:left;
}
footer {
  width:100%;
  height:auto;
  margin 0 auto;
}
#counter {
  width:100%;
  margin:0;
  padding:10% 0 1% 10%;
  display:block;
  background-image: url(/images/footer/footer_bg.jpg);
  -moz-background-size:cover;
  -webkit-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}
#footer_text {
  width:100%;
  padding:1%;
  margin:0 auto;
  display:block;
  float:left;
}

.info{
  width:100%;
  height:auto;
}

.products {
  width:31%;
  height:auto;
  margin: 0 1% 10px 1%;
  padding:1%;
  font-size:12px;
  line-height:20px;
  text-align:center;
  vertical-align : top;
  display:inline-block;
  overflow:hidden;
  border:1px dotted #ccc;
}
.products1 {
  width:48%;
  height:auto;
  margin: 0 1% 10px 1%;
  padding:1%;
  text-align:center;
  vertical-align : top;
  display:inline-block;
  overflow:hidden;
  border:1px dotted #ccc;
}
.iframe-16x9 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframe-4x3 {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.iframe-16x9 iframe, .iframe-4x3 iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:1000px) {
  #webcontent {
	  width:100%;
	  margin:0 auto;
	  padding:1px;
	  overflow:hidden;
	}
}
@media only screen and (max-width:800px) {
  #webcontent {
	  width:100%;
	  margin:0 auto;
	  padding:1px;
	  overflow:hidden;
	}
	.products {
	  width:48%;
	  height:auto;
	  margin: 0 1% 10px 1%;
	  padding:1%;
	  text-align:center;
	  vertical-align : top;
	  display:inline-block;
	  overflow:hidden;
	  border:1px dotted #ccc;
	}
}
@media only screen and (max-width:40em) {
	#webcontent {
	  width:100%;
	  margin:0 auto;
	  padding:1px;
	  overflow:hidden;
	}
	header {
	  display:block;
	  width:100%;
	  margin:0 auto;
	}
	#nav_mobile {
		display:block;
		float:left;
	}
	#breadcrumbs_web {
	  display:none;
	}
	#breadcrumbs_mobile {
	  display:block;
	}
	aside {
	  display:none;
	}
	
	article {
	  width: 100%;
	  padding: 0 1%;
	  display:block;
	}
	footer {
		width:100%;
		padding: 0 5px;
	}
	#counter {
	  width:100%;
	  margin:0;
	  padding:1%;
	  display:block;
	}
	#footer_text {
	  width:100%;
	  padding:1%;
	  margin:0 auto;
	  display:block;
	  float:left;
	}
	.products {
	  width:98%;
	  height:auto;
	  margin: 0 1% 10px 1%;
	  padding:1%;
	  text-align:center;
	  display:inline-block;
	  overflow:hidden;
	  border:1px dotted #ccc;
	}
	.products1 {
	  width:98%;
	  height:auto;
	  margin: 0 1% 10px 1%;
	  padding:1%;
	  text-align:center;
	  display:inline-block;
	  overflow:hidden;
	  border:1px dotted #ccc;
	}
}