.navbar.navbar-static-top {
	margin-bottom: 0;
}

#agents {
	position: relative;
	overflow: hidden;
}

#agents .contact {
	margin: 40px 0 100px 0;
}

#agents .contact p {
	color: #939394;
	font-size: 19px;
	margin-bottom: 47px;
	font-style: italic;
	line-height: 24px;
}

#agents .form {
	margin: 0;
}

#agents .contact form {
	margin: 0;
}

#agents .form .box {
	margin: 0;
}

#agents .form .box input[type="text"] {
	padding-left: 39px;
	margin-bottom: 10px;
	color: black;
	height: 29px;
	border-radius: 3px;
	width: 89%;
}

#agents .form .box input.name {
	background: url('../img/formname.png') #fff no-repeat 5px;
}

#agents .form .box input.mail {
	background: url('../img/formmail.png') #fff no-repeat 5px;
}

#agents .form .box input.phone {
	background: url('../img/formphone.png') #fff no-repeat 5px;
}

#agents .form .box_r {
	float: right;
}

#agents .form .box textarea {
	padding: 11px;
	width: 94%;
	margin: 0;
	border-radius: 3px;
	height: 113px;
}

#agents .contact .submit {
	margin: 0;
}

#agents .contact .submit .box {
	margin: 0;
}

#agents .contact .submit label.checkbox {
	color: #394350;
	font-style: 14px;
}

#agents .contact .submit .right {
	float: right;
}

#agents .contact .submit .right input[type="submit"] {
	float: right;
	text-transform: uppercase;
	color: #fff;
	background: #187CCC;
	font-size: 15px;
	padding: 4px 12px;
	border: 0 none;
	border-radius: 3px;

	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	-ms-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
}

#agents .contact .submit .right input[type="submit"]:hover {
	background: #252528;
}

#agents .map {
	margin: 0;
}

#agents .map iframe {
	display: block;
}

#agents .map .box_wrapp {
	position: absolute;
	margin: 0;

	-webkit-box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
	box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
	padding: 33px 0 33px;
	background: white;
	top: 120px;
	right: 10px;
	border-radius: 4px;
	z-index: 999;
}

#agents .map .box_wrapp .box_cont,#agents .map .box_wrapp .location {
	display: block;
	margin: 0 auto;
	width: 76%;
}

#agents .map .box_wrapp .location img {
	margin-top: 10px;
	width: 30px;
	height: 30px;
}

#agents .map .box_wrapp .location div.delayDiv {
	width: 180px;
	font-size: 13px;
}

#agents .map .box_wrapp .location div.cssLink {
	font-size: 13px;
}

#agents .map .box_wrapp .head {
	width: 100%;
	margin-bottom: 17px;
	overflow: hidden;
}

#agents .map .box_wrapp .head h6 {
	font-size: 24px;
	margin: 0;
	font-style: italic;
	padding-bottom: 2px;
	border-bottom: 1px solid;
	font-weight: normal;
	text-align: center;
}

#agents .map .box_wrapp ul.street {
	list-style: none;
	margin: 0;
	padding: 0;
}

#agents .map .box_wrapp ul.street li {
	color: #777777;
	font-size: 14px;
}

#agents .map .box_wrapp ul.street li.icon {
	margin-top: 3px;
}

#agents .map .box_wrapp ul.street li.icon span.ico1 {
	float: left;
	height: 20px;
}

#agents .map .box_wrapp ul.street li.icon span.ico2 {
	float: left;
	height: 20px;
	background-position: 0px -23px;
}

#agents .map .box_wrapp ul.street li.icon .text {
	font-size: 15px;
	color: #777777;
	margin-left: 6px;
}

#agents .map .box_wrapp ul.street li.icon a:hover {
	color: #187CCC;

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

#agents .map .box_wrapp ul.street li.icontop {
	margin-top: 13px;
}

#agents .map .box_wrapp .headbottom {
	margin-top: 42px;
}

#agents .map .box_wrapp p {
	color: #777777;
	font-size: 14px;
	margin-bottom: 32px;
}

div.input-append.span3 {
	float: none !important;
	margin-left: 0 !important;
	width: 195px;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
	width: 230px;
}

