/* apply a natural box layout model to all elements, but allowing components to change */
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* Stop phone number from looking rubbish in iPhones */
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
/*ensure all text is same font */
body {
    background-color: #000;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 15px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: normal;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* To allow padding within divs */
.pure-g > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto; /* For IE8 */
}
/* Apply class to images that require text-align center */
img.centre, .centrephotos img, .logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3, h4, h5 {
	margin-top: 0px;
}
.header, .footercont, .nav, .contentcontainer, #content, .pagecontent, #contentfullwidth, .boxes {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.floatleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
#content {
	line-height: 1.6em;
	overflow: hidden;
}
#content a:link, #content a:visited {
	color: #000;
}
#content a:hover {
	color: #4e1f47;
}
#headercont {
	z-index: 200;
	background-color: #fff;
}
.logo {
	margin-bottom: 20px;
    padding-right: 40px;
}
.headerimage img {
	width: 100%;
}
a {
    color: #000;
    text-decoration: underline;
}
p {
	margin-top: 0px;
}
h1 {
    padding: 0;
    margin: 0px 0 20px 0;
    font-size: 24px;
    color: #50178c;
}

h2 {
    padding: 0;
    margin: 0px 0 20px 0;
    font-size: 18px;
    color: #000;
}

h3 {
    padding: 0;
    margin: 0px 0 6px 0;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    line-height: 19px;
}

h3 a {
    text-decoration: none;
    color: #fff;
}

.boxes {
    padding: 0 5px;
}
.boxes p {
	margin-bottom: 0px;
}

.boxes a {
    color: #FFF;
}
.boxes div {
	border: 10px solid #000;
}
.box1 {
    padding: 20px;
    line-height: 14px;
    background-color: #6C6;
    color: #fff;
}

.box2 {
    padding: 20px;
    line-height: 14px;
    background-color: #669;
    color: #fff;
}

.box3 {
    padding: 20px;
    line-height: 14px;
    background-color: #4ab3c2;
    color: #fff;
}

.box4 {
    padding: 20px;
    line-height: 14px;
    background-color: #C93;
    color: #fff;
}

.box5 {
    padding: 20px;
    line-height: 14px;
    background-color: #777;
    color: #fff;
}

.top {
    height: 50px;
    margin: 0 0 20px 0;
    padding: 0;
    background-image: url(images/top.jpg);
    background-repeat: repeat-x;
}
.pagecontent {
	background-color: #fff;
}
.homecontentcont {
	background-color: #fff;
}

/* Link transitions */
a.link, .btn {
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	/* Stop flickering in Chrome */
	-webkit-backface-visibility: hidden;
}
.floatleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
.headline {
	font-weight: 300;
	font-size: 36px;
	margin-top: 0px;
	color: #4e1f47;
	line-height: 1.2em;
}
#navcont {
	height: 50px;
padding: 0;
/* background-image:url(../images/top.jpg);
background-repeat: repeat-x; */
background-color: #626d8d;
}
.contentleft {
	padding-right: 30px;
	border-right: 1px solid #333;
	color: #000;
}
.contentright {
	padding-left: 30px;
}
.footer {
	border-top: 1px solid #333;
	font-size: 15px;
    background-color: #626d8d;
    color: #fff;
    line-height: 25px;
}

.footer .area {
    font-size: 18px;
}

/* Cookie bar */
#cookiebarcont {
	z-index: 1000;
	position: fixed;
	width: 100%;
	bottom: 0px;
}
#cookiebar {
	padding: 10px;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100%;
}
#cookiebar a:link, #cookiebar a:visited {
	color: #FFF;
}

.iso {
	max-height: 105px;
	float:right; 
	padding:0px 0px 10px 10px;
}
.currentPage a:link, .currentPage a:visited, .currentPage a:hover {
	color: #fff !important;
	background-color: #575454 !important;
	pointer-events: none;
}

form {
    margin: 20px 0 0 0;
}

label {
    margin: 0px 15px 0px 0;
    display: block;
    float: left;
    width: 30%;;
}

input {
    margin: 0px;
    width: 65%;
    display: block;
    float: left;
}

input#submit {
    margin: 0px;
    width: 70px;
    display: block;
    float: left;
}

textarea {
    margin: 0px;
    width: 65%;
    display: block;
    float: left;
}

.divide {
    padding: 0;
    width: 100%;
    margin: 18px 0 15px 0;
    height: 1px;
    background-color: #181818;
	display: inline-block;
}

.form-required {
    color: #F00;
}

.test {
    margin: 5px 0 0 0;
    text-align: right;
}

.link {
    color: #fff;
}

.fsb {
    margin-top: 30px;
}

.iso {
    margin-top: 15px;
}
.facebookicon {
    width: 20px;
}