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

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

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

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

#zipcodes .form {
	margin: 0;
}

#zipcodes .contact form {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

#zipcodes .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;
}

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

#zipcodes .map {
	margin: 0;
}

#zipcodes .map iframe {
	display: block;
}

#zipcodes .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: 1000;
}

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

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

#zipcodes .map .box_wrapp .location {
	font-style: italic;
	font-size: 18px;
}

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

#zipcodes .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;
}

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

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

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

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

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

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

#zipcodes .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;
}

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

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

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

#zipcodes .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;
}

#zipcodes .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) {
	#zipcodes .contact .submit .box {
	margin: 10px 0 24px;
}

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

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

.container {
	height: 0;
}

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

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

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

form {
	margin: 0;
}

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

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

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

}

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

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

}

#footer {
	margin-top: 0;
}

div.bubles-box {
	display: block;
	height: 450px;
	width: 550px;
	position: absolute;
	top: 50px;
	margin: 0 auto;
}

div.bubles {
        display: inline-block;
	position: relative;
	opacity: 0;
	text-shadow: 1px 1px 5px black;
	visibility: hidden;
	cursor: default;
}

div.bubles a {
	cursor: pointer;
}

div.bubles a:hover span {
	background-color: #303030;
}

div.bubles a > span,div.bubles > span {
	display: block;
	background-color: grey;
	color: white;
	width: 40px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	border-radius: 5px;
	font-size: 11px;
}

div.bubles > span.area {
	font-weight: bold;
	background-color: white;
	color: black;
	border: 1px solid black;
	top: -14px;
	left: 30%;
	width: 40%;
	text-shadow: none;
}

div.buble1 > span.area {
	left: 25%;
	width: 50%;
	font-size: 16px;
}

div.bubles > div {
	border-radius: 90px;

	-webkit-box-shadow: 0px 0px 10px 0px black;
	box-shadow: 0px 0px 10px 0px black;
}

