/* For mobile phones: */

html {
  margin: 0px;
  height: 100%;
  padding: 0px;
  font-family: Arial;
  font-family: Roboto;
  font-size: 1em;
  color:#333333;
  line-height: 1.7em;
  background-color: #ffffff;
  /*background-color: #F9FCF6;*/
  /*background-color: #edffe7;*/
  /*background: url("../images/arts.jpg");
  /*border: 100px solid #D9D3D3;*/
  /*background-color: #edffe7;*/
  /*background-color: #f9f5ef;
  background-color: #f2f7f7;
  background-color: #d7eefe;
  background-color: ##DFF2FE;*/
  /*background: linear-gradient(to bottom, #f2f7f7 0%, #99ccff 50% #f2f7f7 100%);*/

}

/* test */
* {
    box-sizing: border-box;
	  padding: 0;
	  margin: 0;/*
	  text-decoration: none;
	  list-style: none;	*/
}
/* test */

/*in use*/
.row {
     margin: 0px;
     padding: 0px;
     width: 100%;
     /*border: 1px solid #b8b8b8;*/
}

#ratebook-cover {
    height: 100%;
    width: 100%;
    background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../members/images/bookintro.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#hero {
    height: 60vh;
    width: 100%;
    background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/collections.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text h1 {
  font-weight: normal;
	font-family: Arial; font-size: 1.2em; color: #ffffff;
}

#hero2 {
    height: 120vh;
    width: 100%;
    background-image:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/collections2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#geikie {
    height: 100%;
    width: 100%;
    /*background-image:  linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/geikie-strathcarron.jpg");*/
    background-color: #222222;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#horsnaill {
    height: 100%;
    width: 100%;
    background-color: #222222;
    /*background-image:  linear-gradient(rgba(255, 255, 255, 0.7), rgba(100, 100, 100, 0.7)), url("../images/horsnaillmap.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#hero-support {
    height: 60vh;
    width: 100%;
    background-image:  linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../support/images/hero-support.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.under-line {
	text-decoration-line: underline;
}

.support-box {
	/*background-color: white;*/
	display: inline-block;
	width: 90%;
	height: 100%;
	/*height: 480px;*/
	/*border: 1px solid white;*/
	/*padding: 10px;*/
	/*margin: 10px;*/
	/*border-radius: 6px;*/
	/*padding: 10px;*/
	/*box-shadow: 4px 4px 10px #aaaaaa;*/

}

.support-inner-box {
	
	background-color: #5f7359;
	border-bottom: 1px solid #5f7359; 
	border-top: 1px solid #5f7359; 
	/*color: black;*/
	Padding: 6px;
	border-radius: 6px;
	
	text-align: center;
	font-weight: bold;
	font-family: 'Roboto'; font-size: 1em; color: #ffffff;
	font-family: 'Roboto', Arial, sans-serif;
	
}

.benefits {
	color: black;
	display: block;
	display: list-item;
	list-style-type: none;
	font-family: 'Roboto'; font-size: 1em; color: black;
	font-family: 'Roboto', Arial, sans-serif;
	padding: 2px;
	/*margin-left: 16px;*/
}

.small-print {
		font-family: 'Roboto'; font-size: 0.8em; color: #333;
	font-family: 'Roboto', Arial, sans-serif;
	padding: 10px;
	margin-left: 16px;
}

.small-print-point {
	color: black;
	display: block;
	display: list-item;
	list-style-type: square;
	font-family: 'Roboto'; font-size: 0.8em; color: black;
	font-family: 'Roboto', Arial, sans-serif;
	padding: 2px;
}

.small-print-point-format {
	color: black;
	display: block;
	display: list-item;
	list-style-type: square;
	font-family: 'Roboto'; font-size: 0.8em; color: black;
	font-family: 'Roboto', Arial, sans-serif;
	padding: 2px;
	margin-left: 20px;
}

.hero-text {
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.8em;
}

.hero-caption-text {
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.8em;
    line-height: 1.8em;
    /*height: 90vh;*/
    font-weight: normal;
}

.bgc1 {
  background-color: #D0DBCC /*cccccc*/;
	padding-bottom: 10px;
}

.blackgd {
	background-color: #111111;
	padding-top: 20px;
	padding-bottom: 20px;
    color: white;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.6em;
	
}

.rowgrey {
  background-color: #EBF4E8/* #F9F9F9*/ ;
  padding-top: 20px; /*80px*/
  padding-bottom: 20px;
}

