/* FL CUSTOMISATIONS */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,600|Cinzel');

/*@font-face {
  font-family: 'Antenna';
  src: url('/fonts/ANTENNA-Regular.otf') format('opentype');
}*/

body { background-color: #fff; 
  -webkit-tap-highlight-color: #8C6624;
  font-family: 'Raleway', sans-serif;
  color: #565656;
}

.fancybox-lock {
        overflow: hidden !important;
        padding-right: 17px;
}

.fancybox-lock body {
    overflow: hidden !important;
}

h2 { font-size: 46px; margin-bottom: 20px; font-family: 'Cinzel', serif; color: #cdb28a; text-transform: uppercase; }
h3 { font-size: 26px; margin-bottom: 20px; font-family: 'Cinzel', serif; color: #565656; text-transform: uppercase; }

section { padding: 14px 0 60px 0; overflow: hidden; }

.alpha70x { box-shadow: inset 0 0 0 100vmax rgba(0,0,0,.7); }

.divlink { position: absolute; width: 100%; height: 100%; top:0; left:0; }

.nopad { padding: 0.005px; }

.collapsekiller { overflow: hidden; height: 0px; width: 0px; }
.collapsekiller { content: '.'; }

/* THE COAL BUCKET - aka the top grey bar */
/* hide coalbucket after scrolldown AND when page not wide enough */
#coalbucket { height: 0; padding:0; line-height: 0; margin:0; overflow: hidden; opacity:0; }
#mainNav.navbar-shrink #coalbucket { height: 0; padding:0; line-height: 0; margin:0; overflow: hidden; opacity:0; }
#mainNav.navbar-shrink #coalbucket img, #mainNav.navbar-shrink #coalbucket ul { display: none; }
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #cdb28a;
}


@media (min-width: 992px) 
{
  #coalbucket { 
    opacity: 1.0;
    position: fixed;
    top: 0; right: 0; left: 0;
    background-color: #565656;
    color: #999;
    font-size: 12px; font-family: 'Raleway', sans-serif;
    height: 40px; line-height: 30px; padding: 5px 0 5px 15px;
    z-index: 1000;
  }

  #coalbucket img { height: 15px; width: auto; display: inline-block; padding-right: 3px; }

  #coalbucket i { display: inline-block; width: 20px; }

  #coalbucket ul { list-style-type: none; position: absolute; right: 0; top:0; margin:0; padding:0; }

  #coalbucket ul li { 
      display: table-cell;
      width: 50px;
      height: 40px;
      border-left: 1px solid #757575;
      text-align: center;
      vertical-align: middle;
      padding-left: 3px;
  }
  #coalbucket ul li img { padding-right: 0; }  
} /* end min width 992px */
/* END OF COAL BUCKET */


.fixed-top {
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 1500;
}

/* move it to the top on scroll/shrinkydink AND when sub 992px */
#mainNav.navbar-shrink.fixed-top { top:0; }
@media (max-width: 991px) {
  #mainNav.fixed-top { top: 0; }
}

#mainNav, #mainNav.navbar-shrink {
  background-color: #fff;
}

#mainNav.navbar-shrink { 
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
}

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

