body{
    color:#666666;
    font-family: 'Open Sans', sans-serif;
 }


.intro {
    background: url(../images/header_1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 30px;
    text-align: center;
    background-position: bottom center;
    max-width:1000px;
    margin:auto;
}

.hidden{
   display:none;
   visibility:hidden;
 }
 
.page-title{
  padding-top:10px;
 }

.hawkyard-title{
  margin-top:300px;
  color:#ffffff;
  text-shadow: 2px 2px 10px #000000;
 }
 
.lc-subtitle{
  color:#ffffff;
  text-shadow: 2px 2px 10px #000000;
  text-align:right;
  margin-top:40px;
 } 

.home-hpic{
  background-image:url('../images/header_1.jpg');
  background-repeat:no-repeat;
  background-position: bottom center;
  height:430px;
 }

.cottage-hpic{
  background-image:url('../images/cottage.jpg');
  background-repeat:no-repeat;
  background-position: bottom center;
  height:430px;
 }
 
.saddleworth-hpic{
  background-image:url('../images/viaduct.jpg');
  background-repeat:no-repeat;
  background-position: bottom center;
  height:430px;
 }
 
.dovestone-hpic{
  background-image:url('../images/dovestone.jpg');
  background-repeat:no-repeat;
  background-position: bottom center;
  height:430px;
 }
 
.rules-hpic{
  background-image:url('../images/view-two.jpg');
  background-repeat:no-repeat;
  background-position: bottom center;
  height:430px;
 }
 
 .diggle-hpic{
  background-image:url('../images/diggle-moorland.jpg');
  background-repeat:no-repeat;
  background-position: bottom center;
  height:430px;
 }
 
 
.cottage-details{
   margin-top:20px;
 }
 
.lc-header{
  background-color:#508650;
 }

.lc-details{
  margin-top:10px;
 }

.lc-title{
  font-size:2em;
  padding-top:50px;
 }
 
.home-text{
  padding:20px;
 }
  
.lc-subtitle{
  font-size:1.5em;
 }
 
.lc-r-align{
  text-align:right;
 }
 
 
/* Menu */

.bottom-menu{
   background-color:#000080;
   margin-top:20px;
   padding-top:15px;
   padding-bottom:20px;
   text-align:center;
   color:#ffffff;
   font-size:.9em;
 }
 
.bottom-menu a{
   color:#ffffff;
 }

.bottom-menu a:visited{
   color:#ffffff;
 }
 
.bottom-menu a:hover{
   color:#f68630;
 }

.lc-menu-bar{
   background-color:#000080;
   max-width:1000px;
   margin:auto;
 }

.lc-menu{
   padding-left:10px;
   background-color:#000080;
   font-size:16px;
   line-height:32px;
   margin-top:5px
 }
 
.lc-menu a{
   color:#ffffff;
   border-right:solid 1px #ffffff;
   padding: 5px 5px 5px 5px;
   
 }

.lc-menu a:visited{
   color:#ffffff;
 }
 
.lc-menu a:hover{
   color:#f68630;
 } 
 
.label a{
   color:#ffffff;
 }
 
.label a:visited{
   color:#ffffff;
 }
 
.label a:hover{
   color:#f68630;
}

.lc-calendar{
  margin:auto:
 }
/*Footer */

.lc-footer {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    margin-top:20px;
    border-top:solid 1px #eee;
    font-size:.85em;
}
 
.lc-footer-social{
    margin-bottom:5px;
 }

.lc-footer-social i {
    color: #497285;
    margin-left: 20px;
    font-size: 22px;
    margin-bottom:100px;
}

.lc-footer-social i:hover {
    color: #F78536;
}

.lc-subfooter{
   font-size:.8em;
   padding:5px 10px 0px 10px;
 }

/*Footer */
 
.image-right{
  float:right;
  margin-left:10px;
  border: solid 1px #666666;
 }

.feedback-label{
  font-size:1.2em;
  font-style:bold;
  margin-right:20px;
 }
 
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  
}

.button {
  font-size: 1em;
  padding: 5px;
  color: #4e8651;
  border: 2px solid #4e8651;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  float:right;
}
.button:hover {
  background: #4e8651;
  color:#fff;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/* Media */

@media only screen and (max-width: 600px) {
   .module_list{
      margin-left:0px;
      margin-right:0px;
    }
   .lc-l-align{
     text-align:center;
    }
    .lc-r-align{
     text-align:center;
    }
}

