html,button,input,select,textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('fonts/helveticaneue-roman-webfont.eot');
    src: url('fonts/helveticaneue-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-roman-webfont.woff') format('woff'),
         url('fonts/helveticaneue-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-roman-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***Layout***/

body {
	background-color: #F5BF35;
	color: #301515;
	font: normal 100% 'helvetica_neueregular', Arial, sans-serif;
}

#page {
	margin: 30px auto 10px;
	width: 90%;
	background-color: #FFFFFF;
	-moz-border-radius-bottomright: 50px;
	-webkit-border-bottom-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.content {
	margin: 0 auto;
	width: 97.9166667%; /* 940px / 960px */
}

.main {
	float: left;
	width: 55.3191489%; /* 520px / 940px */
}

address {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.features, .features-mob {
	margin: 1.5em 0;
	padding: 1.923076923%; /* 10px / 520px */
	background-color: #E2231A;
	width: 96.15384615%;
	-moz-border-radius-bottomright: 50px;
	-webkit-border-bottom-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.features-mob {
	display: none;
}

.figure {
	position: relative;
	float: right;
	margin-top: 2em;
	width: 42.5531915%; /* 400px / 940px */
	display: block;
	z-index: 1;
}

.coming-soon {
	position: absolute;
	top: -0.55%;
	right: -1%; /* 4px / 400px */
	width: 28.75%;/* 115px / 400px */
}

.coming-soon-mob {
	display: none;
}

footer {
	margin: 0 auto 30px;
	width: 90%;
}

/***Typography***/

h1.logo  a:link, h1.logo a:visited  {
    float: left;
    width: 93.0769231%;
	font-size: 1em;
	line-height: 1.6em;
}

.strap {
	font-size: 1.1em;
	font-weight: 100;
	line-height: 1em;
	text-transform: uppercase;
}

.strap a{
	color: #E2231A;
	text-decoration: none;
}

h3 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.4em;
	color: #685150;
}


h4 {
	font-size: 1.2em;
	font-weight: 400;
	color: #E2231A;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height:1.4em;
	font-style: normal;
	color: #E2231A;
}

p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	font-style: normal;
}

p.online {
	display: none;
	margin-top: 0.75em;
	padding: 1.923076923%;
	background-color: #E2231A;
	font-size: 1em;
	line-height: 1.4em;
	font-style: normal;
	color: #FFFFFF;
}


p a{
	text-decoration: none;
	color: #301515;
}

.features p, .features-mob p {
	font-size: 0.9375em;
	line-height: 1.2em;
	color: #FFFFFF;
}

.telephone {
	padding: 0.3125em 0;
	font-size: 2em;
	width: 90%;
}

footer p {
	font-size: 0.625em;
	line-height: 0.6em;
}

/***Lists***/

.features ul, .features-mob ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style: inside;
}

.features li, .features-mob li {
	font-size: 0.9375em;
	color: #FFFFFF;
	line-height: 1.4em;
}

.figure ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.figure li {
}

