html {
  font-size: 10px;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
}
body {
  background: #fff none repeat scroll 0 0;
  color: #333333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  min-height: 100%;
  overflow-x: hidden;
}
/*-----------------------------------------------------*/
.h1, h1 {font-size: 36px;}
.h2, h2 {font-size: 32px;}
.h3, h3 {font-size: 28px;}
.h4, h4 {font-size: 24px;}
.h5, h5 {}
.h6, h6 {}

p{}
img{}
/*-----------------------------------------------------*/
a {
	color:#337ab7;
	text-decoration:none
}
a:hover {
	color:#23527c;
	text-decoration:underline
}
a:focus {}
a:link, a:visited, a:hover, a:focus, a:active{border: 0;outline: 0;}
a img{border: 0;outline: 0;}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
/*-----------------------------------------------------*/
#wrap {
	height: 100%;
	min-height: 100%;
}
#top_line {
  background: #f6f6f6 none repeat scroll 0 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  min-width: 100%;
  padding: 8px 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1000;
}
#top_line #logo{float: left;}
#top_line #logo img {
	width: 280px;
	margin-top: 14px;
}
#top_line #tel {
  background: rgba(0, 0, 0, 0) url("../images/tel.png") no-repeat scroll 0 70%;
  color: #00b53d;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 15px 0 0 28px;
  text-shadow: 1px 1px 0px #000;
}
#header {
  /*background: url("/templates/masterbootstrap/images/heder.png") repeat scroll 0 0px, rgba(0, 0, 0, 0) url("/templates/masterbootstrap/images/heder.jpg") no-repeat scroll 50% 50% / 100% auto;*/
  background: url("../images/heder.jpg") no-repeat fixed 0 0 / 100% auto;
  border-width: 1px;
  box-shadow: 0 2px 5px #333333;
  color: #ffffff;
  height: 400px;
  margin-top: 80px;
  overflow: hidden;
  z-index: 1;
}
#nav{}
#article {padding: 30px 0;}
#aside{}
#footer {
  background: #0b0909 none repeat scroll 0 0;
  color: #ffffff;
  float: left;
  margin-top: 10px;
  padding: 10px 0;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  position:relative;
}
/*-----------------------main_menu------------------------------*/
#main_menu {
  float: left;
  list-style: outside none none;
  margin: 10px 0 0;
}
#main_menu .moduletable_menu {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}
#main_menu ul {
	margin:10px 0 0;
	padding:0;
	list-style-image:none;
	list-style:none;
}
#main_menu .container-fluid {
  padding-left: 0;
}
#main_menu #bs-example-navbar-collapse-1.collapse.navbar-collapse{padding: 0;}
#main_menu ul li {
  border-left: 1px solid #00b53d;
  display: inline-block;
  margin: 15px 0 0 12px;
  padding: 0 0 0 15px;
}
#main_menu ul li.active {
}
#main_menu ul li.active a {
 color:;
}
#main_menu ul li:hover {
}
#main_menu ul li a {
  color: #00b53d;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
#main_menu ul li a:hover {
  color: #10951d;
  text-decoration: underline;
}
#main_menu ul li.item-101 {
	border-left: none;
	margin-left:0;
}
.fixed {
	left: 0;
	padding: 0 0 20px;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 10;
}
#main_menu ul li ul {
	margin-top: 5px;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	z-index: 1000;
}
#main_menu ul li:hover ul {
	margin-top: 0;
	opacity: 1;
	padding-top: 13px;
	visibility: visible;
}
#main_menu ul li ul li {
	border: medium none;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
}
#main_menu ul li ul li a {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	font-size: 18px;
	height: auto;
	margin: 1px;
	padding: 5px 0 5px 10px;
	text-align: left;
	text-decoration: none;
	width: 240px;
}
#main_menu ul li ul li a:hover {
	background: #333333;
	margin-left: 5px;
}

/*-----------------------foto------------------------------*/
#foto {
  background: url("../images/foto.png"), #f7f6f6 none repeat scroll 0 0;
  box-shadow: 0 2px 5px #333333;
  padding: 30px 0;
  text-align: center;
}
#foto a {
  width: 260px;
  height: 195.5px;
  overflow: hidden;
  display: inline-block;

  border: 1px solid #00b53d;
  box-shadow: 0 0 3px #333333;
  display: inline-block;
  margin: 8px 6px;
  transition: all 0.5s ease 0s;
}
#foto a img {
  width: 260px;
}
#foto a:hover {
  border: 1px solid #ffdb4d;
  box-shadow: 0 0 6px 2px #333333;
  opacity: 0.8;
}
/*-----------------------foto------------------------------*/

