.bootstrap {

}
.bootstrap body {
  font-family: 'open sans';
  font-size:14px;
}
.bootstrap .container {
  max-width: 1030px;
}
.bootstrap .mb-max {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.bootstrap nav.navbar {
  font-family: 'open sans';
  font-size:14px;	
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background-color: #1ea8e3;
  border-bottom: solid 1px #0a94cf;
  -moz-box-shadow: 0 1px 1px #888, 0 0px 0 #666 inset;
  -webkit-box-shadow: 0 1px 1px #888, 0 0px 0 #666 inset;
  box-shadow: 0 1px 1px #888, 0 0px 0 #666 inset;
}
.bootstrap .navbar-default .navbar-brand {
background: url('http://img.superpages.com/images-yp/sp/img/sprite-header.png') no-repeat 0 0px;
color: rgba(0,0,0,0);
width: 184px;
height:46px;
margin:3px 35px 0 10px;
padding:0;
}
.bootstrap .navbar-default .navbar-brand:hover {
  color: rgba(0, 0, 0, 0);
}
.bootstrap .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 700;
}
.bootstrap .glyphicon-search:before {
    content: " ";
}

.bootstrap .btn{
	padding:6px 14px;;
}
.bootstrap .glyphiconOLD {
	padding:2px 4px 2px 4px;

	}
	
.bootstrap .glyphicon {
    background-image: url("http://img.superpages.com/images-yp/sp/img/sprite-header.png");
    background-size: 184px 80px;
    content: "";
}
 .bootstrap .glyphicon-search {
    background-position: 0px -46px;
    display: inline-block;
    height: 20px;
    width: 17px;
    display:block;
}

.bootstrap .navbar-default .navbar-nav > .active > a,
.bootstrap .navbar-default .navbar-nav > .active > a:focus,
.bootstrap .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
}
.bootstrap .navbar-default .navbar-nav > .open > a,
.bootstrap .navbar-default .navbar-nav > .open > a:focus,
.bootstrap .navbar-default .navbar-nav > .open > a:hover {
  color: #85edff;
}
.bootstrap .navbar-default .navbar-nav > li > a:focus,
.bootstrap .navbar-default .navbar-nav > li > a:hover {
  color: #85edff;
}
.bootstrap .navbar-default .navbar-nav > .open > a,
.bootstrap .navbar-default .navbar-nav > .open > a:focus,
.bootstrap .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
.bootstrap .navbar-nav .sep {
  padding: 0;
  color: #fff;
  height: 50px;
  display: block;
}
.bootstrap .navbar-nav .borders {
  border-right: 1px solid #0994cf;
  -moz-box-shadow: 1px 0 0 #5bc3f8;
  -webkit-box-shadow: 1px 0 0 #5bc3f8;
  box-shadow: 1px 0 0 #5bc3f8;
  height:50px;
}
.bootstrap .navbar-default .navbar-toggle {
  border-color: #8ad1ff;
}
.bootstrap .navbar-default .navbar-toggle:focus,
.bootstrap .navbar-default .navbar-toggle:hover {
  background-color: rgba(138, 209, 255, 0.7);
}
.bootstrap .navbar-default .navbar-toggle .icon-bar {
  background-color: #8ad1ff;
}
.bootstrap .navbar-default .navbar-collapse {
  border-color: #8ad1ff;
  text-align: left;
}
.bootstrap .navbar-default .dropdown-menu {
  border: solid 2px #cbd2dc;
  border-radius: 0;
  min-width: 250px;
  padding: 0;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.bootstrap .navbar-default .dropdown-menu > li > a {
  padding: 5px;
  border: thin solid #efefef;
}
.bootstrap .navbar-default .dropdown-menu > li > a:focus,
.bootstrap .navbar-default .dropdown-menu > li > a:hover {
  background-color: #e7e7e7 !important;
  color: #53616c;
}
.bootstrap .navbar-default .navbar-toggle .dropdown a:hover {
  border-color: #cccccc;
}
.bootstrap .navbar-default .dropdown-menu .divider {
  margin: 0;
}
.bootstrap .find {
  text-align: center;
  width: 85px;
}
.bootstrap .caret {
  background: url("http://img.superpages.com/images-yp/sp/img/sprite-header.png") no-repeat scroll 0px -66px transparent;
  display: inline-block;
  font-size: 0;
  height: 7px;
  margin: 0 0 0 2px;
  text-indent: -9999px;
  width: 10px;
  border: 0;
}
/* .find .caret {
float:none;
margin: 0 0 0 8px;
} */
.bootstrap .navbar-default .navbar-nav > li > a:focus .caret,
.bootstrap .navbar-default .navbar-nav > li > a:hover .caret {
  background-position: -10px -66px;
}
.bootstrap #search {
  height: 608px;
  background: url('http://img.superpages.com/images-yp/sp/img/sp-main-image1.jpg');
  background-size: cover;
  padding-top: 100px;
}
.bootstrap #search .search-wrapper .row {
  overflow: hidden;
}
.bootstrap #search .search-wrapper [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.bootstrap #search .search-wrapper > .row {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .bootstrap #search {
    padding-top: 0;
    height: auto;
  }
  .bootstrap #search .search-wrapper [class*="col-"] {
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .bootstrap #search .search-wrapper > .row {
    padding-bottom: 0;
  }
  .bootstrap .navbar-default .navbar-collapse .sep {
    display: none;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .bootstrap .dropdown-menu .divider {
    display: none;
  }
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown:active .dropdown-menu {
    display: block;
}
.bootstrap #search .search-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
}
.bootstrap #search .search-local {
  padding: 20px 40px;
}
.bootstrap #search form {
  background: rgba(0, 0, 0, 0.4);
  padding: 12px;
  border-radius: 2px;
}
.bootstrap #search form.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
}
.bootstrap .navbar-form .form-control {
  display: inline-block;
  vertical-align: middle;
  width:400px;
}
.bootstrap #search .left {
  /*padding:20px 40px 50px 40px;*/
}
.bootstrap #search .right {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 24px;
  color: #fff;
  text-align: center;
}
.bootstrap #search h2 {
  font-size: 60px;
  font-weight: 200;
}
.bootstrap #search h4 {
  font-size: 35px;
  font-weight: 200;
  text-align: left;
  margin: 20px 120px 45px;
}