div.buble1 {
	z-index: 999;
	width: 65px;
	top: 20px;
	left: 30%;
        position: absolute;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

div.buble1 a > span.name {
	padding: 2px;
	font-size: 14px;
	width: 50px;
	bottom: 4px;
	right: -5px;
}

div.buble2 {
	z-index: 999;
	-webkit-transition: all 0.4s ease-out 0.1s;
	-moz-transition: all 0.4s ease-out 0.1s;
	-o-transition: all 0.4s ease-out 0.1s;
	-ms-transition: all 0.4s ease-out 0.1s;
	transition: all 0.4s ease-out 0.1s;
	top: 255px;
        left:21%;
}

div.buble2 a > span.name {
	bottom: 3px;
        right: -8px;
}

div.buble3 {
	z-index: 998;
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	-o-transition: all 0.4s ease-out 0.2s;
	-ms-transition: all 0.4s ease-out 0.2s;
	transition: all 0.4s ease-out 0.2s;
	top: 285px;
	left: 19%;
}

div.buble3 a > span.name {
	bottom: 0px;
	right: -9px;
}

div.buble4 {
	z-index: 997;

	-webkit-transition: all 0.4s ease-out 0.3s;
	-moz-transition: all 0.4s ease-out 0.3s;
	-o-transition: all 0.4s ease-out 0.3s;
	-ms-transition: all 0.4s ease-out 0.3s;
	transition: all 0.4s ease-out 0.3s;
	top: 275px;
	left: 18%;
}

div.buble4 a > span.name {
	bottom: -1px;
	right: -13px;
}

div.bubles.buble1 div.buble span.title {
	margin-top: 14px;
	font-size: 90px;
	-webkit-resize: horizontal;
	-moz-resize: horizontal;
	resize: horizontal;
}

div.buble1 > div {
	background-color: #187CCC;
	cursor: pointer;
	width: 35px;
	height: 35px;
	padding: 15px;
}

div.buble1 > div:hover {
	background-color: #1469ac;
}

div.range1 {
	width: 92px;
}

div.range2 {
	width: 106px;
}

div.range3 {
	width: 120px;
}

div.range4 {
	width: 134px;
}

div.range5 {
	width: 148px;
}

div.range1 > .buble, div.range1 > .bublex {
	width: 80px;
	height: 80px;
	padding: 6px;
}

div.range1 > .buble span, div.range1 > .bublex span {
	font-size: 14px;
}

div.range1 > .buble span.title, div.range1 > .bublex span.title {
	padding: 17% 0;
	font-size: 20px;
}

div.range2 > .buble, div.range2 > .bublex {
	width: 90px;
	height: 90px;
	padding: 8px;
}

div.range2 > .buble span, div.range2 > .bublex span {
	font-size: 15px;
}

div.range2 > .buble span.title, div.range2 > .bublex span.title {
	padding: 18% 0;
	font-size: 35px;
}

div.range3 > .buble, div.range3 > .bublex {
	width: 100px;
	height: 100px;
	padding: 10px;
}

div.range3 > .buble span, div.range3 > .bublex span {
	font-size: 16px;
}

div.range3 > .buble span.title, div.range3 > .bublex span.title {
	padding: 19% 0;
	font-size: 40px;
}

div.range4 > .buble, div.range4 > .bublex {
	width: 110px;
	height: 110px;
	padding: 12px;
}

div.range4 > .buble span, div.range4 > .bublex span {
	font-size: 18px;
}

div.range4 > .buble span.title, div.range4 > .bublex span.title {
	padding: 20% 0;
	font-size: 45px;
}

div.range5 > .buble,div.range5 > .bublex {
	width: 120px;
	height: 120px;
	padding: 14px;
}

div.range5 > .buble span, div.range5 > .bublex span {
	font-size: 20px;
}

div.range5 > .buble span.title, div.range5 > .bublex span.title {
	padding: 21% 0;
	font-size: 50px;
}

div.buble2 > div {
	cursor: pointer;
	background-color: #6ac372;
}

div.buble2 > div:hover {
	background-color: #3bb646;
}

div.buble3 > div {
	cursor: pointer;
	background-color: #fcdf71;
}

div.buble3 > div:hover {
	background-color: #ddcb51;
}

div.buble4 > div {
	cursor: pointer;
	background-color: #da715a;
}

div.buble4 > div:hover {
	background-color: #c55941;
}

div.buble3 > div.bublex, div.buble4 > div.bublex {
	cursor: default!important;
        pointer-events: none!important;
}

div.bubles > div > span {
	display: block;
	color: white;
	text-align: center;
	margin: 0 auto;
}

div.etiqueta {
	right: -340px;
/*	top: 485px;*/
        bottom: 0;
	background: url('../img/arrow1.png') no-repeat 0 0 transparent;
	width: 270px;
	height: 118px;
	position: absolute;
	padding-left: 74px;
}

div.etiqueta > div {
	width: 190px;
        height: 90px;
	padding: 10px 35px 20px 50px;
	background-color: #252528;
}

div.etiqueta span.title {
	font-size: 20px;
	display: block;
	text-align: center;
	padding-bottom: 7px;
	text-decoration: underline;
	color: white;
}

div.etiqueta span.dist {
	font-size: 14px;
	display: inline-block;
	width: 50%;
	text-align: center;
	color: white;
	padding-right: 5%;
}

div.etiqueta a {
	background-color: #303030;

	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
	-ms-transition: background linear .2s;
	transition: background linear .2s;
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
	width: 45%;
	text-align: center;
	color: white;
	margin: 2px 0;
	cursor: pointer;
}

div.etiqueta a:hover {
	background-color: #494949;
}

div#map-options {
	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;
	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;
	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;
        overflow: hidden;
        font-size: 12px;
}

li.items a span.s-zipcode {
	padding-right: 10px;
        width: 200px;
}

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

li.items a span.s-area {
	width: 30px;
        padding-left: 10px;
	text-align: center;
}

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;
}

div.main-buble-info {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: url(../img/back-label-info.png) no-repeat 0 0 transparent;
	width: 115px;
	left: 52px;
	top: 45px;
	padding: 10px;
	height: 74px;
	position: absolute;
	z-index: 999;
}

div.main-buble-info span {
	text-shadow: 1px 1px 5px black;
	color: white;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	font-size: 16px;
}

div.main-buble-info span.bold {
	font-weight: bold;
}

div.fadeinout {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9 !important;
}

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

.ui-autocomplete {
	z-index: 9999 !important;
	max-height: 150px;
	font-size: 11px;

	-ms-overflow-y: auto;
	overflow-y: auto;
}

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

.airport0 img,.airport1 img,.airport2 img {
	width: 36px;
	margin: 3px auto;
	display: block;
}

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

button.mapit {
	min-width: 65px;
}

#bb4.buble1 div span.title{
    font-size: 22px!important;
}
#bb4.buble2 div span.title{
    font-size: 26px!important;
}
#bb4.buble3 div span.title{
    font-size: 28px!important;
}
#bb4.buble4 div span.title{
    font-size: 30px!important;
}
#bb4.buble5 div span.title{
    font-size: 38px!important;
}

/*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;
}

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*/

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

img.close-btn{
    /*display: none;*/
}

#modalwindow{
    width: 650px;
}

.total-weather-content{
    min-width: 380px;
    min-height: 100px;
    text-align: center;
}

#modalwindow table tr td:nth-child(3),#modalwindow table tr td:nth-child(4),#modalwindow table tr th:nth-child(3),#modalwindow table tr th:nth-child(4){
    text-align: center!important;
}