#agents .map .box_wrapp a.btn {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	background: #187CCC;
	text-shadow: none;
	padding: 6px 0 6px;
	height: 22px;
	font-weight: bold;
	border: 0 none;

	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
	width: 56%;

	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	-ms-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
}

#agents .map .box_wrapp a.btn:hover {
	background: #252528;
}

.contacticos {
	background: url('../img/contact_icos.png') no-repeat;
	width: 24px;
	height: 44px;
}

/* Responsive
--------------------------------------------------*/
/* Large desktop */
@media (min-width: 1200px) {
	.span5 {
	width: 290px;
}

}

@media (min-width: 980px) {
	.span5 {
	width: 290px;
}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.span5 {
	width: 290px;
}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#agents .contact .submit .box {
	margin: 10px 0 24px;
}

#agents .form .box input[type="text"] {
	width: 87%;
}

#agents .contact .submit .right input[type="submit"] {
	margin: 0 auto;
	float: none;
	width: 53%;
	display: block;
	padding: 7px;
}

.container {
	height: 0;
}

#agents .map .box_wrapp {
	width: 220px;
	position: absolute;
	margin: 0 auto 80px;
}

#agents .map .box_wrapp a.btn {
	width: 65%;
}

#agents .map .box_wrapp .head h6 {
	font-size: 18px;
}

form {
	margin: 0;
}

input,textarea,.uneditable-input {
	width: 154px;
}

#agents .map .box_wrapp {
	padding: 15px 0 15px;
}

#agents .map .box_wrapp a.btn {
	padding: 3px 0 3px;
	font-size: 12px;
}

}

/* Landscape phones and down */
@media (max-width: 480px) {
	#agents .contact .submit .right input[type="submit"] {
	width: 60%;
}

#agents .map .box_wrapp {
	width: 220px;
}

}

#footer {
	margin-top: 0;
}

div.fadeinout {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.position-label {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	border-radius: 7px;
	z-index: 999;
	height: 40px;
	padding: 5px;
	width: 170px;
	background: #000000; /* Old browsers */
/* IE9 SVG, needs conditional override of 'base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ0NDQ0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
background:  -webkit-radial-gradient(center, ellipse cover, #000000 0%, #444444 100%);
	
background:  -moz-radial-gradient(center, ellipse cover, #000000 0%, #444444 100%);
	
background:  -o-radial-gradient(center, ellipse cover, #000000 0%, #444444 100%);
	
background:  -ms-radial-gradient(center, ellipse cover, #000000 0%, #444444 100%);
	
background:    radial-gradient(center, ellipse cover, #000000 0%, #444444 100%);
	

	
	
	
	
	/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

-webkit-transition: opacity 1.2s ease-out;
	-moz-transition: opacity 1.2s ease-out;
	-o-transition: opacity 1.2s ease-out;
	-ms-transition: opacity 1.2s ease-out;
	transition: opacity 1.2s ease-out;
}

.pos-lbl1 {
	top: 10%;
	left: 10%;
}

.pos-lbl2 {
	top: 150px;
	left: 32%;
}

.pos-lbl3 {
	top: 400px;
	left: 20%;
}

.pos-lbl4 {
	top: 110px;
	left: 60%;
}

.pos-lbl5 {
	top: 550px;
	left: 70%;
}

.pos-lbl6 {
	top: 530px;
	left: 50%;
}

.position-label > div {
	display: inline-block;
	vertical-align: top;
}

.position-label div.img {
	width: 30px;
	border-right: 1px solid #444444;
	padding: 5px;
}

.position-label div.description {
	color: white;
	width: 120px;
	padding-left: 2px;
	line-height: 11px;
}

.position-label div.description span {
	display: block;
	font-size: 10px;
	color: white;
}

.position-label div.description span.title {
	line-height: 16px;
}

.position-label div.description a {
	font-size: 10px;
	color: #e0e0e0;
}

div#map-options {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
}

button#sv-close-btn {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
}

div#previous_searches {
	border-top: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	display: none;
	position: absolute;
	width: 165px;
	z-index: 999;
	background-color: #252528;
	bottom: 0;
	left: 2px;
	border-radius: 7px 7px 0 0;
}

div#previous_searches .nav-header {
	color: white;
	text-shadow: none;
}

.nav-header a.open-search {
	color: white;
	cursor: pointer;
	width: 145px;
	display: block;
	padding: 0 10px;
	background: url('../img/open-search.png') no-repeat 97% 0 transparent;
}

.nav-header a.close-search {
	background: url('../img/close-search.png') no-repeat 97% 0 transparent;
}

div#previous_searches .nav-header a:hover {
	background-color: transparent;
}

#previous_searches ul li.items {
	height: 0px;
}

#previous_searches ul li.items:hover {
	background-color: transparent !important;
}

#previous_searches ul li.items a {
	color: lightgray;
	text-shadow: none;
}

#previous_searches ul li.items a:hover {
	color: lightgrey;
	background-color: grey;
}

#previous_searches ul li.items a span {
	display: inline-block;
	vertical-align: top;
}

li.items a span.s-zipcode {
	width: 60px;
}

li.items a span.s-abrev {
	width: 60px;
	text-align: center;
	border-right: 1px solid #a6a6a7;
	border-left: 1px solid #a6a6a7;
}

li.items a span.s-area {
	width: 25px;
	text-align: center;
}

div.data-table {
	background-color: #252528;
	padding: 20px 10px 30px 10px;
}

button.mapit,.btn-report {
	min-width: 65px;
	margin: 5px 0;
}

.btn-report2,.btn-close {
	margin: 7px 5px 5px 0;
}

.agents-data-table {
	display: none;
}

#agents-data-table_length,#agents-data-table_info,#agents-data-table_paginate {
	display: none !important;
}

#airport-name-table {
	position: absolute;
	left: 40%;
	color: white;
	font-size: 30px;
	padding: 0 10px 7px 10px;
	border-bottom: 2px solid white;
}

span.bublhead {
	font-style: italic;
	font-weight: bold;
}

div#information {
	overflow: hidden !important;
}

div#agents-data-table_filter {
	display: none;
}

div.search-box {
	float: right;
}

div.search-box label {
	display: inline-block;
	color: white;
}

div.search-box input {
	display: inline-block;
}

a#search-btn.disabled-btn {
	background: lightgray !important;
	cursor: default;
}

/*START MODAL REPORT CSS*/
#modalreport {
	width: 600px;
}

#modalreport #myModalLabel {
	font-size: 22.5px;
}

