@charset "UTF-8";
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}
body {
	position:relative;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 400;
}
:focus {
    outline: 0 none;
}
/* -------------------------------------- HEADER ---------------------- */
header {
	width: 100%;
	background-color: #fff;
}
header .inner {
	width:90%;
	max-width:1400px;
	margin:0 auto;
	overflow:hidden;
}
.logo {
	float:left;
	margin: 8px 0 16px 0;
}
ul.contact {
	float:right;
	list-style-type: none;
	margin:43px 0 0 0;
}
ul.contact li {
	display: inline;
}
ul.contact li a {
	text-transform: uppercase;
	color: #ff6000;
	text-decoration: none;
	padding: 6px 0 6px 24px;
	-webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;	
}
ul.contact li a:hover {
	color: #495763;
	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
nav {
	width: 100%;
	background:#0a253e;
	overflow:hidden;
}
ul.nav-top, ul.nav-bot {
	margin: 0 auto;
	padding-bottom:1px;
	max-width:1600px;
	list-style-type: none;
	text-align:center;
}
ul.nav-top {
	border-bottom: 1px solid #3f4f5c;
}
ul.nav-bot {
	border-bottom: 1px solid #0a253e;
}
ul.nav-top li, ul.nav-bot li {
	display: inline;
	line-height:36px;
}
ul.nav-top li a, ul.nav-bot li a {
	font-size: 13px;
	letter-spacing:.5px;
	text-transform: uppercase;
	color: #e8f0f6;
	text-decoration: none;
	padding: 8px 15px 8px 15px;
	-webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;	
}
ul.nav-top li a:hover, ul.nav-bot li a:hover {
	color: #ff6000;
	
}
ul.nav-top li a:active, ul.nav-bot li a:active {
	color: #ffa800;
}
.mob {
	display: none;
}
ul.nav-top #currentpage a, ul.nav-bot #currentpage a {
	color: #ff6000;
}
a:focus {
	outline: none;
}
#nav-icon {
	display:none;	
}
section {
	overflow:hidden;
}

/* -------------------------------------- TYPOGRAPHY ---------------------- */
h1, h2, h3, h4 {
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 700;
	line-height:1.2;	
}
h1 {
	color: #0f315b;
	font-size: 2.3em;
	margin: 0 0 18px 0;
}
h2 {
	color: #ff6000;
	font-size: 1.65em;
	margin: 0 0 16px 0;
}
h3 {
	color: #5b5e5f;
	font-size: 2em;
	margin: 0 0 16px 0;
}
h4 {
	color: #ff6000;
	font-size: 1.8em;
	margin: 0 0 16px 0;
}
h5 {
	color: #ff6000;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
p {
	font-style: normal;
	font-size: 1.05em;
	color: #6c757c;
	line-height: 1.55;
	margin-bottom: 12px;
}
p a {
	color: #000;
	text-decoration: none;
}
p a:hover {
	color: #e25039;
}
strong {
	font-weight:700;	
}
/* ---------------------------------------- COLUMNS ---------------------------*/
.col-full {
	width:1000px;
	margin: 0 auto;
}
.col-medium {
	width:880px;
	margin: 0 auto;
}
.col-left, .col-right {
	width: 50%;
	float: left;
}
/* -------------------------------------------- SPLASH ---------------------- */
#splash {
	width:100%;
}
.video-container {
	position: relative;
	width: 100%;
	height:466px;
	max-width:1600px;	
	margin:0 auto;
	overflow:hidden;
	background: url(images/fire-services-perth.jpg) no-repeat center top;
	background-size: cover;
}
video {
	position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	transform: translate(-50%, -50%);
}
#splash .holder {
	text-align:center;
	width:80%;
	max-width:720px;
    position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}
