body
{
	font-size: 15px;
}

a, a:hover, a, a:focus, a.active
{
  color: #336600;  
  font-size: 15px;
  text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	max-width: 100%;
}

header
{
	background: url('../../images/header/bg.jpg');
}

header img
{
	max-width: 100%;
}

header .container,
#content > .container,
footer .container
{
	max-width: 1000px;	
}

header #logo
{
	text-align: left;
}

header #about
{
	text-align: right;
}

header #about img
{
	max-width: 18%;
}

header nav.main
{
	height: 37px;
}

header nav.main ul
{
	max-width: 1000px;
	margin: 6px auto 0 auto;
}

header nav.main ul li
{
	float: left;
	list-style: none;
}

header nav.main ul a, header nav.main ul a.focus, header nav.main ul a.active
{
	float: left;
	height: 30px;
	color: #fff;
	background: url('../../images/header/nav-item-bg.jpg') repeat-x;
	padding: 6px 40px 0px 40px; 
	margin-right: 2px;
	font-size: 13px;
	text-shadow: 0px 0px #dcebee;
}

header nav.main ul a:hover
{
	color: #fff;	
	text-decoration: none;	
}

header #language
{
	height: 70px;
	background: url('../../images/header/lang-bg.jpg') repeat;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
}

header #language .skiptranslate > div
{
	display: inline-block;
	margin-right: 5px;
}

footer
{
	background: #302c26;
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
}

footer ul
{
	text-align: center;
	list-style: none;
}

footer ul li
{
	display: inline-block;
	margin-right: 20px;
}

footer ul li a
{
	font-weight: bold;
}

footer .copyright
{
	margin: 20px 0;
	text-align: center;
}

footer .info
{	
	font-size: 12px;
}

#content
{
	background: url('../../images/content/bg.jpg') repeat-x;	
}

aside nav ul
{
	margin: 0;
	padding: 0;
}

aside nav ul li
{
	list-style: none;
	display: block;
}

aside nav ul li a, aside nav ul li a:hover, aside nav ul li a:active, aside nav ul li a:focus
{
	/*color: #5f9b10;*/
	color: #477905;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	display: block;
	padding: 7px 10px;
	background: #b1e745 url('../../images/content/nav-bg-right.jpg') no-repeat right center;
	background-position: right 5px center;
	border: 1px solid #99db11;
	border-left-width: 5px;
	border-right-width: 5px;
}

aside nav ul li a:hover 
{
	text-decoration: none;
}

aside nav ul li.orange a
{
	background: #ffa30f;
	border-left-color: #ffa30f; 
	border-right-color: #ffa30f; 
}

aside .links
{
	margin-top: 10px;
}

aside .links a
{
	display: block;
	margin-bottom: 10px;
}

aside .links img
{
	width: 100%;
	height: auto;
}

#order-now
{
	margin-bottom: 15px;
}

article
{
	padding: 0 !important; 
}


#article-content
{
	background: #e2eff3;
	padding: 0 15px 20px 15px;
}

article strong
{
	font-size: 15px;
}

article h1
{
	padding: 10px 10px;
	background: #000;
	color: #e2f0f3;
	font-size: 18px;
	margin: 0 -15px 20px -15px;
}

article h1 strong {font-size: 18px;}

article h2
{
	font-size: 17px;
	font-weight: bold;
	margin: 15px 0;
}

article h3
{
	font-size: 16px;
	font-weight: bold;
}


article h4
{
	font-size: 15px;
	font-weight: bold;
}

article figure
{
	max-width: 300px;
}

article figure figcaption
{
	text-align: center;
}

article table.list
{
	border-collapse: collapse;
}

article table.list td
{
	border: 1px solid #000;
	padding: 5px 8px;
}

article ol li
{
	margin-bottom: 30px;
}

.images-list img
{
	margin-right: 15px;
}

.images-list img:last-child
{
	margin-right: 0;
}

.image-left
{
	float: left;
	margin: 7px 10px 7px 2px;
}

.image-right
{
	float: right;
	margin: 7px 2px 7px 10px;
}

.text-red
{
	color: #ff0000;
}

.text-blue
{
	color: #0080c0;
}

.text-green
{
	color: #339933;
}

.text-small
{
	font-size: 11px;
}

.text-small-medium
{
	font-size: 13px;
}

.navbar-header
{
	background: #000;
}	

.navbar-toggle 
{
	background: #fff;
}

.navbar-nav
{
	background: #ddd;
	margin-top: 0 !important;
}

.navbar-default .navbar-nav > li > a
{
	color: #1F1F1F;
}


#navbar-toggle-cbox {
  display:none
}
#navbar-toggle-cbox:checked ~ .collapse {
    display: block !important;;
}


@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }  
}

@media (max-width: 768px) {
	header #logo
	{
		text-align: center;
	}
}
     .breadcrumb { clear:both; float:left; width:100%; margin:0px; padding:0px; font-size:13px; font-weight:500; color:rgba(0, 0, 0, 0.6); opacity:1; }
	.breadcrumb a { color:#ffac55; }	
	.breadcrumb .fa { display:inline-block; margin:0px 4px; padding:0px; }
	
	.breadcrumb a + .fa.default { display:inline-block; height:14px; width:1px; -webkit-transform:rotate(30deg);  -moz-transform-origin:0 0;  -moz-transform:rotate(30deg);  -ms-transform-origin:0 0;  -ms-transform:rotate(30deg);  transform-origin:0 0; transform:rotate(30deg); background:#000; top:3px; position:relative; margin:0px 5px 0px 10px; }