.modal-col-a,.modal-col-b {
	display: inline-block;
	vertical-align: top;
}

.modal-col-a {
	width: 220px;
	margin-right: 10px;
}

.modal-col-b {
	width: 335px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

/*div.progress.progress-striped.active.report   {
	
display:    none;
	

margin-top:   20%;
	
}

 */
img.loader-disc {
	display: none;
	margin: 50px auto;
}

.modal-col-a ul {
	list-style: none;
	margin: 0 0 0 10px;
}

.modal-col-a ul li {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	color: #484848;
}

.modal-col-a ul li:hover div.ico-container,.modal-col-a ul li.active-report div.ico-container {
	background-color: #2389fd;
}

.modal-col-a ul li:hover,.modal-col-a ul li.active-report {
	background-color: lightgray;
	border-radius: 5px;
}

.modal-col-a ul li:hover,.modal-col-a ul li.active-report {
	color: black;
	font-weight: bold;
}

.modal-col-a ul li div.ico-container {
	border-radius: 5px;
	background-color: white;
	max-width: 40px;
	max-height: 40px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 5px;

	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}

.modal-col-b form label {
	font-weight: bold;
	display: block;
}

.modal-col-b form label.in-ln-bk {
	display: inline-block;
	padding-left: 5px;
}

.modal-col-b form textarea {
	width: 305px;
	max-width: 305px;
	min-width: 305px;
	max-height: 100px;
	min-height: 50px;
}

.modal-col-b form input {
	display: inline-block;
}

.modal-col-b form input[type="checkbox"] {
	position: relative;
	top: -3px;
}

/*END MODAL REPORT CSS*/
button.disable-close {
	display: none;
}

div.delay-info {
	width: 98%;
        margin: 5px 0;
	padding: 5px;
        display: block;
	vertical-align: top;
	border: 1px solid #eee;
	border-radius: 5px;
	font-size: 14px;
        text-align: center;
}

div.delay-info div.apInfowd {
	font-size: 12px;
}