#splash h1, #splash p {
	color:#fff;
}
#splash h1 {
	font-size:2.6em;
}
#splash p {
	font-size:1.3em;
	margin:0 0 20px 0;
}
#intro {
	padding:68px 0 68px 0;	
}
#intro img {
	margin:-12px 0 22px 0;	
}
#sectors .holder {
	max-width:1600px;
	margin:0 auto;
}
.sector {
	float:left;
	position:relative;
	width:25%;
}
.sector img {
	width:100%;
	height:auto;
	display:block;
}
.caption {
	position:absolute;
	top:12px;
	color:#fff;
	font-size:1.1em;
	font-weight:700;
	padding: 4px 12px 6px 12px;
	background:rgba(0,0,0,.3)
}
#standards {
	padding:68px 0 68px 0;
}
#standards h4 {
	width:70%;
	margin:0 auto 16px auto;
}
/* -------------------------------------- TESTIMONIALS ---------------------- */
#testimonials {
	max-width:1600px;
	margin:0 auto;
	padding:60px 0 46px 0;
	background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ),url(images/fire-services-perth.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#testimonials h3, #testimonials p {
	color:#fff;
}
#testimonials p {
	margin:8px 0 8px 0;
}
#testimonials .col-left {
	padding:0 30px 16px 40px;
}
#testimonials .col-right {
	padding:0 40px 16px 30px;
}
/* -------------------------------------- SUPPLIERS ---------------------- */
#suppliers {
	padding:64px 0 64px 0;
}
#suppliers .col-full {
	font-size: 0;
}
#suppliers .col-full img {
	margin: 0 12px 0 12px;
}
/* ----------------------------- FIRE SERVICES PAGES ---------------------- */
.fire-services {
	padding:40px 0 46px 0;
}
.fire-services .lead-in {
	padding:0 0 32px 0;	
}
.fire-services h1 {
	color: #ff6000;
	font-size: 1.65em;
	margin: 0 0 16px 0;
}
.fire-services h2.second {
	padding:26px 0 0 0;
}
.fire-services img {
	float:right;
	clear:right;
	width:33%;
	height:auto;
	margin:5px 0 16px 20px;
}
.fire-services .button {
	background-image: url(images/movie.png);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	margin:10px 12px 12px 0;
	padding:9px 11px 11px 41px;
}
.fire-services .button:active {
	background-image: url(images/movie-active.png);
}
.fire-services .downloads ul {
	list-style-type: none;
	margin-top:14px;
}
.fire-services .downloads ul li {
	font-size:.9em;
	color:#6c757c;
	line-height:1.55;
	padding: 0 0 3px 0;
}
.fire-services .downloads ul li a {
	color:#ff6000;
	text-decoration:none;
}
.fire-services .downloads ul li a:hover {
	color:#6c757c;
}





#fire-protection-systems {
	padding:40px 0 12px 0;	
}
#fire-protection-systems .lead-in {
	padding:0 0 32px 0;	
}
#fire-protection-systems h2.second {
	padding:26px 0 0 0;
}
#fire-protection-systems .button {
	background-image: url(images/movie.png);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	margin:10px 12px 12px 0;
	padding:9px 11px 11px 41px;
}
#fire-protection-systems .button:active {
	background-image: url(images/movie-active.png);
}
#fire-protection-systems .grey {
	padding:46px 0 40px 0;
	background-color:#f0f0f0;	
}
#fire-protection-systems .white {
	padding:46px 0 40px 0;
}
#fire-protection-systems .downloads {
	padding:18px 0 0 0;	
}
#fire-protection-systems .downloads ul {
	list-style-type: none;
}
#fire-protection-systems .downloads ul li {
	font-size:.9em;
	color:#6c757c;
	line-height:1.55;
	padding: 0 0 3px 0;
}
#fire-protection-systems .downloads ul li a {
	color:#ff6000;
	text-decoration:none;
}
#fire-protection-systems .downloads ul li a:hover {
	color:#6c757c;
}
/* ----------------------------------- LATEST PROJECTS ---------------------- */
#latest-projects {
	padding:40px 0 46px 0;	
}
#latest-projects .projects {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#latest-projects .project {
	width:50%;
	float:left;
	padding:32px 3.5% 4px 3.5%;
	text-align:center;
}
#latest-projects .project:nth-of-type(odd) {
	clear:left;
}
#latest-projects .project img {
	width:100%;
	height:auto;	
}
#latest-projects .project h5 {
	font-size:1.2em;
	margin: 15px 0 6px 0;
}