@media (max-width: 928px) {
  .bootstrap #search h2 {
    font-size: 62px;
  }
  .bootstrap #search h4 {
    font-size: 30px;
    margin: 20px;
  }
}
@media (max-width: 794px) {
  .bootstrap #search h2 {
    font-size: 56px;
  }
  .bootstrap #search h4 {
    font-size: 35px;
    margin: 10px;
  }
}
@media (max-width: 407px) {
  .bootstrap #search h2 {
    font-size: 50px;
  }
  .bootstrap #search h4 {
    font-size: 32px;
    margin: 10px;
  }
  
  
}
@media (max-width: 884px) and (min-width: 768px) {
  .bootstrap #search .right button {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 1.42857143;
  }
}
.bootstrap .container-fluid .city {
  color: #53616c;
  float: right;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0 2px 0 0;
  text-align: right;
  /*text-transform: uppercase;*/
  width: 250px;
}
.bootstrap .container-fluid .city-w{
	max-width: 1025px;
	margin-left: auto;
    margin-right: auto;
}
.bootstrap .container-fluid .city .mod {
	margin-right:20px;
}
.bootstrap .container-fluid .city a{
	color: rgba(83, 97, 108, 1);
}

.bootstrap #cities .city a, .bootstrap #cities a:active, .bootstrap #cities a:hover {
	color: rgba(83, 97, 108, 1);
	}
.bootstrap .container-fluid .city-arrow {
    background: url("http://img.superpages.com/images-yp/sp/img/sprite-header.png") no-repeat scroll 0 0 transparent;
    background-position: 0px -74px;
    display: block;
    font-size: 0px;
    height: 7px;
    margin: 0;
    position: absolute;
    right: -15px;
    text-indent: -9999px;
    top: 7px;
    width: 10px;
}