/*-----------------------info------------------------------*/
#info {
  min-height: 460px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
#info ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 40px;
}
#info ul li {
  float: left;
}
#info ul li a {
  background: #ffdb4d none repeat scroll 0 0;
  box-shadow: 1px 1px 2px #333333;
  color: #333333;
  display: inline-block;
  font-size: 22px;
  margin: 0 18px 0 0;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.1s ease 0s;
}
#info ul li a:hover {
  background: #f3cd38 none repeat scroll 0 0;
  box-shadow: 0 0 1px #333333;
  cursor: pointer;
  margin: 1px 18px 0 0;
}
#info ul li a.active{
  background: #f3cd38 none repeat scroll 0 0;
  box-shadow: 0 0 1px #333333;
  cursor: pointer;
  margin: 1px 18px 0 0;
}
#info .masteritem {
  position: absolute;
}
#info #item1.masteritem{}
#info #item2.masteritem{display:none;}
#info .masteritem h2{}
/*-----------------------info------------------------------*/

/*-----------------------price------------------------------*/
#price {
  background: url("../images/price.jpg") no-repeat fixed 0 0 / 100% auto;
  box-shadow: 0 2px 5px #333333;
  padding: 30px 0;
  border: 1px solid;
}
#price table {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  box-shadow: 0 0 1px;
}
#price table tr th, #price table tr td {
  border: 1px solid;
  box-shadow: 0 0 1px;
  padding: 5px 10px;
}
#price table tr th {
  background: #dfdfdf none repeat scroll 0 0;
  text-align: center;
}
#price table tr td{
  border: 1px solid;
  transition: all 0.1s ease 0s;
}
/*#price table tr:hover td {
  background: #00B53D;
  color: white;
}
*//*-----------------------price------------------------------*/

/*-----------------------cont------------------------------*/
#cont{padding: 30px 0;}
#cont a{
    color: #00b53d;
    font-weight: bold;
}
#cont a:hover{
    color: #00951d;
}
/*-----------------------cont------------------------------*/

/* Media Queries */
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
.h1, h1 {
 font-size: 26px;
 text-align: center;
}
#header {
  background: rgba(0, 0, 0, 0) url("../images/heder.jpg") no-repeat fixed 0 0 / auto 100%;
  margin-top: 153px;
  height: 160px;
}
#top_line #tel {
  background-size: 20px auto;
  font-size: 21px;
}
.flexslider .slides > li {
  font-size: 21px !important;
}
#article {
    padding: 30px 15px;
}
#info {
  padding: 30px 15px;
}
#cont {
  padding: 30px 15px;
}
#footer {
  padding: 10px 15px;
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#main_menu {
 padding-bottom: 5px;
}
#main_menu ul li.item-101 {
 border: none;
 margin: 5px 8px 0 8px;
}
#main_menu ul li {
 border-top: 1px solid #fff;
 border-left: 0;
 border-right: 0;
 border-bottom: 0;
 clear: left;
 display: block;
 float: left;
 line-height: 20px;
 margin: 5px 8px 0 8px;
 padding: 6px 0 0 10px;
 width: 95%;
}
#header {
  background: rgba(0, 0, 0, 0) url("../images/heder.jpg") no-repeat fixed 0 0 / auto 100%;
  margin-top: 153px;
  height: 160px;
}
#top_line #tel {
  background-size: 20px auto;
  font-size: 21px;
}
.flexslider .slides > li {
  font-size: 21px !important;
}
#article {
    padding: 30px 15px;
}
#info {
  padding: 30px 15px;
}
#cont {
  padding: 30px 15px;
}
#footer {
  padding: 10px 15px;
}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}
/* Large desktop */
@media (min-width: 1200px) {
}

table {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  box-shadow: 0 0 1px;
}
table tr th, table tr td {
  border: 1px solid;
  box-shadow: 0 0 1px;
  padding: 5px 10px;
}
table tr th {
  background: #dfdfdf none repeat scroll 0 0;
  text-align: center;
}
table tr td{
  border: 1px solid;
  transition: all 0.1s ease 0s;
}
#tr-popup[data-hidden="true"] {display:none;}