#container_a{
	margin:0;
	padding:0;
	font: normal 13px Tahoma;
	min-width:990px;
	background: #F0F0F0;
}

.clr{
	clear:both;
}

a{
	text-decoration:none;
	cursor:pointer;	
	color: #D96300;
}

select{
	width:auto!important
}

a:hover{
	color:#D96300;
	text-decoration:underline;
}

header{
	height: 400px;
	position: relative;}

#line{	
	height: 65px;
	margin: 40px 0;
	position: relative;
	background-color: rgba(29,29,29,.9);
	z-index: 1000;
	box-shadow: 0 0 3px;
}

#slogan{
	background: url(../images/logo.png) no-repeat top right;
	position: absolute;
	width: 300px;
	left: 0;
	padding: 15px 80px 10px 20px;
	top: -20px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0 5px rgba(0,0,0,.7);
	height: 70px;
}

#slogan h1,#slogan h3{
	margin: 0;
	line-height:35px;
}

ul#menu{
	float:right;
	list-style:none;
	margin:0 10px 0 0;
}

ul#menu li{
	float:left;
	line-height: 65px;	
}

ul#menu li a{
	display:block;
	color:#fff;
	padding: 0 10px;
	text-transform:uppercase;
	font-size:14px;
}

ul#menu li a:hover{
	background:#000;	
	color:#fff;
	text-decoration:none;
}

.dock{
	height: 40px;background-color: rgba(29,29,29,1);
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height:40px; 
	padding: 0 60px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px;
}

#lang, #share, .search, .dock p{
	float:left;
}

.pluso, .dock form{
	float:right;
}

.pluso{
	margin-top: 7px;
}

.pluso-more {
	display: none!important;
}

#lang a, .dock p{
	color:#fff;
	padding: 0 10px;
}

#lang a{
	text-decoration: none;
	border-right: 1px solid #fff;	
}

.dock form .text {
	border: 1px solid #d6d6d6;
	background: #fff;
	width: 260px;
	height: 15px;
	padding: 4px 8px;
	font-size: 12px;
	margin: 0 0 0 10px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.dock .button,.dock .button:link, .dock .button:focus {
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #787b7c;
	padding: 2px 15px 1px 15px;
	background: -moz-linear-gradient(top, #fff 0%, #f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	border: 1px solid #cacaca;
	text-shadow: 0 0 0;
}

article{
	padding: 40px 80px 60px 80px;
	background: #fff;
	margin: 0 40px;
	min-height:200px;
}

article h2{
	font-size: 20px;
	color: #D96300;
	text-transform: uppercase;
}

article h3{
	font-size: 16px;
	line-height: 20px
}

article p{
	line-height:20px;
}

footer{
	border-top:5px solid #D96300;
	background:#1d1d1d;
	padding: 20px 60px;
}

footer .col1_4{
	width: 23.5%;
	margin-right: 1.2%;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	vertical-align:top;
}

footer h2{
	color:#fff;
	font-size:16px;
	line-height: 20px;
}

footer p, footer a {
	color:#fff;
	line-height:16px;
	margin:0;
}

ul#statistika {
	list-style:none;
	margin:0;
}

#statistika li {
	width:85px;
	height: 22px;
	line-height: 23px;
	padding: 0 9px 0 8px;
	font-size: 13px;
	color: #555;
	margin:0;
	overflow:visible;
	text-decoration: none;
	text-shadow: 0 1px white;
	background: #fafafa;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #dadada #d2d2d2 #c5c5c5;
	-webkit-border-radius: 3px 0 0 3px;	
	-moz-border-radius: 3px 0 0 3px;	
	border-radius: 3px 0 0 3px;	
	background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
	position: relative;
}

