@font-face {
    font-family: 'helen_bgcondensed';
    src: url("../fonts/helenCond/helen_bg_cond-webfont.ecb8ec031f39.eot");
    src: url("../fonts/helenCond/helen_bg_cond-webfont.ecb8ec031f39.eot?#iefix") format('embedded-opentype'),
         url("../fonts/helenCond/helen_bg_cond-webfont.90299944a15c.ttf") format('truetype'),
         url("../fonts/helenCond/helen_bg_cond-webfont.05d52879d50a.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helen_bgbold_condensed';
    src: url("../fonts/helenBold/helen_bg_boldcond-webfont.6b93404706b1.eot");
    src: url("../fonts/helenBold/helen_bg_boldcond-webfont.6b93404706b1.eot?#iefix") format('embedded-opentype'),
         url("../fonts/helenBold/helen_bg_boldcond-webfont.0e0015f86bca.ttf") format('truetype'),
         url("../fonts/helenBold/helen_bg_boldcond-webfont.2a8a59a1d02e.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}
/*=========== CSS Reset ==========*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
    font-size: 15px;
}
/* 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;}
ol, ul {
    list-style-position: inside;
}
:focus {outline: -webkit-focus-ring-color none 0;}
/*========== Reusable classes ===========*/
.clear{
    clear:both;
}
.fleft{
    float: left;
}
.fright{
    float: right;
}

.fontBold{
    font-weight: bold;
}
.mb20{
    margin-bottom: 20px;
}

/*========== Clearfix ===========*/
#page-wrap,
/*header,*/
#carusel-shadow,
#left-column-content,
#logo-and-search,
#widget-most-searched-info,
.right-side-widget,
#left-column-content ul,
footer{
	zoom: 1;
	*display: inline;
}

#page-wrap:after,
/*header:after,*/
#carusel-shadow:after,
#left-column-content:after,
#logo-and-search:after,
#widget-most-searched-info:after,
.right-side-widget:after,
#left-column-content ul:after,
footer:after{
	content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
	overflow: auto;
}
/*========== Common styles ==========*/
body {font: normal 16px/20px 'Arial';}
a {text-decoration: none;}
a:link {color: #0645ad;}
a:visited {color: #0645ad;}
a:hover {color: #2E8DD5;}
a:active {color: #ff9933;}
ul {list-style: none;float: left;}
h3 {font-size: 20px; font-weight: bold;}
/*========== Fonts ==========*/



body {
	background-image: url("../images/BGslice.7753f64580c6.png");
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	background-attachment: fixed;
}
#page-wrap {
	width: 1040px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 4px 21px rgba(81,90,100,0.27);
}
.plugin-link a {
	text-decoration: underline;
}
/*========== HEADER ==========*/
header {
	width: 100%;
	background: #fff;
}

/*========== TOP NAVIGATION ==========*/
#top-navigation {
	position: relative;
	width: 100%;
	height: 45px;
	background: #515a64;
}
	#top-navigation > ul {
		float: left;
		display: inline-block;
		width: 77%;
		background: #515a64;
	}
		#top-navigation .first-level {
			padding: 10px 0 9px;
			float: left;
			position: relative;
			margin: 0 -1px 0 0;
		}
			#top-navigation li:first-child {
				margin-left: 40px;
			}
			#top-navigation li:hover {
				background: #6c7784;
				z-index: 1;
			}
				#top-navigation li:hover a {
					border-left-color: #6c7784;
				}
				#top-navigation li:hover .dropdown {
					display: block;
				}
				#top-navigation li:hover .triangle-bg {
					display: block;
				}
			#top-navigation li.active {
				background: #ff9933;
				background-image: url("../images/triangle-white.c807e46ced11.png");
				background-repeat: no-repeat;
				background-position: bottom center;
				z-index: 1;
			}
				#top-navigation .active:hover {
					background: #6c7784;
					z-index: 1;
				}
				#top-navigation .active:hover a {
					border-left-color: #6c7784;
				}
			#top-navigation li a {
				padding: 3px 10px;
				display: inline-block;
				border-left: 1px solid #ff9933;
				color: #fff;
				font-size: 15px;
				font-weight: bold;
				text-transform: uppercase;
			}
				#top-navigation li:first-child a {
					border-left: 0;
				}
