/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px 'Exo 2', Arial, sans-serif;
	background-color:#eeeeee;
}
.wrapper {
	min-width: 980px;
	max-width: 1100px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	min-width:980px;
	max-width:100%;
	height: 150px;
	background-image:url(../images/headerbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-bottom:30px;
}

.logo {
	display:inline-block;
	float:left;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:27px 0 27px 80px;
	color:#fff;
	font-weight:500;
	margin-top:10px;
	font-size:22px;
	text-decoration:none;}
.adres {
	margin-top:14px;
	color:#fff;
	background-image:url(../images/mapicon.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	display:inline-block;
	vertical-align:top;
	float:right;
	margin-right:30px;
	padding:0 0 0 17px;}
.adres p {
	font-size:14px;
	line-height:18px;}
.adres a {
	color:#fff;}
.adres a:hover {
	text-decoration:none;}
.tel {
	margin-top:12px;
	color:#fff;
	padding:0 0 0 20px;
	background-image:url(../images/telicon.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	display:inline-block;
	vertical-align:top;
	float:right;}
.tel p {
	font-size:18px;
	line-height:22px;
	font-weight:500;}
.tel a {
	color:#fff;}
.tel a:hover {
	text-decoration:none;}
	
#menu
{
	clear:both;
	margin: 0;
	display:inline-block;
	padding: 0px 0 0 0;
	list-style: none;
	width:100%;
	margin-top:10px;

}
 
#menu li
{
	float: left;
	padding: 0 0 0px 0;
	position: relative;
	line-height: 0;
}
#menu .first a{
	
	border-left:none;
	border-top:none;} 
#menu .last a{
	border-right:none;
	border-bottom:none;} 
#menu a 
{
	float: left;
	height: 20px;
	padding:15px 25px 15px 25px;
	color: #fff;
	font-size:16px;
	text-decoration: none;
	font-weight:400;font-family: 'Exo 2', sans-serif;
	line-height:20px;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	
}
 
#menu a:hover
{
	background-color:#1d5baa;
	color:#fff;	
}

 
#menu li:hover > ul
{
	display: block;
}
 
/* Sub-menu */
 
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 99999;    
    background: #1d5baa;
	box-shadow:0 20px 20px rgba(0,0,0,0.2);
  
   
}
 
#menu ul ul
{
  top: 0;
  left: 280px;
}
 
#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  

}
 
#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
 
#menu ul a
{    
    padding:10px 15px;
	border-right:none;
	border-left:none;
	width: 320px;
	height: auto;
    line-height: 1;
    display: block;
	font-weight:400;font-family: 'Exo 2', sans-serif;
	font-size:14px;
    float: none;
	text-transform: none;
	border-bottom:1px solid #195198;
}
 
*html #menu ul a /* IE6 */
{    
	height: 10px;
}
 
*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}
 
#menu ul a:hover
{
   background-color:#2469c0;
}
 
#menu ul li:first-child > a
{
 
}
 
#menu ul li:first-child > a:after
{
   
}
 
#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #3399ff;
}
 
#menu ul li:first-child a:hover:after
{
    border-bottom-color:#66ccff; 
}
 
#menu ul ul li:first-child a:hover:after
{
    border-right-color: #66ccff; 
    border-bottom-color: transparent; 	
}
 
 
#menu ul li:last-child > a
{

}
 
/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	
	content: " ";
	clear: both;
	height: 0;
}
 
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 320px;
}

.zpcb {
	display:block;
	background-color:#FFF;
	padding:20px;
	margin-bottom:30px;}
.zpc {
	color:#fff;
	text-align:center;
	background-image:url(../images/zapicbg.jpg);
	background-repeat:no-repeat;
	height:355px;
	outline:none;
	cursor:pointer;
	width:100%;
	padding:20px 0 0 0;
	background-position:center top;}
.zapicp {
	clear:both;
	font-size:26px;
	font-weight:300;
	line-height:30px;
	display:block;
	margin:0 auto;}
.zapicb {
		 display:block;
		 margin:0 auto;
		 margin-top:150px;
		 clear:both;
		 border-radius:3px;
		 background-color:#1e468b;
		 background-image:url(../images/zapicicon.png);
		 background-repeat:no-repeat;
		 background-position:15px center;
		 padding:15px 10px 15px 10px;
		 width:210px;
		 border-bottom:3px solid #163468;
		 color:#fff;
		 font-weight:500;
		 font-size:18px;
		 text-decoration:none;
		 transition: all 0.3s 0.0s ease;
		 -moz-transition: all 0.3s 0.0s ease;
		 -o-transition: all 0.3s 0.0s ease;
		 -webkit-transition: all 0.3s 0.0s ease;}
