.menu {
  margin-top:1px;
  float:left;
  width:100%;
  background-color: #404040;
  color:#FFFFFF;
}
.menuitem {
  padding:8px;
  margin-top:7px;
  border-bottom:1px solid #f1f1f1;
  width:100%;
  text-decoration: none;
}

.backtotop{
  margin-top:1px;
  padding:8px;
  float:left;
  width:100%;
  background-color: #404040;
  color:#FFFFFF;
}
ul {
    list-style-type: none;
    margin: 8px;
    padding: 0;
    overflow: hidden;
    background-color: #404040;
}

li {
    float: none;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #111;
}

.active {
    background-color: #FFFFFF;
	color: #0066FF;
	padding: 6;
	text-align: center;
}
.link {
    border: none;
    color: #0066FF;
    padding: 5px 30px;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button {
    background-color: #539F1F; /* Green */
    border: none;
    color: white;
    padding: 5px 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button:hover {
    background-color: #3e8e41;
    color: black;
}
.xmas {
  background-color:#FFFFFF;
  background-image:url(../Images/lights.gif);
  background-repeat:repeat-x;
  float:left;
  width:100%;
  height:24px;
  overflow: hidden;
}
.header {
  background-color:#D91D1C;
  color:#FFFFFF;
  float:left;
  width:100%;
  padding:0px 8px;
  overflow: hidden;
  text-shadow: 4px 4px 4px #3B3737;
}
.footer {
  background-color:#D91D1C;
  color:#FFFFFF;
  float:left;
  width:100%;
  padding:0 20px;
  overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
  text-shadow: 4px 4px 4px #3B3737;
  text-align:center;
  padding:10px;
  margin-top:7px;
  font-size:12px;
}
.main {
  margin-top:15px;
  float:left;
  width:48%;
  padding:0 8px;
  overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}
.right {
  background-color:#FFFFFF; /*Yellow change to #FFE658*/
  float:left;
  width:26%;
  padding:0px 15px;
  margin-top:15px;
  overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}
.left {
  background-color:#FFFFFF; /*Yellow change to #FFE658*/
  float:left;
  width:26%;
  padding:0px 15px;
  margin-top:0px;
  overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}
.mainimage{
	top: 0px;
	width: 100%;
	min-width: 240px;
	height: auto; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	/*background-image:url(../images/motorway-traffic.jpg);*/
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-size: 100%;
}
.card {
  width: 100%;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align:center;
}
.ptphoto {
  width: 100%;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align:center;
}
.cardheader {
  background-color:#539F1F;
  color:#FFE658;
  padding:10px;
}
.cardcontainer {
  padding:10px;
  background-color:#FFFFFF;
}
.CoatofArms {
  padding:10px;
  background-color:#FFFFFF;
}
.testimonial-header {
  float:left;
  width: 100%;
  color:#FFFFFF;
  background-color:#539F1F;
  padding:10px 15px;
  margin-top:7px;
  overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
  text-align:center;
}
.testimonialcontainer {
  float:left;
  width: 100%;
  background-color:#FFFFFF;
  padding:10px 15px;
  margin-top:7px;
  overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}
.testimonial {
  display: inline-block;
  padding:10px 10px;
  overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
  width:31.5%;
  margin:5px;
  background-color:#FFFFFF;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card2 {
  width:100%;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align:center;
}
    .Table
    {
        display: table;
		width:100%;
		border: solid;
		border-width: thin;
    }
    .Title
    {
        display: table-caption;
        text-align: left;
    }
    .Heading
    {
        display: table-row;
        text-align: left;
    }
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }
.dropbtn {
    background-color: #404040;
    color: white;
    padding: 0px;
    border: none;
    cursor: pointer;
	margin-right: 3px;
	margin-top:3px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    position: relative;
    display: inline-block;
	float: right;
	background-color: #404040;
    color:#FFFFFF;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0;
	margin-top:6px;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.alignleft {
	float: left;
	margin-top:0px;
	margin-bottom:0px;

}
.alignright {
	float: right;
	margin-top:0px;
	margin-bottom:0px;	

}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

.mySlidesTest{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.lights{
  background-image: url(../Images/lights.gif);
  color:#FFFFFF;
  float:left;
  width:100%;
  height:25px;
   }
.RMText {
    color: #DF2E22;
}