#top-navigation .dropdown {
	display: none;
	position: absolute;
	top: 45px;
	float: none;
	background: #6c7784;
}
	#top-navigation .dropdown li {
		/*width: 250px;*/
		padding: 0;
	}
		#top-navigation .dropdown li:hover {
			background: #aab4bc;
			margin: 0;
			border: 0;
		}
		#top-navigation .dropdown li:first-child {
			margin-left: 0 !important;
			border-top: 1px solid #fff;
		}
	#top-navigation .dropdown li a {
		display: inline-block;
		font-size: 15px;
		border-top: 0;
		text-transform: none;
		border-left: 0;
		width: 250px;
		font-weight: normal;
		padding: 10px 15px 9px;
	}
	#top-navigation .dropdown .active {
		background: #515a64;
		background-image: none; 
		border: 0;
	}
		#top-navigation .dropdown li:hover a {
		font-size: 15px;
		text-transform: none;
		background: #adb4bc;
	}
#telephone {
	display: inline-block;
}
	#telephone p{
		font-size: 25px;
		color: #fff;
		padding-top: 11px;
		padding-bottom: 10px;
		padding-left: 36px;
		background-image: url("../images/Phone.cb7e7bda18b4.png");
		background-repeat: no-repeat;
		background-position: 13px 10px;
		letter-spacing: -1px;
	}
#flag {
	position: absolute;
	cursor: pointer;
	top: 12px;
	right: 32px;
	background-image: url("../images/En.94357e6fcfb3.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 20px;
}
#flag-bg {
	position: absolute;
	cursor: pointer;
	top: 12px;
	right: 32px;
	background-image: url("../images/bg.feb26799f921.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 20px;
}
/*========== SECONDARY NAVIGATION ==========*/
#top-secondary-navigation {
	width: 100%;
	padding-top: 3px;
}
	#top-secondary-navigation ul {
		margin-top: 5px;
		float: right;
		direction: ltr;
	}
	#top-secondary-navigation li {
		display: inline-block;
		padding: 0 0 0 5px;
	}
		#top-secondary-navigation li a {
			text-decoration: underline;
			font-size: 14px;
		}
#secondary-wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#top-secondary-navigation div {
	display: inline-block;
	float: right;
	direction: ltr;
	margin: 5px 0 0 25px;
	/*display: none;*/
}
	#top-secondary-navigation div a {
		font-size: 14px;
		color: #515a64;
		letter-spacing: 1.5px;
	}

/*========== LOGO AND SEARCH BAR ==========*/
#logo-and-search {
	width: 100%;
	margin: 40px 0 0 5px;
}
	#logo-and-search a {
		padding-bottom: 10px;
	}
.logo-link {
	display: inline-block;
	float: left;
	width: 100px;
	height: 100px;
}
#logo-and-search .logo-text-link {
	padding-bottom: 0;
}
#logo {
	display: inline-block;
	float: left;
	background-image: url("../images/Lion.6f6d47ed86bf.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin-left: 10px;
}
.logo-text-link {
	color: #000 !important;
	display: inline-block;
}
.logo-text-link:hover {
	color: #000 !important;
}
#logo-text {
	display: inline-block;
	float: left;
	margin: 15px 0 0 -11px;
	padding: 0 100px 5px 8px;
	border-left: 2px solid #000;
	background-image: url("../images/LOGO.9b75af11fddd.png");
	background-repeat: no-repeat;
	background-position: right 0px;
	background-size: 86px 67px;
}
	#logo-text .header-rb {
		font-family: 'helen_bgbold_condensed';
		font-size: 40px;
		padding: 8px 0 15px 0;
		text-transform: uppercase;
		font-weight: normal;
	}
	#logo-text .subheader-rb {
		font-family: 'helen_bgcondensed';
		font-size: 38px;
		margin: 0;
		font-weight: bold;
	}