/* ----------------------------------- GALLERY ---------------------- */
#gallery {
	padding:40px 0 46px 0;	
}
#gallery .photos {
	width:960px;
	margin:0 auto;
	padding:32px 0 0 0;
	overflow:hidden;
}
#gallery .photos img {
	float:left;
	width:50%;
	height:auto;
}


/* -------------------------------------- ABOUT US ---------------------- */
#about {
	padding:40px 0 62px 0;	
}
#about .col-left, #about .col-right {
	text-align:left;	
}
#about .col-left {
	padding:10px 15px 0 0;	
}
#about .col-right {
	padding:10px 0 0 15px;	
}
/* -------------------------------------- CONTACT US ---------------------- */
#contact-us {
	padding:40px 0 62px 0;	
}
#contact-us .col-left {
	width:44%;
	text-align:left;
	padding:10px 15px 0 0;	
}
#contact-us ul {
	list-style-type: none;
	margin:16px 0 16px 0;
}
#contact-us ul li {
	font-size:1.05em;
	color:#6c757c;
	line-height:1.5;
	padding: 0 0 6px 0;
	white-space:nowrap;
}
#contact-us ul li a {
	color:#6c757c;
}
#contact-us ul li a:hover {
	color:#ff6000;
}
#map {
	float:left;
	width:56%;
	height:370px;
	margin:18px 0 0 0;
}
/* -------------------------------------- MISC ---------------------- */
.clear {
	clear:both;
}
.centered {
	text-align:center;
}
#top {
	background-image: url(images/to-top.svg);
	background-size: 44px 44px;
	background-repeat: no-repeat;
	background-position: 0 0;
	bottom: 50%;
	cursor: pointer;
	display: block;
	width: 44px;
	height: 44px;
	position: fixed;
	right: 10px;
	text-indent: 666em;
	z-index: 666;
}
.button {
	color: #0f315b;
	border:1px solid #0f315b;
	font-size: 1.05em;
	font-weight:700;
	text-decoration:none;
	display: inline-block;
	padding:9px 15px 11px 15px;
	margin:14px 8px 0 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.button:hover {
	cursor: pointer;
	color: #ff6000;
	border:1px solid #ff6000;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.button:active {
	color: #fff;
	border:1px solid #ff6000;
	background-color:#ff6000;
}
.button-white {
	color: #fff;
	border:1px solid #fff;
	font-size: 1.05em;
	font-weight:700;
	text-decoration:none;
	display: inline-block;
	padding:9px 15px 11px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.button-white:hover {
	background:rgba(255,255,255,.4);
}
.button-white:active {
	border:1px solid #ff6000;
	background:rgba(255,96,0,1);
}
/* -------------------------------------- FOOTER ---------------------- */

.contact-panel {
	max-width:1600px;
	margin:0 auto;
	padding:46px 0 50px 0;
	background: url(images/fire-detection-perth.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}
.contact-panel-details {
	float:left;
	width:50%;
}
.contact-panel-details div {
	text-align:center;
	margin:0 auto;
	padding-top:10%;
	padding-bottom:10%;
}
.contact-panel-details ul li, .contact-panel-details ul li a, .contact-panel-details h3 {
	color:#fff;
}
.contact-panel-details ul {
	list-style-type:none;
}
.contact-panel-details ul li {
	font-size: 1.05em;
	line-height:2;
}



.contact-panel-form {
	float:left;
	width:50%;
	
}
.form {
	width: 66%;
	
}
.element * {
	font-family: "Lato", Helvetica, sans-serif;
}
.element label {
	display:block;
	width:98%;
	color: #fff;
	padding:8px 0 7px 0;
}
.element input.text, .element .textarea {
	display:block;
	width:100%;
	border:1px solid rgba(255,255,255,0.3);
	padding:10px 0 11px 10px;
	font-size: 1em;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}
.element .hightlight {
	border:1px solid #ff6600 !important;
	
}
.submit {
	float:right;
	border:none;
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	display: inline-block;
	margin: 16px 0 0 0;
	padding:9px 30px 11px 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
.submit:hover {
	cursor: pointer;
	background-color: #ff6600;
	-webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
.done {
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:10%;
	padding-bottom:10%;
	display:none;
}
.doneSvg {
	margin: 6px 0 0 0;
	opacity:.6;
}
.done h3 {
	margin:6px 0 4px 0;
	text-align:center;
	color:#fff;
}
.done p {
	color:#fff;
}
.element input:focus, .element textarea:focus, .element select:focus {
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}
#hp {
	display:none;
}

.footer-details {
	text-align: center;
	padding: 44px 0 64px 0;
	background: #0a253e;
	border-top:20px solid #ff6600;
}
.footer-details .button-white {
	margin:0 11px 0 11px;
}
.footer-details ul {
	list-style-type: none;
	padding:34px 0 24px 0;
}
.footer-details ul li {
	display: inline;
	font-size: .85em;
	color: #fff;
	margin:0 15px 0 15px;
}
.footer-details ul li a {
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-decoration: none;
}
.footer-details p a {
	color: #697d96;
	font-size: .8em;
	text-decoration: none;
}
.footer-details ul li a:hover, .footer-details a:hover {
	color: #ff6000;
}

@media only screen and (max-width : 1130px)
 {
ul.nav-top li a, ul.nav-bot li a {
	padding: 8px 12px 8px 12px;
}
 }
@media only screen and (max-width : 1079px)
 { 
html {
	-webkit-text-size-adjust:none;	
}
body {
	min-width:100%;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul.nav-top li a, ul.nav-bot li a {
	padding: 8px 7px 8px 7px;	
}
.col-full, .col-medium {
	width:86%;
}
#latest-projects .projects, #gallery .photos {
	width:94%;
}
.form {
	width: 80%;
	
}
 }

@media only screen and (max-width : 1023px)
 {
 @-webkit-keyframes tdFadeIn {
  0% {
    opacity: 0;
    top:200px;
  }
  100% {
    opacity: 1;
    top:90px;
  }
}
@keyframes tdFadeIn {
  0% {
    opacity: 0;
    top:200px;
  }
  100% {
    opacity: 1;
    top:90px;
  }
}
.tdFadeIn {
	-webkit-animation-name: tdFadeIn;
	animation-name: tdFadeIn;
	-webkit-animation-duration: .25s;
	animation-duration: .25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
} 
#nav-icon {
  display: block;
  width: 40px;
  height: 50px;
  float: right;
  position: relative;
  margin:20px 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 60%;
  background: #0a253e;
  opacity: 1;
  left: 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
#nav-icon span:nth-child(1) {
  top: 15px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 23px;
}
#nav-icon span:nth-child(4) {
  top: 31px;
}
#nav-icon.open span:nth-child(1) {
  top: 26px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 21px;
  width: 0%;
  left: 50%;
}
header {
	height:90px;
}
.logo {
	width:160px;
	height:auto;
}


ul.contact {
	margin:34px 6px 0 0;
}
ul.contact li a {
	font-size:14px;
	padding: 6px 0 6px 12px;	
}
nav {
	display:none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:11;
	text-align:center;
	margin:0;
	padding-top:20px;
}
ul.nav-top, ul.nav-bot {
	border-bottom: none;
}
ul.nav-top li, ul.nav-bot li {
	line-height:22px;
}
ul.nav-top li a, ul.nav-bot li a {
	display:block;
	font-size: 14px;
	letter-spacing:.5px;
	padding: 7px 0 7px 0;
}
.show {
	display: block;
}
.mob {
	 visibility: hidden;
} 
 
 }
@media only screen and (max-width : 880px)
 {


#splash h1 {
	font-size:2.5em;
}
#splash p {
	font-size:1.2em;
}
#sectors .holder {
	width:100%;	
}
.sector {
	width:50%;
}
#standards h4 {
	width:100%;
}
#testimonials .col-left {
	padding:0 30px 0 20px;
}
#testimonials .col-right {
	padding:0 20px 0 30px;
}