.zapicb:hover {
	background-color:#2455a9;
}
.zapicc {
	display:block;
	margin:0 auto;
	margin-top:150px;
	clear:both;
	border-radius:3px;
	background-color:#1e468b;
	background-image:url(../images/zapicicon.png);
	background-repeat:no-repeat;
	background-position:15px center;
	padding:15px 10px 15px 10px;
	width:210px;
	border-bottom:3px solid #163468;
	color:#fff;
	font-weight:500;
	font-size:18px;
	text-decoration:none;
	transition: all 0.3s 0.0s ease;
	-moz-transition: all 0.3s 0.0s ease;
	-o-transition: all 0.3s 0.0s ease;
	-webkit-transition: all 0.3s 0.0s ease;}
.zapicc:hover {
	background-color:#2455a9;
}
.wb {
	width:100%;
	display:inline-block;
	background-color:#FFF;
	padding:15px 15px 20px 15px;
	border-top:3px solid #1d4488;
	margin-bottom:30px;}
	.lwb {
	background-color:#FFF;
	padding:15px 15px 20px 15px;
	border-top:3px solid #1d4488;
	margin-bottom:30px;}
.wb .pname {
	color:#000;
	font-weight:600;
	font-size:16px;
	margin-bottom:20px;
	text-transform:uppercase;}
.lwb .pname {
	color:#000;
	font-weight:600;
	font-size:16px;
	margin-bottom:20px;
	text-transform:uppercase;}
.newsbig, .newsmin {
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	text-decoration:none;}
.newsbig:hover, .newsmin:hover {
	opacity:0.8;}