#searchbar {
	display: inline-block;
	float: right;
	margin-top: 55px;
	position: relative;
}
	#searchbar #google-search {
		position: absolute;
		right: 10px;
		width: 300px;
		height: 25px;
		border: 0;
		/*background: rgba(199, 207, 215, 0.3);*/
		padding-left: 10px;
	}
	.gsc-search-button {
		/*display: none;*/
		position: absolute;
		right: 0;
		background: #515a64;
		color: #fff;
		border: 0;
		height: 25px;
		font-size: 15px;
		cursor: pointer;
	}
	td.gsc-search-button {
		width: 24% !important;
	}
	td.gsc-search-button {
		content: 'Търси' !important;
	}
	.input.gsc-search-button {
		background-color: #515A64 !important;
		box-shadow: none !important;
		border: 0 !important;
		border: 0: !important;
		margin-top: 0 !important;
		height: 25px !important;
		width: 100% !important;
	}
	input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
		background-image: url("../images/search-text.e39fa6dd8167.png") !important;
		background-repeat: no-repeat;
		background-position: center;
	}
	input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
		background-color:  #515A64 !important;
		height: 25px !important;
	}
	.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
		margin-top: 0 !important;
		padding: 6px 36px !important;
	}
	.cse input.gsc-search-button:focus, input.gsc-search-button:focus {
		box-shadow: none !important;
	}
	.cse input.gsc-search-button, input.gsc-search-button {
		border: 0 !important;
	}
	.gsc-control-cse {
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
	}
	.gsib_a {
		padding: 0 !important;
	}
	.gsc-input-box {
		border: 0 !important;
		box-shadow: none !important;
		background: rgba(199, 207, 215, 0.3) !important;
	}
	#gs_tti50 input {
		height: 25px !important;
		background: rgba(199, 207, 215, 0.3) !important;
		padding-left: 10px !important;
	}
	table.gsc-search-box td {
		vertical-align: top !important;
	}
	#searchbar input[type="submit"] {
		position: absolute;
		right: 5px;
		background: #515a64;
		color: #fff;
		border: 0;
		height: 25px;
		font-size: 15px;
		cursor: pointer;
		display: none;
	}
	#searchbar input[type="submit"]:active {
		background: #ff9933;
	}
	.ie8 #searchbar input[type="text"] {
		background: #EDF0F2;
	}

/*========== CARUSEL ==========*/
.slider {
	margin-top: 20px;
	width: 960px;
	height: 370px;
}
#carusel-shadow {
	background-image: url("../images/shadow3.134afafe326e.png");
	background-repeat: no-repeat;
	height: 60px;
	opacity: 0.6;
}
.info-box-right h3 {
	color: #2e8aca;   
	padding: 10px 5px 10px 20px;
	font-size: 26px;
	line-height: 25px;
	font-weight: normal;
}
.info-box-right p {
	padding: 0 10px 10px 20px;
	font-size: 17px;
}
.info-box-left {
}
#test li {
	height: 54px !important;
}

/*========== MAIN CONTENT ==========*/
#main-content {
}
.inner-wrapper {
	width: 960px;
	margin: 0 auto;
	/*overflow: auto;*/
	margin-top: 10px;
}
.single-column-inner {
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: 40px;
}

/*========== LEFT COLUMN ==========*/
#left-column {
	display: inline-block;
	width: 510px;
	float: left;
}
#tab-menu {
	width: 100%;
	overflow: auto;
	margin-top: 8px;
}
	#tab-menu ul {
		border-bottom: 1px solid #515a64;
		overflow: visible;
		margin-bottom: 10px;
		z-index: 0;
	}
	#tab-menu li {
		float: left;
		z-index: 0;
	}
	#tab-menu a {
		display: inline-block;
		padding: 12px 10px;
		border: 1px solid #515a64;
		margin-right: 5px;
		margin-bottom: -1px;
		font-size: 20px;
		font-weight: bold;
		color: #5a5a5a;
		z-index: 1;
		overflow: visible;
	}
	#tab-menu a:hover {
		border: 1px solid #adb4bc;
		color: #adb4bc;
	}
	.triangle-pointer {
		width: inherit;
		height: 10px;
		width: 100%;
		background-image: url("../images/Triangle_Tab_Border.20928503f5d8.png");
		background-repeat: no-repeat;
		background-position: center top;
	}
		#tab-menu li:hover .triangle-pointer {
			background-image: url("../images/Triangle_Tab_Border_Hover.536b4644db8b.png");
		}
		.triangle-pointer:hover {
			background-image: url("../images/Triangle_Tab_Border_Hover.536b4644db8b.png");
		}
	#tab-menu .tab-active {
		border: 1px solid #ff9933;
		color: #ff9933;
	}
	#tab-menu li:last-child a{
		margin-right: 0;
	}
