/* FL CUSTOMISATIONS */

body { 
  background-color: #0F2B46;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

#ahome { position: absolute; top:0; left:0; }

#topzone { background-color:#0F2B46;  }

p { margin-bottom: 1.5em; }

h1, h2, h3 {
    color: #174373;
    font-family: Georgia, serif;
    font-size: 28px;
    padding: 0;
    font-weight: normal;
    margin-bottom: 1em;
}

h2 { font-size: 28px; }
h3 { font-size: 18px; }

section#gallery, section#gallery h2, section#watermotaseapantherspares, section#watermotaseapantherspares h2, section#watermotaseapantherspares a, section#contact, section#contact h2 { color: white; }

section#gallery .col-lg-12 { line-height: 150px; }
section#gallery img { width: 150px; height: 150px; padding: 0; margin: 4px; display: inline-block; }

section#forsale div.fso img { width: 200px; height: 200px; }
section#forsale div.fso { width: 200px; float: left; margin: 10px; }
section#forsale div.fsawrap { width: auto; margin: 0 auto; display: inline-block; }

div#testimonials .testimonial { background-color: #fff; color: #898989; font-size: 14px; padding: 8px; position: relative; border-radius: 4px; margin-bottom: 60px; }

div#testimonials .flag { position: absolute; bottom: -20px; width: 0;
height: 0; margin-left: 10px; border-style: solid; border-width: 0 20px 20px 0;
border-color: transparent #ffffff transparent transparent; }

div#testimonials .name { position: absolute; bottom: -23px; left: 45px; color: black; }

div#testimonials .location { position: absolute; bottom: -46px; left: 45px; color: #898989; }

#topline {
  background-color: #061D34;
  margin: 0;
  text-align: right;
  font-size: 17px;
  line-height: 35px;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
}

#topline .container { color: #fff; }
#topline .container a { color: #FED500; }

#topline .pipe {
    color: #1E5791;
    margin: 0 10px;
}

.tran { -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

#mainNav {
background-color: #1A4772;
font-size: 110%;
top: 35px;
background-image: linear-gradient(#225A91, #103250);
/*background-size:  4px 100%;
background-repeat: repeat-x;*/
}

#mainNav.navbar-shrink {
background-color: #292524;
top: 0;
}

#mainNav .navbar-nav .nav-item .nav-link, #topline {
  font-family: Georgia, serif;
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #F8DF7A;
}

.text-muted { color: #000 !important; }

#mainNav .navbar-toggler { 
  /*background-color: #AD7821;*/
  outline: none; 
  color: #000;
  background: #FCD044;
}

#soledieselengines { background-color: white; }
#soledieselengines img { width: 320px; max-width: 80%; height: auto; }
#torqeedoelectricengines { background-image: url('/images/torqeedo.jpg'); background-size: cover; background-position: center center; color: #fff; text-shadow: 0px 0px 2px black; }
#torqeedoelectricengines h2 { color: white; }
#torqeedoelectricengines a { color: white; }

p>a { text-decoration: underline; }

.navbar-brand img { width: 250px; height: auto; padding-top: 0; padding-bottom: 0; }

.topspace { height: 100px; }

.toprow { }
  
.aldersydesign { background-color: rgb(12, 10, 9); color: #000; padding: 30px 15px; float: right; width: 300px; position: relative; height: 600px; }

.aldersydesign-inner { background-color: rgb(12, 10, 9); color: #000; padding: 120px 20px 10px 20px; width: 100%; height: 100%; position: relative; }

input:focus,
select:focus,
textarea:focus,
button:focus, .form-control:focus {
    outline: none;
    outline-width: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #eee;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #eee;
   opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #eee;
   opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #eee;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #eee;
}
.form-control::placeholder { /* Most modern browsers support this now. */
   color:    #eee;
}

.form-control, .form-control:focus { }

input, select, textarea{
    color: #fff;
}

textarea:focus, input:focus {
    color: #fff;
}

.aldersydesign .logo { height: auto; opacity: 1.0; width: 100%; }

.aldersydesign .book { width: 70%; margin-top: 110px; opacity: 1.0; height: auto; }

.aldersydesign div.social { border-top: 1px solid #845F20; position: absolute; bottom: 10px; width: 230px; padding-top: 7px; }

.aldersydesign-inner .social img { width: 90%; height: auto; }


.alpha80 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(12, 10, 9);
    /* RGBa with 0.5 opacity */
    background-color: rgba(12, 10, 9, 0.80);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
}

.alpha75 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(12, 10, 9);
    /* RGBa with 0.5 opacity */
    background-color: rgba(12, 10, 9, 0.75);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
}


.alpha63 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(12, 10, 9);
    /* RGBa with 0.5 opacity */
    background-color: rgba(12, 10, 9, 0.63);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
}

.pad50 { padding: 50px; }

.twiddle { width: 23px; height: auto; }

section { padding: 75px 0;   background-color: #143B5F;
 }

section#welcome { 
  background-color: #f1f1f1; padding: 50px 20px;
  box-shadow: inset  0 5px 10px -6px;
}
section#welcome h2 { font-size: 18px; font-family: 'Archivo Black', sans-serif; color: #666; }

section#about {
  background-color: #F1F1F1;
  padding: 50px;
  text-align: left;
}

section#forsale {
  background-color: #fff;
  padding: 50px;
  text-align: left;
}
section#forsale input, section#forsale textarea, section#forsale select { color: #000; }

section#services {
  background-color: #f1f1f1;
  padding: 50px;
}

section#logos { 
  background-color: #163C5E;
  padding: 20px 0;
}

