/*********************
Page Styles
*********************/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html {
    background: url(https://www.bristolstreet.co.uk/custom/97940.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bristolstreet.co.uk/custom/97940.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.bristolstreet.co.uk/custom/97940.jpg', sizingMethod='scale')";
height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: verdana, sans-serif;
    font-size: 100%;
    color: white;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.twoCol {
	padding:0;
	margin:1em 0;
	list-style:none;
}
.twoCol li {
	width:50%;
	float:left;
}

.twoCol:after {
  content: "";
  display: table;
  clear: both;
}

img {border:none;}


#wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
/*
#footer {
    padding-top: 20px;
    border-top: 1px solid #CCC;
    clear: both;
}
*/

form {
	clear:both;
}
/*********************
Content
*********************/
#header {
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.logo {
    display: block;
    width: 164px;
}

h1 {
    font-size: 2.6em;
    text-align: left;
    line-height: 1.2;
/*    margin-top: 0;*/
}

h2 {
    font-size: 2.5em;
    color: #92D050;
    margin: 10px 0px;
    text-align: center;
}
h2 span {
    font-weight: normal;
}

h3 {
    font-size: 1.8em;
    text-transform: uppercase;
    margin: 10px 0 35px;
}
h4 {
    font-size: 1.5em;
    margin-top: .2em;
    margin-bottom: .6em;
}

#description {
  font-size: 0.80em;
  line-height: 1.5em;
}

.right-content {
    padding-left: 4%;
}

.right-content > p {
    text-align: center;
    font-weight: bold;
    font-size: .85em;
}

#enter {
    text-align: center;
    margin: 0 auto;
    padding: 1.7%;
    background: #218649;
    background: rgba(23, 136, 74);
    background: rgba(23, 136, 74, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2em;
}
#enter .twoCol {
    max-width: 240px;
    margin: 1em auto;
}
form {
     max-width: 240px;
    margin: 0 auto;
}
#enter .twoCol li {
    font-weight: bold;
    text-transform: uppercase;
}
.signature-box {
    max-width: 290px;
    padding-top: 15px;
}
.signature-box p {
    margin: 0;
}
.fltrt {
    float: right;
}

label {
    font-size: 13px;
    font-weight: bold;
}
form input {
    width: 100%;
    border: 1px solid #B7B7B7;
    padding: 15px;
    box-shadow: inset 0 2px 6px -5px rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 18px/100% Arial, Helvetica, sans-serif;
    padding: 1.4em 2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    text-transform: uppercase;
    font-size: .8em;
}

.button span {
    font-weight: bold;
}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}



	.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
        -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  -o-transition:  1s ease-in-out;
  transition: 1s ease-in-out;
/*
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
*/
}
.orange:hover {
	background: #f47c20;
    -webkit-transition:  1s ease-in-out;
  -moz-transition:  1s ease-in-out;
  -ms-transition:  1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition:  1s ease-in-out;
/*
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
*/
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

small {font-size:11px;}


.error-message {
    opacity: 0;
    visibility: hidden;
    background: white;
    border-radius: 5px;
    margin: 1em;
    padding: 1em 1.8em;
    color: #8f9cb5;
    text-align: center;
    position: relative;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
     margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
     width: 60%;
  height: 16.4%;
    min-width: 200px;
  max-width: 600px;
    box-shadow: 6px 2px 11px rgba(49, 49, 49, 0.49);
    overflow: hidden;
}

.error-button-close {
    background: #fc7169;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    color: white;
    padding: 16px;
    max-width: 100px;
    margin-top: 10px;
}

.error-message.is-visible {
    visibility: visible;
   opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.error-message-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    text-indent: 150px;
        line-height: 30px;
}
.error-message-close:after,
.error-message-close:before {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}
.error-message-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;

}

.error-message-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

@media only screen and (max-width: 640px) {
    #header {
        padding-top: 10px;
    }
#wrapper {
	padding-top: 0;
}
 h1 {
	font-size: 2em;

}
    h3 {
        font-size: 1.3em;
        margin: 10px 0 15px;
    }
    .twoCol li {
        float: none;
        width: 100%;
    }

    .right-content {
        padding-top: 10px;
        padding-left: 0;
    }
    .error-message {
        width: 95%;
        min-height: 160px;
    }
    .logo {
        width: 135px;
    }
    .signature-box {
        padding-top: 5px;
    }
    .signature {
        width: 191px;
    }

    #enter {
        margin-bottom: 1em;
    }

	}