.secondary {
	display: none;
}
.secondary-tabs {
	position: relative;
	width: 100%;
	margin-bottom: 35px;
}
#widget-most-searched-info > h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	display: inline-block;
}
.secondary {
	display: none;
}
.secondary-active {
	display: block;
	left: 0;
}
	.secondary-tabs li {
		margin-top: 10px;
	}
	.secondary-tabs a {
		text-decoration: underline;
		font-size: 17px;
		font-weight: normal;	
	}
	.secondary-tabs p{
		font-size: 15px;
	}
#widget-most-searched-info {
	margin-top: 40px;
	margin-bottom: 40px;
}	
	#widget-most-searched-info h3 a {
		display: inline-block;
		font-size: 17px;
		text-decoration: underline;
		padding-top: 10px;
		font-weight: normal;
	}
#left-column-content ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 100%;
}
/*========== RIGHT COLUMN ==========*/
#right-column {
	width: 380px;
	display: inline-block;
	float: right;
	padding-top: 23px;
	overflow: hidden;
}
.right-side-widget {
	width: 100%;
	margin-bottom: 30px;
}
	.right-side-widget h3 {
		font-size: 21px;
		letter-spacing: 0.4px;
		padding-bottom: 10px;
	}
	.right-side-widget p {
		line-height: 22px;
		font-size: 15px;
		letter-spacing: 0.4px;
	}
	.right-side-widget a {
		float: right;
		text-decoration: underline;
		font-size: 15px;
		padding: 5px 10px 5px 0;
		background-image: url("../images/Triangle_ArrowText.52328e994560.png");
		background-repeat: no-repeat;
		background-position: right 12px;
	}
#map {
	margin-top: 40px;
	width: 100%;
	height: 176px;
	background-image: url("../images/map.be80c9b1e297.png");
	background-repeat: no-repeat;
	border: 1px dashed #ff9933;
}
.mapInfoBox p{
	height: 100%!important;
	padding: 0!important;
	font-size: 14px!important;
	line-height: 20px!important;
}
footer {
	clear: both;
	background: #e1e1e1;
	padding: 15px 0 10px;
	margin-top: 30px;
}
	footer p {
		display: inline-block;
		float: left;
		font-size: 15px;
		color: #5a5a5a;
	}
		/*footer p:last-of-type {
			clear: both;
			padding-left: 15px;
		}*/
	footer nav {
		display: inline-block;
		float: right;
	}
	footer li {
		float: left;
		padding-left: 20px;
	}
		footer #footer-nav a {
			color: #5e6262;
			font-size: 15px;
		}
		footer #footer-nav a:hover {
			text-decoration: underline;
		}
.triangle-bg {
	position: absolute;
	top: 44px;
	text-align: center;
	background-image: url("../images/Triangle_NavToDropDown_DarkGray.2c6ba61c4d0c.png");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 356;
	width: 100%;
	height: 10px;
	display: none;
	cursor: pointer;
}
.ie8 .triangle-bg {
	top: 45px;
}
/* Staff table */
.staff-table {
	border: 1px solid #8e9dad;
	margin-top: 20px;
}
.staff-table thead {
	background: #8e9dad;
	color: #fff;
}
.staff-table thead th{
	padding: 5px 10px;
	text-align: left;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
}
.staff-table tbody td {
	border-left: 1px solid #8e9dad;
	padding: 0 5px;
	color:	#060606;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}
.staff-table tbody tr:nth-child(2n) {
	background: #e2e3e4;
}
.staff-table a {
	background-image: url("../images/IconPDF.411db8c63e06.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 100px;
	background-position: 10px center;
	padding-top: 5px;
	padding-left: 35px;
}


/* Simple table */
table.simple-table {
	border: 1px solid #8e9dad;
	margin-top: 20px;
}
	.simple-table thead {
		background: #8e9dad;
		color: #fff;
	}
		.simple-table thead th{
			padding: 5px 10px;
			text-align: left;
			font-size: 15px;
			text-align: left;
			vertical-align: middle;
		}
		.simple-table tbody td {
			border-left: 1px solid #8e9dad;
			padding: 0 5px;
			color:	#060606;
			font-size: 14px;
			font-weight: normal;
			vertical-align: middle;
		}
		.simple-table tbody tr:nth-child(2n) {
			background: #e2e3e4;
		}
		.simple-table img {
			display: none;
		}


/* Page not found */
.not_found {
	margin-top: 40px;
	margin-bottom: 150px;
	text-align: center;
}

#carousel {
  margin-top: -85px;
  width: 960px !important;
}
#slider li {
  position: relative;
}
#slider .info-box-right, #slider .info-box-left {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.ie8 #slider .info-box-right, .ie7 #slider .info-box-left {
  background: #F5F4F5;
}
#slider .info-box-right {
  right: 0;
  top: 40px;
  width: 350px;
  min-height: 200px;
  max-height: 250px;
}
#slider .info-box-left {
  left: 0;
  bottom: 45px;
  width: 480px;
  height: 100px;
}
  .info-box-left-lefttext, .info-box-left-righttext {
    padding: 10px 20px;
    width: 50%;
    display: inline-block;
    float: left;
  }
  .info-box-left h2 {
    color: #2B88C9;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
  }