.rowlightgrey {
  background-color: #F5FBF3 /*#E1E1E1*/;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*in use*/
.row:after {
    content: "";
    clear: both;
    display: block;
}
/*in use*/
[class*="col-"] {
    float: left;
    width: 80%;
    padding: 15px;
    /*border: 1px solid blue;*/
}

/*in use*/
.wrap {
    padding: 0px;
    margin: auto;
    display: block;
    width: 100%;
    overflow: hidden;
    /*border: 1px solid blue;*/
}

.wrapcentre {
  margin: auto;
  width: 80%;
  /*border: 3px solid green;*/
  padding: 10px;
}

.under {
  text-decoration: underline;
  font-family: 'Roboto'; font-size: 1.2em; color: #718969;
	font-family: 'Roboto', Arial, sans-serif;
}



.timeline h2 {
   text-align: center;
   color: #777;
   font-family: 'Roboto'; font-size: 1.4em; color: #718969;
	font-family: 'Roboto', Arial, sans-serif;
   font-weight: bold;
}

.timeline h2 span {
   font-weight: 300;
}

.timeline a span {
  /*border: 1px solid blue;*/
  padding: 10px 0px 0px 0px;
  display: flex;
  justify-content: center;
  text-align: center;
}



.container-timeline {
   width: 80%;
   padding: 50px 0;
   margin: 50px auto;
   position: relative;
   overflow: hidden;
}

.container-timeline:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #718969;
   z-index: 1;
}

.timeline-block-timeline {
   width: -webkit-calc(50% + 10px);
   width: -moz-calc(50% + 10px);
   width: calc(50% + 10px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right-timeline {
   float: right;
}

.timeline-block-left-timeline {
   float: left;
   direction: ltr;
}

.marker-timeline {
   /*width: 18px;
   height: 18px;
   border-radius: 50%;
   border: 2px solid #F5F7FA;
   background: #718969;
   margin-top: 10px;
   z-index: 9999;*/
	
}

.timeline-content-timeline {
   width: 95%;
   padding: 0 15px;
   color: #666;
}

.timeline-content-timeline h3 {
  font-family: 'Roboto'; font-size: 1.2em; color: #718969;
	font-family: 'Roboto', Arial, sans-serif;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
}

.timeline-content-timeline span {
   font-size: 15px;
   color: #a4a4a4;
}

.timeline-content-timeline p {
   font-size: 1em;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #888;
}


@media screen and (max-width: 768px) {
   .container-timeline:before {
      left: 8px;
      width: 2px;
   }
   .timeline-block-timeline {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right-timeline {
      float: none;
   }

   .timeline-block-left-timeline {
      float: none;
      direction: ltr;
   }
		.memsemail {
	font-size: 0.8em;
}
}


.img-container-container {
  float: left;
  width: 100%;
  padding: 5px;
  /*border: 1px solid #333;*/
}

.img-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 5px;
  /*border: 1px solid black;*/
}

.img-container .imgmenu {
  position: relative;
  bottom: 60px;
  margin-bottom: -60px;
  background: rgb(63, 86, 74); /* Fallback color */
  background: rgba(100, 115, 96, 0.9);
  /*background: rgba(63, 86, 74, 0.9); /* Black background with 0.5 opacity */
  /*#647360*/
  color: #ffffff;
  width: 100%;
  line-height: 2px;
  padding: 4px 10px 4px 10px;
  border-radius: 0px 0px 10px 10px;
  /*border: 2px solid blue;*/
}


.img-container .imgmenu h2 {
	font-family: 'Roboto', Arial, sans-serif;
	font-family: 'Roboto', Arial, sans-serif;
  color: #ffffff;
}

.img-container .imgmenu p {
  margin-top: -16px;
  font-size: 0.9em;
  color: #ffffff;
}

.img-container :hover {
  opacity: 0.9;
}

.img-container-pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  padding: 5px;
  /*border: 1px solid black;*/
}

.img-container-pic img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 5px 5px 14px #888888;
}

.img-container-pic h2 {
  font-family: 'Roboto'; font-size: 1.2em; color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 10px;
}


.img-container-pic p {
  font-family: 'Roboto'; font-size: 1.2em; color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 20px;
}

.img-container img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 5px 5px 10px #888888;
}

.img-container h2 {
  font-family: 'Roboto'; font-size: 1.2em; color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 10px;
}


.img-container p {
  font-family: 'Roboto'; font-size: 1.2em; color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 20px;
}

.img-container-members {
  font-family: 'Roboto'; font-size: 0.9em; color: white;
	font-family: 'Roboto', Arial, sans-serif;
  padding: 14px 10px 10px 10px;
  top: 0px;
  margin-top: -68px;
  border-radius: 0px 0px 10px 10px;
  background-color: #647360;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.para-text {
  font-family: 'Roboto'; font-size: 1.1em; color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
  line-height: 34px;
  padding-bottom: 20px;
}

.para-text a:link {
  font-family: 'Roboto'; font-size: 1em; color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
  line-height: 34px;
  padding-bottom: 20px;
}

.small-text {
  font-size: 12px;
}


.button1 {
  border-radius: 25px;
  border: 2px solid lightblue;
  padding: 20px;
  width: 300px;
  height: 150px;
  margin-right: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  font-family: 'Roboto'; font-size: 1em; color: #333;
	font-family: 'Roboto', Arial, sans-serif;
}

.button1:hover {
  border-color: lightblue;
  box-shadow: 2px 2px 2px lightblue;
}






