/*
Esk Mapping & GIS
Author: Glen Adams - Walker Designs
*/



/* Site Styles
================================================== */
body { 
	position: relative;
	color:#464746;
	background: url(../images/bg-body.png) top center repeat;
}


/* TYPOGRAPHY
================================================== */
textarea,body,input,select{
	font-family: 'Signika Negative', Arial, sans-serif;
	font-size:10px;
	font-weight: 300;
}
b,strong{font-weight:bold;}
i,em{font-style:italic;}
h1,h2,h3,h4{color:#464746; padding:8px 0 6px 0; font-weight:300; line-height:110%; }
h1{font-size:400%; color: #f49200;}
h2{font-size:300%; padding-top: 15px;}
h3{font-size:160%; font-weight: 600;}
h4{font-size:140%;}

a:link,a:visited{ 
	color:#f49200; 
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out; 
}
a:hover{color:#535353;} 

textarea,select,input[type="text"],input[type="password"]{
	font-sze:12px; 
	background-color:#FFFFFF; 
	padding:4px 4px 2px 4px; 
	color: #464746; 
	border: 1px solid #DCDCDC; 
	border-radius: 3px;
	margin: 0 0 10px 0;
}
#contactForm textarea,select,input[type="text"],input[type="password"]{
	width: 210px;
}
select{
	padding:3px;
}
select:focus,input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
	background-color: #e5e5e5;
	background-color: rgba(0,0,0,0.1);
}
header, section, footer, aside, nav, article, figure {display: block;}
section{
	clear: both;
}
.clearfix{clear:both;}

.content{
	line-height:160%; 
	color:#4c4c4c;
	padding-bottom: 20px;
	overflow: auto;
}
.box-shadow{
	box-shadow: 5px 5px 5px #888888;
	-webkit-box-shadow: 5px 5px 5px #888888;
}
.content a{text-decoration:none;}
p{
	padding:0px 0px 8px 0px; 
	line-height: 170%;
	font-size: 140%;
}
p.intro{
	font-size: 180%;
	font-weight: 600;
	clear: both;
}

.content ol,.content ul{
	margin:0 0px 10px 0px; 
	padding:0px 0px 0px 22px;
}
.content ol{
	list-style:decimal outside none;
}
.content ol li, .content li{
	margin: 0 0 6px 0; 
	line-height: 140%;
	font-size: 140%;
	list-style-image: url(../images/orange-plus-thin.png);
}
.content ul li ul li{
	font-size: 90%;
	list-style-image: url(../images/grey-plus-thin.png);
}
.content ol ol{
	list-style:lower-alpha;
}
.content ul ul{margin-top:4px;}
.content hr{border:0px; border-top:1px solid #cfc4d5; height:1px; margin:15px 0px 15px 0px;}
.content img{border: none;}


	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Page Styles
================================================== */
header{
	height: 120px;
}
#logo a{
	height:71px;
	display:block;
	position:relative;
	margin: 17px 0 0 20px;
	z-index: 100;
}
.logoContainer{
	border-top: 6px solid #464746;
}
.navContainer{
	border-top: 6px solid #464746;
	border-bottom: 1px solid #dcdcdc;
}

nav {
	position:relative;
	height: 90px;
	z-index: 2000;
}
nav ul {
	float:right;
	padding:0;
	margin:0;
	list-style-type:none; 
	height:90px; 
	background:none;
	position: absolute;
	top: -6px;
	right: 0;
}
nav ul li {
	float:left;
	height:90px;
	line-height:20px;
	position: relative;
}
nav ul li a:link, nav ul li a:visited{
	color: #464746;
	text-decoration: none;
	padding:50px 14px 10px 14px;
	height:30px;
	display:block;
	font-size: 140%;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #dcdcdc;
	border-top: 6px solid #464746;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
nav ul li a:hover{
	color: #f49200;
	background-color: #e5e5e5;
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid #f49200;
	border-top: 6px solid #f49200;
	background-image: url(../images/hover-arrow.png);
	
}
nav ul li.active a{
	color: #f49200;
	border-bottom: 1px solid #f49200;
	border-top: 6px solid #f49200;
	background-image: url(../images/hover-arrow.png);
}
/* Mobile */
.nav-close{
	display:none;
	font-size:8px;
	text-transform:uppercase;
	padding:1px 8px;
	background:#dedede;
	text-decoration:none;
	position:absolute;
	z-index:50;
}

a.mobile-menu-button{
	display:none;
	color: #222;
}



/* #home Features
================================================== */

.iphoneWrap {
	width: 220px;
	height: 350px;
	display: block;
	position: relative;
}
.iphoneHome {
	z-index: 1100;
	display: block;
	position: absolute;
	left: 6px;
	top: 17px;
	background: url(../images/iphone-home.png) top left no-repeat;
	width: 254px;
	height: 373px;
}


.homeServices{
	margin-bottom: 30px;
	overflow: auto;
}
.homeServiceList {
	float: left;
	width: 220px;
	border-bottom: 1px solid #dcdcdc;
	margin: 0px 0px 0px 0;
	padding: 8px 0 0 0;
	-webkit-transition: all 0.6s ease-in-out;
	   -moz-transition: all 0.6s ease-in-out;
	     -o-transition: all 0.6s ease-in-out;
	        transition: all 0.6s ease-in-out;
}
.homeServiceListOdd {
	margin: 0px 20px 0px 0;
}
.homeServiceImage {
	width: 40px;
	float: left;
	margin: 0 10px 0 0;
}
.homeServiceTitle {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}
.homeServiceTitle h3{
	padding: 0;
	margin: 0;
}
.homeServiceLink {
	display: block;
}
.homeServiceLink:hover .homeServiceTitle h3 {
	color: #f49200;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.homeServiceLink:hover .homeServiceList {
	background-color: #e5e5e5;
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid #f49200;
}


.homeAnnouncements{
	margin-bottom: 30px;
	overflow: auto;
}
.homeAnnouncementList {
	float: left;
	border-bottom: 1px solid #dcdcdc;
	margin: 0px 0px 0px 0;
	padding: 10px 0 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.homeAnnouncementTitle{
	background: url(../images/orange-plus.png) 0px 11px no-repeat;
	padding: 0 0 0 15px;
}
.announcementDate{
	color: #f49200;
	font-weight: 300;
	font-size: 80%;
	text-transform: uppercase;
}
.homeAnnouncementImage{
	float: left;
	margin: 0 10px 0 15px;
}
.homeAnnouncementText{
	float: left;
	width: 325px;
	padding-right: 10px;
}
.homeAnnouncementText p{
	line-height: 16px;
	color: #464746;
}
.readMore p{
	font-size: 100%;
	text-transform: uppercase;
}
.homeAnnouncementLink:hover .readMore p{
	color: #f49200;
}
.homeAnnouncementLink:hover .homeAnnouncementList{
	background-color: #e5e5e5;
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid #f49200;
}

.homeProjects {
	padding-bottom: 30px;
	overflow: auto;
}
.homeProjectList {
	border-bottom: 1px solid #dcdcdc;
	border-top: 6px solid #464746;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.homeProjectTitle {
	text-align: center;
	height: 70px;
}
.homeProjectTitle h3{
	padding-bottom: 0;
}
.homeProjectLink:hover .homeProjectList {
	background-color: #e5e5e5;
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid #f49200;
	border-top: 6px solid #f49200;
	background-image: url(../images/hover-arrow.png);
}
.homeProjectLink:hover .homeProjectTitle h3 {
	color: #f49200;
}



/* navSub
================================================== */

.navSub {
	padding:45px 0 30px 0;
}
.navSub ul {
	padding: 0;
	margin: 0 0 30px;
}
.navSub ul li {
	background: url(../images/orange-plus.png) 5px 12px no-repeat;
	padding: 10px 0 5px 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 0;
	font-size: 160%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.navSub ul li a:link, .navSub ul li a:visited {
	color: #464746;
	font-weight: 600;
	display: block;
}
.navSub ul li:hover {
	background-color: #e5e5e5;
	background-color: rgba(0,0,0,0.1);
}
.navSub ul li:hover a{
	color: #f49200;
}
.navSub ul li.active a{
	color: #939393;
}

.navSub ul li ul {
	list-style: none;
	margin: 5px 0 0 0;
}
.navSub ul li ul li{
	background: url(../images/orange-plus-thin.png) 0px 7px no-repeat;
	padding: 5px 0 5px 15px;
	border-bottom: none;
	margin-bottom: 0;
	
}
.navSub ul li ul li a:link, .navSub ul li ul li a:visited {
	font-weight:300;
	font-size: 55%;
}
.navSub ul li ul li:hover {
	background-color: transparent;
}
.navSub ul li:hover ul li a {
	color: #464746;
}
.navSub ul li.active ul li a {
	color: #464746;
}
.navSub ul li ul li.active a {
	color: #939393;
}
.navSub ul li ul li:hover a{
	color: #f49200;
}





/* content
================================================== */

.pagetitle {
	margin-bottom: 10px;
	margin-top: 20px;
}
.threeImages img{
	border-top: 6px solid #464746;
}


.needMore {
	background: url(../images/needMore.png) top center no-repeat;
	text-align: center;
	height: 55px;
	padding: 65px 0 0 0;
	margin-top: 20px;
}
.needMore h3 {
	color: #999;
	font-size: 240%;
	font-weight: 300;
}
.needMore a{
	color: #f49200;
	text-decoration: underline;
}

.linksGridWrap {
	float: right;
    overflow: hidden;
    width: 698px;
}
.linksGridContainer {
    margin-top: -1px;
    width: 699px;
}
.linksGridCell {
    border-right: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    float: left;
    height: 130px;
    width: 232px;
}
.linksGridCell:hover {
    background-color: #e5e5e5;
	background-color: rgba(0,0,0,0.1);
}
.googleMap {
	width: 700px;
	height: 700px;
	overflow: hidden;
}
.imagesx3{
	float: left;
	margin-right: 1px;
	border-top: 5px solid #dedede;
	width: 232px;
}
.imagex3Three{
	margin-right: 0;
}


/* The Team
================================================== */

.phone{
	background: url(../../client-assets/icons/phone-icon.png) left 4px no-repeat;
	padding: 0 0 0 30px;
	font-size: 180%;
	font-weight: bold;
}
.email{
	background: url(../../client-assets/icons/email-icon.png) left 4px no-repeat;
	padding: 0 0 0 30px;
	font-size: 180%;
	font-weight: bold;
}
.email a{
	color: #464746;
}
.email a:hover{
	color: #f49200;
}

.teamList{
	width: 350px;
	height: 175px;
	float: left;
}
.teamListIndividual{
	float: right;
	margin: 0 0 20px 20px;
}
.teamImage {
	width: 175px;
	height: 175px;
	float: left;
}
.imageBorder {
	border: 10px solid #a7c918;
	opacity: 0;
	width: 155px;
	height: 155px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.teamName {
	width: 155px;
	height: 165px;
	float: left;
	background-color: #b9d446;
	background-color: rgba(167,201,24,0.6);
	padding: 5px 10px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.teamName h3{
	padding: 0 0 3px 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.teamName h4{
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.teamNameText{
	position: absolute;
	bottom: 10px;
	width: 155px;
}
.greenLeft {
	text-align: right;
}
.teamListLink:hover .teamName {
	background-color: rgba(167,201,24,0.9);
}
.teamListLink:hover .teamName h3, .teamListLink:hover .teamName h4 {
	color: #fff;
}
.teamListLink:hover .imageBorder {
	opacity: 0.3;
}


/* services
================================================== */

.serviceList {
	width: 340px;
	padding: 8px 0 0 0;
}
.serviceImage {
	width: 60px;
	margin: 0 10px 0 0;
}
.serviceTitle {
	height: 70px;
}
.serviceTitle h3{
	font-size: 240%;
}
.serviceIcon{
	float: left;
	margin-right: 10px;
}


/* Videos
==================================================*/

video {
	max-width: 100%;
	height: auto;
}
.videoContainer {
	position: relative;
	border-top: 5px solid #dedede;
	height: 0;
	overflow: hidden;
	margin-bottom: 0px;
	padding-bottom: 56.25%;
    padding-top: 30px;
}
.videoContainer iframe,  
.videoContainer object,  
.videoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Necessary Styles because IE8 doesn't support media queries */
.ie8 .videoContainer {
	position: relative;
	padding-bottom: 56.25%;
}

.ie8 .videoContainer iframe,  
.ie8 .videoContainer object,  
.ie8 .videoContainerr embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ie8 .video-wrapper {
	max-width: 100%;
}

/* We're not going to do this on mobile devices, because it breaks certain iOS5 versions */
	@media only screen and (min-width: 481px) {
		.video-container {
			position: relative;
			padding-bottom: 56.25%;
			/*padding-top: 30px;
			height: 0;
			overflow: hidden;*/
		}
		
		.video-container iframe,  
		.video-container object,  
		.video-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		
		.video-wrapper {
			max-width: 100%;
		}
	}



/* #footer
================================================== */

footer{
	background: #464746;
	clear:both;
	overflow: auto;
	padding: 20px 0;
	width: 100%;
}
.footerLogo {
	background-image: url(../images/footer-logo.png);
	background-position: 45px 10px;
	background-repeat: no-repeat;
	height:	100px;
	border-bottom: 1px solid #6e6e6e;
}


.navFooter, .footerAddress {
	border-bottom: 1px solid #6e6e6e;
}
.navFooter li.linkedinFooter{
	padding: 5px 20px 0 0;
}
.navFooter li.footyTipping{
	background: url(../images/footy-tipping-icon.png) top left no-repeat;
	padding-right: 20px;
}
.navFooter li.footyTipping a{
	padding-left: 37px;
}
.navFooter li.adminLogin{
	background: url(../images/admin-login-icon.png) top left no-repeat;
}
.navFooter li.adminLogin a{
	padding-left: 24px;
}
.navFooter {
	height: 32px;
}
.navFooter ul {
	float: right;
}
.navFooter li {
	float: left;
	padding: 11px 0 5px;
}
.navFooter li a{
	color: #6e6e6e;
	font-size: 140%;
	font-weight: 600;
	padding: 2px 0px 5px 12px;
	text-transform: uppercase;
}
.navFooter li a:hover{
	color: #f49200;
}
.footerAddress {
	text-align: right;
	color: #fff;
	padding:5px 0 5px 0;
	height: 23px;
}
.footerAddress p {
	padding:0;
}
.addressLaunceston {
	float: right;
	margin-left: 20px;
}
.addressHobart {
	float: right;
}


.copyright{
	padding:5px 0 30px 0;
	width:auto;
	color:#fff;
}
.copyright p{
	font-size:120%;
	text-align: right;
	color:#6e6e6e;
}
.copyright a{
	color:#6e6e6e;
}
.copyright a:hover{
	color:#f49200;
}



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
nav ul li a:link, nav ul li a:visited{
	padding:50px 8px 10px 8px;
}
.homeServiceList {
	width: 172px;
}
.homeAnnouncementText{
	width: 229px;
}
.footerLogo {
	background-position: 25px 10px;
}
.navFooter li a{
	font-size: 115%;
	padding-left: 8px;
}
.footerAddress p {
	font-size: 130%;
}
.iphoneHome {
	background-size: 80%;
}
.iphoneWrap {
	height: 250px;
}
.teamList{
	width: 278px;
	height: 139px;
}
.teamImage {
	width: 139px;
	height: 139px;
}
.imageBorder {
	width: 119px;
	height: 119px;
}
.teamName {
	width: 119px;
	height: 129px;
}
.teamNameText{
	width: 119px;
}
.googleMap {
	width: 556px;
	height: 556px;
}
.needMore {
	background-size: 748px;
	padding: 55px 0 0 0;
}
#contactForm textarea,select,input[type="text"],input[type="password"]{
	width: 162px;
}
.imagesx3{
	width: 184px;
}
.linksGridWrap {
    width: 548px;
}
.linksGridContainer {
    width: 549px;
}
.linksGridCell {
    height: 120px;
    width: 182px;
}

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
a.mobile-menu-button{
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:.9em;
	font-weight:bold;
	margin:0;
}
.navContainer{
	border: none;
	margin-top: 20px;
}
nav{
	width:300px;
	position:relative;
	height: 20px;
}
nav ul{
	display:none;
	position:absolute;
	width:292px;
	margin: 6px 4px 0 4px;
	float: none;
}
nav ul.navMainMenu.menu-open{
	display:block;
}
nav ul li{
	padding:0px 0px 10px 0px;
	margin:0;
	float:none;
	display:block;
	height: 20px;
	background-color: #e9e9e9;
}
nav ul li.active > a {
	color: #DC5E1C;
}
nav ul ul li ul{
	left:0;
	top:100%;
}
nav ul li a:link, nav ul li a:visited{
	padding:5px 5px 6px 9px;
	height:18px;
	border-bottom: none;
	border-top: 3px solid #464746;
}
nav ul li a:hover{
	background-color: #e5e5e5;
	background-color: rgba(0,0,0,0.1);
	border-bottom: none;
	border-top: 3px solid #f49200;
}
nav ul li.active a{
	color: #f49200;
	border-bottom: none;
	border-top: 3px solid #f49200;
	background-image: url(../images/hover-arrow.png);
}
.navFooterMain {
	display: none;
}
.footerAddress {
	height: auto;
}
.iphoneWrap {
	display: none;
}
.navSub {
    padding: 0;
}
.needMore {
	background: none;
	padding: 0 0 0 0;
}
.addressLaunceston {
	float: none;
	margin-left: 0;
	text-align: center;
}
.addressHobart {
	float: none;
	text-align: center;
}
.copyright p{
	text-align: center;
}

.navFooter ul {
	float: none;
	text-align:center;
}
.navFooter ul li{
	display:inline-block; 
	float: none;
}
.footerLogo {
	background-position: center 10px;
	height: 80px;
}


	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
nav ul {
	width:412px;
	position:relative;
}
.homeServiceList {
	width: 200px;
}
.homeAnnouncementText{
	width: 285px;
}
.googleMap {
	width: 420px;
	height: 420px;
}
#contactForm textarea,select,input[type="text"],input[type="password"]{
	width: 410px;
}
.imagesx3{
	width: 139px;
}
.linksGridWrap {
    width: 417px;
}
.linksGridContainer {
    width: 418px;
}
.linksGridCell {
    height: 130px;
    width: 208px;
}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
.homeServiceList {
	width: 300px;
}
.homeAnnouncementText{
	width: 165px;
}
.googleMap {
	width: 300px;
	height: 300px;
}
.needMore {
	height: auto;
}	
#contactForm textarea,select,input[type="text"],input[type="password"]{
	width: 290px;
}
.imagesx3One{
	width: 300px;
}
.imagesx3Two, .imagesx3Three{
	display: none;
}	
.linksGridWrap {
    width: 297px;
}
.linksGridContainer {
    width: 298px;
}
.linksGridCell {
    height: 100px;
    width: 148px;
}
.navFooter {
    height: 67px;
}
		
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/