#contact-us .col-left, #map {
	width:50%;
}

.footer-details {
	padding: 30px 0 44px 0;
}
.footer-details ul {
	padding:20px 0 20px 0;
}
.footer-details ul li {
	display: block;
	font-size: .8em;
	line-height:1.8;
	margin:0 0 0 0;
}

 }
@media only screen and (max-width : 767px)
 {
#contact-us .col-left, #map {
	width:100%;
}
#latest-projects .project {
	padding:26px 3.5% 0 3.5%;
}
#gallery .photos {
	padding:26px 0 0 0;
}
 }
@media only screen and (max-width : 769px)
 {



 }
@media only screen and (max-width : 736px)
 {
#splash h1 {
	font-size:2.3em;
}
#splash p {
	font-size:1.1em;
}
p {
	font-size: 1em;
	line-height: 1.45;
	margin-bottom: 10px;
}
#contact-us ul li, .element label {
	font-size:1em;
}

.caption {
	font-size:1.1em;	
}
#fire-protection-systems .downloads ul li {
	font-size:.85em;
}
#testimonials .col-left, #testimonials .col-right {
	width: 100%;
	float: none;
	padding:0 10px 0 10px;
	margin:0 0 16px 0;
}
#about .col-medium, #fire-protection-systems .col-medium, #fire-protection-products .col-medium, #latest-projects .col-medium, #contact-us .col-medium {
	text-align:left;	
}
#about .col-left, #about .col-right {
    width: 100%;
	float: none;
	padding:0;
	margin:0 0 0 0;
}
#latest-projects .projects, #gallery .photos {
	width:92%;
}
#latest-projects .project {
	width:50%;
	float:left;
	padding:26px 3.5% 0 3.5%;
}
#latest-projects .project:nth-of-type(odd) {
	clear:left;
}
#latest-projects .project h5 {
	font-size:1.2em;
	margin: 13px 0 6px 0;
}
#about .button {
	margin:14px 14px 0 0;
}
.contact-panel {
	padding:36px 0 40px 0;
}
.contact-panel-details {
	float:none;
	width:100%;
}
.contact-panel-details div {
	padding-top:0;
	padding-bottom:10px;
}
.contact-panel-details ul li {
	font-size: 1em;
	line-height:1.7;
}
.contact-panel-form {
	float:none;
	width:84%;
	margin:0 auto;
}
.form {
	width:100%;
}

 }