#carousel li {
  float: left;
  width: 25%;
  background-image: url("../images/1.c55496a87d95.png");
  background-repeat: no-repeat;
  height: 54px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#carousel .active, #carousel .flex-active-slide{
  background-image: url("../images/3.85f19be7a820.png");
  background-repeat: no-repeat;
}
#carousel .active:hover {
  background-image: url("../images/3.85f19be7a820.png");
  background-repeat: no-repeat;
}
  #carousel li:hover {
    background-image: url("../images/2.5796510cf167.png");
    background-repeat: no-repeat;
  }

#carousel li a {
  display: inline-block; 
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
}
/*#carousel li .long-tab{
  margin-top: 14px; 
}*/
#carousel li .flex-active {
  background: transparent;
}

.slider .flexslider {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  background: transparent;
}

.slider .flex-control-nav {
  bottom: 330px;
  right: 260px;
  width: 75px;
}
#carusel-shadow {
  margin-top: -31px;
}
.slides li {
  width: 210px;
}

/*Slider romb controls*/
.flex-control-nav li {
  margin: 0 1px !important;
}
.flex-control-paging li a {
  background: transparent !important;
  width: 16px !important;
  height: 16px !important;
  background-image: url("../images/Kvadrat.87f01ab341dc.png") !important;
  background-repeat: no-repeat !important;
  cursor: default;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.flex-control-paging li a.flex-active {
  background-image: url("../images/Romb.22c3d2afc354.png") !important;
  background-repeat: no-repeat !important;
}

#inner-header-bottom-border {
	width: 1035px;
	height: 1px;
	background: #ccc;
	bottom: -166px;
	position: absolute;
	left: 2px;
}
#left-column-inner {
	display: inline-block;
	width: 600px;
	float: left;
	margin-top: 40px;
}
#left-column-inner h2 {
	margin: 25px 0 25px 0;
}
#breadcrumps {
	width: 100%;
	display: block;
	margin-top: 10px;
}
	#breadcrumps ul {
		width: 100%;
	}
	#breadcrumps li {
		float: left;
	}
		#breadcrumps li a {
			display: inline-block;
			text-decoration: underline;
			padding: 0 14px 0 1px;
			font-size: 14px;
			background-image: url("../images/Triangle_ArrowText.52328e994560.png");
			background-repeat: no-repeat;
			background-position: center right;
			margin-right: 5px;
		}
			#breadcrumps li:last-child a {
				padding: 0 0 10px 0;
				pointer-events: none;
   				cursor: default;
   				text-decoration: none;
				color: #000;
				background-image: none;
				display:block;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				padding-top: 1px;
			}
			#breadcrumps li:first-child a {
				padding-left: 0;
			}
#left-column-content {
	width: 100%;
	clear: both;
	margin-top: 60px;
}
#left-column-content h1 {
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	padding-bottom: 10px;
}
#left-column-content h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
}
#left-column-content h3 {
	font-size: 17px;
	font-weight: normal;
}
#left-column-content p {
	clear: both;
	padding: 0 0 15px 0;
	font-size: 15px;
	line-height: 23px;
}
.item-content img {
	padding: 5px 10px 10px 10px;
}
/*========== Widgets and forms ==========*/
	/*========== Files for download ==========*/
