.photo-01 {
  background: url("/user_resources/images/logos/ba247logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 360px; }

.form-error {
   color: #FFB2B2;
   font-weight: bold;
}

.service a, .copyrights a {
    color: #cfe5f1;
    text-decoration: underline;
}

footer a {
    color: white;
}

footer a:hover, footer a:focus{
    color: silver;
}

#quote-entry label {
   color: white;
   font-size: 36px;
}

#quote-entry .input-group-addon, #quote-entry i  {
    font-size: 30px;
    background: black;
    color: #ffcc00;
}

#quote-entry select {
    font-size: 26px;
    height: 60px;
}

#quote-page-entry label {
   color: white;
   font-size: 30px;
   font-weight: normal;
}

#quote-page-entry .input-group-addon, #quote-page-entry i  {
    font-size: 30px;
    background: black;
    color: #ffcc00;
}

#quote-page-entry select, #quote-page-entry input {
    font-size: 26px;
    height: 60px;
    letter-spacing: 0px;
}



.btn-ba247 {
    background: #ffcc00;
    color: black;
    border: 1px solid #ffcc00;
    letter-spacing: 0px;
}

#mapquote .quote {
    position: absolute;
    font-weight: 900;
    font-size: 80px;
    line-height: 70px;
    width: 100%;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 2px 2px 2px black;
    top: 140px;
}

#mapquote h2 {
    position: absolute;
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    width: 100%;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 2px 2px 2px black;
    top: 100px;
}


#mapquote .quotepostcodes {
    color: white;
    position: absolute;
    bottom: 0px;
    font-size: 22px;
    padding: 20px;
    text-align: center;
    background: rgba(0,255,0, 0.2 );
    width: 100%;
}

#mapquote .quotepound {
    position: relative;
    top:8px;
}

@media (max-width: 992px) {

.photo-01 {
  background: url("/user_resources/images/logos/ba247logowide.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#quote-entry label {
   color: white;
   font-size: 30px;
}

#mapquote .quote {
    top: 60px;
}

#mapquote h2 {
    top: 20px;
    font-size: 30px;

}

#mapquote .quotepostcodes {
   font-size: 16px;

}

}

@media (max-width: 779px) {
#mapquote .quotepostcodes {
   font-size: 12px;

}



}

.service p {
   color: white;
   font-size: 24px;
}


@media (max-width: 690px) {

#quote-entry label {
   font-size: 20px;
}

.btn-ba247 {
    font-size: 18px;
}

#top-navigation .ident .vc-name .position h2 {
    font-size: 12px;
}

#quote-page-entry label {
   font-size: 20px;
}

#quote-entry select, #quote-page-entry input {
    font-size: 22px;
    height: 50px;

}

#quote-page-entry select {
    font-size: 22px;
    height: 50px;
}


#mapquote .quotepound {
    position: relative;
    top:2px;
}


#mapquote h2 {
   font-size: 22px;
}

#mapquote .quotepostcodes {
   position: relative;
   min-height: 80px;
   float: left;
   padding: 3px;
}


#mapquote .quotepostcodes {
   font-size: 10px;

}

#mapquote .quote {
    top: 50px;
    font-size: 30px;
}

.service p {
    font-size: 18px;
}

}

#mapquote .bg-green {
    background: rgba(0,255,0, 0.4 );
}

#mapquote .bg-red {
    background: rgba(255,0,0, 0.4 );
}

#mapquote .bg-blue {
    background: rgba(0,0,255, 0.4 );
}





#mapquote i {
    font-size: 70px;
    color: white;
}

.tint {
  position: relative;
  float: left;
  cursor: pointer;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0, 0.3 );
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.tint:hover:before {
  background: rgba(0,0,0, 0.8 );
}


a:hover, a:focus {
   color: #0b634d;
}

.navbar-brand img {
    padding: 0px;
    margin: 0px;
    height: 60px;
}

.nav > li > a {
    color: white;
}

.inner-content .inner-section {
    padding: 30px 30px;
}

h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    letter-spacing: -1px;
    text-align: center;
}

.service {
    text-align: left;
    color: white;
    padding: 5%;
}

.service h2 {
    text-align: left;
    font-weight: bold;
    font-size: 28px;
    padding: 0px 0px 10px 0px;
}


.service ul {
   list-style: disc;
   padding-left: 20px;
   margin: 20px 0px 20px 0px;
}

.service li {
    color: white;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}

.freequote {
    font-size: 34px;
    font-weight: bold;
    color: white;
    padding: 20px;
    text-align: center;
}

.freequote .btn {
    font-size: 22px;
    background-color: #ffcc00;
    color: black;
    border-color: #ffcc00;
    border-radius: 0px;
}

.freequote p {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: white;
    padding: 15px 25px 5px 25px;
}

#back-top:hover {
    background-color: #0b634d;
}

p.contact, p.contact a {
    font-size: 24px;
    padding: 0px 5px 0px 5px;
    color: white;
}

.btn-darker:hover {
    background-color: #0b634d;
    border: 1px solid         #0b634d;
}

.form-row {
   margin: 0px 0px 10px 0px;
}

@media all and (max-width: 767px)  {

#top-navigation .ident .vc-name .position h2 {
    font-size: 18px;
}

}