@media only screen and (max-width : 640px)
 {
h1 {
	font-size: 1.7em;
	margin: 0 0 15px 0;
}
h2, h3, .fire-services h1 {
	font-size: 1.45em;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 1.45em;
	margin: 0 0 15px 0;
}	 
.video-container {
	height:320px;
}
#splash h1 {
	font-size:1.7em;
}
#splash p {
	font-size:1em;
}
#top {
	bottom: 12px;
	right: 11px;
}
#intro, #standards, #testimonials, #suppliers {
	padding:48px 0 48px 0;	
}
#about, #gallery, #latest-projects, .fire-services {
	padding:22px 0 32px 0;
}
/*#fire-protection-systems .button {
	margin:10px 9px 3px 0;
}
#fire-protection-systems .grey, #fire-protection-systems .white {
	padding:36px 0 30px 0;	
}*/
#intro img {
	width:200px;
	height:auto;
}
 }
 @media only screen and (max-width : 530px)
 {
.contact {
	display:none;
}
.mob {
	 visibility: visible;
	 color:coral;
}
.fire-services img {
	float:left;
	width:100%;
	margin:2px 0 15px 0;
}
 }
@media only screen and (max-width : 480px)
 {
#latest-projects .projects, #gallery .photos {
	width:86%;
}
#gallery .photos img {
	width:100%;
	float:none;
	display:block;
}

#latest-projects .project {
	width:100%;
	float:none;
	padding:20px 0 0 0;
}
#latest-projects .project:nth-of-type(odd) {
	clear:none;
}
 }
@media only screen and (max-width : 460px)
 {
h1 {
	font-size: 1.45em;
	margin: 0 0 15px 0;
}
h2, h3, h4, .fire-services h1 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
.caption {
	font-size:.95em;	
}
#intro, #standards, #testimonials, #suppliers {
	padding:32px 0 32px 0;	
}
#intro img {
	margin:0 0 16px 0;	
}
 }