#files-for-download, #links-with-files {
	border: 1px solid #515a64;
	padding: 10px;
	margin-bottom: 20px;
	clear: both;
}
	#files-for-download p, #links-with-files p {
		margin: 0;
		padding: 0 0 15px 5px;
	}

	#files-for-download h2, #links-with-files h2 {
		font-size: 15px;
		font-weight: bold;
		background: #515a64;
		color: #fff;
		margin-top: -10px;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 0px;
		padding: 10px;
	}

	#files-for-download a, #links-with-files a.with-files {
		text-decoration: underline;
		font-size: 15px;
		display: inline;
		padding: 0 0 15px 26px;
	}
		#files-for-download span, #links-with-files span {
			color: #515A64;
			font-size: 14px;
		}
	#files-for-download .doc, #files-for-download .docx,
	#links-with-files .doc, #links-with-files .docx {
		background-image: url("../images/IconWord.26233e9b4db9.png");
		background-repeat: no-repeat;
		background-position: top left;
	}
	#files-for-download .pdf, #links-with-files .pdf {
		background-image: url("../images/IconPDF.411db8c63e06.png");
		background-repeat: no-repeat;
		background-position: top left;
	}
	#files-for-download .zip, #files-for-download .rar,
	#links-with-files .zip, #links-with-files .rar {
		background-image: url("../images/IconZIP.9ba107003c43.png");
		background-repeat: no-repeat;
		background-position: top left;
		padding-bottom: 0;
	}

	#files-for-download .xls, #files-for-download .xlsx,
	#links-with-files .xls, #links-with-files .xlsx {
		background-image: url("../images/IconExcel.ef0f8fc1dcd1.png");
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	.files-in-content a {
		text-decoration: underline;
		font-size: 15px;
		display: inline;
		padding: 0 0 15px 26px;
	}

	.files-in-content .doc, .files-in-content .docx {
		background-image: url("../images/IconWord.26233e9b4db9.png");
		background-repeat: no-repeat;
		background-position: top left;
	}
	.files-in-content .pdf {
		background-image: url("../images/IconPDF.411db8c63e06.png");
		background-repeat: no-repeat;
		background-position: top left;
	}
	.files-in-content .zip, .files-in-content .rar {
		background-image: url("../images/IconZIP.9ba107003c43.png");
		background-repeat: no-repeat;
		background-position: top left;
		padding-bottom: 0;
	}

	.files-in-content .xls, .files-in-content .xlsx {
		background-image: url("../images/IconExcel.ef0f8fc1dcd1.png");
		background-repeat: no-repeat;
		background-position: top left;
	}

	/*========== Links ==========*/
#links, .right-column-widget {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #515a64;
	overflow: auto;
	min-height: 360px;
	max-height: 360px;
	overflow: hidden;
}
#links {
	max-height: none;
}
	#links h2, .right-column-widget h2{
		font-size: 15px;
		font-weight: bold;
		background: #515a64;
		color: #fff;
		padding: 5px 15px;
		margin: 0;
	}
	.box-header-bg {
		width: 100%;
		height: 10px;
		background-image: url("../images/Triangle_ContentBox_Gray.9c01651b7d83.png");
		background-repeat: no-repeat;
		background-position: 80% -1px;
	}
	#links ul {
		width: 100%;
		list-style: none;
	}
	#links li a {
		display: inline-block;
		text-decoration: underline;
		padding: 10px;
	}
#document-table, .staff-table {
	border: 1px solid #8e9dad;
	margin-top: 20px;
}
	#document-table thead {
		background: #8e9dad;
		color: #fff;
	}
		#document-table thead th{
			padding: 5px 15px;
			text-align: left;
			font-size: 17px;
		}
		#document-table tbody td {
			border-left: 1px solid #8e9dad;
			padding: 5px 10px;
			color:	#060606;
			font-size: 15px;
		}
		#document-table tbody td:first-of-type {
			width: 110px;
			vertical-align: middle;
		}
		#document-table tbody tr:nth-child(2n) {
			background: #e2e3e4;
		}

#right-column-inner {
	display: inline-block;
	width: 320px;
	float: right;
	margin: 40px 0;
}
	#right-column-inner h2 {
		padding: 5px 0 10px 0;
		font-size: 25px;
		line-height: 21px;
		border-bottom: 1px solid #000;
	}