.newsbig {
	display:block;
	margin-bottom:13px;
	border-bottom:1px solid #d4d4d4;}
.lwb .newsbig img {
	padding:0;
	max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
   margin-bottom:5px;}
.lwb .ndatebig {
	font-size:12px;
	margin-bottom:5px;
	color:#3c73d0;}
.lwb .ntextbig {
	color:#777777;
	font-size:14px;
	line-height:16px;
	margin-bottom:10px;}
.lwb .ndatemin {
	font-size:12px;
	line-height:12px;
	margin-bottom:2px;
	color:#3c73d0;}
.wb .ndatelist {
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
	color:#3c73d0;}
.lwb .ntextmin {
	color:#777777;
	font-size:12px;
	line-height:13px;
	margin-bottom:3px;}
.wb .ntextlist {
	color:#777777;
	font-size:16px;
	font-weight:500;
	line-height:22px;
	margin-bottom:3px;}
.minimg {
	display:inline-block;
	width:60px;
	overflow:hidden;
	height:60px;
	vertical-align:top;
	text-align:center;}
.newslist {
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	display:block;
	text-decoration:none;
	margin-bottom:20px;}
.newslist:hover {
	opacity:0.8;}
.listimg {
	display:inline-block;
	width:13%;
	height:100px;
	overflow:hidden;
	vertical-align:top;
	text-align:center;
	margin-right:2%}
.wb .listimg img {
	margin-left:-25%;
	padding:0;
	max-height:100%;
	width:auto;}
.lwb .minimg img {
	padding:0;
	margin-left:-25%;
	max-height:100%;
	width:auto;}
.listtext {
	width:80%;
	margin-left:5px;
	display:inline-block;
	vertical-align:top;}
.mintext {
	width:200px;
	margin-left:5px;
	display:inline-block;
	vertical-align:top;}
.newsmin {
	display:block;
	margin-bottom:10px;}
.lwb .perlist {}
.lwb .perlist li a {
	color:#7a7a7a;
	text-decoration:none;
	font-weight:500;
	background-image:url(../images/arrowicon.png);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding:7px 0 7px 12px;
	display:block;
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	border-bottom:1px solid #d4d4d4;}
.lwb .perlist li a:hover {
	color:#000;
	background-position:3px 9px;}
.lwb .perlist li .first {
}
.lwb .perlist li .last {
	border-bottom:0;
	padding-bottom:0;}
.wb .perlist {
	margin-left:0;
	margin-bottom:30px;}
.wb .perlist li{
	margin-left:0;
	list-style-type:none;}
.wb .perlist li a {
	color:#7a7a7a;
	text-decoration:none;
	font-weight:500;
	background-image:url(../images/arrowicon.png);
	background-repeat:no-repeat;
	background-position:4px 18px;
	padding:15px 0 15px 20px;
	display:block;
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	border-bottom:1px solid #d4d4d4;}
.wb .perlist li a:hover {
	color:#000;
	background-position:8px 18px;}
.wb .perlist li .first {
}
.wb .perlist li .last {
	border-bottom:0;
	padding-bottom:0;}
.wb h1 {
	font-size:22px;
	line-height:25px;
	color:#000;
	margin-bottom:20px;}
.wb p {
	font-size:14px;
	margin-bottom:10px;
	color:#7a7a7a;
	line-height:20px;}
.wb img {
	padding:10px;}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 300px;
	margin-left: -100%;
	position: relative;
	
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	min-width:980px;
	max-width:100%;
	height: 146px;
	padding:20px 0 0 0;
	background-image:url(../images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.co {
	margin-top:20px;
	display:inline-block;
	clear:both;
	color:#9fdfff;
	width:100%;}
.cop {
	float:left;}
.rbix{
	float:right;}
.rbix a {
	color:#9fdfff;
	}
.rbix a:hover {
	text-decoration:none;}
	
	
	
.inpst {
	outline:none;
	margin-bottom:10px;
	font-size:16px !important;
	border:0;
	font-family: 'Exo 2', sans-serif;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:250px;
	padding:10px;
	border:1px solid #e2e2e2;
	}
.inpt {
	outline:none;
	margin-bottom:10px;
	font-size:16px !important;
	border:0;
	font-family: 'Exo 2', sans-serif;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:250px;
	padding:10px;
	border:1px solid #e2e2e2;
	}
.moreeee {
	font-family: 'Exo 2', sans-serif;
	font-weight:700;
	border:0;
	width:275px;
	cursor:pointer;
	background-color:#ffab26;
	border-bottom:4px solid #ff9626;
	font-size:16px !important;
	text-decoration:none;
	color:#fff;
	padding:10px 0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;}

.moreeee:hover {
	background-color:#ffba26;}
	
.navb {
	margin-bottom:15px;
	color:#666;}
.wb .navb a, .navb i, .contentin .navb p, .content .navb p{
	color:#666;
	display:inline-block;
	vertical-align:top;
	margin-bottom:0;
	margin-right:5px;
	margin-left:0;
	padding:0;
	font-size:14px;}
.navb a:hover {
	text-decoration:none;}
	
	
.wb img {
	padding:10px;}

.wb h2 {
	font-size:16px;
	font-weight:500;font-family: 'Exo 2', sans-serif;
	color:#000;
	text-decoration:none;
	padding:10px 0 4px 0px;
	margin-bottom:6px;
	display:block;}
.wb a {
	color:#1e468b;}
.wb a:hover {
	text-decoration:none;}
.wb ul {
		color:#7a7a7a;
	margin-left:20px;
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;}
.wb ol {
		color:#7a7a7a;
	margin-left:20px;
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;}
.wb ul li {list-style-type:disc;}
.wb ol li {list-style-type:decimal;}

.wb table tr td {	font-size:14px;
	line-height:16px;
		color:#7a7a7a;
	padding:7px;}
.wb table tr th {	font-size:14px;
	line-height:16px;
		color:#7a7a7a;
	background-color:#f3f3f3;
	padding:7px;}
.wb table tr{
	border-bottom:1px solid #CCC;
}
.wb table {
	margin:15px 0;}
	
.pager {
	clear:both;
	width:100%;
	display:inline-block;
	margin:15px 0;
	font-size:18px;}
.pager p {
	margin-right:5px;
	padding:3px 10px;
	background-color:#1e468b;
	color:#fff;
	float:left;}
.pager a {
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	margin-right:5px;
	border:2px solid #1e468b;
	color:#1e468b;
	text-decoration:none;
	padding:2px 6px;
	float:left;}
.pager a:hover {
	margin-right:5px;
	padding:2px 6px;
	background-color:#1e468b;
	border:2px solid #1e468b;
	color:#fff;
	float:left;}
.pager i {
	margin-right:5px;
	float:left;}
.wb .datemain {
	font-weight:500;
	font-size:16px;
	color:#1e468b;}