.bootstrap #search p {
  margin-bottom: 24px;
}
.bootstrap #search h3 {
  font-style: italic;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 24px;
}
.bootstrap #search h2,
.bootstrap #search h3 {
  margin-top: 0;
}
.bootstrap #search .left button {
  border-color: #fe8700;
  background-color: #fe8700;
  vertical-align: top;
}
.bootstrap #search .left button:hover {
  border-color: #ff9800;
  background-color: #ff9800;
}
.bootstrap #search .right button {
  border-color: #1594df;
  background-color: #1594df;
}
.bootstrap #search .right button:hover {
  border-color: #1ea1ee;
  background-color: #1ea1ee;
}
.bootstrap #featured {
  background-color: #ddddde;
  color: #53616c;
  border-top: 6px solid #53616c;
  padding-bottom: 36px;
}
.bootstrap #mobile h2 {
  font-weight: 300;
  font-size: 35px;
  margin-top: 0;
}
.bootstrap #featured .row .row [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bootstrap #featured hr {
  border-color: #53616c;
}
.bootstrap #featured .item {
  position: relative;
}
.bootstrap #featured .item .info {
  color: #fff;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 25%;
  padding: 4px;
}
.bootstrap #featured .item .info .title {
  font-weight: 700;
  margin: 0 0 0 4px;
}
.bootstrap #featured .item .info .text {
  margin: 0 0 0 4px;
  font-size: 12px;
}
.bootstrap #featured .featured-wrapper {
  border: 1px solid #53616c;
  background-color: #fff;
  max-width: 1019px;
  margin-left: auto;
  margin-right: auto;
}
.bootstrap #featured .featured-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
.bootstrap #mobile {
  background-color: #166a9e;
  border-top: 2px solid #0f587c;
  border-bottom: 2px solid #0f587c;
  padding: 12px 0 0 0;
  text-align: center;
}
.bootstrap #mobile .img-responsive {
  bottom: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 0px solid #333366;
}
.bootstrap #mobile .h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 12px;
  margin-top: 0px;
}
.bootstrap #mobile .h2 {
  color: #fff;
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 12px;
  margin-top: 0px;
}
.bootstrap #mobile .logo {
  margin-bottom: 15px;
}
.bootstrap #mobile .logo img {
  width: 120px;
  margin-bottom: 0;
}
.bootstrap #mobile .middle {
  margin-top: 25px;
}
.bootstrap #mobile .right {
  margin-top: 32px;
}
.bootstrap #mobile .right a {
  margin-bottom: 6px;
}
@media (max-width: 1084px) {
  .bootstrap #mobile .middle {
    margin-bottom: 12px;
  }
  .bootstrap #mobile .left {
    margin-top: 8px;
  }
  .bootstrap #mobile .h1 {
    font-size: 28px;
  }
  .bootstrap #mobile .h2 {
    margin-top: 0;
    font-size: 32px;
  }
}
@media (max-width: 1004px) {
  .bootstrap #mobile .middle {
    margin-bottom: 12px;
  }
  .bootstrap #mobile .left {
    margin-top: 14px;
  }
  .bootstrap #mobile .h1 {
    font-size: 26px;
  }
  .bootstrap #mobile .h2 {
    margin-top: 0;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .bootstrap #mobile .middle {
    margin-bottom: 24px;
  }
  .bootstrap #mobile .left {
    margin-top: 24px;
  }
  .bootstrap #mobile .right {
    margin-bottom: 16px;
  }
}
.bootstrap #mobile .mb {
  background: url('http://img.superpages.com/images-yp/sp/img/sprite-mobile-app.png') 0 0 no-repeat;
  display: inline-block;
  width: 141px;
  height: 46px;
}
.bootstrap #mobile .mb.android {
  background-position: 0 -45px;
}
.bootstrap #mobile .mb.windoz {
  background-position: 0 -91px;
}
.bootstrap #advertise {
  background: url('http://img.superpages.com/images-yp/sp/img/sp-adv-image.jpg');
  background-size: cover;
  color: #fff;
  text-align: center;
  border-top: 3px solid #cecdc9;
}
.bootstrap #advertise .right {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 36px;
  padding: 24px;
  color: #666;
  font-weight: 500;
  margin-bottom: 36px;
  max-width: 450px;
}
@media only screen and (device-width: 768px) {
   .bootstrap #advertise .right {
   width:500px;
   margin-left: 140px;
   }
   .bootstrap #mobile .middle {
    width: 340px;
	}
	.bootstrap #free-listing {width:300px;}
	
	.bootstrap .navbar-default .navbar-brand {
	margin:3px 0 0 10px;
	}
	.bootstrap .navbar-form .form-control {
  	width:230px !important;
	}
	table.weather-cities {
    /*width: 700px;*/
	}
	.bootstrap .container {
    width: 100% !important;
    padding: 0 25px;
	}
	.featureadList {
    width: 135px !important;
	}
	.bootstrap nav.navbar {
    width: 108% !important;
	}
	.bootstrap .container-fluid{
	width: 108% !important;
	}
	.advertising1 {
    display: table;
    margin: 0 auto !important;
	}
	#profile .left h1 {
    margin-top: 38px;
	}
	.mobilead-container {
	margin-left: -10px !important;
	}
	.write-rate .col-sm-6 {
    width: 400px;
	}
	.claim {
	margin-left: 60% !important;
	}
	
	table.myspContent {
	width:1038px !important;
	margin-left: -75px !important;
	}
	.container-fluid .profileLeft {
    min-width: 220px !important;
	}
	.share-article {
    margin-top: -20px !important;
	}
}
.bootstrap #advertise .ruler {
  border-color: #ff8800;
  margin: 24px auto;
}
.bootstrap #advertise h2 {
  font-weight: 500;
  font-size: 35px;
  margin-top: 0;
}
.bootstrap #advertise p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.4;
}
.bootstrap #advertise .right button {
  color: #fff;
  border-color: #1594df;
  background-color: #1594df;
}
.bootstrap #advertise .right button:hover {
  color: #fff;
  border-color: #1ea1ee;
  background-color: #1ea1ee;
}
.bootstrap footer {
  color: #fff;
  background-color: #53616c;
  padding-top: 24px;
  padding-bottom: 12px;
  font-size: 12px;
}

