html, body, div, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p {
	margin: 0;
	padding: 0;
}
li {
  list-style: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background: #fff;
}
a img {
	border: none
}
img {
	border: 0
}
a {
	text-decoration: none;
	color: #c13026;
}
ul li {
	list-style-type: none
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
.clear {	
	width: 100%;
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;	
}
.clearx {
	clear: both;
	height: 1px;
	font-size: 0px;
}
.hidden {
  display: none;
}
/*
#navigation {
  width: 1000px;
  border-top: 1px solid #c9c9c9;
  height: 45px;
  margin: 0 auto;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
}
#navigation ul {
  line-height: 50px;
  padding: 0 22px;
}
#navigation li {
  display: inline;
  margin: 0 50px 0 0;
  font-size: 12px;
  font-weight: bold;
}
#navigation li.transparentni-ucet {
  float: right;
  margin: 0;
}
#navigation a:hover {
  color: #005fff;
}
#page_title {
  width: 1000px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  text-align: left;
}
*/

#content {
  width: 1000px;
  margin: 10px auto;
  padding: 10px 0 10px;
  text-align: left;
  background: #f8f8f8;
  min-height: 100%;
}
#header {
  height: 100px;
  margin: 0 50px;
  padding: 40px 0 0; 
} 
#header #logo {
  float: left;
}
#header #logo img {
  margin: 15px 0 0;
}
#header #nav_lng {
  float: right;
  line-height: 100px;
	color: #c13026;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
#header #nav_lng a {
  font-size: 18px;
  font-weight: normal;
}
#sections {
  margin: 0 50px 50px;  
}
#sections li {
  margin: 0 0 20px;
  border: 5px solid transparent;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
/*
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
*/
}
#sections li .title {
  display: block;
  text-align: center;
  padding: 20px 20px 25px;
  font-size: 40px;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;  
  color: #ffffff;
/*
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
*/  
}
#sections li.active .title {
  background: transparent;
}
#sections li#section_1 { border-color: #0b3c55; background: #0b3c55 url(../img/frontend/ico_section_1.gif) 60px 50% no-repeat; }
#sections li#section_2 { border-color: #f16c23; background: #f16c23 url(../img/frontend/ico_section_2.gif) 60px 50% no-repeat; }
#sections li#section_3 { border-color: #a3b96c; background: #a3b96c url(../img/frontend/ico_section_3.gif) 60px 50% no-repeat; }
#sections li#section_4 { border-color: #ebc741; background: #ebc741 url(../img/frontend/ico_section_4.gif) 60px 50% no-repeat; }
#sections li#section_5 { border-color: #c13026; background: #c13026 url(../img/frontend/ico_section_5.gif) 60px 50% no-repeat; }
#sections li#section_1.active .title { color: #0b3c55; }
#sections li#section_2.active .title { color: #f16c23; }
#sections li#section_3.active .title { color: #a3b96c; }
#sections li#section_4.active .title { color: #ebc741; }
#sections li#section_5.active .title { color: #c13026; }
#sections li#section_1 .text { color: #0b3c55; }
#sections li#section_2 .text { color: #f16c23; }
#sections li#section_3 .text { color: #a3b96c; }
#sections li#section_4 .text { color: #ebc741; }
#sections li#section_5 .text { color: #c13026; }
#content #sections li.active {
  background: transparent;
}
#sections li .text {
  padding: 0 10px;
  height: 0;
  overflow: hidden;  
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sections li.active .text {
  height: auto;
  padding: 0 10px 30px;
}
#content #sections li.active .text {
  color: #000000;
}
