/* 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,strong,sub,sup,tt,var,b,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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color: #4c4c4c;}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:none}table{border-collapse:collapse;border-spacing:0}input,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:100%;}

/* GLOBALS ------------------------------------------------------------------- */
*,:before,:after {
	color: #4c4c4c;
	}
:focus,:active {
	border: none;
	outline: none;
	box-shadow: none;
	}
body { font-size: 14px; line-height: 140%; color: #4c4c4c; background: url('images/bg-page.jpg'); }
h1,h2,h3,h4,h5,h6 { font-weight: bold; line-height: 120% }
h1 { font-size: 229%; }
h2 { font-size: 150%; }
h3 { font-size: 129%; }
h4 { font-size: 114%; }
h5 { font-size: 100%; }
h6 { font-size: 86%; }
p { font-size: 100%; }
ul,ol { font-size: 100%; }
small { font-size: 86%; }

.b-style h1,
.b-style h2,
.b-style h3,
.b-style h4,
.b-style h5,
.b-style h6 { margin-bottom: 15px; color: #005191; }
.b-style p { margin-top: 15px; color: #4c4c4c; line-height: 24px;}
.b-style a { color: #005191; text-decoration: none;} 
.b-style a:hover { text-decoration: underline; }
.b-style strong{ font-weight: bold; }
.b-style ul { margin-bottom: 15px; }
.b-style ul li { padding-left: 15px; background: url('images/bullet-arrow.png') 0 5px no-repeat; }
.b-style hr { outline: none; border: none; background: none; border-bottom: 1px solid #eaeaea; }
.b-style .grey { color: #606060; }
.b-style .b-grey { margin-bottom: 20px; }


/* CONTAINERS ------------------------------------------------------------------- */
.wrap-full {
	width: 100%;
	}
.wrap-page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	}
.wrap-topbar {
	width: 100%;
	height: 48px;
	background-color: #eaeaea;
	}
.wrap-mainmenu {
	width: 100%;
	height: 96px;
	background-color: #ffffff;
	border-bottom: 12px solid #005ea7;
	overflow: visible;
	}
	.wrap-mainmenu .wrap-page { height: 96px; }
.wrap-content {
	width: 960px;
	margin: 25px auto 100px auto;
	background: #ffffff;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	}
.wrap-left {
	float: left;
	position: relative;
	width: 738px;
	margin: 10px 10px 0 20px;
	}
.intro-wrap-left {
	float: left;
	position: relative;
	width: 748px;
	margin: 10px 10px 0 10px;
	}
.wrap-right {
	float: left;
	position: relative;
	width: 172px;
	margin: 10px 10px 0 10px;
	}
.col-1 { float: left; width: 76px; margin-bottom: 20px; }
.col-2 { float: left; width: 172px; margin-bottom: 20px; }
.col-3 { float: left; width: 268px; margin-bottom: 20px; }
.col-4 { float: left; width: 364px; margin-bottom: 20px; }
.col-5 { float: left; width: 460px; margin-bottom: 20px; }
.col-size { float: left; margin-bottom: 20px; }
.col-noPad { margin: 0; }
.colPad-half { margin-right: 10px; }
.colPad { margin-right: 20px; }


/* ICONS ------------------------------------------------------------------- */
.b-pinkBut {
	display: inline-block;
	font-weight: bold;
	line-height: 42px;
	text-decoration: none;
	height: 42px;
	background: #ff664b;
	border-bottom: 3px solid #dd4f36;
	padding: 0 30px 0 30px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	}
	p .b-pinkBut { color: #ffffff; }
	p .b-pinkBut:hover { text-decoration: none; background-color: #ff775f; }
	
.b-orangeBut {
	display: inline-block;
	font-weight: bold;
	line-height: 42px;
	text-decoration: none;
	height: 42px;
	background: #f8ad38;
	border-bottom: 3px solid #e39e32;
	padding: 0 20px 0 20px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	}
	p .b-orangeBut { color: #ffffff; }
	p .b-orangeBut:hover { text-decoration: none; background-color: #f7b145; }
	
.iconBut {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-image: url('images/parts.png');
	background-repeat: no-repeat;
	}
	.iconBut.i-user { background-position: -9px -55px; }
	.iconBut.i-home { background-position: -43px -54px; }



/* TOP BAR ------------------------------------------------------------------- */
.b-topLang {
	float: left;
	}
	.b-topLang li {
		display: inline;
		}
		.b-topLang li:first-child:before { 
			content: "";
			}
		.b-topLang li:before { 
			content: "\00a0|\00a0\00a0";
			}
			.b-topLang li > a {
				line-height: 47px;
				text-decoration: none;
				}
			.b-topLang li > a:hover {
				text-decoration: underline;
				}
.b-topSearch {
	float: left;
	position: relative;
	width: 220px;
	height: 24px;
	margin: 12px 0 0 20px;
	background-image: url('images/parts.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	.b-topSearch input[type='text'] {
		width: 175px;
		background: none;
		border: none;
		padding: 3px 10px 5px;
		color: #2e5289;
		}
	.b-topSearch input[type='submit'] {
		position: absolute;
		top: 3px;
		right: 3px;
		cursor: pointer;
		text-indent: -99999px;
		background: none;
		border: none;
		width: 22px;
		height: 18px;
		}
.b-topUserLogin {
	position: absolute;
	top: 0;
	right: 0;
	}
	.b-topUserLogin a {
		display: block;
		font-weight: bold;
		color: #ffffff;
		line-height: 34px;
		text-decoration: none;
		height: 34px;
		background: #f8ad38;
		border-bottom: 3px solid #e39e32;
		padding: 0 20px 0 20px;
		-webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;
		}
	.b-topUserLogin a:hover { background-color: #f7b145; }
	.b-topUserLogin .iconBut { margin-right: 10px; }


/* MAIN MENU ------------------------------------------------------------------- */
.b-mainLogo {
	position: absolute;
	display: block;
	left: 0;
	top: 24px;
	width: 211px;
	height: 48px;
	text-indent: -99999px;
	background: url('images/parts.png') no-repeat -220px 0px;
	}
.b-topMenu {
	position: absolute;
	right: 0;
	bottom: 0;
	}
	.b-topMenu > ul {
		height: 46px;
		margin: 0;
		}
		.b-topMenu > ul > li {
			float: left;
			}
			.b-topMenu > ul > li > a {
				float: left;
				display: block;
				height: 46px;
				padding: 0 20px;
				font-size: 16px;
				font-weight: bold;
				text-decoration: none;
				line-height: 46px;
				color: #ffffff;
				background-color: #005395;
				border-left: 1px solid #005ea7;
				}
		.b-topMenu > ul > li:first-child > a {
			border-left: none;
			-webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px;
			}
		.b-topMenu > ul > li:last-child > a {
			-webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px;
			}
		.b-topMenu > ul > li.active > a {
			background-color: #005ca3;
			}
		.b-topMenu > ul > li.hover > a {
			background-color: #f8ad38;
			}
			.b-topMenu .iconBut {
				width: 16px;
				}
.b-topSubMenu {
	display: none;
	z-index: 99999;
	position: absolute;
	left: 0;
	top: 96px;
	width: 100%;
	border-top: 12px solid #f8ad38;
	}
	.b-topSubMenu .item {
		display: none;
		position: absolute;
		left: -1px;
		top: 0;
		width: 100%;
		padding-bottom: 20px;
		background: #f7f7f7;
		border-left: 1px solid #dbdddd;
		border-right: 1px solid #dbdddd;
		border-bottom: 1px solid #dbdddd;
		-webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3); box-shadow: 0 3px 3px -2px rgba(0,0,0,0.3);
		-webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;
		}	
	.b-topSubMenu .item > ul {
		float: left;
		padding: 20px 0;
		margin: 0;
		}
		.b-topSubMenu .item > ul > li {
			position: relative;
			margin: 0 10px 0 20px;
			border-bottom: 1px solid #eaeaea;
			}
			.b-topSubMenu .item > ul > li > a {
				display: block;
				width: 207px;
				padding: 10px 0;
				font-size: 114%;
				line-height: 120%;
				font-weight: bold;
				color: #00508f;
				text-decoration: none;
				background: url('images/menu-arrow.png') 186px 15px no-repeat;
				}
			.b-topSubMenu .item > ul > li > a:hover {
				color: #f8ad38;
				}
		.b-topSubMenu .item li > ul > li > a {
			display: block;
			width: 207px;
			margin-bottom: 10px;
				line-height: 120%;
			color: #00508f;
			text-decoration: none;
			}
			.b-topSubMenu .item li > ul > li > a:hover {
				text-decoration: underline;
				}

				

/* CONTENT ------------------------------------------------------------------- */
.b-grey {
	margin-bottom: 10px;
	background: #f7f7f7;
	border: 1px solid #dbdddd;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,1); box-shadow:inset 0 1px 0 0 rgba(255,255,255,1);
	}
	.b-grey .b-grey-title {
		text-align: center;
		padding: 12px 15px;
		margin: 0;
		color: #005191;
		background: #e4e7e7;
		border-bottom: 1px solid #dbdddd;
		}
		
		
		
.b-banner {
	margin-bottom: 10px;
	}
	
	
	
.b-shareSocial {
	margin-bottom: 20px;
	}
	.b-shareSocial .col-1,
	.b-shareSocial .col-1,
	.b-shareSocial .col-3 {
		margin: 0 10px 0 0;
		}
	
	
	
.b-breadcrumb { 
	margin-bottom: 15px;
	margin-top: 10px;
	}
	.b-breadcrumb ul {
		margin: 0;
		}
	.b-breadcrumb li {
		display: inline;
		}
		.b-breadcrumb li > a {
			font-size: 86%;
			color: #939393;
			text-decoration: none;
			padding: 0 10px 0 3px;
			background: url('images/bread-arrow.png') right 5px no-repeat;
			}
		.b-breadcrumb li > a:hover { text-decoration: underline; }
		.b-breadcrumb li:first-child > a { padding: 0 10px 0 0; }
		
		
.b-printPage {
	position: absolute;
	right: 0;
	top: 10px;
	}
	.iconPrint {
		display: inline-block;
		vertical-align: middle;
		margin-right: 3px;
		height: 13px;
		width: 12px;
		background: url('images/parts.png') -181px -59px no-repeat;
		}
	.b-printPage a {
		font-size: 86%;
		color: #939393;
		text-decoration: none;
		}
	.b-printPage a:hover { text-decoration: underline; }

	
	
.b-tabsTop { }
	.b-tabsTop > ul {
		height: 36px;
		margin: 0 0 0 20px;
		overflow: visible;
		}
		.b-tabsTop > ul > li {
			float: left;
			height: 37px;
			padding: 0;
			background-image: none;
			}
		.b-tabsTop > ul > li.ui-state-active {
			border-top: 1px solid #eaeaea;
			border-left: 1px solid #eaeaea;
			border-right: 1px solid #eaeaea;
			background-color: #f7f7f7;
			-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px;
			}
			.b-tabsTop > ul > li > a {
				float: left;
				height: 36px;
				line-height: 36px;
				font-weight: bold;
				text-decoration: none;
				color: #005190;
				padding: 0 15px;
				text-decoration: none;
				}
			.b-tabsTop > ul > li > a:hover { text-decoration: none; }
	.b-tabsTop > div {
		margin: 0 0 20px 0;
		padding: 0;
		border: 1px solid #eaeaea;
		background-color: #f7f7f7;
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
		}
	.b-tabsTop .b-tabCont {
		padding: 20px;
		}
		.b-tabsTop .b-tabCont h1,
		.b-tabsTop .b-tabCont h2,
		.b-tabsTop .b-tabCont h3,
		.b-tabsTop .b-tabCont h4,
		.b-tabsTop .b-tabCont h5,
		.b-tabsTop .b-tabCont h6 { color: #4c4c4c; }
		
		
		
.b-tabsLeft {}
	.b-tabsLeft > ul {
		clear: left;
		float: left;
		margin: 0;
		margin-left: -20px;
		padding: 20px 0 50px 0;
		width: 180px;
		border-right: 1px solid #eaeaea;
		overflow: visible;
		}
		.b-tabsLeft > ul > li {
			padding: 0;
			margin: 0;
			width: 181px;
			background: none;
			border-bottom: 1px solid #eaeaea;
			}
			.b-tabsLeft > ul > li:first-child.ui-state-active {
				border-top: 1px solid #eaeaea;
			}			
		.b-tabsLeft > ul > li.ui-state-active {
			background-color: #ffffff;
			background-image: url('images/tabsLeft-bg.png');
			background-repeat: repeat-y;
			background-position: right;
			}
			.b-tabsLeft > ul > li > a {
				display: block;
				padding: 10px 15px;
				}
			.b-tabsLeft > ul > li > a:hover { text-decoration: none; }	
	.b-tabsLeft .b-tabCont {
		float: right;
		width: 515px;
		padding: 20px 0 0 0 ;
		}

		
		
.b-postOffice {
	width: 450px;
	height: 360px;
	overflow: hidden;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	}
	.b-colTable td {
		width: 172px;
		padding: 0 20px 20px 0;
		}
		
/*google map*/	
.b-places {
	position: relative;
	width: 738px;
	height: 460px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	}
	.b-places #b-placesGoogle {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		width: 738px;
		height: 460px;
		}
		.b-places #b-placesGoogle #map-google {
			width: 738px;
			height: 460px;
		 }

	.b-places #b-placesInfobox {
		position: absolute;
		top: 80px;
		left: 42px;
		z-index: 10;
		padding: 25px;
		width: 328px;
		height: 224px;
		background: url('images/map-infobox.png') no-repeat;
		}
		.b-places #b-placesInfobox h4 {
			padding-left: 30px;
			color: #005aa0;
			background: url('images/map-filter-markers.png') 0 0 no-repeat;
			}	
			.b-places #b-placesInfobox h4.b-pn { color: #1971b7; background-position: 0px 0px; }
			.b-places #b-placesInfobox h4.b-vk{ color: #ff664b; background-position: 0px -50px; }
			.b-places #b-placesInfobox h4.b-st { color: #f2af00; background-position: 0px -100px; }
			.b-places #b-placesInfobox h4.b-na { color: #16348a; background-position: 0px -150px; }
		.b-places #b-placesInfobox .b-placesInfobox-small {
			padding-left: 30px;
			margin-bottom: 15px;
			}
		.b-places #b-placesInfobox .b-placesInfobox-phone {
			padding-left: 30px;
			background: url('images/icon-phone.png') 2px 2px no-repeat;
			}
		.b-places #b-placesInfobox .b-placesInfobox-work {
			padding-left: 30px;
			background: url('images/icon-clock.png') 0 2px no-repeat;
			}
		.b-places #b-placesInfobox .b-placesInfobox-close {
			position: absolute;
			width: 30px;
			height: 30px;
			top: 0;
			right: 0;
			background: url('images/input-cross.png') 0 2px no-repeat;
			cursor: pointer;
			}
		.b-places #b-placesInfobox .b-placesInfobox-close:hover {
			background: url('images/input-cross-blue.png') 0 2px no-repeat;
			}



.b-found {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
	}
	.b-found > ul > li {
		margin: 0;
		padding: 0;
		}
		.b-found h3 {
			margin-bottom: 3px;
			}
		.b-found p {
			margin-bottom: 25px;
			}



.b-delivery {
	padding-bottom: 10px;
	}
	.b-delivery .b-grey {
		margin: 0 0 10px 0;
		}
		.b-delivery td {
			padding: 15px;
			vertical-align: middle;
			}
		.b-delivery td > h4,
		.b-delivery td > p {
			margin: 0;
			}
			.b-delivery td.time {
				width: 100px;
				border-right: 1px solid #eaeaea;
				}
			.b-delivery td.place {
				width: 250px;
				border-right: 1px solid #eaeaea;
				}
			
			
			
.b-newsList {
	margin-bottom: 20px;
	}
	.b-newsList > ul > li {
		position: relative;
		background: none;
		padding: 25px 0 20px 288px;
		border-top: 1px solid #eaeaea;
		min-height: 180px; height: auto !important; height: 180px;
		}
	.b-newsList > ul > li:first-child {
		border-top: none;
		}
	.b-newsList .thumb {
		position: absolute;
		left: 0;
		top: 25px;
		}
	.b-newsList h2,
	.b-newsList p {
		margin-bottom: 5px;
		}
	.b-newsList p.datums {
		margin-bottom: 0;
		}
.articleImg {
	padding: 0 20px 20px 0;
	}
			
			
			
.b-newsListIntro {
	margin-bottom: 20px;
	}
	.b-newsListIntro > ul > li {
		position: relative;
		float: left;
		width: 210px;
		background: none;
		padding: 0 0 0 140px;
		margin: 15px 0 15px 15px;
		min-height: 125px; height: auto !important; height: 180px;
		}
	.b-newsListIntro > ul > li:first-child {
		border-top: none;
		}
	.b-newsListIntro .thumb {
		position: absolute;
		left: 0;
		top: 0;
		}
	.b-newsListIntro h5 > a {
		color: #005190;
		text-decoration: none;
		}
	.b-newsListIntro h5 > a:hover { text-decoration: underline; 		}
	.b-newsListIntro h2,
	.b-newsListIntro p {
		margin-bottom: 5px;
		}
	.b-newsList p.datums {
		margin-bottom: 0;
		}
.newsListIntro {
	padding: 0 10px 10px 0;
	}



.b-pages {
	text-align: center;
	}
	.b-pages > ul {
		margin-bottom: 20px;
		}
		.b-pages > ul > li {
			display: inline-block;
			margin: 0 3px;
			padding: 0;
			background: none;
			margin-bottom: 3px;
			}
		.b-pages > ul > li.prev a {
			background: url('images/menu-arrow-back.png') center center no-repeat;
			border: 1px solid #ffffff;
			}
		.b-pages > ul > li.next a {
			background: url('images/menu-arrow.png') center center no-repeat;
			border: 1px solid #ffffff;
			}
			.b-pages > ul > li > a {
				display: block;
				width: 34px;
				height: 34px;
				text-align: center;
				line-height: 34px;
				font-weight: bold;
				color: #4c4c4c;
				text-decoration: none;
				background: #f2f2f2;
				border: 1px solid #f2f2f2;
				}
			.b-pages > ul > li > a:hover { text-decoration: none; background-color: #ffffff; }
			.b-pages > ul > li.active > a { background-color: #ffffff; border: 1px solid #005395 !important;}




/* FORM ------------------------------------------------------------------- */
.f-formCont { padding: 20px 20px 0 20px; }

	.f-formCont input,
	.f-formCont select,
	.f-formCont textarea,
	.f-formCont .selector, .f-formDrop .selector span { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 100%; width: 100% !important; }
	.f-formCont input[type="radio"], .f-formCont input[type="checkbox"] {
		width: auto !important;
		display: inline-block !important;
		position: relative;
		top: 1px;
	}
	.f-formCont input[type="radio"] + label, .f-formCont input[type="checkbox"] + label {
		color: #666666;
	    display: inline-block !important;
	    font-size: 12px;
	    padding-left: 4px;
	}
	.f-formCont label + input[type="radio"], .f-formCont label + input[type="checkbox"] {
		margin-left: 20px;
	}
	.f-col-1 { float: left; width: 76px; margin-bottom: 20px; }
	.f-col-2 { float: left; width: 172px; margin-bottom: 20px; }
	.f-col-3 { float: left; width: 268px; margin-bottom: 20px; }
	.f-col-4 { float: left; width: 364px; margin-bottom: 20px; }
	.f-col-5 { float: left; width: 460px; margin-bottom: 20px; }
	.f-col-6 { float: left; width: 556px; margin-bottom: 20px; }
	.f-col-full { clear: left; width: 100%; margin-bottom: 20px; }
	.f-col-size { float: left; margin-bottom: 20px; }
	.f-col-center { float: none !important; clear: left; margin: 0 auto 20px auto; }
	.f-colPadHalf { margin-right: 10px; }
	.f-colPad { margin-right: 20px; }
	
	.f-formCont label {
		display: block;
		padding: 0 0 2px 0;
		font-weight: bold;
		color: #606060;
		}
	.f-formCont label.disabled { color: #b8b8b8; }
	.f-formInput {
		display: block;
		height: 34px;
		border: 1px solid #eaeaea;
		background-color: #ffffff;
		-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
		}
		.f-formInput.disabled { background: #f7f7f7; }
	.f-formDrop {
		display: block;
		height: 34px;
		border: 1px solid #eaeaea;
		background: #ffffff url('images/select-arrow.png') right center no-repeat;
		-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
		}
		.f-formDrop.disabled { background: #f7f7f7; }
		.f-formDrop .selector {
			position: relative;
			width: 100%;
			height: 34px;
			}
			.f-formDrop .selector span {
				display: block;
				position: absolute;
				line-height: 36px;
				left: 0;
				top: 0;
				height: 36px;
				padding: 0 15px;
				padding-right: 25px;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				}
			.f-formDrop.disabled .selector span { color: #b8b8b8; }
	.f-formArea {
		display: block;
		border: 1px solid #eaeaea;
		background-color: #ffffff;
		-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
		}
	.f-formCont input[type='text'], .f-formCont input[type='email'] {
		width: 100%;
		padding: 9px 15px;
		border: none;
		background: none;
		}
	.f-formCont input[type='text']::-ms-clear { display: none; }
	.f-formCont input[type='submit'], .f-formCont button {
		width: 100%;
		height: 36px;
		background: #ff664b;
		color: #ffffff;
		font-weight: bold;
		cursor: pointer;
		border: none;
		border-bottom: 3px solid #dd4f36;
		-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
		}
	.f-formCont select {
		width: 100%;
		height: 36px;
		padding: 0;
		border: none;
		background: none;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		cursor: pointer;
		}
	.f-formCont input[type='submit']:hover, .f-formCont button:hover { background-color: #ff775f; }
	.f-formCont input[type='submit']:active, .f-formCont button:active { background-color: #ff775f; }
	.f-formCont textarea {
		width: 100%;
		height: 120px;
		padding: 9px 15px;
		background: none;
		border: none;
		outline: none;
		resize: none;
		}

	.f-formContSelect input[type='text'], .f-formCont input[type='email'] {
		background: url("images/menu-arrow-down.png") no-repeat scroll 202px 15px rgba(0, 0, 0, 0);
	}
	.f-formCont input[type='text']:disabled, .f-formCont input[type='email']:disabled {
		cursor: not-allowed;
		background-color:#e4e7e7;
	}

	a.button {
		width: 100%;
		height: 36px;
		background: #ff664b;
		color: #ffffff;
		font-weight: bold;
		cursor: pointer;
		border: none;
		border-bottom: 3px solid #dd4f36;
		padding: 10px 20px;
		-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
		}
	a.button:hover { background-color: #ff775f; text-decoration:none;}

/* POST OFFICE SEARCH ------------------------------------------------------------------- */
		
	.b-mapFilterChk {
		margin-bottom: 30px;
        margin-left: 20px;;
		}
		.b-mapFilterChk > ul > li {
			float: left;
			margin-right: 20px;
			padding-left: 20px;
			height: 19px;
			line-height: 19px;
			font-size: 114%;
			font-weight: bold;
			background-image: url("images/map-filter-markers.png");
			background-repeat: no-repeat;
			cursor: pointer;
			}
		.b-mapFilterChk > ul > li > input[type='checkbox'] {
			margin-left: 7px;
			border: 1px solid #eaeaea;
			}
		.b-mapFilterChk li.b-mapFilter.b-pn { color: #1971b7; background-position: 0px 0px; }
		.b-mapFilterChk li.b-mapFilter.b-vk{ color: #f2af00; background-position: 0px -50px; }
		.b-mapFilterChk li.b-mapFilter.b-st { color: #ff664b; background-position: 0px -100px; }
		.b-mapFilterChk li.b-mapFilter.b-na { color: #16348a; background-position: 0px -150px; }
		.b-mapFilterChk li.b-mapFilter.b-p { color: #560083; background-position: 0px -200px; }
        .b-mapFilterChk li.b-mapFilter.b-pm { color: #1971b7; background-position: 0px -200px; }

		.b-mapFilterChk li.b-mapFilter label {
			display: inline-block;
			cursor: pointer;
		}
		.b-mapFilterChk li.b-mapFilter.b-pn label {
			color: #1971b7;
		}
		.b-mapFilterChk li.b-mapFilter.b-p label {
			color: #560083;
		}
		.b-mapFilterChk li.b-mapFilter.b-vk label {
			color: #f2af00;
		}
		.b-mapFilterChk li.b-mapFilter.b-st label {
			color: #ff664b;
		}
		.b-mapFilterChk li.b-mapFilter.b-na label {
			color: #16348a;
		}
        .b-mapFilterChk li.b-mapFilter.b-pm label {
            color: #560083;
        }
		
	.b-mapFilterList {
		margin-bottom: 20px;
		}
		.b-mapFilterList > ul {
			float: left;
			}
			.b-mapFilterList > ul:first-child {
				/*margin-right: 10px;*/
			}
			.b-mapFilterList > ul > li {
				width: 369px;
				}
				
				.b-mapFilterList > ul > li > a {
					display: block;
					text-decoration: none;
					padding: 10px;
					/*margin-bottom: 10px;*/
					background: #f7f7f7;
					border: 1px solid #dbdddd;
					-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
					-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,1); box-shadow:inset 0 1px 0 0 rgba(255,255,255,1);
					}
				.b-mapFilterList > ul > li > a:hover {
					background: #f3f3f3;
					}
				.b-mapFilterList span.title {
					display: block;
					font-size: 114%;
					font-weight: bold;
					color: #005aa0;
					}
.b-mapFilterList span.cat_1 {
	color: #1971b7!important;
}
.b-mapFilterList span.cat_2 {
	color: #ff664b!important;
}
.b-mapFilterList span.cat_3 {
	color: #16348a!important;
}
.b-mapFilterList span.cat_4 {
	color: #f2af00!important;
}
.b-mapFilterList span.cat_5 {
	color: #560083!important;
}





/* INTRO SLIDER ------------------------------------------------------------------- */
.b-introSlider {
	position: relative;
	overflow: hidden;
	width: 748px;
	height: 310px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	}
	.b-introSlider .banners {
		position: absolute;
		left: 0;
		top: 0;
		height: 310px;
		}
		.b-introSlider .banners > li {
			float: left;
			width: 748px;
			height: 310px;
			}
			.b-introSlider .banners > li > img {
				width: 748px;
				height: 310px;
				}
	.b-introSlider .back,
	.b-introSlider .forw {
		position: absolute;
		display: block;
		z-index: 10;
		top: 134px;
		width: 21px;
		height: 42px;
		background-image: url('images/parts.png');
		background-repeat: no-repeat;
		cursor: pointer;
		}
	.b-introSlider .back { left: 0; background-position: -431px -48px; }
	.b-introSlider .back:hover { background-position: -431px -90px; }
	.b-introSlider .forw { right: 0; background-position: -452px -48px; }
	.b-introSlider .forw:hover { right: 0; background-position: -452px -90px; }
	
	.b-introSlider .bullets { 
		position: absolute;
		z-index: 11;
		right: 12px;
		bottom: 12px;
		padding: 7px;
		background: #ffffff;
		-webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
		}
		.b-introSlider .bullets > li { 
			float: left;
			width: 10px;
			height: 10px;
			margin-left: 7px;
			background: #acacac;
			text-indent: -99999px;
			overflow: hidden;
			cursor: pointer;
			-webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
			}
		.b-introSlider .bullets > li:first-child { margin-left: 0;}
		.b-introSlider .bullets > li.active ,
		.b-introSlider .bullets > li:hover 
			{ background-color: #005496; } 
	


/* INTRO BANNERS ------------------------------------------------------------------- */
.colIntroBanner  { 
	}
	.colIntroBanner li { 
		float: left; 
		width: 176px; 
		height: 106px;
		margin: 0 0 20px 12px; 
		background-color: #f7f7f7;
		border: 1px solid #eaeaea;
		position: relative;
		overflow: hidden;
		-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,1); box-shadow:inset 0 1px 0 0 rgba(255,255,255,1);
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
		}
		.colIntroBanner li img {
			display: block;
			width: 176px;
			height: 106px;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 1;
			font-size: 0;
			color: transparent;
			opacity: 0;
			-webkit-backface-visibility: hidden;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
		}
		.colIntroBanner li:hover img {
			width: 196px;
			height: 126px;
			left: -10px;
			top: -10px;
			opacity: 0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		}
		.colIntroBanner li:first-child { margin-left: 0; }
		/*.colIntroBanner li:hover { background-color: #005395; border: 1px solid #005496; -webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2); box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2); }*/
		.colIntroBanner li:hover a { color: #666666; }
	.colIntroBanner a {
		display: block;
		width: 176px; 
		height: 106px;
		font-weight: bold;
		font-size: 114%;
		text-align: center;
		line-height: 106px;
		text-decoration: none;
		color: #606060;
		position: relative;
		z-index: 2;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
		}
	.colIntroBanner li {
		background-position: 0 0;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
	}
	.colIntroBanner li:hover {
		background-position: 0 100%;
	}
	.colIntroBanner .arrowIcon {
		display: inline-block;
		width: 5px;
		height: 8px;
		margin-left: 7px;
		vertical-align: middle;
		background: url('images/bullet-arrow.png') no-repeat;
		}


		/*
	.anim-car-bg,
	.anim-car-bg a {
		background-image: url('images/intro-banner-car.png');
		background-repeat: no-repeat;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
		}
		.anim-car-bg { background-position: 5px 30px; }
		.anim-car-bg:hover { background-position: 5px -90px; }
		.anim-car-bg a { background-position: 5px 150px; background-image: url('images/intro-banner-car-hover.png'); }
		.anim-car-bg:hover a { background-position: 5px 30px; }
	.anim-frames-bg,
	.anim-frames-bg a {
		background-image: url('images/intro-banner-frames.png');
		background-repeat: no-repeat;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
		}
		.anim-frames-bg { background-position: 5px 20px; }
		.anim-frames-bg:hover { background-position: 5px -120px; }
		.anim-frames-bg a { background-position: 5px 180px; background-image: url('images/intro-banner-frames-hover.png'); }
		.anim-frames-bg:hover a { background-position: 5px 20px; }
	.anim-paper-bg,
	.anim-paper-bg a {
		background-image: url('images/intro-banner-paper.png');
		background-repeat: no-repeat;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
		}
		.anim-paper-bg { background-position: 15px 15px; }
		.anim-paper-bg:hover { background-position: 15px -130px; }
		.anim-paper-bg a { background-position: 15px 190px; background-image: url('images/intro-banner-paper-hover.png'); }
		.anim-paper-bg:hover a { background-position: 15px 15px; }
	.anim-cart-bg,
	.anim-cart-bg a {
		background-image: url('images/intro-banner-cart.png');
		background-repeat: no-repeat;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
		}
		.anim-cart-bg { background-position: -5px 10px; }
		.anim-cart-bg:hover { background-position: -5px -100px; }
		.anim-cart-bg a { background-position: -5px 160px; background-image: url('images/intro-banner-cart-hover.png'); }
		.anim-cart-bg:hover a { background-position: -5px 10px; }
	*/

/* ... ------------------------------------------------------------------- */




/* RIGHT COLUMN ------------------------------------------------------------------- */
.b-IconList {
	padding: 10px 15px;
	}
	.b-IconList ul {
		margin: 0;
		}
		.b-IconList li {
			position: relative;
			padding: 10px 0 10px 32px;
			}
		.b-IconList li,
		.b-IconList a {
			font-weight: bold;
			color: #005191;
			text-decoration: none;
			}
		.iconRound {
			position: absolute;
			left: 0;
			top: 7px;
			vertical-align: middle;
			width: 24px;
			height: 24px;
			margin-right: 7px;
			background-image: url('images/parts.png');
			background-repeat: no-repeat;
			}
			.iconRound.i-mobile { background-position: -431px 0; }
			.iconRound.i-phone { background-position: -455px 0; }
			.iconRound.i-email { background-position: -479px 0; }
            .iconRound.i-email-pakomati { background-position: -503px 0; }
.b-blockList ul {
	margin: 0;margin: 0;
	}
	.b-blockList a {
		display: block;
		padding: 12px 15px;
		font-weight: bold;
		color: #005191;
		text-decoration: none;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #eaeaea;
		background: url('images/menu-arrow.png') no-repeat;
        background-position-x: 95%;
        background-position-y: 50%;
		}
		.b-blockList li:first-child a {
			border-top: none;
			}
		.b-blockList li:last-child a {
			border-bottom: none;
			}
		.b-blockList a:hover {
			background-color: #f3f3f3;
			}



/* DATEPICKER ------------------------------------------------------------------- */
.ui-datepicker {
	width: 268px;
	background: #f7f7f7;
	border: 1px solid #dbdddd;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow: 0 3px 10px -2px rgba(0,0,0,0.3); box-shadow: 0 3px 10px -2px rgba(0,0,0,0.3);
	}
.ui-datepicker-header {
	position: relative;
	width: 268px;
	height: 36px;
	border-bottom: 1px solid #dbdddd;
	}
.ui-datepicker-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	text-indent: -99999px;
	background: url('images/menu-arrow-back.png') center center no-repeat;
	cursor: pointer;
	}
	.ui-datepicker-prev:hover { background-color: #e9e9e9; }
.ui-datepicker-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	text-indent: -99999px;
	background: url('images/menu-arrow.png') center center no-repeat;
	cursor: pointer;
	}
	.ui-datepicker-next:hover { background-color: #e9e9e9; }
.ui-datepicker-title {
	position: absolute;
	left: 36px;
	top: 0;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	width: 194px;
	height: 36px;
	cursor: pointer;
	}
.ui-datepicker-calendar {
	position: relative;
	width: 268px;
	}
.ui-datepicker-calendar span,
.ui-datepicker-calendar a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	}
.ui-datepicker-calendar td {
	background-color: #e9e9e9;
	}
.ui-datepicker-calendar .ui-datepicker-other-month {
	background-color: #f7f7f7;
	}
.ui-datepicker-calendar .ui-datepicker-current-day {
	background-color: #f8ad38;
	}
.ui-datepicker-calendar .ui-datepicker-current-day a { font-weight: bold; color: #ffffff; }
.ui-datepicker-calendar .ui-datepicker-current-day .ui-state-hover { background-color: #f8ad38; }
.ui-datepicker-calendar .ui-state-hover { background-color: #e0e0e0; }



/* FOOTER ------------------------------------------------------------------- */
.wrap-footer {
	padding: 35px 0;
	color: #ffffff;
	background-color: #005395;
	}
	.wrap-footer .col-2,
	.wrap-footer .col-3 {
		margin: 0 10px;
		}
		.wrap-footer a:hover {
			text-decoration: underline;
			}
		.wrap-footer h3 {
			color: #f8ad38;
			margin-bottom: 20px;
			}
		.wrap-footer p {
			color: #ffffff;
			}
		.wrap-footer ul a {
			color: #ffffff;
			text-decoration: none;
			}
		.b-footerLogo {
			display: block;
			width: 152px;
			height: 34px;
			text-indent: -99999px;
			background: url('images/parts.png') no-repeat -220px -48px;
			}
		.b-footerSocial li {
			position: relative;
			width: 172px;
			height: 36px;
			margin-bottom: 12px;
			}
			.b-footerSocial li > a {
				display: block;
				width: 136px;
				height: 36px;
				padding: 0 18px;
				font-weight: bold;
				line-height: 36px;
				text-align: right;
				background-color: #116bb2;
				-webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px;
				}
				.b-footerSocial li > a:hover { 
					text-decoration: none; background-color: #005ea7; 
					}
				.b-footerSocial li > i.icon { 
					display: block;
					position: absolute;
					top: 10px;
					left: 12px;
					width: 20px;
					height: 20px;
					background-image: url('images/parts.png'); 
					background-repeat: no-repeat; 
					}
				.b-footerSocial li.twitter > i.icon { background-position: -76px -56px; }
				.b-footerSocial li.facebook >  i.icon { background-position: -108px -56px; }
				.b-footerSocial li.flickr > i.icon { background-position: -143px -56px; }
				.b-footerSocial li.instagram > i.icon { background-image: url('images/instagram.png'); }
				.b-footerSocial li.linkedin > i.icon { background-image: url('images/linkedin.png'); background-size: contain;}
.wrap-footerDeep {
	background-color: #004379;
	padding: 15px 0;
	}
	.wrap-footerDeep ul {
		text-align: center;
		}
		.wrap-footerDeep ul > li {
			display: inline;
			}
			.wrap-footerDeep ul > li:first-child:before { 
				content: "";
				}
			.wrap-footerDeep ul > li:before { 
				color: #1b7cc8;
				content: "\00a0|\00a0\00a0";
				}
				.wrap-footerDeep ul > li > a {
					color: #1b7cc8;
					text-decoration: none;
					}
				.wrap-footerDeep ul > li > a:hover {
					color: #ffffff;
					}



/* Hidden/clear classes ------------------------------------------------------------------- */

.hidden {
    display: none !important;
    visibility: hidden;
	}
.invisible {
    visibility: hidden;
	}
.cancel-float {
	float: none;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}	
.clear {
	clear: both;
	}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	}
.clearfix:after {
    clear: both;
	}
.clearfix {
    *zoom: 1;
	}







/* Messages ------------------------------------------------------------------- */

div.message {
  padding: 10px;
  background: #e5f5f9;
  border: 1px solid #cae0e5;
  color: #5a9bab;
  text-shadow: 1px 1px 0 #ffffff;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
div.message + * {
  margin-top: 20px;
}
div.message ul {
  margin: 0 !important;
  list-style: none !important;
  padding-left: 0 !important;
}
div.message li {
  background-image: url("images/icon-info.png") !important;
  background-repeat: no-repeat;
  background-position: 0 3px !important;
  line-height: 26px;
  padding-left: 25px !important;
  list-style: none !important;
  font-size: 13px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
div.message.success {
  background: #e7fae6;
  border: 1px solid #b7cbb6;
  color: #52964f;
}
div.message.success li {
  background-image: url("images/icon-ok.png") !important;
  color: #52964f;
}
div.message.error {
  background: #fde8e4;
  border: 1px solid #e6bbb3;
  color: #cf4425;
}
div.message.error li {
  background-image: url("images/icon-error.png") !important;
  color: #cf4425;
}
div.message.warning {
  background: #fdf7e4;
  border: 1px solid #e5d9b2;
  color: #b28a0b;
}
div.message.warning li {
  background-image: url("images/icon-warning.png") !important;
  color: #b28a0b;
}

.b-style i, .b-style em {
	font-style: italic;
}
.b-style b, .b-style strong {
	font-weight: bold;
}

#pn-emap-infobox {
	position: relative;
}
#pn-emap-infobox .pn-emap-infobox-arrow {
	background-image: url("images/infobox-arrow-down.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    bottom: -15px;
    height: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}
#pn-emap-infobox h1 {
	font-size: 16px;
    padding-bottom: 10px;
    color: #005aa0;
    padding-left: 35px;
    background-repeat: no-repeat;
	background-position: 0 1px !important;
	background-image: url("images/infobox-label-blue.png");
}
#pn-emap-infobox p {
	font-size: 12px;
	padding-left: 35px;
	color: #606060;
}

#pn-emap-infobox .pn-small,
#pn-emap-infobox .pn-emap-phone,
#pn-emap-infobox .pn-emap-service,
#pn-emap-infobox .pn-emap-work
{
	background-repeat: no-repeat;
	background-position: 5px 3px;
}


#pn-emap-infobox .pn-small {

}
#pn-emap-infobox .pn-emap-phone {
	background-image: url("images/icon-phone.png");
}
#pn-emap-infobox .pn-emap-service {

}
#pn-emap-infobox .pn-emap-work {
	background-image: url("images/icon-clock.png");
}





.b-style table {
	width: 100%;
	margin-bottom: 20px;
}
.b-style table td {
	font-size: 12px;
    padding: 10px 10px;
    border: 1px solid #eaeaea;
    color: #4c4c4c;
    vertical-align: middle;
}
.b-style table td {
	vertical-align: middle;
}
.b-style table tr th, .b-style table tr:first-child td {
	background-color: #f3af31;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	border: none;
	padding: 7px 10px;
}
.b-style table tr th *, .b-style table tr:first-child td * {
	font-size: 14px;
	color: #ffffff;
}
.b-style table tr th:first-child, .b-style table tr:first-child td:first-child {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.b-style table tr th:last-child, .b-style table tr:first-child td:last-child {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}



.map-filter-search-field {
	position: relative;
}
.map-filter-search-field .ui-helper-hidden-accessible {
	bottom: -22px;
    font-size: 11px;
    position: absolute;
    white-space: nowrap;
    color: #ff664b;
}

.ui-autocomplete {
	background-color: #ffffff;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    width: 150px;
    /*width: 265px;*/
    overflow-y: auto;
    z-index: 999;
    max-height: 590px;
}
.ui-autocomplete li {
	border-top: 1px solid #dadada;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete li a {
	display: block;
    font-size: 12px;
    padding: 5px;
    padding-left: 10px;
    cursor: pointer;
    font-weight: bold;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 5px 8px;
}
.ui-autocomplete li a:hover {
	background-color: #fafafa;
}
.ui-autocomplete li a[data-category="1"] {
	color: #1971b7;
	background-image: url("images/label-cat-1.png");
}
.ui-autocomplete li a[data-category="2"] {
	color: #ff664b;
	background-image: url("images/label-cat-2.png");
}
.ui-autocomplete li a[data-category="3"] {
	color: #16348a;
	background-image: url("images/label-cat-3.png");
}
.ui-autocomplete li a[data-category="4"] {
	color: #f2af00;
	background-image: url("images/label-cat-4.png");
}
.ui-autocomplete li a[data-category="5"] {
    color: #560083;
    background-image: url("images/label-cat-5.png");
}
.ui-helper-hidden-accessible { display:none; }



.middlepage-item {
	background-repeat: no-repeat;
	background-position: center right;
	padding: 20px;
	padding-right: 180px;
}
.middlepage-item .middlepage-item-title {
	font-size: 18px;
	color: #005190;
	font-weight: bold;
	padding-bottom: 15px;
}
.middlepage-item .middlepage-item-title a {
	font-weight: bold;
	color: #005190;
	padding-right: 15px;
	display: inline-block;
	background-image: url("../css/images/results-arrow.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.middlepage-item .middlepage-item-content {
	color: #909090;
	font-size: 14px;
	line-height: 22px;
}
.middlepage-item .middlepage-item-content * {
	color: #909090;
}

div#loading {
  width: 100%;
  height: 100%;
  background-color: rgba(212, 169, 12, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
html.lt-ie9 div#loading {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66D4A90C', endColorstr='#66D4A90C')";
}
div#loading > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  color: black;
}
div#loading div.title {
  padding-top: 20px;
  font-size: 22px;
  color: #205e98;
}


div#print_address_title {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  font-family: Arial;
}

div#print_address,
div#print_address_to_print {
  border: 1px dotted #000000;
  border-radius: 10px;
  margin: auto;
  width: 340px;
  padding-top: 15px;
  text-align: center;
  font-family: Arial;
}
div#print_address div.head,
div#print_address_to_print div.head {
  height: 30px;
  line-height: 30px;
  background-color: #dadada;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
div#print_address div.body,
div#print_address_to_print div.body {
  padding-bottom: 10px;
  line-height: 1.6;
}
div#print_address div.body div.item,
div#print_address_to_print div.body div.item {
  color: #666666;
  font-size: 12px;
}
div#print_address div.barcode img,
div#print_address_to_print div.barcode img {
  display: inline-block;
}
div#print_address div.logo,
div#print_address_to_print div.logo {
  text-align: left;
  padding: 10px;
  padding-bottom: 5px;
}
div#print_address div.logo img,
div#print_address_to_print div.logo img {
  width: 100px;
  height: auto;
  display: inline-block;
}

div#print_address_to_print {
  position: absolute;
  width: 3.15in;
  height: 1.97in;
  padding: 0;
  margin: 0;
}
div#print_address_to_print div.head {
  margin: 0;
  margin-top: 0.05in;
  margin-bottom: 0.05in;
  list-height: 0.30in;
  font-size: 0.15in;
  vertical-align: middle;
  height: 0.30in;
}
div#print_address_to_print div.body {
  padding: 0;
  margin: 0;
  height: 0.88in;
  line-height: 0.14in;
}
div#print_address_to_print div.barcode {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0.30in;
}
div#print_address_to_print div.logo {
  position: absolute;
  bottom: 0.07in;
  left: 0.15in;
  padding: 0;
}


.b-style table.tbl_calc {
	width: 100%;
	margin-bottom: 20px;
}
.b-style table.tbl_calc td {
	font-size: 12px;
    padding: 0;
    border: none;
    color: #4c4c4c;
    vertical-align: top;
}
.b-style table.tbl_calc td {
	vertical-align: top;
}
.b-style table.tbl_calc tr th, .b-style table.tbl_calc tr:first-child td {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #4c4c4c;
	border: none;
	padding: 0;
}
.b-style table.tbl_calc tr th *, .b-style table.tbl_calc tr:first-child td * {
	font-size: 124px;
	color: #4c4c4c;
}
.b-style table.tbl_calc tr th:first-child, .b-style table.tbl_calc tr:first-child td:first-child {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 03px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.b-style table.tbl_calc tr th:last-child, .b-style table.tbl_calc tr:first-child td:last-child {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}



.b-style table.delivery {
	width: 100%;
	margin-bottom: 20px;
}
.b-style table.delivery td {
	font-size: 12px;
    padding: 10px 10px;
    border: 1px solid #eaeaea;
    color: #4c4c4c;
    vertical-align: middle;
}
.b-style table.delivery td {
	vertical-align: middle;
}
.b-style table.delivery tr th, .b-style table.delivery tr:first-child td {
	background-color: #f7f7f7;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	color: #4c4c4c;
	border: 1px solid #eaeaea;;
	padding: 7px 10px;
}
.b-style table.delivery tr th *, .b-style table.delivery tr:first-child td * {
	font-size: 14px;
	color: #4c4c4c;
}
.b-style table.delivery tr th:first-child, .b-style table.delivery tr:first-child td:first-child {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.b-style table.delivery tr th:last-child, .b-style table.delivery tr:first-child td:last-child {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.b-style table.delivery tr td > h4,
.b-style table.delivery tr td > p {
	margin: 0;
}
.b-style table.delivery tr td > h4 {
	color: #005191!important;
}
.b-style table.delivery tr td.time {
	width: 100px;
	border-right: 1px solid #eaeaea;
}
.b-style table.delivery tr td.place {
	width: 250px;
	border-right: 1px solid #eaeaea;
}
/* Form dynamic textarea
----------------------------------------------- */

.selectorform .f-col-full span.f-formInput {
    height: auto !important;
}

.selectorform .f-col-full span.f-formInput textarea[name="message"] {
    height: 34px;
    overflow: hidden;
}

/* ----------------------------------------------- */

		

		/*šos pārējos liec pēc tam iekš structure.scss*/

		.wrap-far-left {
			width: 182px;
			height: 100%;
			background-color: #f7f7f7;
			top: 0px;
			bottom: 0px;
			position: absolute;
			box-sizing: border-box;
			padding-top: 10px;		
			padding-bottom: 10px;		
			padding-left: 10px;		
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
		}

		.sidebar-header-text {
			font-weight: 700;
			font-size: 20px;
			padding-left: 10px;
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.sidebar-list li {
			border-bottom: 1px solid #eaeaea;
			margin-top: -1px;
		}

		.sidebar-list li:first-child {
			border-top: 1px solid #eaeaea;
		}

		.sidebar-list li.active:first-child {
			border-top: 1px solid #FFFFFF;
		}		

		.sidebar-list li:hover,
		.sidebar-list li.active {
			background-color: #FFFFFF;
			border-bottom: 1px solid #FFFFFF;			
		}

		.sidebar-list a {
			color: #005190;
			font-size: 14px;
			text-decoration: none;
			display: block;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;			
		}

		.list-item img {
			width: 76px;
			height: 101px;
			background-color: #EEEEEE;
			margin-bottom: 15px;
		}
		.list-item1 img {
			background-color: #EEEEEE;
			margin-bottom: 15px;
		}

		.content-item-list ul {
			border-top: 1px solid #eaeaea;
			border-bottom: 1px solid #eaeaea;
			margin-top: -1px;
			margin-bottom: 0px !important;
		}

		.content-item-list ul:last-child {
			border-bottom: 0px;
		}

		.content-item-list ul li {
			float: left;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 20px;
			padding-bottom: 20px;
			width: 185px;
			text-align: center;
			box-sizing: border-box;
			background: none !important;
		}

		.content-item-list ul li:nth-of-type(3n) {
			margin-right: 0px;
		}

		.content-item-list ul li a {
			text-decoration: none;
			display: block;
		}

		.content-item-list ul li a:hover {
			color: #005190;
		}		

		.year-filter {
			background-color: #f7f7f7;
			border-radius: 3px;
			border: 1px solid #eaeaea;
			padding: 15px;
		}

		.year-filter input {
			border: 0px;
			background: transparent;
		}

		#slider-range {
			width: 296px;
			float: left; 
			margin-right: 13px; 
			margin-left: 13px; 
			background: none !important; 
			border: 1px solid #eaeaea !important;
			position: relative;
			top: 2px;			
		}

		#slider-range .ui-slider-range {
			background: #1a5f98 !important;
		}

		#slider-range .ui-slider-handle {
			border-radius: 12px !important;
			width: 20px !important;
			height: 20px !important;
			background: #1a5f98 !important;
			border: 1px solid #015190 !important;
			cursor: pointer !important;
		}

		.ui-rangeSlider-arrow,
		.ui-rangeSlider-label {
			display: none !important;
		}

		.slider-holder #slider {
			width: 310px;
			float: left;
			top: -1px;
		}

		.slider-holder .pre-date {
			margin-right: 5px;
			float: left;
			width: 36px;
			font-weight: bold;			
		}
		.slider-holder .post-date {
			margin-left: 8px;
			float: left;
			width: 36px;
			font-weight: bold;			
		}		



   

        .open-phil-gallery {
            float: left;
            width: 268px;
            height: 300px;
            border: 1px solid #eaeaea;
            display: table;
            overflow: hidden;
        }

        .open-phil-gallery-inner {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .open-phil-desc {
            float: right;
            width: 268px;
        }

        .desc-item {
            margin-bottom: 5px;
        }

        .desc-item-title {
            font-weight: bold;
        }

        .desc-item-content {
            color: #4c4c4c;
        }        

        .content-ending {
            border-top: 1px solid #eaeaea;
            padding-top: 10px;
            margin-top: 20px;
        }

        .philately-slider {
            width: 200px;
            display: inline-block;
        }

        .philately-slider .slides li {
            list-style: none !important;
            margin: 0px !important;
            padding: 0px !important;
            background: none !important; 
        }

        .philately-slider .flex-direction-nav li {
            list-style: none !important;
            margin: 0px !important;
            padding: 0px !important;
            background: none !important;
        }

        #messageform #contact-form table td {
            padding-bottom: 10px;
        }

        #messageform #contact-form table tr:last-child td {
            padding-bottom: 0px !important;
        }        

        #messageform #contact-form table td:first-child {
            width: 150px;
        }

        #messageform #contact-form table td:last-child {
            width: 200px;
        }

        .wrap-border {
            background-color: #ffffff;
            border: 1px solid #eaeaea;
            border-radius: 4px;            
        }

        #cboxContent {
            padding: 30px !important;
        }

        #results_list .tbl_calc tr:first-child td {
        	background-color: #f3af31 !important;
        	border: 0px !important;
        	font-weight: bold;
        	font-size: 14px;
        	color: #FFFFFF;
        	white-space: nowrap;
        }

        #results_list .tbl_calc tr:first-child td:first-child {
        	border-top-left-radius: 3px;
        	border-bottom-left-radius: 3px;
        }

        #results_list .tbl_calc tr:first-child td:last-child {
        	border-top-right-radius: 3px;
        	border-bottom-right-radius: 3px;
        }

        #results_list .tbl_calc td {
        	border: 1px solid #eaeaea !important;
        	padding: 10px !important;
        	font-size: 14px;   
        	color: #4c4c4c;   
        	text-align: left !important;  	
        }

        #results_list .tbl_calc tr:nth-of-type(2) td {
        	border-top: 0px solid #eaeaea !important;   	
        }        

        #results_list .tbl_calc td:first-child {
        	border-left: 0px solid #eaeaea !important;    	
        }        

        #results_list .tbl_calc td:last-child {
        	border-right: 0px solid #eaeaea !important;    	
        }      

        #results .result-list-data-totalprice-text {
        	font-size: 14px;
        	font-weight: bold;
        	color: #a4a4a4;
        	display: block;
        }

        #results #result-list-data-totalprice {
        	font-size: 32px;
        	font-weight: bold;
        	color: #005aa0;
        	display: block;
        	margin-top: 15px;
        }

.b-tabsTop, 
.b-tabCont > ul {
	margin: 0px;
}

.b-tabCont h3 {
	font-size: 16px;
}

.b-tabCont img {
	margin-bottom: 20px;
	margin-left: 20px;
}

sup {
    vertical-align: super; font-size: smaller;
}