#statistika li:after {
	content: '';
	z-index: 2;
	position: absolute;
	top: 10px;
	right: -2px;
	width: 5px;
	height: 6px;
	opacity: .95;
	border-radius: 3px 0 0 3px;	
	-webkit-border-radius: 3px 0 0 3px;	
	-moz-border-radius: 3px 0 0 3px;	
	background: #56a3d5;
	-webkit-box-shadow: inset 1px 0 #276f9e;
	box-shadow: inset 1px 0 #276f9e;
}

#statistika li span {
	height: 24px;
	width: 70px;
	position: absolute;
	top: -1px;
	left: 100%;
	line-height: 21px;
	color: white;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	border-radius: 0 2px 2px 0;	
	-webkit-border-radius: 0 2px 2px 0;	
	-moz-border-radius: 0 2px 2px 0;	
	opacity: .95;
	background: #56a3d5;
	border-color: #3591cd #318cc7 #2f86be;
	background-image: -webkit-linear-gradient(top, #6aaeda, #4298d0);
	background-image: -moz-linear-gradient(top, #6aaeda, #4298d0);
	background-image: -o-linear-gradient(top, #6aaeda, #4298d0);
	background-image: linear-gradient(to bottom, #6aaeda, #4298d0);
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 15px 0 15px!important;
	max-width: 100px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#copyright{
	background:#181818;
	color:#fff;
	padding:10px 60px;
	text-align:center;
}

.news_view1, #index_news{
	padding:15px 0;
	position:relative;
	width: 49%;
	display: inline-block;
	vertical-align:top;
}

#index_news .date{
	color:#5C5C5C;
	margin:0;
}

.news_view1 .img_box1, #index_news .picture{
	max-height:150px;
	width:150px;
	max-width:150px;
	float:left;
	margin:0 15px 0 0 ;
}

.news_view1 .img_box1 img, #index_news .picture img{
	max-height:100%;
	width:100%;
}

.news_view1 h2, #index_news h3{
	font-size:14px;
	font-weight:bold!important;
	margin:0 0 5px 0!important;
	color:#000;
	padding:0;
	line-height:15px;
	text-align:left;
}	

.news_view1 .link1, , #index_news .link1{
	float: right;
	font-size: 12px;
}

.h50{
	line-height: 18px;
	font-size: 12px;
}

.feedback ol li, .review ol li{
	display: block;
	clear: both;
	list-style: none;
}

.feedback ol li label, .review ol li label{
	display: block;
	margin: 0;
}

.feedback ol li input.text, .review ol li input.text{
	width: 480px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	height: 25px;
	background: #fff;
}

.feedback ol li textarea, .review ol li textarea  {
	width: 480px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 2px;
	background: #fff;
}

.feedback ol li input.capinput,.review ol li input.capinput {
	width: 100px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	background: #fff;
}

.feedback ol li img#capimg, .review ol li img#capimg {
	border: none;
	top: 20px;
	margin: 10px 10px 10px 0;
	float: left;
}


.testimonials ul li{
	padding: 10px 10px 10px 50px;
	background: url(../images/quotes.png) #fff no-repeat 10px 10px;
	border: 1px #ebebeb solid;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 20px 0;
	list-style:none;
}

.testimonials ul{ list-style:none;}
.testimonials p.text{ font-size:12px;}

.testimonials p.author{
    font-size: 12px;
    font-style: italic;
    text-align: right;
	margin-top:10px;
}

li.button{
	clear:both;
}

#comments textarea {
	width: 350px!important;
}

.item{
	display: block;
}

.answerList .name,.answerList .topic,.answerList .message{
	padding: 0 7px;
	background-color: #eeeeff;	
}

.answerList .name{
	padding-top:7px;
	margin-top: 15px;
	border-radius:5px 5px 0 0;
}

.answerList .message{
	padding-bottom: 0 7px;
	border-radius:0 0 5px 5px;
}
.answerList .answer_message{
	background: #C4C4FF;
	padding: 7px;
	border-radius:5px;
	margin: 5px 0;}
	
.name .date{float:right}

.news_view1{ float: left; padding-right: 5px; }