section#logos img { padding: 10px; }

section#facebook { background-color: white; padding: 60px 0 60px 0; }

.likeandshare { background-image: url('/images/casa.jpg'); background-repeat: no-repeat;
background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; height: 200px; margin: 10px;  }

.likeandshare .logofull { position: absolute; top: 4px; left: 4px; width: 25%; height: auto; }

.likeandshare .fb-like { position: absolute; bottom: 4px; right: 4px; }

.fbpost { margin: 10px; background-color: white; position: relative; height:200px; font-size: 13px; line-height: 1.2em; overflow: hidden; }
.fbpost-left  { background-color: #ddd; padding: 4px; width: 33px; height: 200px; }
.fbpost-left img { width: 25px; height: auto; }
.fbpost-right { padding: 4px; height: 200px; position: absolute; left:33px; top:0; right:0; bottom:0; }

.boxshad { -webkit-box-shadow: 7px 8px 23px -5px rgba(0,0,0,0.75); -moz-box-shadow: 7px 8px 23px -5px rgba(0,0,0,0.75); box-shadow: 7px 8px 23px -5px rgba(0,0,0,0.75); }

.clear { clear: both; line-height: 0; margin: 0; padding:0; height:0; 
  float: none; display:block; }

section#indepth { margin:0; border-top: 10px solid white; background-color: #fff; padding: 50px; background-image: url("/images/sunset.jpg"); background-repeat: no-repeat;
background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

section#location { padding: 0; }
section#location .map { position:relative; padding: 0; margin:0; }
section#location .mapwrap { overflow:hidden; position:relative; padding: 0; margin:0; height:300px; }
section#location .mapwrap iframe { width:100%; position:relative; border:none; height: 300px; }
section#location .maptext { position: relative; background-color: white; padding: 25px; }

section#address { background-color: #c5c5c5; margin:0; padding: 30px; color: white; }
section#address a { color: white; }

section#contact { margin:0; padding: 30px 0; }

footer { 
  background-color: #061D34; 
  color: #fff; font-size: 14px; padding: 40px 0 20px 0; text-align: right; 
}
footer a { color: #fff; font-size: 12px; text-decoration: underline;  }

.addframe { 
  background-image: linear-gradient(#092033,#163C5E); 
}

.modal-content {  }

.modal-content a, .modal-content a:active {  }
.modal-content a:hover {  }
.modal-body {
    padding: 25px;
}
.modal-body p { line-height: 1.1rem; }

.bgwhite { background-color: white; }

button { display: inline-block; padding: 8px; background-color: #121011; border: 1px solid #8F651D; color: #8F651D; cursor: pointer; outline: none; }

.form-control, .form-control:focus { background: none; border: none; border-bottom: 1px solid #fff; outline: none; color: #fff; }

.form-group { margin-bottom: 0.5em; }

#sendMessageButton {  }

div.bluebox { border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 1px solid #5E82BD; padding: 10px; }
.bluebox b { color: #5E82BD; font-weight: 300; }


@media (min-width: 300px) {

}


@media (min-width: 400px) {
}


@media (min-width: 576px) {
  .modal-dialog {
      max-width: 750px;
      margin: 30px auto;
  }
}

@media (min-width: 700px) {

}

.rowaddframes { margin-top: 40px; }
.addframe-contactform { padding: 15px; margin: 15px; }
.addframe-address, .addframe-contactform { padding: 30px 15px 15px 15px; margin: 15px; text-align: center; }
.form-group p { text-align: left; }

header.masthead { 
  margin-top: 111px; 
  background-image: linear-gradient(#0D2B47, #225A91);
  padding: 20px 0;
}


.immain { 
  box-sizing: border-box;
  width: 100%; height: auto;
  border: 10px solid white; 
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75); 
}

p.southdevon {
  color: #275E92;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 17px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

section#watermota {
  background-color: #dfdfdf;
  border-bottom: 1px solid white;
  color: black;
  line-height: 20px;
  padding: 20px 0;
  text-align: center;
}

div.wsspt { text-align: center; }
.wsspt div { display: inline-block; width: 150px; height: 245px; text-align: center; overflow: hidden; margin: 10px; }
.wsspt div img { width: 100%; height: auto; }

section#watermota .btncontact { text-align: center; margin-top: 15px; }

button { margin:-4px 0; border-radius: 3px; background-image: linear-gradient(#225A91, #0D2B47); color: #FCD330; font-weight: normal; border: none; padding: 0 18px; font-size: 14px; line-height: 28px }

img#watermotaseapanther { 
  position:absolute;
  width: 170px; height: auto;
  right: -10px; bottom: -10px;
  z-index: 1000;
}

p.keeping {
  font-family: 'Archivo Black', sans-serif; 
  color: #FDD231;
  font-size: 26px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
  margin: 15px 0 10px 0;
}

p.sales {
  text-align: center;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 992px) {

  header.masthead { margin-top: 109px; }

  img#watermotaseapanther { 
    position:absolute;
    width: 250px; height: auto;
    right: -190px; bottom: -40px;
    z-index: 1000;
  }  
  
  p.keeping {
    line-height: 27px;
    text-align: right;
    margin: 0 0 10px 0;
  }

  p.sales {
    text-align: right;
    margin: 0;
    line-height: 20px;
  }

  section#watermota {
    text-align: left;
  }

  section#watermota .btncontact { text-align: right; margin-top: 0; }

  .addframe-contactform { margin-left: 2%; min-height: 330px; }
  .addframe-address { margin-right: 2%; min-height: 330px; }
}

@media (min-width: 1000px) {
     .toprow {
    }
}



