body {
  height: auto;
  margin-top: 1px;
  border-top-color: transparent;
  border-bottom-right-radius: 20px;
  background-color: #d6d6d6;
  box-shadow: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: black;
  font-size: 14px;
  line-height: 20px;
  text-shadow: rgba(255, 255, 255, 0.24) 0px 1px 0px;
}
h1 {
  display: inline-block;
  width: 100%;
  margin-top: -11px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 13px;
  line-height: 44px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}
h2 {
    border-left-style: none;
    border-right-style: none;
    color: #66803b;
    display: block;
    float: left;
    font-family: Lato,sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 19px;
    margin: 20px auto 0 -6px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    width: auto;
}
h2:hover {
  text-decoration: none;
}
h3 {
  position: static;
  left: 11px;
  right: 11px;
  bottom: 6px;
  width: 100%;
  height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
h4 {
  display: block;
  margin-top: 5px;
  margin-bottom: -2px;
  padding: 0px 9px;
  float: none;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 19px;
  line-height: 19px;
  font-weight: 900;
  text-align: left;
  text-shadow: none;
}
h5 {
  display: block;
  width: 100%;
  margin: 0px auto 10px;
  padding-left: 0px;
  float: none;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}
p {
  display: block;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 12px;
  float: none;
  text-align: left;
  color: #66803b;
}

.telephone-number a{
  color: #66803b;
}

.mobile-number a {
   color: #66803b;


}

/* advanced search rows and columns */


.search-row-1{
  
}
.search-row-2{

  display:none;
}

.search-col1{
 display: block;
}
.search-col2{
  display: block;
}
.search-col3{
  display: none;
}
.search-col4{
  display: none !important;
}




/* Video - Entry Pages */

.entry-video {
    margin-bottom: -40px;
    margin-left: -12px;
    margin-top: 20px;
}

/* Events Section - Area Pages */


.events-section{

  margin-top: 10px;
}
.events-section h3{

  font-size: 22px;
  font-weight: 900;
  text-decoration: underline;
  margin-bottom: 20px;

}

.events-section h4{

  margin-top: 0;

  

}

.events-row{

  margin-bottom: 20px;

}


.event-address{
  color: #66803b;
  font-weight: 700;
  font-size: 16px;

}

.event-date{
   color: #66803b;
  font-weight: 700;
   font-size: 16px;

}

.b1.tickets {
  height: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: white;
}



/* hourglass 1 */

.timer{
    width: 100%;
}


#wrap {
  position: fixed;
  width:300px;
  height: 300px;
  top: 0px;
  bottom: 0px;
  left:0px;
  right: 0px;
  margin: auto;
  z-index: 200;
  opacity: 0.7;
}

/* hourglass 5 */

#floatingBarsG{
  
  width:202px;
  height:250px;
  margin:auto;
   position: fixed;
 top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
}

.blockG{
  position:absolute;
  background-color:transparent;
  width:33px;
  height:78px;
  border-radius:26px 26px 0 0;
    -o-border-radius:26px 26px 0 0;
    -ms-border-radius:26px 26px 0 0;
    -webkit-border-radius:26px 26px 0 0;
    -moz-border-radius:26px 26px 0 0;
  transform:scale(0.4);
    -o-transform:scale(0.4);
    -ms-transform:scale(0.4);
    -webkit-transform:scale(0.4);
    -moz-transform:scale(0.4);
  animation-name:fadeG;
    -o-animation-name:fadeG;
    -ms-animation-name:fadeG;
    -webkit-animation-name:fadeG;
    -moz-animation-name:fadeG;
  animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#rotateG_01{
  left:0;
  top:91px;
  animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
  transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
}

#rotateG_02{
  left:26px;
  top:33px;
  animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
  transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
}

#rotateG_03{
  left:85px;
  top:10px;
  animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
  transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
}

#rotateG_04{
  right:26px;
  top:33px;
  animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
  transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}

#rotateG_05{
  right:0;
  top:91px;
  animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
  transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}

#rotateG_06{
  right:26px;
  bottom:23px;
  animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
  transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
}

#rotateG_07{
  bottom:0;
  left:85px;
  animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
  transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}

#rotateG_08{
  left:26px;
  bottom:23px;
  animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
  transform:rotate(-135deg);
    -o-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
}



@keyframes fadeG{
  0%{
    background-color:rgb(254,195,0);
  }

  100%{
    background-color:transparent;
  }
}

@-o-keyframes fadeG{
  0%{
    background-color:rgb(254,195,0);
  }

  100%{
    background-color:transparent;
  }
}

@-ms-keyframes fadeG{
  0%{
    background-color:rgb(254,195,0);
  }

  100%{
    background-color:transparent;
  }
}

@-webkit-keyframes fadeG{
  0%{
    background-color:rgb(254,195,0);
  }

  100%{
    background-color:transparent;
  }
}

@-moz-keyframes fadeG{
  0%{
    background-color:rgb(254,195,0);
  }

  100%{
    background-color:transparent;
  }
}



/* hourglass 6 */



#floatingCirclesG{
  position: fixed;
 top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  width:320px;
  height:320px;
  margin:auto;
  transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}

.f_circleG{
  position:absolute;
  background-color:rgb(255,255,255);
  height:58px;
  width:58px;
  border-radius:30px;
    -o-border-radius:30px;
    -ms-border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
  animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
  animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
  left:0;
  top:130px;
  animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#frotateG_02{
  left:38px;
  top:38px;
  animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#frotateG_03{
  left:130px;
  top:0;
  animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#frotateG_04{
  right:38px;
  top:38px;
  animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#frotateG_05{
  right:0;
  top:130px;
  animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#frotateG_06{
  right:38px;
  bottom:38px;
  animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#frotateG_07{
  left:130px;
  bottom:0;
  animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#frotateG_08{
  left:38px;
  bottom:38px;
  animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
  0%{
    background-color:rgb(254,195,0);
  }

  100%{
    background-color:transparent;
  }
}

@-o-keyframes f_fadeG{
  0%{
    background-color:rgb(254,195,0);
  }

  100%{
    background-color:transparent;
  }
}

@-ms-keyframes f_fadeG{
  0%{
    background-color:rgb(254,195,0);
  }

  100%{
    background-color:transparent;
  }
}

@-webkit-keyframes f_fadeG{
  0%{
    background-color:rgb(254,195,0);
  }

  100%{
    background-color:transparent;
  }
}

@-moz-keyframes f_fadeG{
  0%{
    background-color:rgb(254,195,0);
  }

  100%{
    background-color:transparent;
  }
}

/* Polaroid Image CSS */

.old-pics{
  display: none;
}