.footer-wc{
	background-color: #53616c;
}
.bootstrap footer ul {
  list-style: none;
  margin-bottom: 24px;
}
.bootstrap footer ul.first {
  padding-left: 0;
}
.bootstrap footer ul li.title {
  margin-bottom: 24px;
  font-weight: 600;
}
.bootstrap footer ul li {
  margin-bottom: 3px;
}
.bootstrap footer a {
  color: #fff;
}
.bootstrap footer a:hover {
  color: #5eb8ce;
  text-decoration: none;
}
.bootstrap footer .sc {
  background: url('http://img.superpages.com/images-yp/sp/img/sprite-social-footer.png') 0 0 no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.bootstrap footer .sc.tw {
  background-position: -28px 0;
}
.bootstrap footer .sc.gp {
  background-position: -56px 0;
}
.bootstrap footer .sc.in {
  background-position: -84px 0;
}
.bootstrap footer .sc.pi {
  background-position: -112px 0;
}
.bootstrap footer .sc.gr {
  background-position: -140px 0;
}
.bootstrap footer .copy,
.bootstrap footer .social-text {
  margin-top: 6px;
  float: left;
  padding: 0 5px 0 15px;
}
.bootstrap footer .social {
  float: right;
}
.bootstrap footer .social {
  float: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 0px;
  padding: 0;
  width: 290px;
}
.bootstrap footer .social p {
  color: #fff;
  float: left;
}
.bootstrap footer .social ul.social-list {
  float: right;
  margin: 0 0 0 -60px;
}
.bootstrap footer .social li {
  display: block;
  float: left;
  text-indent: -9999px;
}
.bootstrap footer .social li a {
  background: url("http://img.superpages.com/images-yp/sp/img/sprite-social-footer.png") no-repeat scroll 0 center transparent;
  display: block;
  height: 27px;
  margin: 0 4px 0 0;
  padding: 0;
  width: 27px;
}
.bootstrap footer .social li.facebook a {
  background-position: 0 0;
}
.bootstrap footer .social li.twitter a {
  background-position: -29px 0;
}
.bootstrap footer .social li.google a {
  background-position: -56px 0;
}
.bootstrap footer .social li.pinterest a {
  background-position: -112px 0;
}
.bootstrap footer .social li.linkedin a {
  background-position: -112px 0;
}
.bootstrap footer .social li.instagram a {
  background-position: -140px 0;
}
.bootstrap footer .social li a:hover {
  opacity: 0.6;
}

.bootstrap footer .ftr{
	margin-top:23px;
}

.bootstrap #free-listing {
  border: 2px solid #65727c;
  padding: 20px;
  text-align: center;
  background-color: #49555e;
  max-width: 360px;
  float:right;
}
.bootstrap #free-listing div {
  text-align: center;
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 300;
}
.bootstrap #free-listing p {
  margin-bottom: 18px;
  line-height: 1.6;
}
.bootstrap #free-listing a {
  color: #fff;
  border-color: #1594df;
  background-color: #1594df;
}
.bootstrap #free-listing a:hover {
  color: #fff;
  border-color: #1ea1ee;
  background-color: #1ea1ee;
}
.bootstrap .ruler {
  border-width: 4px;
  width: 175px;
  margin-top: 12px;
  margin-bottom: 36px;
}
.bootstrap #save-or-rate {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.bootstrap #save-or-rate .inner {
  margin-top: 15%;
}
.bootstrap #save-or-rate .inner button {
  background-color: transparent;
  color: #fff;
}
.bootstrap #save-or-rate .inner button:hover {
  background-color: #fff;
  color: #333;
}
.bootstrap #save-or-rate .no-reviews {
  color: #fff;
  margin-bottom: 12px;
}
.bootstrap .save-or-rate {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.bootstrap .save-or-rate .inner {
  margin-top: 15%;
}
.bootstrap .save-or-rate .inner button {
  background-color: transparent;
  color: #fff;
}
.bootstrap .save-or-rate .inner button:hover {
  background-color: #fff;
  color: #333;
}
.bootstrap .save-or-rate .no-reviews {
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .bootstrap footer .social,
  .bootstrap footer .copy {
    margin-top: 12px;
    float: none;
  }
}
.bootstrap .autocomplete-w1 {
  font-family: arial;
  font-weight: bold;
  color: #000;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 6px 0 0 6px;
  /* IE6 fix: */
  _background: none;
  _margin: 1px 0 0 0;
}
.bootstrap .autocomplete {
  border: 1px solid #ccc;
  width: 100%;
  background: #FFF;
  cursor: default;
  text-align: left;
  overflow: auto;
  margin: -6px 6px 6px -6px;
  /* IE6 specific: */
  _margin: 0;
  _overflow-x: hidden;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.bootstrap .autocomplete .selected {
  background: #F0F0F0;
}
.bootstrap .autocomplete div {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.bootstrap .autocomplete strong {
  font-weight: normal;
  color: #000;
}
.bootstrap div.form_bar input.sfield {
  width: auto;
}
.bootstrap .navbar form.search button {
  border-color: #fe8700;
  background-color: #fe8700;
}
.bootstrap .navbar form.search button:hover {
  border-color: #ff9800;
  background-color: #ff9800;
}
.bootstrap .navbar .user-thumb {
  width: 40px;
  height: 40px;
  margin: 5px 2px 5px 5px;
  border-radius: 2px;
}

.bootstrap .navbar .fbc{
	padding: 2px;
}

.bootstrap .container-fluid {
    margin: 10px auto 5px;
}

/* Change city MODAL STYLES */

/*MODAL WINDOW 2014*/

.bootstrap .modal {
display: none;
z-index: 10001;
}
.bootstrap .modal-content {
	border-radius: 0;
	border:solid medium #d9e0e6;
	}
.bootstrap #changecity {
width: 600px;
height:360px;
}
.bootstrap .modal #city-list {height: 267px;margin:0;}
.bootstrap .modal ul {display: block;float: left;margin-left:25px;margin-top:20px;padding: 0;width: 150px;}
.bootstrap .modal li {list-style-type: none;margin: 0;padding: 0;font-size:12px;}
.bootstrap .modal li a{color:#1fa7e2; text-decoration:none}
.bootstrap .modal li a:hover{opacity:0.4;}
.bootstrap .modal ul.options {margin-top: 10px;}
.bootstrap .modal .modalCloseImg {
display: block;
position: absolute;
right: 10px;top: 10px;
padding:2px 5px 4px 5px;
background-color:#66757F;
color:#FFF;
font-size:10px;
-webkit-border-radius: 20px;
border-radius: 100%;
width:20px;
height:20px;
opacity:1;
text-shadow:0;
font-weight:normal;
}
.bootstrap .modal .modalCloseImg:hover {background-color:#919BA3; text-decoration:none; cursor: pointer;}
.bootstrap .modal #city-list-search {
font-size: 14px;
color:#666;
margin-top:50px;
margin-left:25px;
margin-bottom:30px;
clear:both;
vertical-align: baseline;}
.bootstrap .modal #city-list-search form { display: table;vertical-align: middle;}
.bootstrap .modal #city-list-search form label {display: block;float: left;margin-top: 7px;}
.bootstrap .modal #city-list-search input[type="text"] {
border:1px solid #CCCCCC;
float: left;
height: 36px;
line-height: ;
margin-left: 7px;
padding-left: 5px;
width: 150px;
-webkit-border-radius: 1px;
border-radius: 1px;}

.bootstrap .modal .submit {
	margin-left:5px;
	}
.bootstrap .modal #city-list-search input.submit {
border:none;
height:39px;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-size: 14px;
padding: 7px 20px;
white-space:nowrap;
margin:1px 0 0 14px;
overflow:visible;
text-align: center;
background-color:#1EA8E3;
-webkit-border-radius: 2px;
border-radius: 2px;
transition: all 0.4s ease-out 0s;
width:auto; }
.bootstrap .modal #city-list-search input.submit:hover {background-color:#FF9900;transition: all 0.4s ease-out 0s;-webkit-border-radius: 2px;border-radius: 2px;}
/* Overlay */
.bootstrap #simplemodal-overlay {background-color:#000;}
.bootstrap #changecityheader{
text-align:center;
background-color:#d9e0e6;
position: relative;
font-color:gray;
font-size:20px;
}

.loggedColor{
color: orange;
font-weight: bold;
}