.page-header {
    border-bottom: 0px;
    margin: 0;
    /*padding-bottom: 0px;*/
}
.navbar-inner {
	background-image: none;
	background-color: #F1BC22;
	border:0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background-color: #DCA90E;
	float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
.navbar .nav>li>a {
	text-shadow: none;
}
.first-column {
  width: 30%;
  float: left;
}
.second-column {
  width: 70%;
  float: right;
}
body {
    background: none;
}
a {
    color: #000;
}
a:hover, a:focus {
    color: #ff6400;
}
.center{float: none; margin-left: auto; margin-right: auto;}
.center_search {
  height: 47px; margin-top: 10px;
}
.control-label-left {
    float: left;
    padding-top: 5px;
    text-align: left;
    /*font-weight: bold;*/
    padding-left: 5px;
}
.mfooter {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: none;
color: #333;
text-align: center;
/*border: 1px solid #333;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;*/
/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);*/
}
.t-pink {
    background-color: #e62b74;
    color:  white;
}
.t-pink-a a:link, .t-pink-a a:visited {
    background-color: #e62b74;
    color:  white;
}
.t-green{
    background-color: #017E3C;
    color:  white;
}
.t-green-a a:link, .t-green-a a:visited{
    background-color: #017E3C;
    color:  white;
}
.t-orange{
    background-color: #ff6400;
    color:  white;
}
.t-orange-a a:link, .t-orange-a a:visited{
    background-color: #ff6400;
    color:  white;
}
.t-purple {
    background-color: #925b9d;
    color:  white;
}
.t-blue {
    background-color: #010b45;
    color:  white;
}
.t-blue-a a:link, .t-blue-a a:visited{
    background-color: #010b45;
    color:  white;
}
.t-yellow {
    background-color: #F1BC22;
    color:  white;
}
.t-yellowmenu {
    color:  #555;
}
.t-lightyellow{
	background-color: #FAD817;
	color: black;
}
.t-red {
    background-color: #FF0000;
    color:  white;
}
.t-black {
    background-color: #000000;
    color:  white;
}
.t-extra-large {
    font-size: 90px;
}
.t-trans {
    opacity: 0.5;
}
.t-pad {
margin: 5px;
}
#f1_container {
  position: relative;
  margin: 10px auto;
  /*width: 450px;*/
  height: 100%;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #aaa;
}
.img-pad {
	margin:2px;
	border:#333 1px solid;
}
.iwc {
    position: relative;
    margin: 0 auto;
    display: table;
}
.cap {
  position: absolute;      
  top: 13px;
  left: 13px;
  color: #ff6400;
  font-size: 20px;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}
div.gmnoprint img { 
  max-width: none;
}
div.gmnoprint label { 
  width: auto; display:inline; 
} 
div.gm-style img { 
  max-width: none;
}
.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 350px;
  height: 30px;
  /*padding: 8px 12px;*/
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
  width: 95%;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  color: #333;
  /*z-index: 100;*/
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.twitter-typeahead {
  padding-top: 0px;
}

.tt-suggestion p {
  margin: 0;
}

.navbar-form input {
  margin-top: -1px;
  z-index: 1000;
}
.nav-collapse .btn {
margin-left: 10px;
}