a:link{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

.center {
  text-align: center;
}

.letterspacing {
  letter-spacing: 20px;
}

.letterspacing2 {
  letter-spacing: 10px;
}

h1{
   font-family: 'Roboto'; font-size: 1.6em; color: #718969;
	font-family: 'Roboto', Arial, sans-serif;
   font-weight: bold;
   margin: 0px;
   margin-top: 15px;
   margin-bottom: 15px;
   padding: 10px 0px 0px 0px;
}

.whiteheading {
   font-family: 'Roboto'; font-size: 1.6em; color: #000000;
	font-family: 'Roboto', Arial, sans-serif;
   font-weight: bold;
   margin: 0px;
   margin-top: 15px;
   margin-bottom: 15px;
   padding: 10px 0px 0px 0px;
}

h2{
   font-family: 'Roboto'; font-size: 1.4em; color: #718969;
	font-family: 'Roboto', Arial, sans-serif;
   font-weight: bold;
   margin: 0px;
   margin-top: 20px;
   margin-bottom: 15px;
   padding: 10px 0px 0px 0px;
}

h3{
   font-family: 'Roboto'; font-size: 1.2em; color: #718969;
	font-family: 'Roboto', Arial, sans-serif;
   font-weight: bold;
   margin: 0px;
   padding: 10px 0px 0px 0px;
}

h4, h5, h6{
   font-family: 'Roboto'; font-size: 1em; color: #718969;
	font-family: 'Roboto', Arial, sans-serif;
   font-weight: bold;
   margin: 0px;
   padding: 10px 0px 0px 0px;
}


.bgc {
  padding: 10px;
  box-shadow: 5px 10px 500px #000000 inset;
}

.bgcs {
  background-color: #888888;
  z-index: 1;
  box-shadow: 4px 10px 300px #ffffff inset;
}


/*in use*/
.bgintro {
  /* The image used */

  background-image: url("../members/images/bookintro.jpg");
  background-color: #ffffff;

  /* Full height */
  height: 100%;
width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  left: 0px;
}



.geikieintro {
  /* The image used */

  background-image: url("../content/images/geikie.jpg");
  background-color: #ffffff;

  /* Full height */
  height: 100%;
width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  left: 0px;
}


/*in use*/
.bgintrodark {
  /*background-color: #000;*/
  background-color: #ffffff;
  /*background-image: url("../members/images/bookintro.jpg");*/

  /* Full height */
  height: 100%;
  width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
}
/*in use*/
.dark {
  position: relative;
  /*background: #888;*/
  overflow: hidden;
  height: 100%;
  opacity: 0.5;
}





/*in use*/
.txtdesign {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 6px;
 border-radius: 5px;
 opacity: 0.7;
 background-color: white;
 padding: 20px;
 color: black;
}
/*in use*/
.txtdesign h1 {
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 50px;
  font-family: 'Roboto';font-size: 2em; color: #333333;
	font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 12px;
}
/*in use*/
.txtdesign p {
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 30px;
  font-family: 'Roboto';font-size: 1.2em; color: #333333;
	font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 12px;
}

/*in use*/
.txtdesign2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 6px;
 border-radius: 5px;
 opacity: 1;
 background-color: white;
 padding: 20px;
 color: black;
}
/*in use*/
.txtdesign2 h1 {
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 50px;
  font-family: 'Roboto';font-size: 2em; color: #333333;
	font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 12px;
}
/*in use*/
.txtdesign2 p {
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 30px;
  font-family: 'Roboto';font-size: 1.2em; color: #333333;
	font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 12px;
}


.txtdesign3 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 6px;
 border-radius: 5px;
 opacity: 1;
 background-color: white;
 padding: 20px;
 color: black;
}
/*in use*/
.txtdesign3 h2 {
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 50px;
  font-family: 'Roboto';font-size: 2em; color: #333333;
	font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 12px;
}
/*in use*/
.txtdesign3 p {
  font-weight: bold;
 text-align: left;
  letter-spacing: 1.5px;
  line-height: 30px;
  font-family: 'Roboto';font-size: 1.2em; color: #333333;
	font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 20px;
	padding-bottom: 10px;
}


/* End of mobile phones: */

@media only screen and (min-width: 600px) {
	  .img-container-container {
      width: 100%;
    }
	.img-container .imgmenu h2 {
	  font-size: 0.9em;
	}
	.img-container {
	  width: 50%;
	}
	.memsemail {
	font-size: 1em;
}	
}

/*in use 1420px*/
@media only screen and (min-width: 760px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}



    .hero-text {
        text-transform: capitalize;
        text-align: center;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-family: Roboto, Arial, sans-serif;
        font-size: 1.6em;
        font-weight: normal;
        line-height: 1.8em;
    }

  .hero-text h1 {
    font-weight: normal;
    color: #ffffff;
  }

    .img-container-container {
      width: 33.33%;
    }

	.img-container .imgmenu h2 {
	  font-size: 0.9em;
}
		.img-container {
	  width: 90%;
	}

}



/*large screen area starts 1439*/
@media only screen and (min-width: 1900px) {

/*in use*/
.wrap {
    padding: 0px;
    margin: auto;
    display: block;
    width: 1880px;
    overflow: hidden;
}
	
.wrapcentre {
  margin: auto;
  width: 70%;
  /*border: 3px solid green;*/
  padding: 10px;
}

}