.right-column-content {
	width: 100%;
	margin: 25px 0;
}
	.right-column-content ul {
		width: 100%;
	}
	.right-column-content li{
		display: block;
		padding: 0 0 10px 0;
	}
	.right-column-content a {
		display: inline-block;
		width: 100%;
		text-decoration: underline;
		text-align: left;
	}
	.right-column-content .active {
		color: #ff9933;
		padding-left: 15px;
		background-image: url("../images/Triangle_ArrowText.52328e994560.png");
		background-repeat: no-repeat;
		background-position: left center;
		text-decoration: none;
	}
.right-column-widget, .left, .middle, .right {
	margin-left: 15px;
	width: 100%;
	position: relative;
}
.right-column-widget, .left {
	margin-left: 0;
}
	.right-column-widget ul, .left ul, .middle ul, .right ul {
		max-height: 247px;
		overflow: hidden;
	}
	#right-column-inner .right-column-widget h2,
	#right-column-inner .contact-form-small h2,
	.left h2, .middle h2, .right h2 {
		width: 100%;
		margin-left: 0;
		border-bottom: 0;
		font-size: 15px;
		font-weight: bold;
		height: 40px;
		line-height: 16px;
		text-align: left;
		display:-ms-flexbox;
		/*-ms-flex-pack:center;*/
		-ms-flex-align:center;

		/* Firefox */
		display:-moz-box;
		/*-moz-box-pack:center;*/
		-moz-box-align:center;

		/* Safari, Chrome, and Opera */
		display:-webkit-box;
		/*-webkit-box-pack:center;*/
		-webkit-box-align:center;

		/* W3C */
		display:box;
		/*box-pack:center;*/
		box-align:center;
	}
	#right-column-inner .right-column-widget li,
	.left li, .middle li, .right li {
		margin: 10px 15px;
	}
	#right-column-inner .right-column-widget a,
	.left a, .middle a, .right a {
		font-size: 15px;
		padding: 10px 10px 0 0;
		text-decoration: underline;
	}
	#right-column-inner .right-column-widget p,
	.left p, .middle p, .right p {
		font-size: 15px;
	}
	#right-column-inner .right-column-widget .all-services,
	.left .all-services, .middle .all-services, .right .all-services {
		float: right;
		display: inline-block;
		text-align: right;
		font-size: 15px;
		background-image: url("../images/Triangle_ArrowText.52328e994560.png");
		background-repeat: no-repeat;
		background-position: right 15px;
		margin: 0 10px 5px;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
.contact-form-small {
	margin-top: 20px;
	width: 100%;
	margin-left: 5px;
}
.contact-form-small label {
	display: block;
}
.contact-form-small h2 {
	background: #c7cfd7;
	color: #515a64;
}
/*========== Contacts-Map ==========*/
#contact-map {
	width: 100%;
	margin-top: 8px;
}
#contact-map ul {
	padding-left: 0; 
}
#map-navigation {
}
#map-navigation ul {
	width: 100%;
	list-style: none;
}
#map-navigation li {
	float: left;
	width: 23%;
	background: #6C7784;
	height: 34px;
}
	#map-navigation li:hover {
		background: #ADB4BC;
	}
	#map-navigation .active {
		background: #FF9933;
	}
	#map-navigation .active:hover {
		background: #FF9933;
	}
#map-navigation a {
	display: inline-block !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1px;
	width: 100%;
	cursor: pointer;
}
#map-navigation .long-tab {
	width: 31%;
	background-image: url("../images/1Normal.3f177f87f2f9.png");
	background-repeat: repeat-x;
}
	#map-navigation .long-tab.active {
		background-image: url("../images/3Active.a42b1a4c290d.png");
		background-repeat: no-repeat;
	}
	#map-navigation .long-tab.active:hover {
		background-image: url("../images/3Active.a42b1a4c290d.png");
		background-repeat: no-repeat;
	}
	#map-navigation .long-tab:hover {
		background-image: url("../images/3Hover.175ef65efc0c.png");
		background-repeat: no-repeat;
	}
	#map-navigation .long-tab a {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
#map-canvas {
	width: 100%;
	height: 330px;
	overflow: inherit !important;
	top: 34px;
}