/* main site logo */
#mainNav li.logo { width: 200px; } /* logo space */
div#logo         { position: absolute; left: 50%; top: 10px; }
div#logo>a>img   { width: 100px; margin-left: -50px; height: auto; z-index: 3000;  }
@media (min-width: 553px) { div#logo>a>img { width: 180px; margin-left: -90px;  } }

nav { position: relative; }
nav.navbar-shrink>div#logo { top: 0; }
nav.navbar-shrink>div#logo>a>img { width: 70px; margin-left: -35px; }

nav#mainNav ul.navbar-nav { margin: 40px auto; }
nav#mainNav.navbar-shrink ul.navbar-nav { margin: 15px auto; }

/* also make the same changes to the top nav and logo when the page is narrow */
@media (max-width: 991px)
{
  nav>div#logo { top: 0; }
  nav#mainNav ul.navbar-nav { margin: 15px auto; }
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #565656;
  text-align: right;
  float: right;
  width: auto;
}

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

.bedroom { /*background-image: url('/img/bedroom.jpg');*/ background-size: cover; background-repeat: no-repeat; min-height: 50vw; }
.bedroom { background-image: url('/img/gallery/full/coalmerchantshouse3581.jpg?v=2'); }



.booknow { background-color: #2e2e2e; margin: 0 auto; padding: 5px; width: 300px;  }
.booknowinner { border: 2px solid #cdb28a; height: 100%; padding: 20px ; text-align: center;}
#f2b-widget { margin: 0 auto; width: 280px; }

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 0 1em !important;
    width: 120px;
    text-align: centre;
    float: none;
  }
}

/* the boxes area */
.goplaces { background-color: #cdb28a; padding: 10px; }
.goplaces>div { border: 2px solid white; text-align: center; font-family: 'Cinzel', serif; color: white; box-sizing: border-box; padding: 50px 0 30px 0; font-size: 28px; line-height: 34px; }
.goplaces div.button { margin:40px auto 0 auto; width: 160px; padding:5px; line-height: 30px color: white; border: 2px solid white; font-family: 'Raleway'; text-align: center; font-size: 18px; position: relative; }

.remember { background-image: url('/img/getaway.jpg'); background-size: cover; position: relative; min-height: 250px; text-align: center;   display: flex; justify-content: center; align-items: center; }

.remember>div { background-color:#2e2e2e; color: #999; font-family: 'Cinzel', serif; font-size: 28px; line-height: 32px; text-align:center; padding: 15px 20px; display: inline-block; }

.rooms {  }
.rooms div.coffee { background-image: url('/img/coffee.jpg'); background-size: cover; padding: 10px; margin-bottom: 7px; height: 141px; }
.rooms div.coffee>div { color: white; text-align: center; border: 2px solid white; padding: 10px; font-family: 'Cinzel', serif; font-size: 42px; line-height: 97px; position: relative; }

.rooms div.callus { text-align: right; vertical-align: middle; padding: 30px 30px 0 80px; background-image: url("/img/greyhouse.gif"); background-repeat: no-repeat; background-size: 56px 70px; background-position: 10px center; border: 2px solid #2e2e2e; color: #565656; font-family: 'Cinzel', serif; font-size: 26px; line-height: 40px; margin-top: 7px; height: 140px; }
.rooms div.callus>span { font-size: 24px; }
@media (min-width: 348px) {
  .rooms div.callus { text-align: right; vertical-align: middle; padding: 30px 30px 0 110px; background-image: url("/img/greyhouse.gif"); background-repeat: no-repeat; background-size: 76px 93px; background-position: 25px center; border: 2px solid #2e2e2e; color: #565656; font-family: 'Cinzel', serif; font-size: 36px; line-height: 40px; margin-top: 7px; height: 140px; }
  .rooms div.callus>span { font-size: 32px; }
}


.goplaces { margin: 0 0 7px 0; }
.remember { margin: 7px 0; }
.rooms    { margin: 7px 0 0 0; }
@media (min-width: 992px) {
  .goplaces { margin: 0 7px 0 0; min-height: 295px; }
  .remember { margin: 0 7px 0 7px; min-height: 295px; }
  .rooms    { margin: 0 0 0 7px; min-height: 295px; }
  .rooms div.callus { padding: 30px 30px 0 110px;  }
}

section#gallery {  }
/*section#gallery .galphotos { width: 100%; background-color: #f5f5f5; margin-top: 50px; }*/
section#gallery img { width: 100%; height: auto; }
section#gallery { background-color: #f5f5f5; padding: 50px 20px; }
div.vspace { height: 20px; }
@media (max-width: 766px) {
  section#gallery img { margin-bottom: 15px; }  
}

section#rooms { padding: 50px 20px; }
section#rooms .roomwrap h2 { font-family: 'Raleway', sans-serif; font-weight: 400; color: #565656; font-size: 20px; }
section#rooms .roomwrap { margin-bottom: 14px; }
section#rooms .roomwrap>div { font-size: 16px; }
.roomwrap .rrphoto {  background-image: url('/img/bed.jpg'); background-size: cover; background-position: center center; min-height: 200px; }
.roomwrap .room_one { background-image: url('/img/gallery/thumb/coalmerchantshouse3441.jpg'); }
.roomwrap .room_two { background-image: url('/img/gallery/thumb/coalmerchantshouse3604.jpg'); }
.roomwrap .room_three { background-image: url('/img/gallery/thumb/cmh00021.jpg'); }

.roomwrap .rrdetails { padding: 14px; border: 1px solid #ccc;  }
.roomwrap .rrbooknow { text-align: center; border: 1px solid #ccc; border-top: none; padding: 50px 0;  }
.rrbooknow .price { font-family: 'Cinzel', serif; font-size: 34px; color: #cdb28a; text-align: center; margin-bottom: 14px; }
@media (min-width: 553px) {
  .roomwrap .rrphoto {  min-height: 500px; }
}
@media (min-width: 992px) {
  .roomwrap .rrphoto {  min-height: 200px; }
  .roomwrap .rrphoto   {  }
  .roomwrap .rrdetails {  }
  .roomwrap .rrbooknow {  border: 1px solid #ccc; border-left: none;  }
}


section#about {     
    background-image: url('/img/bedroom.jpg'); 
    background-size: cover; 
    font-size: 18px;
    padding: 50px 0;
}

.aboutcol1 { background-color: #999; color: #fff; padding: 40px 40px; }
.aboutcol2 { background-image: url('/img/cmhfront.jpg'); background-size: cover; min-height: 395px;  }
.aboutcol3 { background-color: #cdb28a; padding: 8px; }
.aboutcol3>div { height: 100%; border: 2px solid #fff; padding: 30px; color: #fff; text-align: left; }
.aboutcol3>div h3 { color: #fff; text-align: center; display: block; margin: 0 auto; margin-bottom: 20px;  }


section#contact iframe { max-width: 100%; overflow: hidden; }
section#contact { word-wrap:  break-word; }
section#contact { background-color: #f5f5f5; margin:0; padding: 30px 0; text-align: center; }
section#contact .container { background-color: #fff; padding: 30px; }
section#contact .col1, section#contact .col2, section#contact .col3 { margin-bottom: 28px; }
@media (min-width: 992px) { section#contact .col1, section#contact .col2, section#contact .col3 { margin-bottom: 0; } }


footer { background-color: #565656; color: #999; font-size: 14px; padding: 40px 0 20px 0; }
footer a { color: #999; font-size: 12px; text-decoration: underline;  }
footer img { width: 60px; height: auto; margin-top: -20px; }
footer h2 { color: #333; font-size: 18px; display: inline-block; padding: 0 0 0 10px; margin: 0;}
footer ul { list-style-type: none; }
footer ul li { display: inline-block; }
footer ul li img { width: auto; height: 21px; padding: 3px 10px; }

.modal { z-index: 15000; }
.modal-backdrop.show {
    opacity: .85;
}
.modal-backdrop { z-index: 11000; }

button { display: inline-block; padding: 8px; background-color: #CCB08C; border: none; color: #fff; cursor: pointer; outline: none; }

.modal-content { background-image: url("/img/addframe.gif"); background-size: 100% 100%; color: #CCB18C; background-color: none; }
.modal-content h2, .modal-content p { color: #CCB18C; }
.modal-content a, .modal-content a:active { color: #CCB18C; text-decoration: underline; }
.modal-content a:hover { text-decoration: none; }
.modal-body {
    padding: 25px;
}
.modal-body p { line-height: 1.1rem; color: #565656; }

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





/* todo ---> */


p>a { text-decoration: underline; }

.navbar-brand img { width: 120px; height: auto; padding-top: 3px; padding-bottom: 5px; }

.topspace { height: 100px; }

.toprow { overflow: hidden; position: relative;
  
  background-image: url("/img/framexlvt.png"), url("/img/robinhoodsbay-view-from-ravenscar-2.jpg");
  background-size: 97.5% 96.5%, cover; 
  
  background-repeat: no-repeat, no-repeat;
  background-attachment: none, scroll;
  background-position: center center, center;
  -webkit-background-size: 98.5% 97%, cover;
  -moz-background-size: 98.5% 97%, cover;
  -o-background-size: 98.5% 97%, cover;

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

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

#services { background-image: url("/images/brindis.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;
    padding: 50px;
 }

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:    #845F20;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #845F20;
   opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #845F20;
   opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #845F20;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #845F20;
}
.form-control::placeholder { /* Most modern browsers support this now. */
   color:    #845F20;
}

.form-control, .form-control:focus { color: #DABF91; }

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

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

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

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

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

.coalmerchantshousewhitbysign-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; }


#services { padding: 90px 0 70px 0; }
#services img { width:100%; height: auto; }
#services h4 { color: #666; font-weight: 400; font-size: 16px; margin: 15px 0; text-transform: uppercase; }
#services p { color: #565656 !important; font-weight: 300; font-size: 14px; padding: 0 20px 20px 20px; line-height: 1.3em; }

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; top:-46px; border:none; height: 346px; }
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; }




.addframe { background: url("/img/framel.png?v=2") #101010;  background-size: 100% 100%; color: #B47D22; background-color: none; }




.robinhoodsbay { width:300px; }

.bgwhite { background-color: white; }

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

.text-danger { color: #DABF91 !important; }
.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) {
  .toprow {
      background-image: url("/img/framexlt.png"), url("/img/robinhoodsbay-view-from-ravenscar-2.jpg");
  }
}


@media (min-width: 400px) {
  .toprow {
      background-image: url("/img/framexls.png"), url("/img/robinhoodsbay-view-from-ravenscar-2.jpg");
  }
}


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

@media (min-width: 600px) {
  .robinhoodsbay { width: 47%; }
}

@media (min-width: 700px) {
   .toprow {
     background-image: url("/img/framexl2.png"), url("/img/robinhoodsbay-view-from-ravenscar-2.jpg");
    }
}

@media (min-width: 768px) {
   #services p { min-height: 310px; }
}


@media (min-width: 1000px) {
     .toprow {
     background-image: url("/img/framexl.png?v=2"), url("/img/robinhoodsbay-view-from-ravenscar-2.jpg");
    }
}



