@charset "UTF-8";
/* CSS Document */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

body {
	background-color: rgba(255,255,255,1.00);
	font-family: 'Roboto', sans-serif;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 0px;
}
.margin-padding {
	margin: 10px 0;
}
.logo-panel {
	max-width: 850px;
	height: 140px;
	background-image: url(../images/acuto-designs-logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.logo-panel-grey {
	max-width: 850px;
	height: 200px;
	background-image: url(../images/acuto-designs-logo-grey.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	margin: 0 auto;
}
.bk-darkgrey {
	background-color: rgba(99,100,102,1);
}
.bk-lightgrey {
	background-color: rgba(230,230,230,1);
}
.bk-green {
	background-color: rgba(128,185,39,1.00);
}
.bk-black {
	background-color: rgba(0,0,0,1);
}
.tx-white {
	color: rgba(255,255,255,1);
}
.tx-black {
	color: rgba(0,0,0,1);
}
.tx-green {
	color: rgba(128,185,39,1.00);
}
.container-nopad {
	padding: 0;
}
.container-fluid {
	margin: 0;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
}
.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.table-cell-third {
	display: table-cell;
	width: 33.33%;
	height: 100%;
	vertical-align: middle;
	float: left;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 5px;
	display: none;
	background-color: rgba(128,185,39,1.00);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.8;
	text-align: center;
	color: #000;
	padding-top: 5px;
	border: solid 1px rgba(255,255,255,1.00);
}
a:link, a:visited {
	color: rgba(0,0,0,1);
}
a:hover, a:focus {
	color: rgba(128,185,39,1.00);
	text-decoration: none;
	-webkit-transition: color 320ms ease;
	-moz-transition: color 320ms ease;
	-ms-transition: color 320ms ease;
	-o-transition: color 320ms ease;
	transition: color 320ms ease;
}
a.scrollup:link, a.scrollup:visited {
	color: rgba(255,255,255,1);
}
a.scrollup:hover, a.scrollup:focus {
	color: rgba(248,250,0,1.00);
	text-decoration: none;
	-webkit-transition: color 320ms ease;
	-moz-transition: color 320ms ease;
	-ms-transition: color 320ms ease;
	-o-transition: color 320ms ease;
	transition: color 320ms ease;
}
.clearboth {
	clear: both;
	height: 49px;
}
.strapline-panel {
	height: 44px;
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	line-height: 140%;
}
.sample-pic-one-panel {
	margin: 0px auto;
	height: 500px;
	max-width: 850px;
}
.sample-pic-one {
	background-image: url("../images/sample-pic-01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	margin: 0 auto;
	display: block;
}
.sample-pic-two {
	background-image: url("../images/sample-pic-02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	margin: 0 auto;
	display: none;
}
.sample-pic-three {
	background-image: url("../images/sample-pic-03.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	margin: 0 auto;
	display: none;
}
.sample-pic-four {
	background-image: url("../images/sample-pic-04.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	margin: 0 auto;
	display: block;
}
.sample-pic-five {
	background-image: url("../images/sample-pic-05.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	margin: 0 auto;
	display: none;
}
.grey-triangle-panel {
	background-image: url("../images/grey-triangles.jpg");
	background-repeat: repeat-y;
	background-size: cover;
	background-position: top center;
}
.colour-triangle-panel {
	background-image: url("../images/colour-triangles.jpg");
	background-repeat: repeat-y;
	background-size: cover;
	background-position: top center;
	height: 60px;
}
.text-lightgrey-panel {
	background-color: rgba(230,230,230,0.5);
}
.text-darkgrey-panel {
	background-color: rgba(0,0,0,0.4);
	padding: 30px 0;
}
.heading {
	font-weight: 700;
	font-size: 22px;
	margin: 0;
	padding: 10px 0;
	letter-spacing: 0.05rem;
	line-height: 120%;
}
.heading-italic {
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.05rem;
}
.maincopy {
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
	margin: 0;
	padding: 10px 0px;
	letter-spacing: 0.05rem;
}
.indentcopy {
	font-weight: 300;
	font-size: 18px;
	margin: 0;
	letter-spacing: 0.05rem;
	line-height: 80%;
}
.greenblob {
	list-style: square;
	color: rgba(128,185,39,1.00);
	font-size: 28px;
	line-height: 90%;
	padding-bottom: 8px;
}
.callcopy {
	font-weight: 300;
	font-size: 24px;
	margin: 0;
	padding: 15px 0 5px;
	letter-spacing: 0.05rem;
	text-align: center;
	line-height: 120%;
}
.telephonecopy {
	font-weight: 300;
	font-size: 40px;
	margin: 0;
	padding: 0 0 15px 0;
	letter-spacing: -0.05rem;
	text-align: center;
	line-height: 90%;
}
.baseline-one {
	font-size: 19px;
	font-weight: 300;
	padding-top: 100px;
}
.baseline-two {
	font-size: 21px;
	font-weight: 300;
}

/* Small devices (landscape mobile, 460px and up) */
@media (min-width: 460px) {
.sample-pic-one {
	display: block;
}
.sample-pic-two {
	display: none;
}
.sample-pic-three {
	display: none;
}
.sample-pic-four {
	display: block;
}
.sample-pic-five {
	display: none;
}
.callcopy {
	text-align: center;
}
.telephonecopy {
	text-align: center;
}
}

/*Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.sample-pic-one {
	display: block;
}
.sample-pic-two {
	display: block;
}
.sample-pic-three {
	display: block;
}
.sample-pic-four {
	display: block;
}
.sample-pic-five {
	display: block;
}
.heading {
	font-size: 30px;
	margin: 0;
	padding: 10px 0;
}
.maincopy {
	font-size: 28px;
	line-height: 140%;
	padding: 20px 50px;
}
.callcopy {
	font-size: 28px;
	text-align: center;
}
.telephonecopy {
	font-size: 58px;
	text-align: center;
}
.greenblob {
	color: rgba(128,185,39,1.00);
	font-size: 36px;
	line-height: 100%;
}
.scrollup {
	right: 25px;
}
}

/* Small devices (tablets, 992px and up)*/
@media (min-width: 992px) {
.logo-panel {
	max-width: 850px;
	height: 140px;
	background-image: url(../images/acuto-designs-logo-large.jpg);
}
.logo-panel-grey {
	max-width: 850px;
	height: 200px;
	background-image: url(../images/acuto-designs-logo-grey.jpg);
	background-position: center 30px;
	margin: 0 auto;
}
.strapline-panel {
	height: 50px;
	font-size: 2.8rem;
}
	.sample-pic-one {
	display: block;
}
.sample-pic-two {
	display: block;
}
.sample-pic-three {
	display: block;
}
.sample-pic-four {
	display: block;
}
.sample-pic-five {
	display: block;
}
.heading {
	font-size: 36px;
	margin: 0;
	padding: 10px 0;
}
.maincopy {
	font-size: 28px;
	line-height: 140%;
	padding: 20px 50px;
}
.callcopy {
	font-size: 28px;
	text-align: left;
}
.telephonecopy {
	font-size: 58px;
	text-align: left;
}
.greenblob {
	color: rgba(128,185,39,1.00);
	font-size: 36px;
	line-height: 100%;
}
.scrollup {
	right: 25px;
}
}

/*Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.logo-panel {
	max-width: 850px;
	height: 140px;
	background-image: url(../images/acuto-designs-logo-large.jpg);
}
.logo-panel-grey {
	max-width: 850px;
	height: 200px;
	background-image: url(../images/acuto-designs-logo-grey.jpg);
	background-position: center 30px;
	margin: 0 auto;
}
.strapline-panel {
	height: 50px;
	font-size: 2.8rem;
}
.heading-italic {
	letter-spacing: 0.05rem;
}
.sample-pic-one {
	display: block;
}
.sample-pic-two {
	display: block;
}
.sample-pic-three {
	display: block;
}
.sample-pic-four {
	display: block;
}
.sample-pic-five {
	display: block;
}
.heading {
	font-size: 36px;
	margin: 0;
	padding: 10px 0;
}
.maincopy {
	font-size: 30px;
	line-height: 140%;
	padding: 20px 50px;
}
.callcopy {
	font-size: 28px;
	text-align: left;
}
.telephonecopy {
	font-size: 58px;
	text-align: left;
}
.greenblob {
	color: rgba(128,185,39,1.00);
	font-size: 36px;
	line-height: 100%;
}
.baseline-one {
	font-size: 22px;
	font-weight: 300;
	padding-top: 90px;
}
.baseline-two {
	font-size: 28px;
	font-weight: 300;
}
.scrollup {
	right: 25px;
}
}