.figure li:last-child img{
	-moz-border-radius-bottomright: 50px;
	-webkit-border-bottom-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

/***Media Queries***/
@media only screen and (min-width : 240px) and (max-width : 479px)  {
	
	#page {
		margin: 20px auto 0;
		width: 90%;
		background-color: #FFFFFF;
		-moz-border-radius-bottomright: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.main {
		float: none;
		position: relative;
		width: 100%; /* 520px / 940px */
	}
	
	h1.logo  a:link, h1.logo a:visited  {
		width: 100%;
		line-height: 1em;
	}
	
	.strap {
		font-size: 0.75em;
	}
	
	h3 {
		font-size: 0.75em;
		line-height: 1em;
		width: 100%;
	}
	
	h4 {
		font-size: 0.75em;
	}
	
	h5 {
		font-size: 0.75em;
		line-height:1.1em;
	}

	p {
		font-size: 0.75em;
		line-height: 1.1em;
	}
	
	p.online {
		display: block;
	}
	
	.features {
		display: none;
	}
	
	.features-mob {
		display: block;
		margin: 0 auto 0.625em;
		width: 86.15384615%;
	}
	
	.features-mob p {
		padding-bottom: 0.75em;
		font-size: 0.625em;
		line-height: 1.2em;
	}
	
	.features-mob ul {
		list-style: none;
	}
		
	.features-mob li {
		font-size: 0.75em;
		line-height: 1.2em;
	}
		
	.figure {
		display: none;
	}
	
	.telephone {
		padding: 0.125em 0;
		font-size: 1em;
		width: 100%;
	}
	
	address {
		margin: 0;
	}
	
	address.plymouth {
		margin-top: 0.75em;
	}
	
	footer p {
		font-size: 0.5em;
		line-height: 0.6em;
	}

}


@media only screen and (min-device-width : 240px) and (max-device-width : 479px)  {
	
	#page {
		margin: 20px auto 0;
		width: 90%;
		background-color: #FFFFFF;
		-moz-border-radius-bottomright: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.main {
		float: none;
		position: relative;
		width: 100%; /* 520px / 940px */
	}
	
	h1.logo  a:link, h1.logo a:visited  {
		width: 100%;
		line-height: 1em;
	}
	
	.strap {
		font-size: 0.75em;
	}
	
	h3 {
		font-size: 0.75em;
		line-height: 1em;
		width: 100%;
	}
	
	h4 {
		font-size: 0.75em;
	}
	
	h5 {
		font-size: 0.75em;
		line-height:1.1em;
	}

	p {
		font-size: 0.75em;
		line-height: 1.1em;
	}
	
	p.online {
		display: block;
	}
	
	.features {
		display: none;
	}
	
	.features-mob {
		display: block;
		margin: 0 auto 0.625em;
		width: 86.15384615%;
	}
	
	.features-mob p {
		padding-bottom: 0.75em;
		font-size: 0.625em;
		line-height: 1.2em;
	}
	
	.features-mob ul {
		list-style: none;
	}
		
	.features-mob li {
		font-size: 0.75em;
		line-height: 1.2em;
	}
		
	.figure {
		display: none;
	}
	
	.telephone {
		padding: 0.125em 0;
		font-size: 1em;
		width: 100%;
	}
	
	address {
		margin: 0;
	}
	
	address.plymouth {
		margin-top: 0.75em;
	}
	
	footer p {
		font-size: 0.5em;
		line-height: 0.6em;
	}

}

@media only screen and (min-device-width : 479px) and (max-device-width : 767px) {
	
	#page {
		margin: 20px auto 0;
		width: 90%;
		background-color: #FFFFFF;
		-moz-border-radius-bottomright: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.main {
		float: none;
		position: relative;
		width: 100%; /* 520px / 940px */
	}
	
	.features {
		display: none;
	}
	
	.features-mob {
		display: block;
		margin: 0 auto 0.625em;
		width: 86.15384615%;
	}
		
	.figure {
		display: none;
	}
	
	.coming-soon-mob {
		display: block;
		position: absolute;
		top: 14%;
		right: -1%; /* 4px / 400px */
	}
	
	.telephone {
		padding: 0.125em 0;
		font-size: 1em;
		width: 100%;
	}
	
	address.plymouth {
		margin-bottom: 0;
	}
	
	h3 {
		width: 80%;
	}

}

@media only screen and (min-width : 479px) and (max-width : 767px) {
	
	#page {
		margin: 20px auto 0;
		width: 90%;
		background-color: #FFFFFF;
		-moz-border-radius-bottomright: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.main {
		float: none;
		position: relative;
		width: 100%; /* 520px / 940px */
	}
	
	.features {
		display: none;
	}
	
	.features-mob {
		display: block;
		margin: 0 auto 0.625em;
		width: 86.15384615%;
	}
		
	.figure {
		display: none;
	}
	
	.coming-soon-mob {
		display: block;
		position: absolute;
		top: 12%;
		right: -1%; /* 4px / 400px */
	}
	
	.telephone {
		padding: 0.125em 0;
		font-size: 1em;
		width: 100%;
	}
	
	address.plymouth {
		margin-bottom: 0;
	}
	
	
	h3 {
		width: 70%;
		font-size: 1.2em;
		line-height: 1.2em;
	}

}



/***Helper classes***/

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/***Print styles***/

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}