@charset "utf-8";
/* Your styles here */

/**
 * Layout
 */
* { text-shadow: none !important;}
html, body { 
	font-family: Arial, sans-serif;
	background: url("../img/background/body-bg-02.jpg") repeat scroll 0 0 #ECEDEF;
	-webkit-transformace: translate3d ( 0 , 0 , 0 );
}

#map-container {
	margin-left: 0px;
	background: #FFF;
	border-left: 1px solid #c4c4c4;
}

#map-content {
	position: relative;
}
#map {
	width: 100%;
	height: 590px;
}
#markerlist {
	height: auto;
	max-height: 455px;
}

.panel {
	height: 620px; 
}

nav:after,
nav:before,
nav *:after,
nav *:before { content: none !important; display: block!important; }

nav.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
	border: none;
	border-bottom: 1px solid #DFAD0D;
	display: block;
	overflow: hidden;
}
.navbar-hdk {
	background: #f4cd03;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f4cd03 0%, #dfad0d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4cd03), color-stop(100%,#dfad0d));
	background: -webkit-linear-gradient(top, #f4cd03 0%,#dfad0d 100%);
	background: -o-linear-gradient(top, #f4cd03 0%,#dfad0d 100%);
	background: -ms-linear-gradient(top, #f4cd03 0%,#dfad0d 100%);
	background: linear-gradient(to bottom, #f4cd03 0%,#dfad0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cd03', endColorstr='#dfad0d',GradientType=0 );
	background-repeat: repeat-x;
	border-radius: 0px;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	border: none;
	min-height: inherit;
}
.navbar-hdk .nav li a { color: #000; }
.navbar-hdk .nav>li>a:hover, 
.navbar-hdk .nav>li>a:focus {
	text-decoration: none;
	color: #FFF;
	background: #eab92d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810));
	background: -webkit-linear-gradient(top, #eab92d 0%,#c79810 100%);
	background: -o-linear-gradient(top, #eab92d 0%,#c79810 100%);
	background: -ms-linear-gradient(top, #eab92d 0%,#c79810 100%);
	background: linear-gradient(to bottom, #eab92d 0%,#c79810 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 );
}