.polaroid {
    background-color: white;
    border-top: 1px none black;
    box-shadow: 1px 3px 14px 0 #4a4848;
    margin-right: 8px;
    padding: 10px 10px 30px;
    position: static;
    margin-bottom: 10px;
    
   
    
}
.polaroid-title {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    color: #66803b;
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.polaroid:hover { 
  

  
   }

.polaroid img {
  

  }

.areapolaroids {

 margin-bottom: 10px;
}

.home-polaroids{

  margin-bottom: 20px;
  margin-top: 40px;

}

.gallery-polaroid {
    background-color: white;
    border-top: 1px none black;
    box-shadow: 1px 3px 14px 0 #4a4848;
    margin-right: 8px;
    padding: 10px 10px 30px;
    position: static;
    margin-bottom: 10px;
    min-height: 200px
   
   
    
}
.gallery-polaroid-title {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    color: #66803b;
    font-family: Lato, sans-serif;
    font-weight: 900;
}
/* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */




.gallery-polaroid { 
  position: relative;
  -webkit-transition: all .2s ease-in-out; 
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.gallery-polaroid:hover { 
  transform: scale(2.2);
  -webkit-transform: Scale(2.2);
    -moz-transform: Scale(2.2);
  z-index: 10000;

  
   }




.pol1{
  -webkit-transform: rotate (-6deg);
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);

}

.pol2{
  -webkit-transform: rotate (4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);

}

.pol3{

-webkit-transform: rotate (-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.pol4{
  -webkit-transform: rotate (6deg);
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);

}
.no-number{

  padding-left: 0;
}

.button.no-contact-btn {
    color: white;
    display: block;
    font-size: 23px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 14px;
    padding-top: 14px;
    margin-top: 20px;
}

.fixed-book-btn {
    background-color: rgba(16, 59, 11, 0.45);
    bottom: 0;
    color: transparent;
    display: block;
    height: auto;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
    right: 0;
    z-index: 14;
}

.button.adpage-book.fixed-book {
    display: block;
    height: auto;
    margin: auto;
}

.go-up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-bottom: 2px none #969696;
  border-radius: 3px;
  background-color: #FEC300;
  background-image: url('../images/angle-double-up_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.go-up:hover {
  border-bottom-style: none;
  border-bottom-color: #2d6d91;
  background-color: #298427;
}


.unknown {
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #FF0000;
  font-weight: 900;
  margin-bottom: 15px;
  margin-left: 11px;
  margin-right: 4px;
  padding: 4px 15px;
  text-align: center;
}

.availability {
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #298427;
  font-weight: 900;
  margin-bottom: 15px;
  margin-left: 11px;
  margin-right: 4px;
  padding: 4px 15px;
  text-align: center;
}

.mask {
  border-radius: 14px;
}

.slide.oct-half-term {
  background-image: url('../images/autumn-boy.jpg');
  background-position: 0px -6px;
  background-size: cover;
}
.slide.autumn-offers {
  background-image: url('../images/autumn-offer-med.png');
  background-position: 0px -57px;
  background-size: cover;
}
.slide.xmas {
  background-image: url('../images/Gold-Christmas-Background-cropped-280.jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.slide.winter-offers {
  background-image: url('../images/winter-offers-slide.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide.family-hols {
  background-image: url('../images/family-hols.jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.slide-text {
  position: relative;
  top: 231px;
  display: inline-block;
  margin-left: -4px;
  padding-top: 11px;
  padding-bottom: 14px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: Lato, sans-serif;
  color: #dce7f2;
  font-size: 28px;
  font-weight: 900;
}
.christmas-dragon {
  position: relative;
  left: 353px;
  top: 10px;
}
.slide-text-xmas {
  position: relative;
  top: 102px;
  display: inline-block;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: Lato, sans-serif;
  color: white;
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
  right: -10%;
}

.tab-heading.calendar-head {
  display: block;
  height: auto;
  margin-top: 11px;
  padding-right: 21px;
  text-align: center;
}

.tab-sign-up-btn.calendar-example {
  margin-bottom: 19px;
}
.calendar-info {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 24px;
  padding-right: 21px;
  padding-left: 28px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}
.calendar-image {
  display: block;
  width: 507px;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
}
.calendar-main {
  position: relative;
  bottom: 34px;
  color: #66803b;
  font-size: 21px;
  text-align: center;
}
.calendar-features {
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 18px;
  font-weight: 900;
}
.calendar-partner {
  width: 80%;
  padding-left: 20px;
}
.expedia-img {
  width: 80%;
}
.booking-img {
  margin-top: 23px;
}
.laterooms-img {
  width: auto;
  margin-top: 11px;
  padding-right: 0px;
}
.trip-img {
  width: 40%;
  margin-left: 43px;
  padding-left: 0px;
}
.airbb-img {
  width: 89%;
  margin-top: -19px;
}
.hotels-img {
  width: 60%;
  padding-left: 20px;
}
.hostel-world-img{
  padding-left: 10px;
  width: 50%;
}
.channel-more {
  margin-top: 102px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #66803b;
}
.channel-info {
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 22px;
  font-weight: 900;
}
.booking {
    border: 2px solid #298427;
    border-radius: 13px;
}


a {
    background-color: transparent;
    color: white;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0 none;
    text-decoration: underline;
}

.content-area h2 {
  padding-bottom: 10px;
  width: 100%;
  

}

.content-area p {
  padding-bottom: 10px;
  width: 100%;

}


.content-area h3 {
    color: #66803b;
    margin-left: 14px;
    padding-bottom: 10px;
    text-align: left;
    text-decoration: underline;
    width: 100%;
}

.content-area a  {

  color: #66803b;

}

.home-content h2 {
  padding-bottom: 10px;
  width: 100%;
  margin: 10px auto 0 -6px;
  

}

.home-content p {
  padding-bottom: 10px;
  width: 100%;

}


.home-content h3 {
    color: #66803b;
    margin-left: 14px;
    padding-bottom: 10px;
    text-align: left;
    text-decoration: underline;
    width: 100%;
}

.home-content a  {

  color: #66803b;

}

.cal_fieldset{
   border: 2px solid rgb(0, 102, 0);
   margin-top: 20px;
   padding: 10px;

}

.cal_legend{

  font-weight: bold;
  padding: 0 10px;

}

.sidebar-ad {
    margin-top: 60px;
    height: auto;
    margin-left: 16px;
    margin-bottom: 20px;
}


.booking {
    border: 2px solid #298427;
    border-radius: 13px;
}

.big-calendar{display: block;}


}

.small-calander{
  display: none !important;
 
}

.button.adpage-book {
  width: 170px;
  height: 40px;
  color: white;
  font-size: 22px;
  line-height: 31px;
  text-shadow: none;
  margin-left: -10px;
}

.button {
    background-color: #fec300;
    border-radius: 5px;
    color: white;
    display: inline-block;
    float: none;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-left: 11px;
    margin-right: 4px;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    width: auto;
}

.button.green{
  background-color: #298427;

}

.button.red{
  background-color: #FF0000;

}
.inner_container {
  display: block;
  height: auto;
  margin-top: 24px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 28px;
  background-color: white;
}
.logo {
  display: inline-block;
  width: 300px;
  height: 160px;
  margin-top: 12px;
  margin-left: 9px;
  padding-left: 0px;
}
.keywords {
  display: block;
  width: 94.9%;
  height: 19px;
  margin: 10px auto -26px;
}
.main_content {
  display: block;
  width: 96.6%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.navbar {
  position: relative;
  z-index: 34;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  box-shadow: none;
  text-shadow: none;
}
.top_nav {
  left: 96px;
  top: 21px;
  right: 54px;
  bottom: 21px;
  display: block;
  width: 100%;
  height: 28.5%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 5%;
  padding-bottom: 0px;
  padding-left: 5%;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
  text-shadow: none;
}
.availability_search {
  position: static;
  z-index: 15;
  width: 100%;
  height: 100%;
  margin: 0px auto 1px;
  padding: 11px 8px 5px;
  border-radius: 10px;
  background-color: #298427;
  }

.region_list {
  display: block;
  margin: -44px auto -3px;
  padding: 0px 0px 0px 12px;
  float: none;
  border-bottom-style: none;
  border-bottom-width: 1px;
  background-color: transparent;
  box-shadow: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: black;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}
.region_search {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  box-shadow: none;
}
.minimap {
    background-color: transparent;
    display: block;
    float: none;
    height: auto;
    margin-left: 20%;
    margin-right: auto;
    margin-top: 0;
    padding-left: 0;
    padding-top: 7px;
    width: auto;
}
.special_offers {
  display: block;
  width: 100%;
  margin-top: -21px;
  margin-right: 17px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-style: none;
}
.special_offers.adv_offers {
  position: static;
  display: inline;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


.special_offer_slider {
    border-radius: 10px;
    clear: none;
    display: block;
    height: auto;
    margin: 0 auto 23px;
    padding-bottom: 1px;
    position: static;
    text-align: center;
    width: 100%;
}
.video {
  display: block;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-width: 5px;
  border-color: black;
  font-size: 21px;
  text-shadow: none;
}

.video-mask{
  margin-left:auto;
  margin-right:auto;
  display: block;
}
.featured_entry {
  position: relative;
  top: 0px;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 46px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 6px;
  border-radius: 20px;
  background-color: #298427;
  box-shadow: #298427 0px 0px 6px 0px inset;
}
.featured_entry.featured_entry {
    background-color: #298427;
    display: block;
    font-weight: 700;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    position: static;
}

.featured_stars {
    display: block;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
}
.footer {
  position: relative;
  left: 9px;
  top: 0px;
  display: block;
  width: auto;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  float: none;
  clear: none;
  border: 0px solid transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}


.footer-ad {
    margin-left: -20%;
    padding-top: 13px;
}

.quick_search {
    background-color: #fec300;
    border-radius: 10px;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin-bottom: 1px;
    margin-top: 20px;
    padding-bottom: 1px;
    padding-top: 0;
    position: static;
    right: 0;
    top: 0;
}
.feature_image {
    border: 3px solid #cccccc;
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    padding-top: 0;
    width: 60%;
}
.featured_stars {
  display: block;
  margin-right: auto;
  margin-bottom: 9px;
  margin-left: auto;
}
.sign_up {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  background-color: transparent;
}
.sign_up_form {
    background-color: #298427;
    border-radius: 10px;
    height: 100%;
    margin-top: 0;
    padding-bottom: 1px;
    padding-top: 0;
    position: static;
    top: 1px;
}
.area_accomms {
  display: block;
  width: 100.2%;
  height: 100%;
  margin-top: -19px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-radius: 10px;
}
.takemeto {
  width: 100%;
  height: auto;
  margin-top: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right-style: none;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  background-color: none;
  border-radius: 10px;
}
/*.accom_type_btn {
    background-color: #298427;
    bottom: 0;
    box-shadow: none;
    clear: none;
    color: white;
    display: block;
    float: left;
    font-family: Lato,sans-serif;
    font-size: 17px;
    font-weight: 900;
    height: auto;
    margin: 1px auto 5px 5px;
    overflow: visible;
    padding: 4px 6px;
    position: static;
    right: 0;
    text-align: left;
    text-shadow: none;
    top: 0;
    width: auto;
}*/

.accom_type_btn {
    bottom: 0;
    box-shadow: none;
    clear: none;
    color: #66803b;
    display: inline-block;
    float: none;
    font-family: Lato,sans-serif;
    font-size: 17px;
    font-weight: 900;
    height: auto;
    margin: 1px auto 5px 5px;
    overflow: visible;
    padding: 4px 6px;
    position: static;
    right: 0;
    text-align: left;
    text-shadow: none;
    top: 0;
    width: auto;
    text-decoration: underline;

}

.accom_type_btn:hover span.underline {
    
    border-bottom: 2px solid #fec300;
    text-decoration: none !important;
}

.accom_type_btn:hover  {
    
    text-decoration: none !important;
}

.subcat_links {
  display: block;
  margin-top: 12%;
  border: 2px solid #298427;
  background-color: white;
}

.contact-info {
  margin-top: 10px;
  color: #b33434;
  font-size: 29px;
  font-weight: 700;
}
.contact-info.heading {
  font-size: 25px;
}
.contact-text {
  margin-top: 18px;
  color: #66803b;
  font-size: 19px;
  font-weight: 700px
}
.contact-img {
  margin-top: 21px;
}
.contact-us {
  margin-top: 13px;
  color: #4a4848;
  font-size: 19px;
  font-weight: 700;
}
.label {
  position: static;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 35px;
  float: none;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  text-shadow: none;
}
.label.list_label {
  text-align: center;
}
.label.nights {
  text-shadow: none;
}
.label.adv_label {
  margin-top: 9px;
  text-shadow: none;
}
.tb {
  display: block;
  width: 94.3%;
  
  margin-right: auto;
  margin-left: auto;
  border: 1px solid white;
  border-radius: 9px;
  background-color: white;
}
.tb.sign_tb {
  position: static;
  top: -30px;
  margin-top: 18px;
  box-shadow: none;
}
.tb.tb_quick {
  position: relative;
  top: 16px;
  margin-top: -18px;
  box-shadow: none;
}
.btn {
    background-color: #298427;
    border: 0 solid black;
    border-radius: 10px;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    text-shadow: 1px 1px 6px #170b7d;
    width: 176px;
}
.btn:hover {
  background-color: rgba(255, 123, 0, 0.92);
}
.btn.sign_btn {
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #fec300 inset;
    font-family: Lato,sans-serif;
    font-size: 21px;
    font-weight: 900;
    height: 32px;
    margin-bottom: 3%;
    margin-top: 5px;
    position: static;
    text-shadow: none;
    top: -29px;
    width: 175px;
    background-color: #fec300;
}
.btn.quick_btn {
    background-color: #288426;
    font-family: Lato,sans-serif;
    font-size: 21px;
    font-weight: 900;
    height: 32px;
    margin-bottom: 10px;
    margin-top: 27px;
    position: static;
    text-shadow: none;
    top: 21px;
    width: 175px;
}
.sf {
  margin-top: 16px;
}
.shortinput {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  
}

.shortinput.caption {
  width: 70%;
  height: 29px;
  float: left;
}

.shortinput-form{
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  float: left;


}
.submit {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #FEC300;
  box-shadow: #298427 0px 0px 22px 0px inset;
  font-size: 18px;
  text-shadow: #170b7d 1px 1px 6px;
}

.sign_up_btn {
    background-color: #fec300;
    border-radius: 10px;
    box-shadow: none;
    color: white;
    display: block;
    font-family: Lato,sans-serif;
    font-size: 21px;
    font-weight: 900;
    height: 35px;
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 25px;
    position: static;
    top: -3px;
    width: 94.2%;
    text-align: center;
}

.sign_up_btn:hover{

  text-decoration: underline;

}
.login {
  display: block;
  width: 75%;
  margin-top: 79px;
  margin-right: auto;
  margin-left: auto;
}
.login_text {
  text-align: center;
}
.header {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 96.4%;
  height: 207px;
  margin: 27px auto 0px;
  float: none;
  clear: none;
  border-radius: 13px;
  background-image: -webkit-linear-gradient(left, #298427, transparent 45%), url('../images/13.jpg');
  background-image: linear-gradient(to right, #298427, transparent 45%), url('../images/13.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: none;
  font-family:'Droid Serif', serif;
}
.header:hover {
  box-shadow: none;
  color: transparent;
}
.header_column {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.social_btns {
  position: relative;
  left: 124px;
  top: 11px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.twitter_button {
  position: relative;
  padding-left: 10px;
  float: right;
}
.facebook_btn {
  float: right;
}
.nav_btn {
  text-shadow: none;
}
.nav_menu {
  position: static;
  z-index: 20;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  float: none;
  color: #4a7d45;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-indent: 15px;
  text-shadow: none;
}
.dropdown {
  width: 100%;
  height: 27px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  box-shadow: #298427 1px 1px 6px 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
}
.dropdown.date {
  display: block;
  width: 24%;
  margin-right: 11px;
  margin-left: 5%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  font-size: 11px;
  font-weight: 400;
}
.dropdown.nights {
  display: block;
  width: 39%;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: #298427 1px 1px 6px 0px;
  font-size: 11px;
  font-weight: 400;
  text-shadow: none;
}
.dropdown.adv_drop {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: #298427 1px 1px 6px 0px;
  font-weight: 400;
}
.dropdown.sleeps {
  position: static;
  left: -13px;
  top: -5px;
  display: block;
  width: 24%;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  font-size: 11px;
  font-weight: 400;
}
.main_slider {
  width: 100.2%;
  height: 303px;
  border-radius: 10px 21px 10px 10px;
}
.main_info {
  display: block;
  margin-top: 23px;
  float: left;
}

.map_info {
    display: block;
    float: left;
    margin-top: 23px;
    width: 100%;
}
.home_pg {
  display: block;
  margin: 0px auto;
  padding-left: 0px;
  float: none;
  text-align: left;
}
.home_accom_text {
    color: #66803b;
    float: none;
    margin-bottom: 7px;
    margin-left: -1px;
    margin-right: auto;
    padding-bottom: 6px;
    text-align: left;
    width: 100%;
}
.dragon_image {
  float: right;
}
.home_acc_info {
  display: block;
  float: none;
}
.home_acc_info.acc_info_left {
  margin-top: 12px;
  background-color: #298427;
}
.home_acc_info.acc_info_left.home_hotel_info {
  border-top-style: dotted;
  border-top-width: 1px;
  background-color: transparent;
}
.home_acc_info.acc_info_left.home_budget_info {
  border-top-style: dotted;
  border-top-width: 1px;
  background-color: white;
}
.home_acc_info.acc_info_left.home_affordable_info {
  border-top-style: dotted;
  border-top-width: 1px;
  background-color: transparent;
}
.home_acc_info.home_campsite_info {
  height: 100%;
  margin-top: 16px;
  margin-bottom: 0px;
  border-top-style: dotted;
  border-top-width: 1px;
  background-color: transparent;
}

.home_accom_image {
  width: 30%;
  margin-right: 10px;
  margin-bottom: 24px;
  margin-left: 6px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  border-color: rgba(140, 175, 215, 0.29);
  border-style: solid;
  border-width: 4px;
}
.home_acc_info_left.home_cottage_info {
  margin-top: 6px;
  border-top-style: dotted;
  border-top-width: 1px;
  background-color: transparent;
}
.home_acc_info_left.home_caravan_info {
  border-top-style: dotted;
  border-top-width: 1px;
}
.home_acc_info_left.home_touring_info {
  border-top-style: dotted;
  border-top-width: 1px;
}
.home_acc_image_right {
  width: 30%;
  height: auto;
  margin-right: 7px;
  padding-right: 0px;
  float: right;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(140, 175, 215, 0.29);
}
.column_1 {
  left: -4px;
  margin-top: 0px;
  padding-left: 18px;
  margin-bottom: 15px
}
.column_1.addpg {
  position: relative;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  border-right-style: none;
  border-right-width: 1px;
}
.column_2 {
  left: 7px;
  right: 0px;
  min-height: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 19px;
  padding-left: 3px;
}
.column_2.adv_col2 {
  position: static;
  display: inline;
  margin-top: 0px;
}
.b1 {
  position: static;
  top: -3px;
  display: block;
  width: 100%;
  height: 35px;
  margin: 0px auto 3%;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #FEC300;
  box-shadow: none;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 21px;
  line-height: 0px;
  font-weight: 900;
  
}
.b1:active {
  text-decoration: underline;
}
.b1.adv_b1 {
  position: static;
  top: 20px;
  width: 64%;
  margin-top: 11px;
  margin-bottom: 0%;
}
.first {
  position: static;
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  border-left: 1px none transparent;
  box-shadow: none;
  font-family: Lato, sans-serif;
  color: #4a7d45;
  font-size: 19px;
  font-weight: 700;
  text-shadow: none;
}
.first:hover {
  box-shadow: none;
  text-shadow: none;
}
.first:active {
  box-shadow: none;
  color: #4a7d45;
  text-decoration: underline;
  text-shadow: none;
}
.first:focus {
  box-shadow: none;
  text-shadow: none;
}
.first.w--current {
  padding-right: 0px;
  float: left;
  box-shadow: none;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 19px;
  font-weight: 700;
  text-decoration: underline;
  text-shadow: none;
}
.first.w--current:hover {
  box-shadow: none;
  text-shadow: none;
}
.form_block {
  margin-top: 32px;
  font-size: 20px;
  text-align: center;
  color: white;
}
.sign_up_heading {
    background-color: #298427;
    border-radius: 10px 10px 0 0;
    color: white;
    display: block;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 21px;
    height: 24%;
    left: 1%;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    position: static;
    right: 17%;
    top: -19%;
    width: 100%;
}
.featured {
    border-radius: 10px;
    bottom: auto;
    color: white;
    display: block;
    float: none;
    font-size: 21px;
    height: 35px;
    left: 3px;
    line-height: 17px;
    margin: 0 auto;
    padding-top: 8px;
    position: static;
    right: 3px;
    text-align: center;
    text-decoration: underline;
    top: -14px;
    transform: none;
    width: 100%;
}
.subcat_link {
  text-align: center;
}
.quick_label {
  position: static;
  top: -1px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 21px;
  font-weight: 700;
}
.region_heading {
  position: relative;
  left: 4px;
  top: 7px;
  display: block;
  margin: 22px auto 3px;
  padding-top: 0px;
  text-shadow: none;
}
.region_map {
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: none;
  font-family: Lato, sans-serif;
}
.main_slide.city_slide {
  border-radius: 14px;
  background-image: url('../images/Cardiff Bay 600x400.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.main_slide.rugby_slide {
  border-radius: 10px;
  background-image: url('../images/rugby slider.jpg');
  background-position: 50% -40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.element_label {
  position: static;
  left: 1px;
  top: 23px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 30px;
  margin: 9px auto 7px;
  padding-top: 0px;
  border-radius: 10px;
  background-color: #298427;
  box-shadow: #298427 0px 0px 12px 0px inset;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 21px;
  font-weight: 700;
  
}
.element_label.video_label {
  position: static;
  width: 100%;
  height: 13.5%;
  margin-top: 34px;
  padding-top: 0px;
  box-shadow: #298427 0px 1px 6px 0px inset;
  font-size: 21px;
  }

.element_label.area_label {
  margin-top: -15px;
}
.element_label.offers_label {
  position: static;
  left: 32px;
  top: 25px;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 1px;
  box-shadow: #298427 0px 0px 3px 0px inset;
  font-size: 21px;
  text-shadow: none;
}
.special_slide {
    border-radius: 10px;
    display: inline-block;
    height: 100%;
    position: static;
    width: 100%;
}
.special_offers-a {
  width: 100%;
  padding-top: 2px;
  padding-right: 22px;
  padding-left: 22px;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
.offer {
  padding: 7px 20px;
  font-family: Lato, sans-serif;
  color: #DA5D3F;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.entry_listing {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 19px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px dotted black;
  background-color: none;
  text-shadow: none;
}
.entry_listing.adv-listing {
  margin-top: 0px;
  border-style: none;
  background-color: transparent;
  text-shadow: none;
}
.entry_image {
  width: 162px;
  height: 133px;
  float: left;
  text-shadow: none;
}
.entry_title {
  position: static;
  left: 9px;
  top: -38px;
  display: block;
  margin: 0px auto 7px 162px;
  padding-top: 5px;
  padding-left: 6px;
  float: none;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 15px;
  font-weight: 900;
  text-shadow: none;
}
.city_break {
  margin-top: 27px;
  font-family: Bitter, serif;
  color: white;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}
.advanced_search_wrapper {
  display: block;
  width: 100%;
  height: 366px;
  margin-right: 0px;
  margin-bottom: 1px;
  padding-top: 7px;
  padding-left: 0px;
  float: none;
  border-radius: 10px;
  background-color: #298427;
  box-shadow: #298427 0px 0px 8px 0px inset;
  font-family: Lato, sans-serif;
  font-weight: 900;
}
.advanced_search_wrapper.adv_tick_wrapper {
  display: inline-block;
  height: 366px;
  margin: 0px auto;
  padding-bottom: 7px;
  padding-left: 10px;
  float: none;
}
.entry_img {
  width: 168px;
  height: 127px;
  margin-top: 4px;
  margin-left: 5px;
  float: left;
  border: none;
}
.offer_title {
    color: #66803b;
    font-family: Lato,sans-serif;
    font-size: 13px;
    font-weight: 900;
    margin-left: 161px;
    padding-left: 6px;
    text-shadow: none;
}
.entry_text {
  margin-left: 8px;
  text-shadow: none;
}
.entry_btns {
  display: inline-block;
  width: 100%;
  margin-top: 24px;
  text-shadow: none;
}
.offer_details {
  margin-left: 161px;
  padding-left: 6px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-shadow: none;
  color: #66803b;;
}
.adv_pg_row {
  position: static;
  display: block;
  width: 102.2%;
  margin-top: -10px;
}
.adv_row {
  position: static;
  left: 22px;
  display: block;
  width: 100%;
  margin: 47px auto 0px 0px;
  padding-left: 22px;
  float: none;
  background-color: transparent;
}
.checkbox {
  display: inline-block;
  width: 32.4%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 21px;
}

.checkbox.signup {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  text-align: left;
}
.checkbox_label {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.main_text {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: Lato, sans-serif;
}
.featured_heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: white;
  text-shadow: none;
  font-weight: 800;
}
.pet_icon {
  position: relative;
  left: -1%;
  top: -127%;
  bottom: 43px;
  display: inline-block;
  float: right;
  text-shadow: none;
}
.entry_stars {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.footer_columns {
    background-color: #298427;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0 none transparent;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 17px;
    width: 100%;
}
.footer_logo {
  display: block;
  width: 194px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  float: none;
}
.footer_column1 {
  text-align: center;
}
.links {
  font-family: Lato, sans-serif;
}
.links:hover {
  text-decoration: underline;
}
.links:active {
  text-decoration: underline;
}
.links_heading {
  margin-top: 0px;
  padding-left: 44px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 900;
  text-align: left;
  text-shadow: none;
}
.footer_column2 {
  margin-top: 14px;
  font-family: Lato, sans-serif;
}
.copyright {
  margin-top: 11px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.footer_nav {
  padding-top: 13px;
  padding-left: 43px;
  font-family: Lato, sans-serif;
  color: white;
  font-weight: 700;
  text-align: left;
}
.footer_nav:active {
  text-decoration: none;
  list-style-type: none;
}
.useful_links {
  padding-left: 44px;
  color: white;
  line-height: 20px;
  font-weight: 700;
}
.entry_details {
    border: 1px solid #298427;
    display: block;
    margin-bottom: 25px;
    margin-top: 0;
    text-shadow: none;
}
.area_text {
  margin-top: 17px;
  font-family: Lato, sans-serif;
}
.menu_icon {
  text-shadow: none;
}
.footer_nav_links {
  font-family: Lato, sans-serif;
}
.rugby_heading {
  padding-top: 15px;
  font-family: Lato, sans-serif;
  color: #dce7f2;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  text-shadow: #170b7d -1px 0px 21px;
}
.rugby_slider_text {
  margin-left: 43px;
  padding-top: 26px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 24px;
  text-align: center;
  text-shadow: #170b7d 0px 1px 44px;
}
.more_info {
  margin-top: 1px;
  padding-left: 25px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 15px;
  line-height: 19px;
  font-weight: 900;
  text-align: left;
  text-shadow: none;
}
.lc_stats {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-top: 14px;
  margin-left: 9px;
  float: none;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 13px;
  font-weight: 900;
}
.entry_special_offers {
  display: block;
  width: 95%;
  margin: 13px auto 0px;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  box-shadow: none;
  text-align: center;
  text-shadow: none;
}
.desc {
  display: block;
  margin-top: 3px;
  margin-bottom: 2px;
  padding: 0px 9px 8px 17px;
  float: none;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 13px;
  line-height: 17px;
  font-weight: 900;
  text-align: center;
  text-shadow: none;
}
.stars {
  left: 68%;
  top: -17px;
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}
.bct {
  display: inline;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  font-family: Lato, sans-serif;
  color: #66803b;
}
.lc {
  list-style-type: disc;
  text-shadow: none;
}
.property-name {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  float: none;
  color: #66803b;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
}
.property-details {
  margin-top: 0px;
  margin-bottom: 12px;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}
.property-details.entry-subpage {
  text-shadow: none;
}
.map_canvas {
  width: 100%;
  height: 250px;
  margin-top: 33px;
}
.map_canvas_big {
  width: 100%;
  height: 550px;
  margin-top: 33px;
}
.address {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 7px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-shadow: none;
}
.address.pg2 {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 0px;
  float: none;
  color: #66803b;
  font-weight: 700;
  text-shadow: none;
}

.avail-info{
  margin-top: 8%;
}
#large_calendar {
    cursor: default;
    font-family: tahoma,arial;
    font-size: 9px;
    margin-bottom: 20px;
    margin-top: 10px;
}
#large_calendar .legend_month {
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: right;
    width: 5%;
}
#large_calendar .legend_date {
    border-color: #ffffff #ffffff #cccccc #cccccc;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
    width: 3%;
}
#large_calendar .day_clear {
    background-color: #dddddd;
    border-color: #ffffff #606060 #606060 #ffffff;
    border-style: solid;
    border-width: 1px;
    color: #808080;
    display: block;
    float: left;
    padding: 2px 0;
    text-align: center;
    width: 3%;
}
#large_calendar .day_full {
    background-color: #dd0000;
    border-color: #ff0000 #600000 #600000 #ff0000;
    border-style: solid;
    border-width: 1px;
    color: white;
    display: block;
    float: left;
    padding: 2px 0;
    text-align: center;
    width: 3%;
}
#large_calendar .day_partial {
    background-color: #f7d16a;
    border-color: #ffffcd #896300 #896300 #ffffcd;
    border-style: solid;
    border-width: 1px;
    color: black;
    display: block;
    float: left;
    padding: 2px 0;
    text-align: center;
    width: 3%;
}

.mobile-av-calendar{
  display: none
  }

#small_calendar {
    cursor: default;
    font-family: tahoma,arial;
    font-size: 11px;
    margin-bottom: 20px;
    margin-top: 10px;
}
#small_calendar .legend_month {
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: right;
    width: 40px;
}
#small_calendar .legend_date {
    border-color: #ffffff #ffffff #cccccc #cccccc;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: center;
    width: 3%;
}
#small_calendar .day_clear {
    background-color: #dddddd;
    border-color: #ffffff #606060 #606060 #ffffff;
    border-style: solid;
    border-width: 1px;
    color: #808080;
    display: block;
    float: left;
    overflow: hidden;
    padding: 1px 0;
    text-align: center;
    width: 3%;
}
#small_calendar .day_full {
    background-color: #dd0000;
    border-color: #ff0000 #600000 #600000 #ff0000;
    border-style: solid;
    border-width: 1px;
    color: white;
    display: block;
    float: left;
    overflow: hidden;
    padding: 1px 0;
    text-align: center;
    width: 3%;
}
#small_calendar .day_partial {
    background-color: #f7d16a;
    border-color: #ffffcd #896300 #896300 #ffffcd;
    border-style: solid;
    border-width: 1px;
    color: black;
    display: block;
    float: left;
    overflow: hidden;
    padding: 1px 0;
    text-align: center;
    width: 3%;
}
.bookroomdiv {
  display: block;
  width: auto;
  margin-top: 21px;
  float: right;
}
.main_description {
  display: block;
  padding-top: 0;
  float: none;
}
.bookingiframe {
  top: 344px;
  right: 0px;
  bottom: 171px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: none;
}
.map {
  display: block;
  width: auto;
  height: 100%;
  min-width: 0px;
  margin-right: auto;
  margin-left: 16px;
  padding-right: 3px;
  padding-left: 0px;
  border: 4px solid #298427;
}
.lightbox {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.image1.w--current {
  width: 120px;
  height: 78px;
  margin-right: 10px;
  background-image: url('../images/addpg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.addpg_offer {
  display: block;
  width: auto;
  height: auto;
  margin: 55px auto 28px 14px;
  padding-left: 0px;
  border-radius: 17px;
  background-color: #568bd5;
  box-shadow: none;
  text-align: center;
  text-shadow: none;
}
.phone-image {
  width: 38px;
  padding-top: 0px;
  float: left;
  text-shadow: none;
}
.list_image {
  width: 37px;
  margin-right: 6px;
  float: left;
  text-shadow: none;
}
.acolades {
  width: 100%;
  margin-top: 9px;
  padding-left: 21px;
  text-shadow: none;
}
.acolade-image {
  position: static;
  left: 0px;
  top: -1px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  margin-top: 17px;
  margin-right: -2px;
  padding-right: 11px;
  float: none;
  text-shadow: none;
}
.acolade-image.cycle-award {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  bottom: -1px;
  display: block;
  padding-top: 0px;
  float: none;
  text-shadow: none;
}
.prop_item {
  display: block;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 54px;
  float: none;
  color: #66803b;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
  text-shadow: none;
}
.prop_item:hover {
  text-decoration: underline;
  text-shadow: none;
}
.add_page_offer {
  display: block;
  margin-top: -47px;
  padding-top: 0px;
  padding-bottom: 9px;
  padding-left: 9px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #FEC300;
  font-size: 16px;
  text-shadow: none;
}
.add_page_image {
  display: block;
  height: auto;
  max-height: 500px;
}
.tick_icon {
  display: block;
  width: 16px;
  margin-right: 9px;
  padding-bottom: 6px;
  float: left;
}
.featured_item {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 174px;
  margin-right: 0px;
  margin-left: 8px;
  padding-right: 0px;
  float: left;
}
.item-name {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
  color: black;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}
.features-tag {
  position: static;
  left: -4px;
  top: -53px;
  margin-bottom: 6px;
  color: #66803b;
  font-size: 20px;
  text-align: center;
  text-decoration: underline;
  text-shadow: none;
}
.map-tag {
  margin-bottom: 11px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
}
.awards-tab {
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
  text-shadow: none;
}
.offers-tag {
  position: relative;
  left: 10px;
  top: -87px;
  padding-right: 29px;
  font-family: Lato, sans-serif;
  color: #FEC300;
  font-size: 21px;
  font-weight: 900;
  text-shadow: none;
}
.client-review {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 17px;
  font-family: Lato, sans-serif;
  color:#66803b;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
.advertise-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 26px;
  margin-left: 0px;
  float: none;
  color: #66803b;
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
  text-align: center;
  text-shadow: none;
}
.advertising-tabs {
  margin-top: 20px;
}
.tab {
  position: static;
  display: inline-block;
  width: 20%;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #298427;
  background-color: #FEC300;
}
.tab.w--current {
  width: 20%;
  padding-left: 8px;
}

.w--current{
  
}
.tab.w--current:active {
  display: inline-block;
  width: 119px;
  padding-left: 8px;
}
.tab.prices {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 20px;
}
.tab.prices.w--current {
  height: auto;
  margin-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: black;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.tab-text {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 1px;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}
.text-block {
  position: static;
  display: block;
  padding-top: 11px;
  float: none;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 16px;
  text-align: left;
}
.advert_offer {
  display: block;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 24px;
  line-height: 27px;
  font-weight: 900;
  text-align: center;
}
.voucher-code {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: red;
  font-size: 29px;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
}
.client-offer {
  display: block;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #298427;
  font-weight: 900;
  text-align: center;
}
.code-tag {
  display: block;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.sign-up-tag {
  margin-top: 17px;
  font-family: Lato, sans-serif;
  color: #103b0b;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
}
.sign-up-notice {
  margin-top: 26px;
}
.sign-up-text {
  padding-top: 5px;
  font-family: Lato, sans-serif;
  color: #103b0b;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.hidden-answer {
  padding: 0px 11px 11px;
  border: 1px solid #170b7d;
  background-color: #298427;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 15px;
  font-weight: 700;
}
.question {
  display: block;
  margin-top: 17px;
  margin-bottom: 12px;
  margin-left: 30px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}
.question:hover {
  text-decoration: underline;
}
.question.q1 {
  margin-top: 0px;
}
.sign-up-button {
  display: block;
  width: 80%;
  margin: 18px auto;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 10px;
  background-color: #298427;
  box-shadow: #298427 0px 0px 8px 0px inset;
  font-family: Lato, sans-serif;
  color: #FEC300;
  font-size: 29px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}
.ad-info-btn {
  display: block;
  margin-top: 6px;
  padding-top: 2px;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  list-style-type: none;
}
.ad-offer-info {
  margin-top: 9px;
  padding-left: 5px;
  background-color: #dce7f2;
  font-family: Lato, sans-serif;
  font-size: 14px;
}
.soecial-offers-heading {
  font-size: 26px;
  font-weight: 900;
}
.email-login {
  display: block;
  width: 38%;
  margin-right: auto;
  margin-left: auto;
}
.prices {
  position: static;
  display: block;
  margin-top: 0px;
  margin-left: auto;
  float: none;
  border-right-style: none;
  border-right-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 36px;
  line-height: 29px;
  font-weight: 900;
  text-align: center;
}
.add-prices {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #103b0b;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0px;
}
.webdesign-image {
  display: block;
  width: auto;
  margin: 4px auto 20px;
  padding-left: 0px;
  float: none;
  text-align: center;
}

.webdesign-tabs {
  width: auto;
  margin-bottom: 5px;
  float: none;
  font-size: 12px;
}
.tabs-menu {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 20%;
  margin: 0px auto 0px 19px;
  padding-bottom: 0px;
  float: left;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  text-align: left;
}
.tabs-content {
  right: 20px;
  display: block;
  width: 76%;
  margin-right: auto;
  margin-left: auto;
  float: right;
  line-height: 36px;
}
.tab-link {
  width: 100%;
  margin-bottom: 6px;
  padding: 13px 16px;
  border-radius: 9px;
  background-color: #298427;
  box-shadow: none;
  color: white;
  font-size: 19px;
  text-align: center;
  text-shadow: none;
}
.tab-link:hover {
  text-decoration: underline;
}
.tab-link.w--current {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  background-color: #FEC300;
}
.cms-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.seo-image {
  display: block;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
}
.social-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.video-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.coming-soon-image {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
.tab-heading {
  margin-bottom: 8px;
  color: #66803b;
  font-size: 34px;
  line-height: 35px;
  font-weight: 900;
}
.tab-heading.hosting {
  position: static;
  top: 14px;
  display: inline-block;
  width: auto;
  margin: 0px auto 0px 0px;
  padding-top: 0px;
  padding-left: 25px;
  float: none;
  clear: none;
  font-size: 35px;
  text-align: center;
}
.tab-heading.advertise-info {
  color: #66803b;
  font-size: 31px;
}
.tab-info {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.tab-info.webdesign-info {
  margin-top: 50px;
}

.tab-info.hosting-info {
  margin-top: 50px;
}
.tab-info.cms-info {
  margin-top: 2px;
}
.tab-info.seo-info {
  margin-top: 0px;
}
.tab-info.advertise-info {
  margin-top: 2px;
}
.tab-info.sign-up-info {
  font-size: 16px;
}
.dragon-with-pc {
  position: relative;
  right: 9%;
  display: block;
  margin-top: 0px;
  margin-right: 49px;
  margin-left: auto;
  float: right;
}
.hosting-list {
  position: relative;
  left: 5%;
  display: inline-block;
  margin-top: 0px;
  margin-left: 3px;
  padding-left: 40px;
  float: none;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 19px;
  font-weight: 700;
}
.list-heading {
  position: relative;
  left: 5%;
  display: block;
  margin-top: 14px;
  padding-left: 25px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 21px;
  font-weight: 900;
}
.social-list {
  display: block;
  margin-top: 13px;
  padding-left: 26px;
  float: left;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.list-text {
  display: block;
  margin-top: 23px;
  padding-left: 17px;
  float: left;
  clear: none;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 24px;
  font-weight: 900;
}
.webdesign-heading {
  margin: auto 35px 22px 18px;
  padding-right: 32px;
  padding-left: 32px;
  float: none;
  border-bottom: 1px none #66803b;
  color: #66803b;
  font-size: 34px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}
.webdesign-heading:hover {
  text-shadow: none;
}
.advertise-vid-div {
  display: block;
  width: 75%;
  margin: 0px auto 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
  opacity: 1;
  text-shadow: none;
}
.team-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.sign-up-offer-div {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.advertise-vid {
  top: 6%;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  text-shadow: none;
}
.special-offer-image {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.offers-link {
    color: #298427;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.offers-link:hover {
    
   text-decoration: underline;
}

.subcat-link {
    color: #66804d;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    padding-left: 35px;
    text-align: left;
    text-decoration: none;
}

.subcat-link:hover {
   text-decoration: underline;
}


.col2 {
  padding-right: 37px;
}
.col1 {
  padding-left: 30px;
}
.answer {
  margin-left: 30px;
  border: 1px dotted black;
  background-color: #dce7f2;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 14px;
  font-weight: 700;
}
.client {
  margin-top: -9px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.client-review-slider {
  height: 100%;
  margin-top: 5px;
  margin-right: 36px;
  margin-left: 36px;
  background-color: white;
}
.client-image {
  display: block;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #298427;
  border-radius: 16px;
}
.client-link {
  margin-top: 12px;
  margin-bottom: 0px;
  padding-top: 2px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 18px;
  text-align: center;
}
.slide-nav {
  position: static;
  top: 71%;
  background-color: transparent;
}
.advert-price {
  display: inline-block;
  width: 80%;
  height: auto;
  margin-top: 10px;
  margin-left: 100px;
  float: none;
  color: #66803b;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}
.price {
  position: static;
  left: 8%;
  display: inline-block;
  width: 37%;
  height: auto;
  margin-top: -34px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  float: right;
  clear: none;
  color: #66803b;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}
.price.weblink {
  margin-left: 222px;
}
.price.enhanced {
  margin-left: 193px;
}
.price.secodn-page {
  margin-left: 154px;
}
.price.video-upload {
  margin-left: 148px;
}
.price.video-production {
  margin-left: 183px;
}
.price.book-calendar {
  margin-left: 122px;
}
.price.channel-manager {
  margin-left: 185px;
}
.price.auto-phone {
  margin-left: 94px;
}
.sign-up-heading {
  color: #66803b;
  font-size: 25px;
  font-weight: 900;
}
.tab-sign-up-btn {
  display: block;
  width: 60%;
  height: 45px;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  border-radius: 20px;
  background-color: #50aa0d;
  box-shadow: #91f22f 0px 0px 10px 1px inset;
  -webkit-transition: all 886ms ease;
  transition: all 886ms ease;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  text-shadow: none;
}
.tab-sign-up-btn:hover {
  background-color: #FEC300;
  opacity: 1;
}
.website-price {
  width: 80%;
  height: auto;
  margin-top: 48px;
  margin-bottom: -3px;
  margin-left: 58px;
  color: #66803b;
  font-size: 19px;
  font-style: italic;
  font-weight: 900;
  text-align: left;
}
.web-examples-heading {
  margin-bottom: 32px;
  color: #66803b;
  font-size: 23px;
  font-weight: 900;
}
.web-example-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 21px;
  padding-left: 21px;
}
.web-example-image.llys-derwen {
  margin-top: 24px;
}
.web-examples-text {
  display: block;
  width: 80%;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 15px;
  line-height: 22px;
  font-weight: 900;
  text-align: center;
}
.example-row {
  display: block;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}
.link-block {
  display: block;
  text-shadow: none;
}
.add-tick {
  float: left;
  display: none;
}
.advertise-item {
  margin-top: 8px;
  margin-bottom: 10px;
  margin-left: 1px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}
.advertise-list {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #66803b;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}
.attractions-freebie {
  height: auto;
  margin-top: 45px;
  margin-bottom: 38px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 900;
}
.join-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.client-film {
  margin-top: 17px;
  margin-left: 18px;
}
.film-lightbox {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.film-player {
  border: 5px solid #298427;
  text-shadow: none;
}


.telephone-prompt {
  color: #66803b;
  font-size: 16px;
  text-align: left;
}
.telephone-image {
  float: left;
}
.wto-telephone-image {
  float: left;
}
.telephone-number {
  margin-top: 15px;
  margin-left: 64px;
  color: #66803b;
  font-size: 21px;
  font-weight: 700;
}


.wto-telephone-number {
  margin-top: 15px;
  margin-left: 64px;
  float: none;
  color: #4a4848;
  font-size: 19px;
  font-weight: 900;
  text-shadow: none;
}
.mobile-image {
  float: left;
}
.mobile-number {
  margin-top: 15px;
  margin-left: 64px;
  color: #66803b;
  font-size: 21px;
  font-weight: 900;
}
.contact-numbers {
  margin-top: 0px;
}
.contact-number {
  margin-top: 20px;
}
.wto-contact-number {
  margin-top: 20px;
}
.contact-form {
  margin-top: 51px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 17px;
  font-weight: 900;
}
.contact-image {
  display: inline;
  margin-top: 0px;
  float: left;
}
.contact {
  margin-top: 0px;
}
.link-box {
  text-decoration: none;
  text-shadow: none;
}
.link-box.w--current {
  text-shadow: none;
}
.entry-subpge-links {
  text-shadow: none;
}
.gallery_main {
  display: block;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #298427;
}
.google_v {
  margin-top: 37px;
  margin-left: 28px;
}
.video-title {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}
.clk-view {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 19px;
  text-align: center;
  text-shadow: none;
  margin-top: 40px;
}

.vid-clk-view {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 19px;
  text-align: center;
  text-shadow: none;
  margin-top: 5%;
}

.vid-gallery-lightbox {
  display: block;
  margin-top: 39px;
}
.wto-reviews {
  margin-top: 23px;
}
.review-title {
  padding-left: 10px;
  color: #298427;
  font-weight: 900;
  text-align: left;
}
.reviewer {
  display: inline-block;
  margin-top: 9px;
  float: left;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #66803b;
  text-align: left;
  text-shadow: none;
}
.reviewer-location {
  display: inline-block;
  margin-top: 9px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #66803b;
  text-shadow: none;
}
.star {
  display: inline-block;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
}
.review-rating {
  display: block;
  margin-bottom: 8px;
  margin-left: 14px;
  float: none;
}
.review-date {
  display: inline-block;
  margin-top: 9px;
  padding-left: 22px;
  float: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #66803b;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  text-shadow: none;
}
.map_canvas_large {
  margin-top: 14px;
}
.property-address {
  margin-top: 9px;
  margin-bottom: 12px;
  padding-right: 39px;
  padding-left: 29px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}
.map-link {
  color: #298427;
  text-decoration: none;
  text-shadow: none;
}
.banner-image {
  position: relative;
  top: -34px;
  text-shadow: none;
}
.film-tag {
  margin-bottom: 11px;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
}
.large-map {
    display: block;
    float: none;
    text-align: center;
}
.map-heading {
    color: #298427;
    display: block;
    float: none;
    font-size: 20px;
    margin: -20px auto 20px;
    text-align: center;
}
.large-map-image {
  display: block;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
}
.instructions {
  width: 94.2%;
  margin-top: 20px;
  margin-right: 25px;
  margin-left: 25px;
  color: black;
  text-align: left;
}
.instruct {
  margin-bottom: 26px;
  color: #557d20;
  font-size: 26px;
  font-weight: 900;
}
.terms {
  overflow-x: scroll;
  height: 500px;
  font-style: italic;
  
}


.subcat {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #298427;
  font-size: 21px;
  text-align: center;
  text-shadow: none;
}
.subcat-label {
  margin-top: 0px;
  padding-left: 41px;
  font-family: Lato, sans-serif;
  color: #170b7d;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.subcat-label:hover {
  text-decoration: underline;
}
.town-label {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #298427;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.subcat-arrow {
  position: relative;
  left: 15px;
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  display: none;
}
.search-tag {
  height: auto;
  margin-top: 2px;
  margin-bottom: 12px;
  padding-top: 2px;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  
}
.search-tag.sleeps {
  display: block;
  height: 100%;
  margin: 9px auto 15px;
  padding-top: 0px;
  float: none;
}
.entries_pages {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  float: none;
  font-size: 16px;
  text-align: left;
}

.next_page {
    color: #103b0b;
    display: inline-block;
    float: right;
    font-family: Lato,sans-serif;
    font-weight: 700;
    margin-top: 6px;
}

.next_link {
    color: #66803b;
    font-size: 16px;
    margin-right: 10px;
    padding-top: 0;
    text-decoration: none;
}

.sl_bottomlink {
    color: #103b0b;
    display: inline-block;
    font-family: Lato,sans-serif;
    font-weight: 700;
    margin-left: 20%;
    margin-top: 6px;
}
.sl_toplink {
  display: inline-block;
  margin-top: 6px;
  float: right;
  font-family: Lato, sans-serif;
  color: #103b0b;
  font-weight: 700;
}
.sl_link {
  padding-top: 0px;
  color: #103b0b;
  font-size: 16px;
  text-decoration: none;
}
.sl_link:hover {
  font-weight: 900;
}
.contact-h2 {
  margin-top: 30px;
  float: none;
  font-size: 29px;
  text-shadow: none;
  line-height: 100%;
  padding-left: 0px;
}
.wto-contact-info {
  margin-top: 9px;
}
.topnav {
  
  padding-right: 0%;
  float: none;
  color: #103b0b;
  text-shadow: none;
  background-color: white;
}
.topnav-li {
  padding-right: 3%;
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #66803b;
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
}


.topnav-li:hover span.underline {
    color: #66803b;
    border-bottom: 2px solid #fec300;
}
.topnav-li.w--current {
  position: static;
  display: inline-block;
  padding-right: 3%;
  padding-left: 0%;
  border-left-color: transparent;
  color: #FEC300;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
  
}
.topnav-li.w--current:active {
  text-shadow: none;
}

.accolade-col1 {
  position: static;
  display: block;
  text-shadow: none;
}
.accolade-row {
  text-shadow: none;
}
.acc-col {
  position: relative;
  height: 100%;
  text-shadow: none;
}

.mgui_input_form {
  display: block;
  width: 94.2%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #298427;
  text-shadow: none;
  color: #66803b
  font-family: Lato, sans-serif;
}
.sign_up_option {
  margin-top: 20px;
  margin-bottom: 12px;
  margin-left: 10px;
}
.sign_up_text {
  display: block;
  width: 94.2%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.sign_up_legend {
  position: relative;
  left: 50px;
  top: 13px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: white;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #66803b
}
.sign_up_legend.terms_heading {
  top: 55px;
}
.accept_check {
  display: block;
  width: 94.2%;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}
.checkbox_sign_up {
  width: auto;
  height: auto;
  margin-top: 4px;
  margin-right: 11px;
  padding-left: 0px;
  float: none;
}

.sign-up-page-heading{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 50px;
}

.ccard {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  float: none;
  text-align: left;
}
.ccard.worldpay {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.card-images {
  display: block;
  width: 360px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}
.card-images.wpay {
  margin-top: 0px;
}
.pay-button {
 background-color: #fec300;
    border-radius: 10px;
    box-shadow: none;
    color: white;
    display: block;
    font-family: Lato,sans-serif;
    font-size: 21px;
    font-weight: 900;
    height: 35px;
    line-height: 0;
    margin-top: 20px;
    padding: 25px;
    position: static;
    top: -3px;
    width: 100%;
    text-align: center;
}

.sign_up_btn:hover{

  text-decoration: underline;

}

.thank-you{

  margin-top: 5%;
  margin-bottom: 20%;

}

.sign-up-form {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.form-label {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: 50px;
  float: none;
  text-align: right;
}
.form-label.stage-3 {
  display: block;
  margin-top: 6px;
  margin-right: 18px;
  margin-left: auto;
  float: none;
  text-align: right;
}
.form-label.label-stage-4 {
  text-align: right;
}
.form-label.body-sign-up {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.text-field {
  display: block;
  width: 100%;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  float: none;
}
.details {
  margin: 10px 25px 20px;
  padding: 0px 10px 10px;
  border: 1px solid #557d20;
  font-family: Lato, sans-serif;
}

.details.confirmation{
  margin: 80px 25px 20px;
}

.details.sign2{

  margin-top: 30px;
}

.details.advertise {
  margin: 30px 25px 20px;
  padding: 0px 10px 10px;
  border: 1px solid #557d20;
  font-family: Lato, sans-serif;
}
.details.calendar-update {
  margin-right: 0px;
  margin-left: 25px;
}

.details.calendars {
    margin-left: 0;
    margin-top: -1px;
}
.form {
  float: none;
}
.details-form {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.form-rows {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.form-rows.stage-3 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
}
.form-title {
  position: relative;
  left: 0px;
  top: -10px;
  right: 0px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  background-color: white;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.form-title.menu {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  color: #66803b;
}

.form-title.advertise {
    color: #66803b;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: -18px;
    width: 250px;
}

.shortselect {
  width: 80px;
  height: 35px;
  float: none;
}
.longselect {
  width: 50%;
}
.form-checkbox {
  padding-top: 0px;
}

.checkbox-label {
  display: none;
}
.stage-2-number {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: red;
  font-size: 24px;
  font-weight: 900;
}
.form-column-stg3.col-2 {
  position: static;
  display: block;
}
.textarea_address {
  width: 60%;
}
.textarea_huge {
  display: block;
  width: 100%;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
}
.sign_up_link {
  display: block;
  margin-top: 20px;
  padding-left: 12px;
  font-family: Lato, sans-serif;
  color: #103b0b;
}

.sign_up_link.confirm {
    
    display: inline-block;
    padding-left: 0;
}

.sign_up_link.close{

  float: right;
  margin-right: 30px;
  margin-bottom: 30px;
}
.terms-check {
    display: block;
    margin: 20px auto 5px;
    padding-left: 0;
    text-align: center;
    width: 50%;
}

.property-listings {
  display: block;
  width: 94.2%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid black;
}

.admin-nav {
  position: static;
  left: 0px;
  top: 426px;
  right: 0px;
  display: block;
  width: 94.2%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  background-color: rgba(87, 85, 85, 0.29);
}

.admin-link {
  position: static;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px;
  float: none;
  border-right: 1px none black;
  border-left: 1px none black;
  font-family: Lato, sans-serif;
  color: #66803b;
  font-size: 14px;
  line-height: 23px;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
}

.admin-link:hover {
  color: #79b030;
}

.admin--link {
  display: inline;
  margin-right: 11px;
  padding-right: 21px;
  padding-left: 32px;
}

.nav-container {
  background-color: transparent;
}

.dash-nav-menu {
  position: static;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: transparent;
  color: black;
}

.property-title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  color: #298427;
  text-align: left;
}

.property-thumbnail {
  margin-bottom: 10px;
}

.dash-property-listing {
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.dashboard-options {
  color: #66803b;
  text-decoration: none;
}

.dashboard-options:hover {
  color: #103b0b;
  text-decoration: underline;
}

.property-listed {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
}

.to-do-list {
  padding-left: 0px;
}

.to-do {
  margin-top: 10px;
}

.nopic {
  display: block;
  width: 150;
  height: 100;
  margin-right: auto;
  margin-left: auto;
  border: 6px solid #cccccc;
}

.photo-upload-text {
  margin-top: 20px;
  line-height: 24px;
  text-align: center;
}

.choose-file-btn {
  display: block;
  width: 105px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #e6e2e2;
  color: black;
}

.choose-file-btn:hover {
  background-color: #b8b8b8;
}

.choose-file-btn.go {
  display: block;
  width: 58px;
  margin: 20px auto 10px;
}

.no-file {
  display: block;
  width: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.file-upload {
  display: block;
  width: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

.enhanced-exaqmple {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.enhance-buttons {
  display: block;
  width: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.menu-options {
  display: block;
  width: 94.2%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 20px;
  background-color: #dbdada;
}

.options-heading {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
.tasks {
  height: auto;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.main-image {
  display: block;
  width: 300px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 6px solid #ccc;
}

.dash-gallery-image {
  position: relative;
  left: 3px;
  display: inline-block;
  width: 15%;
  margin: 10px 10px 10px 25px;
  border: 3px solid #ccc;
}

.master-book-header {
  display: none;
  padding-left: 5px;
  background-color: #66803b;
  color: white;
}

.master-book-header.clear {
  display: none;
}

.arr-date {
  font-size: 12px;
}

.dep-date {
  font-size: 12px;
}

.room {
  font-size: 10px;
}

.cancel-booking {
  padding: 0px;
  background-color: transparent;
  color: #103b0b;
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
}

.booking-entry {
  margin-top: 5px;
  border: 1px none #575555;
}

.master-header {
    background-color: #66803b;
    color: white;
    padding-left: 7px;
}

.calendar-options {
    color: #103b0b;
    display: inline-block;
    float: none;
    margin-left: 10px;
    padding-left: 0;
}

.receipt-list {
  display: block;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  color: #103b0b;
  font-weight: 900;
}

.receipt-link {
  display: block;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  color: #103b0b;
}

.receipt-item {
  color: #103b0b;
  font-size: 16px;
}

.receipt-address {
  margin: 40px 30px 30px;
  font-size: 19px;
  text-align: right;
}

.receipt {
  font-family: Lato, sans-serif;
  color: #103b0b;
}

.invoice-section {
  margin-top: 0px;
  line-height: 35px;
}

.invoice-name {
  margin: 30px;
  font-size: 40px;
  font-weight: 900;
}

.invoice-number {
  margin: 30px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
}

.invoice-row {
  margin: 0px 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid black;
  background-color: transparent;
  font-size: 17px;
}

.row-heading {
  font-weight: 900;
}

.total {
  font-weight: 900;
  text-align: right;
}

.invoice-headings {
  margin: 30px 30px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  background-color: transparent;
  font-size: 18px;
}

.invoice-total {
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  background-color: transparent;
  font-size: 18px;
}

.so-text {
  text-align: center;
}

.so-headings {
  font-weight: 700;
}

.so-info {
  margin-right: 10px;
  margin-left: 10px;
}

.so-column {
  border: 1px solid black;
}

.so-controls {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  font-size: 14px;
  color: #103b0b;
}

.so-offer {
  position: static;
  display: block;
  height: auto;
  min-height: 41px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  padding-top: 10px;
}


html.w-mod-js *[data-ix="fade-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -66px);
  -ms-transform: translate(0px, -66px);
  transform: translate(0px, -66px);
}
html.w-mod-js *[data-ix="fade-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -66px);
  -ms-transform: translate(0px, -66px);
  transform: translate(0px, -66px);
}
html.w-mod-js *[data-ix="fade-down-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -66px);
  -ms-transform: translate(0px, -66px);
  transform: translate(0px, -66px);
}
html.w-mod-js *[data-ix="fade-down-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -66px);
  -ms-transform: translate(0px, -66px);
  transform: translate(0px, -66px);
}
html.w-mod-js *[data-ix="fade-down-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, -66px);
  -ms-transform: translate(0px, -66px);
  transform: translate(0px, -66px);
}
html.w-mod-js *[data-ix="tab-image-fade"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="move-down-link-icon"] {
  opacity: 0;
  -webkit-transform: translate(0px, 140px);
  -ms-transform: translate(0px, 140px);
  transform: translate(0px, 140px);
}
html.w-mod-js *[data-ix="slide-in-top-button-on-scroll"] {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js *[data-ix="slide-in-inner-big-text-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}
html.w-mod-js *[data-ix="slide-in-inner-sub-text-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}
html.w-mod-js *[data-ix="zoom-in-image-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
html.w-mod-js *[data-ix="slide-in-slider-image-on-slide"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="slide-in-heading-slider-on-slide"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="slide-in-second-text-on-slide"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="slide-in-slider-paragraph-on-slide"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
html.w-mod-js *[data-ix="slide-in-button-on-slide"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
html.w-mod-js *[data-ix="slide-in-button-on-slide-2"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

@media (max-width: 1200px) {

  .topnav-li {
    color: #66803b;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 3%;
    text-shadow: none;
}

   .footer-ad {
    display:none;
}

 .sidebar-ad {
    display: none;
}

  }
@media (max-width: 991px) {
  body {
    box-shadow: none;
  }
  h3 {
    height: 34px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    margin-bottom: 30px;
  }

  .soecial-offers-heading {
    margin-bottom: 40px;
  }



  .polaroid-title {
    font-size: 16px;
    margin-top: 10px;
    min-height: 40px;
    text-align: center;
}


  .topnav-li {
  
  font-size: 20px;
  
}

.adv_row{

  margin-top: 0;
}

.topnav-li.w--current {
  
  font-size: 20px;
  
}

   
.big-av-calendar{
    display: none;
  }
  

  .mobile-av-calendar{
  display: block;
}

  #small_calendar .legend_month {
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: none;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: right;
    width: 50px;
    font-size: 14px;
    margin-top: 20px;
}

#small_calendar .legend_date {
   
    width: 21px;
}
#small_calendar .day_clear {
    width: 21px;
}
#small_calendar .day_full {
    width: 21px;
}
#small_calendar .day_partial {
     width: 21px;
}

#large_calendar .legend_month {
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: none;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: left;
    width: 50px;
    font-size: 14px;
    margin-top: 20px;
}

#large_calendar .legend_date {
   
    width: 21px;
}
#large_calendar .day_clear {
    width: 21px;
}
#large_calendar .day_full {
    width: 21px;
}
#large_calendar .day_partial {
   width: 21px;
}


  .main_content {
    top: 15px;
    margin-top: none;
  }
  
  .availability_search {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #298427;
  }
  .region_list {
    margin-top: -20px;
    box-shadow: none;
    text-shadow: none;
  }
  .minimap {
    width: auto;
    margin-top: 0px;
  }
  .video {
    font-weight: 700;
    text-shadow: none;
  }
  .featured_entry {
    display: block;
    margin: 53px auto 12px;
    padding-top: 0px;
  }
  .featured_entry.featured_entry {
    font-weight: 700;
  }
  .footer {
    display: block;
    width: 100%;
    min-width: 0px;
  }

  .footer-ad {
    display:none;
}
  .quick_search {
    width: 99.5%;
    height: auto;
    margin-top: 0px;
    padding-top: 1px;
  }
  .sign_up_form {
    height: auto;
  }
  .takemeto {
    height: 100%;
  }
  .label {
    text-shadow: none;
  }
  .label.nights {
    width: 100%;
    text-shadow: none;
  }
  .btn.sign_btn {
    font-size: 21px;
  }
  .btn.quick_btn {
    font-size: 21px;
  }
  .header {
    box-shadow: none;
  }
  .social_btns {
    position: static;
  }
  .nav_btn {
    max-width: 62px;
    margin-top: 0px;
    margin-bottom: -8px;
    float: left;
  }
  .nav_menu {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 11;
    display: block;
    width: 36%;
    min-width: 0px;
    float: left;
    background-color: #FEC300;
  }

  .navbar {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
  }
  

  .top_nav {
    margin-right: auto;
    float: none;
    font-size: 14px;
    text-align: left;
  }
  .dropdown.date {
    display: inline-block;
    width: 64%;
    margin-left: 36px;
    float: none;
  }
  .dropdown.nights {
    display: block;
    width: 64%;
    margin-left: 37px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .b1 {
    position: static;
    display: block;
    margin-top: 0px;
    padding-top: 12px;
  }
  .first {
    box-shadow: none;
    font-size: 15px;
    line-height: 20px;
  }
  .form_block {
    height: 100%;
    margin-top: 18px;
  }
  .sign_up_heading {
    left: 0%;
    width: 100%;
    height: 88px;
    padding-top: 4px;
    padding-bottom: 0px;
    font-size: 21px;
    line-height: 25px;
  }
  .featured {
    width: 100%;
    height: 43px;
    margin-bottom: 9px;
    margin-left: auto;
    padding-top: 2px;
    font-size: 21px;
    line-height: 17px;
  }
  .quick_label {
    margin-left: auto;
    font-size: 21px;
  }
  .region_map {
    box-shadow: none;
    font-size: 21px;
  }
  .element_label {
    position: static;
    width: 100%;
    height: 13.4%;
    font-size: 21px;
    font-weight: 700;
  }
  .element_label.video_label {
    height: 10.4%;
    padding-top: 8px;
    padding-bottom: 9px;
    line-height: 22px;
  }
  .element_label.offers_label {
    width: 100%;
    height: 50px;
    margin-left: auto;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 8px;
    font-size: 21px;
    line-height: 21px;
  }
  .entry_listing {
    padding-left: 0px;
    text-shadow: none;
  }
  .advanced_search_wrapper {
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 25%;
    background-color: #298427;
    font-size: 6px;
  }
  .advanced_search_wrapper.adv_tick_wrapper {
    height: auto;
    background-color: #298427;
  }
  .entry_btns {
    text-shadow: none;
  }
  .featured_heading {
    width: 99%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-shadow: none;
  }
  .pet_icon {
    left: -355px;
    top: 99px;
    right: 31px;
    display: block;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    float: right;
    text-shadow: none;
  }
  .menu_button {
    position: static;
    float: none;
    text-shadow: none;
  }
  .entry_special_offers {
    text-shadow: none;
  }
  .property-name {
    margin-top: 0px;
    float: none;
  }
  .offers-tag {
    top: -79px;
  }
  .advertise-heading {
    line-height: 29px;
  }
  .prices {
    color: #66803b;
    font-weight: 700;
  }
  .tab-heading {
    padding-right: 18px;
    padding-left: 18px;
  }
  .tab-heading.advertise-info {
    margin-bottom: 54px;
  }
  .tab-info {
    margin-top: 67px;
  }

  .tab-info.webdesign-info {
  margin-top: 100px;
}

.tab-info.hosting-info {
  margin-top: 100px;
}
  .webdesign-heading {
    color: #66803b;
    font-weight: 900;
    text-shadow: none;
  }
  .advertise-vid-div {
    text-shadow: none;
  }
  .advert-price {
    width: 45%;
    float: none;
  }
  .price {
    position: static;
    display: inline-block;
    width: 30.2%;
    margin-top: 54px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    color: #298427;
    font-style: italic;
    font-weight: 900;
  }
  .price.weblink {
    display: inline-block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .price.enhanced {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .price.secodn-page {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .price.video-upload {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .price.video-production {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .price.book-calendar {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .price.channel-manager {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .price.auto-phone {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .website-price {
    position: static;
    display: inline-block;
    width: 55%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 21px;
    float: left;
    color: #66803b;
    font-style: italic;
    font-weight: 900;
    text-align: left;
  }
  .web-examples-heading {
    margin-bottom: 38px;
  }
  .contact-numbers {
    margin-top: 0;
  }
  .search-tag {
    font-size: 21px;
    line-height: 22px;
  }
  .contact-h2 {
    text-shadow: none;
  }
  .topnav {
    text-shadow: none;
  }

  .form-label {
 
  margin-left: auto;
  
}

 .form-label.stage-3 {
    font-family: Lato, sans-serif;
    text-align: right;
  }
  .text-field {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .details {
    padding-right: 10px;
  }
  .details-form {
    display: block;
  }
  .form-rows {
    display: block;
  }
  .form-rows.stage-3 {
    width: 70%;
  }
  .form-col1 {
    position: relative;
    display: block;
  }
  .shortselect {
    margin-top: 11px;
  }
  .form-column-stg3.col-1 {
    position: relative;
  }
  .textarea_huge {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .admin-nav {
    display: block;
    width: 94.2%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0%;
  }
  .admin-link {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }
  .nav-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .dash-nav-menu {
    width: 100%;
  }
  .menu-icon {
    text-align: center;
  }
  .options-button {
    color: #66803b;
  }
   .file-upload {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .enhance-buttons {
    width: auto;
    text-align: center;
  }

    .dash-gallery-image {
    left: 5px;
    width: 20%;
    margin-left: 15px;
  }

   .checkbox.signup {
    position: relative;
    right: 8px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .choose-file-btn {
    position: relative;
    left: -1px;
  }
  .choose-file-btn.go {
    display: block;
    width: 58px;
    margin-right: auto;
    margin-left: auto;
  }

  .no-file {
    display: block;
    width: auto;
  }

   .master-book-header {
    display: block;
    text-align: center;
  }
  .master-book-header.clear {
    display: none;
  }
  .arr-date {
    text-align: center;
  }
  .dep-date {
    text-align: center;
  }
  .room {
    text-align: center;
  }
  .cancel-booking {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    text-align: center;
  }
  .booking-entry {
    border: 1px none #575555;
  }
  .master-header {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    box-shadow: none;
  }
  h1 {
    display: inline-block;
  }
  h2 {
    width: 100%;
    margin-left: auto;
    text-shadow: none;
  }
  h3 {
    margin-top: 0px;
    margin-bottom: 22px;
  }
  h4 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-shadow: none;
  }
  h5 {
    position: relative;
    top: 40px;
    width: 118px;
  }

  #ent-col1{
    display:none;
  }

  #search-row{
    display: none;
  }


 #search-col1{
  display:none;
 }

#index-col1{
  display: none;
}

  .search-row-1{
  display:none;

  
}
.search-row-2{

  display:block;
}

.search-col3{

  display:block !important;
}

  .search-col1{
  
  display: none;
}

.search-col4{
  
  display: none !important;
}

  .home-polaroids{

  display: none;

}

.areapolaroids{

  display: none;

}

.gallery-polaroid { 

   transition: none; 
 }
.gallery-polaroid:hover { 
  
  transform: none;
  z-index: 0;

  
   }

.polaroid { 

   transition: none; 
 }
.polaroid:hover { 
  
  transform: none;
  z-index: 0;

  
   }


  .video-mask{
  margin-left:auto;
  margin-right:auto;
  display: block;
  width: 400px;
}
.acc-col {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-shadow: none;
}
 .accolade-row {
    display: block;
  }
.sign_up_form {
    height: auto;
    display: none;
  }


.button.adpage-book {
  width: 170px;
  height: 40px;
  color: white;
  font-size: 22px;
  line-height: 31px;
  text-shadow: none;
  margin-left: 0px;
}

  .small-calendar {
  display: block;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-left: 10%
}

.small-calendar iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big-calendar{display: none;}

  .button {
    margin-left: 11px;
  }

  .unknown {
    margin-left: 11px;
  }

  .availability {

     margin-left: 11px;
  }

  .navbar {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
  }
  

  .top_nav {
    margin-right: auto;
    float: none;
    font-size: 14px;
    text-align: left;
  }
  .availability_search {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .region_list {
    margin-top: -1px;
    float: none;
    box-shadow: none;
    text-shadow: none;
  }
  .region_search {
    height: 27.6%;
    margin-top: 0px;
  }
  .minimap {
    position: static;
    left: 13px;
    width: 202px;
    margin-left: 155px;
    float: none;
  }
  .special_offers.adv_offers {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .video {
    font-size: 20px;
    text-shadow: none;
    display: none
  }
  .featured_entry {
    margin-top: 15px;
    margin-bottom: 1px;
    padding-bottom: 40px;
    display: none;
  }
  .featured_entry.featured_entry {
    position: static;
    top: 242px;
    height: auto;
    margin-top: 24px;
    padding-bottom: 20px;
    display: none;
  }
  .footer {
    position: static;
  }
  .quick_search {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 7px;
  }
  .feature_image {
    margin-top: 0px;
    font-size: 19px;
  }
  .featured_stars {
    margin-top: 7px;
    padding-top: 51px;
  }
  .label {
    display: block;
    text-shadow: none;
  }
  .label.nights {
    width: 100%;
    margin-top: 47px;
    text-shadow: none;
  }
  .btn.quick_btn {
    width: 55.5%;
    margin-top: 22px;
    margin-bottom: 0%;
    font-size: 21px;
  }
  .header {
    box-shadow: none;
  }
  .social_btns {
    position: static;
  }
  .twitter_button {
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8;
    float: right;
  }
  .nav_btn {
    max-width: 62px;
    margin-top: -17px;
    margin-bottom: -8px;
    float: left;
  }
  .nav_menu {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 11;
    display: block;
    width: 36%;
    min-width: 0px;
    float: left;
    background-color: #FEC300;
  }
  .dropdown.date {
    width: 22%;
    margin-top: 10px;
    margin-left: 43px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }
  .dropdown.nights {
    width: 22%;
    margin-top: 14px;
    margin-left: 209px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown.sleeps {
    width: 21%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main_slider {
    display: none;
  }
  .home_accom_text {
    margin-top: 0px;
  }
  .column_1 {
    display: block;
  }
  .column_2 {
    display: block;
    margin-top: 0;
  }
  .b1.adv_b1 {
    height: 38px;
    font-size: 30px;
  }
  .first {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: none;
    text-shadow: none;
  }
  .first.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    box-shadow: none;
    text-shadow: none;
  }
  .form_block {
    display: block;
    height: 183px;
    margin-top: 32px;
    margin-bottom: 34px;
    display: none;
  }
  .sign_up_heading {
    width: auto;
    height: 55px;
    font-size: 23px;
    line-height: 22px;
  }
  .featured {
    position: static;
    left: 3px;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    height: 32px;
    margin-left: auto;
    padding-top: 5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    direction: ltr;
    font-size: 21px;
    text-align: center;
    text-shadow: none;
  }
  .quick_label {
    margin-top: 0px;
    margin-bottom: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 21px;
  }
  .region_map {
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 21px;
  }
  .element_label {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 21px;
  }
  .element_label.video_label {
    height: 44px;
    padding-top: 8px;
    font-size: 23px;
  }
  .element_label.offers_label {
    width: 100%;
    height: 38px;
    margin-top: 10%;
    margin-left: 0px;
    padding-top: 8px;
    font-size: 21px;
  }
  .entry_listing.adv-listing {
    margin-top: 20px;
    text-shadow: none;
  }
  .advanced_search_wrapper {
    height: auto;
    margin-bottom: 20px;
    margin-left: -6px;
    padding-bottom: 5%;
  }
  .advanced_search_wrapper.adv_tick_wrapper {
    display: block;
    margin-bottom: 34px;
    margin-left: -6px;
  }
  .entry_btns {
    text-shadow: none;
  }
  .adv_row {
    left: 9px;
  }
  .featured_heading {
    width: 65.2%;
    margin-top: -28px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-shadow: none;
    padding-bottom: 30px;
  }
  .pet_icon {
    left: -12px;
    top: -47px;
    text-shadow: none;
  }
  .entry_details {
    text-shadow: none;
  }
  .menu_button.w--open {
    background-color: white;
  }
  .menu_icon {
    display: block;
    background-color: transparent;
  }
  .property-name {
    margin-top: 5px;
  }
  .offers-tag {
    top: -87px;
  }
  .advertise-heading {
    margin-top: 76px;
  }
  .tabs-menu {
    position: static;
    width: 95%;
    margin-left: auto;
    float: none;
  }
  .tabs-content {
    position: static;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .webdesign-heading {
    margin-top: 81px;
    text-shadow: none;
  }
  .advertise-vid-div {
    text-shadow: none;
  }
  .col1 {
    padding-left: 0px;
  }
  .advert-price {
    margin-left: 41px;
  }
  .price {
    display: block;
    text-align: center;
  }
  .website-price {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .web-examples-heading {
    margin-top: 18px;
  }
  .web-example-image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }
  .link-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .film-player {
    margin-left: 0px;
    text-shadow: none;
  }
  .contact-numbers {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-number {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 149px;
    text-align: left;
  }
  .wto-contact-number {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 149px;
    text-align: left;
  }
  /*.clk-view {
    margin-bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-shadow: none;
    display: none;
    
  }*/
  .search-tag {
    margin-bottom: 13px;
    padding-top: 0px;
    font-size: 21px;
    line-height: 33px;
  }
  .topnav {
    text-shadow: none;
  }

  .acolade-image {
    display: block;
    width: 70%;
    margin-left: 0px;
    padding-right: 0px;
    float: none;
    text-shadow: none;
  }

   .sign_up_legend {
    position: relative;
  }

   .form-label {
    display: block;
    width: auto;
  }


  .form-label.stage-3 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .form-label.label-stage-4 {
    text-align: center;
  }
  .text-field {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .details {
    padding-right: 10px;
    font-family: Lato, sans-serif;
  }
.details.calendar-update {
    margin-left: 15px;
    margin-right: 15px;
}

.details.calendars {
    margin-left: 15px;
    margin-right: 15px;
}

  
  .shortselect {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
  }
  .longselect {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .textarea_address {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .form-label {
  
  text-align: center;
}

.shortinput-form{
  width: 100%;



}

.longselect{
  width: 100%
}

.textarea_address {
    width: 100%;
    }

     .admin-nav {
    font-family: Lato, sans-serif;
    color: #66803b;
  }
   .admin-link {
    display: block;
    width: 119px;
    margin-left: -14px;
    font-size: 13px;
    text-align: center;
  }
  .nav-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-icon {
    color: #66803b;
  }
  .menu-icon:hover {
    color: #103b0b;
  }
  .property-title {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
  .dashboard-options {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .dashboard-stats {
    margin-top: 20px;
    margin-bottom: 1px;
    text-align: center;
  }
  .options-button {
    position: static;
    display: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
    color: #557d20;
  }
  .options-button:hover {
    color: #103b0b;
  }
  .menu-text {
    margin-bottom: 10px;
    color: #66803b;
    text-align: center;
  }
  .menu-text:hover {
    color: #103b0b;
  }
  .dash-options {
    text-align: center;
  }
  .nopic {
    width: auto;
  }
  .choose-file-btn {
    position: static;
    display: block;
    text-align: left;
  }
  .choose-file-btn.go {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
   .file-upload {
    position: static;
    display: block;
    width: auto;
  }
  .options-heading {
    height: auto;
    margin-bottom: 0px;
  }
    .dash-gallery-image {
    position: relative;
    left: 6px;
    display: inline-block;
    width: 22%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .form-checkbox {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

   .no-file {
    display: block;
    width: 178px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

   .options-heading {
    height: auto;
    margin-bottom: 0px;
  }
  .dash-gallery-image {
    position: relative;
    left: 6px;
    display: inline-block;
    width: 22%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .master-book-header {
    font-size: 14px;
  }
  .master-book-header.clear {
    display: none;
  }
  .arr-date {
    font-size: 14px;
  }
  .dep-date {
    font-size: 14px;
  }
  .room {
    font-size: 14px;
  }

  .dragon-with-pc{

    display: none;
  }

   .so-offer {
    height: auto;
    min-height: 61px;
  }

   
}
@media (max-width: 479px) {
  body {
    box-shadow: none;
  }
  h1 {
    display: none;
  }
  h2 {
    float: left;
    text-shadow: none;
  }
  h3 {
    position: static;
    top: 185px;
    margin-top: 0;
    margin-bottom: 35px;
    padding-bottom: 0px;
  }
  h4 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .soecial-offers-heading {
    margin-bottom: 70px;
  }


  .video-mask{
  margin-left:auto;
  margin-right:auto;
  display: block;
  width: auto;
}

  .bookroomdiv {
    float: none;
    margin-left: 0px;
    
}

.areapolaroids{

  display: none;
}

   .contact-us {
    font-size: 16px;
  }

  .wto-telephone-image {
    display: none;
  }

  .wto-telephone-number {
    margin-left: -40px;
    font-size: 14px;
    text-shadow: none;
  }

  .small-calendar {
  margin-left: 1px !important;
}
  .button {
    display: block;
    
    margin-right: 7px;
    margin-left: auto;
  }

  .unknown {
    display: block;
    
    margin-right: 7px;
    margin-left: auto;
  }

  .availability {
    display: block;
    
    margin-right: 7px;
    margin-left: auto;
  }

  .main_content {
    position: static;
    width: 99.9%;
    margin-top: 16px;
  }
  .navbar {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .availability_search {
    position: static;
    display: block;
    width: auto;
    height: 100%;
    margin-right: auto;
    margin-bottom: 27px;
    margin-left: auto;
  }
  .region_list {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .minimap {
    position: static;
    margin-left: auto;
    float: none;
  }
  .special_offers.adv_offers {
    display: none;
    margin-top: 20px;
  }
  .video {
    display: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-shadow: none;
  }
  .subcat_links{
    display: none;

  }
  .featured_entry {
    display: inline-block;
    height: 399px;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .featured_entry.featured_entry {
    display: block;
    margin-top: 0px;
    display: none;
  }
  .quick_search {
    height: 4.6%;
    padding-top: 0px;
    display: none;
  }
  .label {
    text-shadow: none;
  }
  .label.nights {
    width: 100%;
    text-shadow: none;
  }
  .tb.sign_tb {
    top: -50px;
    margin-top: -4px;
    margin-bottom: 21px;
    padding-top: 5px;
  }
  .tb.tb_quick {
    margin-top: -27px;
  }
  .btn.sign_btn {
    top: -51px;
  }
  .btn.quick_btn {
    width: 184px;
    height: 40px;
  }
  .header {
    background-image: -webkit-linear-gradient(left, #298427, transparent 45%);
    background-image: linear-gradient(to right, #298427, transparent 45%);
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    box-shadow: none;
  }
  .social_btns {
    position: static;
  }
  .nav_menu {
    float: none;
  }
  .dropdown.date {
    width: 42%;
    margin-left: 74px;
    padding-right: 0px;
    padding-left: 1px;
  }
  .dropdown.nights {
    width: 42%;
    margin-left: 74px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
    text-shadow: none;
  }
  .main_slider {
    display: none;
  }
  .home_pg {
    margin-top: 219px;
  }
  .dragon_image {
    display: block;
    margin-right: 31px;
    margin-left: -2px;
  }
  .home_acc_info.acc_info_left.home_hotel_info {
    display: none;
  }
  .home_acc_info.acc_info_left.home_budget_info {
    display: none;
  }
  .home_acc_info.acc_info_left.home_affordable_info {
    display: none;
  }
  .home_acc_info.home_campsite_info {
    display: none;
  }
  .home_accom_text {
    clear: none;
  }
  .home_acc_info_left.home_cottage_info {
    display: none;
  }
  .home_acc_info_left.home_caravan_info {
    display: none;
  }
  .home_acc_info_left.home_touring_info {
    display: none;
  }
  .column_2 {
    display: block;
    margin-top: 0;
  }
  .first {
    box-shadow: none;
    font-size: 18px;
    text-shadow: none;
  }
  .first.w--current {
    box-shadow: none;
  }
  .form_block {
    height: 100%;
    margin-top: -40px;
    margin-bottom: 0px;
    padding-top: 6px;
  }
  .sign_up_heading {
    height: 56px;
  }
  .featured {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    line-height: 29px;
    font-weight: 700;
    text-shadow: none;
  }
  .quick_label {
    height: 37px;
    margin-top: 45px;
    margin-bottom: 29px;
    margin-left: auto;
    padding-top: 6px;
    font-size: 21px;
  }
  .region_map {
    height: 100%;
    margin-top: 22px;
    margin-bottom: 0px;
    box-shadow: none;
  }
  .element_label {
    height: 39px;
    font-size: 21px;
  }
  .element_label.video_label {
    height: 21.9%;
    margin-left: auto;
    padding-bottom: 8px;
  }
  .element_label.offers_label {
    display: block;
    width: 100%;
    height: 23.3%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 22px;
  }
  .entry_listing {
    width: 100%;
    margin-right: auto;
    margin-left: -5px;
  }
  .entry_listing.adv-listing {
    display: block;
    margin-top: 45px;
    margin-right: auto;
    margin-left: 5px;
    text-shadow: none;
  }
  .entry_image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .entry_title {
    width: 103.3%;
    margin-left: -9px;
    padding-top: 30px;
    text-align: center;
  }
  .advanced_search_wrapper {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: -7px;
  }
  .advanced_search_wrapper.adv_tick_wrapper {
    margin-left: -7px;
  }
  .offer_title {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .entry_btns {
    text-shadow: none;
  }
  .offer_details {
    width: 100%;
    margin-left: -5px;
    text-align: center;

  }
  .adv_row {
    left: 2px;
  }
  .checkbox_label {
    width: 97.6%;
    font-size: 12px;
  }
  .featured_heading {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-shadow: none;
  }
  .pet_icon {
    left: -12px;
    top: -194px;
    bottom: 19px;
    padding-top: 0px;
    text-shadow: none;
  }
  .entry_details {
    
    margin-bottom: 56px;
    text-shadow: none;
  }
  .entry_special_offers {
    text-shadow: none;
  }
  .property-name {
    margin-top: 13px;
    margin-left: auto;
    padding-left: 0px;
  }
  .webdesign-tabs {
    margin-right: 14px;
    margin-left: 14px;
  }
  .tabs-menu {
    position: static;
    width: 100%;
    float: none;
  }
  .tabs-content {
    position: static;
    width: 100%;
    float: none;
  }
  .tab-heading {
    margin-top: 14px;
  }
  .tab-heading.advertise-info {
    margin-bottom: 88px;
  }
  .tab-info {
    margin-top: 186px;
    margin-right: 10px;
  }

  .tab-info.webdesign-info {
  margin-top: 200px;
}

.tab-info.hosting-info {
  margin-top: 200px;
}
  .webdesign-heading {
    text-shadow: none;
  }
  .advertise-vid-div {
    text-shadow: none;
  }
  .sign-up-offer-div {
    margin-left: 24px;
  }
  /*.special-offer-image {
    margin-left: 18px;
  }*/
  .advert-price {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .price {
    display: block;
    height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .price.weblink {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .price.enhanced {
    display: block;
    margin-left: auto;
  }
  .price.secodn-page {
    display: block;
    margin-left: auto;
  }
  .price.video-upload {
    display: block;
    margin-right: auto;
    
  }
  .price.video-production {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
  }
  .price.book-calendar {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
  }
  .price.channel-manager {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
  }
  .price.auto-phone {
    display: block;
    margin-left: auto;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
  }
  .website-price {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .web-examples-heading {
    margin-top: 23px;
    margin-bottom: 64px;
  }
  .film-player {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-shadow: none;
  }
  .contact-number {
    padding-left: 43px;
  }
   .wto-contact-number {
    padding-left: 43px;
  }
  /*.clk-view {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-shadow: none;
    display: none;
  }*/
  .search-tag {
    margin-bottom: 11px;
    padding-top: 5px;
    line-height: 28px;
  }


#location_map {
    background-color: #cccccc;
    border: 4px solid #cccccc;
    height: 233px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
}
#location_map p {
    margin: 0;
    padding: 0;
    text-align: center;
}
#location_map p {
    color: #004200;
    font-size: 0.6em;
}
#location_map p a {
    color: #004200;
}

.a {
    background-color: transparent;
    color: white;

}

.acolade-image {
    display: inline-block;
    margin-left: 10px;
    text-shadow: none;
  }
.column_1 {
    
    margin-top: 30px;
}

.sign_up_legend.terms_heading {
    position: relative;
    left: 10px;
    top: 35px;
    display: inline-block;
    margin-top: 10px;
  }

.instructions {
    
    margin-left: 0;
    margin-right: 0px;
    margin-top: 20px;
    text-align: left;
    width: 100%;
}

.sign_up_btn {
   
    font-size: 16px;
    padding: 5px;
    
}

 .ccard {
    padding-left: 0px;
  }

  .sign-up-page-heading {
    
    margin-bottom: 70px;
  }

  .pay-button {
    
    line-height: 20px;
    padding: 15px;
    height: auto;
   
}

 .form-label {
  
  text-align: center !important;
}

.shortinput-form {
   
    width: 100% !important;
}

.textarea_address {
    width: 100% !important;
    }
/*.form-label {
    display: block;
  }*/
  .form-label.stage-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .text-field {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .details {
    padding-right: 10px;
  }
  .details-form {
    display: block;
  }
  .form-rows.stage-3 {
    width: auto;
    padding-right: 0px;
  }
  .shortselect {
    float: none;
  }

   .admin-link {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .to-do-list {
    padding-left: 40px;
  }
  .choose-file-btn.go {
    margin-left: auto;
  }
  .menu-options {
    padding-bottom: 0px;
  }
  .options-heading {
    margin-top: 0px;
  }
  .tasks {
    margin-top: 0px;
  }

  .dash-gallery-image {
    position: static;
    width: 45%;
  }

   .checkbox.signup {
    position: static;
  }

.invoice-section {
    line-height: 35px;
  }
  .invoice-row {
    border-style: none;
  }
  .invoice-headings {
    border-top: 1px none black;
    border-right: 1px none black;
    border-left: 1px none black;
  }
  .invoice-total {
    border-right: 1px none black;
    border-bottom: 1px none black;
    border-left: 1px none black;
  }
  .so-headings {
    height: 42px;
    font-size: 11px;
    font-weight: 400;
  }
  .so-info {
    margin-right: 0px;
    margin-left: 0px;
  }
  .so-column {
    position: static;
    display: block;
    height: 42px;
  }
  .so-row {
    font-size: 12px;
  }
  .so-controls {
    margin-right: 0px;
    margin-bottom: 9px;
    margin-left: 0px;
  }
  .so-offer {
    height: auto;
    min-height: 121px;
  }
  
  

}
  

