@media (min-width:1200px) {
    .container {
        max-width: 970px
    }
}

.navbar {
	min-height:1px
}

.form-control {
    display: block;
    width: 100%;
    height: 24px;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control#directionsPostCode {
	width: 100%;
	max-width:170px ;
	float:left ;
	line-height:1.42857143em ;
	padding:6px 12px ;
	height:auto ;
	margin-right:10px
}


.btn {
	font-family: 'Open Sans Condensed', sans-serif;
}
.btn-primary {
	background: #6eb2ce;
	text-transform: uppercase;
	border: none;
}
.well {
	border: none;
	box-shadow: none;
	border-radius: 0;
}

#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
input[type="text"]{
	border: 1px solid #ddd;
	border-radius: 0;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	
}

.form-group textarea{
	border: 1px solid #ddd;
	border-radius: 0;
	width:100% ;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	
}


1#toolbar .flexnav li ul li.item-with-ul a {
  background: #a4e2db;
  border-top: 1px solid #CAF0E7;
  color: #004469;
  padding: 5px;
  /*BF 04 NOV 2014    Start */
  border-top: none;
  background: #ffffff;
  color: #a4e2db;
  background:url(../images/uploads/general/arrow.png) no-repeat right center!important;
  padding-left:30px ;
  border-bottom: 1px solid #CAF0E7;
  font-size: 1em;
  margin-right: 10px ;
  /*BF 04 NOV 2014    End */
}

1#toolbar .flexnav li ul li.item-with-ul ul li a {
  padding-left: 30px ;
  background:url(../images/uploads/general/arrow.png) no-repeat 10px center!important;
}

.input-group {
	width:100%
}
@media (max-width:991px) {
	#singleLine {
		overflow:hidden
	}
	.input-group {
		width:auto ;
		padding:15px
	}
	
}