/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
video {
	width: 90%;
	height: auto;
}
* {
  box-sizing: border-box;
}
@font-face {
	font-family: 'montserrat';
	src: url('../font/montserrat-regular.eot');
	src: url('../font/montserrat-regular.eot?#iefix') format('embedded-opentype'),
		url('../font/montserrat-regular.woff2') format('woff2'),
		url('../font/montserrat-regular.woff') format('woff'),
		url('../font/montserrat-regular.ttf') format('truetype'),
		url('../font/montserrat-regular.svg#montserratregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_alt';
    src: url('../font/proxima_nova_alt_regular.eot');
    src: url('../font/proxima_nova_alt_regular.eot?#iefix') format('embedded-opentype'),
         url('../font/proxima_nova_alt_regular.woff2') format('woff2'),
         url('../font/proxima_nova_alt_regular.woff') format('woff'),
         url('../font/proxima_nova_alt_regular.ttf') format('truetype'),
         url('../font/proxima_nova_alt_regular.svg#proxima_nova_altregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: "montserrat", sans-serif;
	font-size: 100%;
	word-wrap: break-word;
	color:#595959;
	background: #fff;
}
h1, h2, h3 {
	font-family: "proxima_nova_alt", sans-serif;
	color: #b4a118;
	margin: 2%;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 188%
}
h3 {
	font-size: 175%;
}
p {
	padding: 2%;
	line-height: 1.5;
}
.breakit {
	display: inline;
}
.container {
	width: 100%;
}
.inner-container {
	width: 80%;
	margin: 0 auto;
}
/** Links */
a:link {
	color: #b4a118;
	text-decoration: none;
}
a:visited  {
	color: #b4a118;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.header-info-right a:link {
	color: #fff;
	text-decoration: none;
}
.header-info-right a:visited {
	color: #fff;
	text-decoration: none;
}
.header-info-right a:hover {
	color: #b4a118;
	text-decoration: underline;
}
.bottom-details a:link {
	color: #fff;
	text-decoration: none;
}
.bottom-details a:visited {
	color: #fff;
	text-decoration: none;
}
.bottom-details a:hover {
	color: #b4a118;
	text-decoration: underline;
}
.footer-text a:link {
	color: #fff;
	text-decoration: none;
}
.footer-text a:visited {
	color: #fff;
	text-decoration: none;
}
.footer-text a:hover {
	color: #b4a118;
	text-decoration: underline;
}
/* navigation section */
.logo {
	margin: 0;
}

.main-nav {
	margin-top: 5px;
    list-style: none;
}
.logo a,
.main-nav a {
	padding: 10px 15px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000;
}

.main-nav a {
	color: #000;
}

.main-nav a:hover {
	color: #b4a118;
}
.nav-bar {
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: 2px solid #b4a118;
	background-color: #fff;
}
/* end of navigation */
.main-logo {
	margin-top: 10%;
	margin-left: 20%;
}
.header-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  background-color: #000;
}
.header-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
	max-width: 115px;
}
.header-double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.header-info-left {
	text-align: left;
	color: #b4a118;
	display: inline;
}
.header-info-right {
	text-align: right;
	color: #b4a118;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
	margin: 0 1%;
}
.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.centerit {
	text-align: center;
}
.nostrech {
	align-self: center;
}
.spacer {
	margin: 2% 0;
}
ul.bottom-details {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bottom-details li {
	margin-left: 8%;
	line-height: 2;
}
.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.svg-inline--fa {
	margin-left: 2%;
}
footer {
	background: #000;
	color: #b4a118;
	padding-top: 2%;
}
.footer-text {
	text-align: center;
	padding: 0.5% 0 0 0;
}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: flex;
}
.wrap    { 
  flex-wrap: wrap;
}
/* orginal Keith didn't like
.flex-item {
	padding: 2%;
	width: 25%;
	text-align: center;
    border: 1px solid #b4a118;
    font-style: italic;
}
*/
.flex-item {
	padding: 2%;
	width: 21%;
	text-align: center;
	font-style: italic;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	margin: 2% 1%;
	border-radius: 10px;
}
.tools-background {
	background-image: url("../images/fifth-wheel-coupling-campervans-caravan-trailer.jpg");
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; 
	padding-top: 2%;
	padding-bottom: 2%;
}
/* form styles */
.label {
  margin: 2px 0;
}
.field {
  margin: 0 0 20px 0;
}
div#central {
  margin: 40px 0px 100px 0px;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .content {
    width: 750px;
  }
}
@media all and (max-width: 767px) {
   .content {
    width: auto;
  }
  div#central {
    margin: 40px 20px 100px 20px;
  }
}
input, textarea {
  width: 100%;
  padding: 15px;
  font-size: 1em;
  border: 1px solid #A1A1A1;
}
button {
  padding: 12px 60px;
  background: #b4a118;
  border: none;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
}
#message {
  padding: 0px 40px 0px 0px;
}
#mail-status {
  padding: 12px 20px;
  width: 100%;
  display: none;
  font-size: 1em;
  color: rgb(40, 40, 40);
}
.error {
  background-color: #F7902D;
  margin-bottom: 40px;
}
.success {
  background-color: #48e0a4;
}
.g-recaptcha {
  margin: 0 0 25px 0;
}