.map-rigth {
	margin-top: 63px;
}
.map-phones {
	border: 1px dashed #FF9933;
	padding: 25px 0 25px 20px;
}
.map-phones p {
	padding: 8px 0;
	padding-left: 16px;
	font-size: 17px;
	background-image: url("../images/PhoneOrange_ContactPage.fd8b6bcdef67.png");
	background-repeat: no-repeat;
	background-position: left 9px;
}
.map-phones span {
	color: #FF9933;
	font-size: 17px;
	font-weight: bold;
}
.map-nav {
	width: 100%;
	margin-top: 20px;
}
.map-nav ul {
	width: 100%;
	margin-top: 10px;
}
.map-nav li {
	background: #6c7784;
}
.map-nav a {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #fff;
	padding: 12px 30px 12px 40px;
	color: #fff;
	background: #6c7784;
	font-weight: bold;
	background-image: url("../images/Triangle_Menu_1level.71f753f05c32.png"), url("../images/exportNormal.fca84bf45086.png");
	background-repeat: no-repeat;
	background-position: left center, 96% center;
}
	.map-nav a:hover {
		background-color: #adb4bc;
		background-image: url("../images/Triangle_Menu_Hover.05887c58d3b7.png"), url("../images/exportHover.14b97db1c393.png");
	}
	.map-nav a span {
		font-weight: normal;
		font-style: italic;
		font-size: 14px;
		display: block;
	}
.map-nav .long {
	padding: 2px 30px 2px 40px;
}

.left, .middle, .right {
	width: 31.9%;
	float: left;
}
.left {
	margin-left: 0;
}
.right {
	margin-right: 0;
}

#left-column-content #sitemap {
	font-weight: bold;
	list-style-image: url("../images/Triangle_ArrowText.52328e994560.png");
}
	#left-column-content ul ul {
		padding-left: 15px;
		list-style-type: circle;
	}
	#left-column-content #sitemap li {
		padding-bottom: 3px;
	}
	/*#left-column-content #sitemap > li {
		background-image: url("../images/Triangle_ArrowText.52328e994560.png");
		background-repeat: no-repeat;
		background-position: left center;
	}
	#left-column-content #sitemap  li li li {
		background-image: none;
	}*/

#sitemap ul {
	font-weight: normal;
	padding-left: 20px;
	list-style-image: url("../images/TriListStyleImg_DarkGray.bb9c67b6f52e.png");
}
#sitemap ul ul {
	font-weight: normal;
	padding-left: 20px;
	list-style-image: url("../images/TriListStyleImg_LightGray.b363ba28c72a.png");
}

.dash-line {
	border: 1px dashed #FF9933;
	max-height: 174px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 30px;
}
.dash-line img {
	float: left;
}
.dash-line p {
	float: right;
	color: #000;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
}
.contact-text {
	overflow: hidden;
	max-height: 160px;
	padding: 10px 10px;
}
.prise-and-rewards img {
	display: none;
}
#left-column-content .prise-and-rewards p {
	padding-left: 30px;
	background-image: url("../images/star.4c0fcd0477d2.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.accordion-container > h2 {
	background-color: #8e9dad;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 10px !important;
}
.accordion .question {
	border: 1px solid #acb7c3;
	margin: 10px 0;
}
.accordion .question.active {
	border: 1px solid #ffbb77;
}
.accordion .question h2 {
	margin: 0 !important;
	padding: 10px;
	padding-right: 30px;
	background-image: url("../images/TriListStyleImg_DarkGray.bb9c67b6f52e.png");
	background-repeat: no-repeat;
	background-position: 97% center;
	cursor: pointer;
}
.accordion .question h2.active {
	background-image: url("../images/Triangle_Slider_Tab_reversed.26cccb168784.png");
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 12px 6px;
	color: #ff9933;
}
.accordion .answer p {
	padding: 10px !important;
	padding-right: 30px !important;
}

.bottom-info a {
	background-image: url("../images/print.a5c3bebe20e2.png");
	width: 22px;
	height: 19px;
	vertical-align: middle;
	background-repeat: no-repeat;
	padding-left: 24px;
}


.bottom-info a:hover {
	background-image: url("../images/printHover.2d72f9a34b3a.png");
}

.bottom-info {
	margin: 10px 0 0 40px;
	font-size: 15px;
	color: #5a5a5a;
}
