@charset "utf-8";
/* CSS Document */

#background {
	position:fixed;
	z-index:0;
	width:100%;
	height:100vh;
	overflow:hidden;
}

#L1wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: auto;
	left: auto;
	top: auto;
}

@-webkit-keyframes logoload {
  0% {-webkit-transform:translate(-500px, 0px)}
  100%   {-webkit-transform:translate(0px, 0px)}
}

@-moz-keyframes logoload {
  0% {-moz-transform:translate(-500px, 0px)}
  100%   {-moz-transform:translate(0px, 0px)}
}

@-ms-keyframes logoload {
  0% {-ms-transform:translate(-500px, 0px)}
  100%   {-ms-transform:translate(0px, 0px)}
}

@-o-keyframes logoload {
  0% {-o-transform:translate(-500px, 0px)}
  100%   {-o-transform:translate(0px, 0px)}
}

@keyframes logoload {
  0% {transform:translate(-500px, 0px)}
  100%   {transform:translate(0px, 0px)}
}


@-webkit-keyframes mailload {
  0% {opacity:0}
  50% {opacity:0}
  100% {opacity:1}
}

@-moz-keyframes mailload {
  0% {opacity:0}
  50% {opacity:0}
  100% {opacity:1}
}

@-ms-keyframes mailload {
  0% {opacity:0}
  50% {opacity:0}
  100% {opacity:1}
}

@-o-keyframes mailload {
  0% {opacity:0}
  50% {opacity:0}
  100% {opacity:1}
}

@keyframes mailload {
  0% {opacity:0}
  50% {opacity:0}
  100% {opacity:1}
}

#logo {
	position: fixed;
	display:block;
	font-size: 48px;
	font-family: Tangerine, cursive;
	text-align: left;
	width: auto;
	height: auto;
	top: 20px;
	left: 20px;
	z-index: 510;
	-webkit-animation:mailload .2s;
  	-moz-animation:mailload .2s;
  	-ms-animation:mailload .2s;
  	-o-animation:mailload .2s;
  	animation:mailload .2s;
}


.L2sectnav {
	position: fixed;
	width:100%;
	height:5em;
	z-index:500;
	background-color:#222222;
}


.L2secthead {
	position: relative;
	top:5em;
	width:100%;
	height:auto;
	z-index:2;
	background-size: auto;
	background-color:#222222;

}

.L2sectdiv {
	position: relative;
	width:100%;
	height:auto;
	min-height:9vh;
	z-index:2;
}


.L2sectdivalt {
	position: relative;
	width:100%;
	height:auto;
	min-height:9vh;
	z-index:2;
	background-color:#222222;
	padding-bottom:5vh;
	padding-top:9vh;
}

.L2sectcon {
	position:relative;
	width:100%;
	height:auto;
	z-index:3;
}

.L2sectconalt {
	position:relative;
	width:100%;
	height:auto;
	z-index:3;
	background-color:#222222;
}

.L3holdcon { /* NOTES ABOUT CONTENT GROUPS, HAVE MULTIPLE */
	position:relative;
	width:72%;
	height:auto;
	margin:0 auto;
	padding:0px;

}

.L3holdconinfo {
	position:relative;
	width:72%;
	height:auto;
	margin:0 auto;
	padding:0px;

}

.L3holdcon81 {
	position:relative;
	width:81%;
	height:auto;
	margin:0 auto;
	padding:0px;

}

.L3holdconfull {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px;

}

.L3holdcongallery { /* NOTES ABOUT CONTENT GROUPS, HAVE MULTIPLE */
	position:relative;
	width:72%;
	height:auto;
	margin:0 auto;
	padding:0px;
	min-width:1220px;
	padding-bottom:40px;
}

.L3holdconfolio { /* NOTES ABOUT CONTENT GROUPS, HAVE MULTIPLE */
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px;

}

.L4float25 {
	position:relative;
	float:left;
	width:25%;
	height:auto;
	padding-bottom:10px;
}

.L4float25folio{
	position:relative;
	float:left;
	width:25%;
	height:auto;

}

.L4float33{
	position:relative;
	float:left;
	width:33%;
	height:auto;
	padding-bottom:10px;
}

.L4float33about{
	position:relative;
	float:left;
	width:33%;
	height:auto;
	padding-bottom:10px;
}

.L4float50 {
	position:relative;
	float:left;
	width:50%;
	height:auto;
/*	padding-bottom:10px;*/
}

.L4float66 {
	position:relative;
	float:left;
	width:66%;
	height:auto;
	padding-bottom:10px;
}

.L4float66about {
	position:relative;
	float:left;
	width:66%;
	height:auto;
	padding-bottom:10px;
}


.L4picfloat66 {
	position: relative;
	float: left;
	width: 66%;
	height: auto;
	padding-bottom: 50px;
	displace: block;
	padding: 20px;
	background-color: #ffffff;
	border: 5px;
	border: #222222;
	border: solid;

}

.L4infoimageleft {
	position: relative;
	/*	float: left;*/
	width: 50%;
	height: auto;
	left: 0px;
	top: 0px;
}

.L4infoimageright {
	position: absolute;
	/*	float: left;*/
	width: 50%;
	height: auto;
	right: 0px;
	top: 0px;
}

.L4infotitleright {
	position: absolute;
	/*	float: left;*/
	width: 50%;
	height: auto;
	right: 0px;
	top: 50px;
	z-index:100;
	-webkit-animation:mailload 1.2s;
  	-moz-animation:mailload 1.2s;
  	-ms-animation:mailload 1.2s;
  	-o-animation:mailload 1.2s;
  	animation:mailload 1.2s;

}

.L4infotitleleft {
	position: relative;
	/*	float: left;*/
	width: 50%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 100;
	-webkit-animation:mailload 1.2s;
  	-moz-animation:mailload 1.2s;
  	-ms-animation:mailload 1.2s;
  	-o-animation:mailload 1.2s;
  	animation:mailload 1.2s;

}


.L4infoinforight {
	position: absolute;
	/*	float: left;*/
	width: 50%;
	height: 30%;
	right: 0px;
	bottom: 0px;
	padding:50px;
/*	background-color:#FE6800;*/
	-webkit-animation:mailload 2.2s;
  	-moz-animation:mailload 2.2s;
  	-ms-animation:mailload 2.2s;
  	-o-animation:mailload 2.2s;
  	animation:mailload 2.2s;

}

.L4infoinfoleft {
	position: relative;
	/*	float: left;*/
	width: 60%;
	height: 40%;
	left: 0px;
	bottom: 0px;
	padding: 50px;
/*	background-color: #222222;*/
	-webkit-animation:mailload 2.2s;
  	-moz-animation:mailload 2.2s;
  	-ms-animation:mailload 2.2s;
  	-o-animation:mailload 2.2s;
  	animation:mailload 2.2s;

}

.L5cont {
	position:relative;
	width:80%;
	height:auto;
	margin:0 auto;
	top:10px;
	padding:0px;
	margin-bottom:75px;	
	-webkit-animation:mailload 3s;
  	-moz-animation:mailload 3s;
  	-ms-animation:mailload 3s;
  	-o-animation:mailload 3s;
  	animation:mailload 3s;
}


.L5contalt25wabout {
	position:relative;
	float:left;
	width:25%;
	left:15px;
	height:auto;
	margin:0 auto;
	top:10px;
	padding:0px;
	-webkit-animation:mailload 3s;
  	-moz-animation:mailload 3s;
  	-ms-animation:mailload 3s;
  	-o-animation:mailload 3s;
  	animation:mailload 3s;
}

.L5contalt75wabout {
	position:relative;
	float:left;
	width:65%;
	left:30px;
	height:auto;
	margin:0 auto;
	top:10px;
	padding:0px;
	-webkit-animation:mailload 3s;
  	-moz-animation:mailload 3s;
  	-ms-animation:mailload 3s;
  	-o-animation:mailload 3s;
  	animation:mailload 3s;
}

.L5contalt20 {
	position:relative;
	width:80%;
	height:20%;
	margin:0 auto;
	padding:0px;
	top:10px;
	margin-bottom:20px;
	-webkit-animation:mailload 3s;
  	-moz-animation:mailload 3s;
  	-ms-animation:mailload 3s;
  	-o-animation:mailload 3s;
  	animation:mailload 3s;
}

.L5contalt20about {
	position:relative;
	width:80%;
	height:20%;
	margin:0 auto;
	padding:0px;
	margin-bottom:20px;
	-webkit-animation:mailload 3s;
  	-moz-animation:mailload 3s;
  	-ms-animation:mailload 3s;
  	-o-animation:mailload 3s;
  	animation:mailload 3s;
}



.L5contpic{
	display: block;
	position: relative;
	width: auto;
	height: auto;
	top:auto;
	margin: 0 auto;
	padding: 20px;
	background-color: #ffffff;
	border: 5px;
	border: #222222;
	border: solid;
	z-index:200;
}

.L5contpiclargeport{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	top:auto;
	margin: 0 auto;
/*	padding: 20px;*/
/*	border: 5px;
	border: #222222;
	border: solid;*/
}


.L5contfolio{
	display: block;
	position: relative;
	width: auto;
	height: auto;
	top:auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #ffffff;
}
.L5contpicdes{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:20px;
	-webkit-animation:mailload 3s;
  	-moz-animation:mailload 3s;
  	-ms-animation:mailload 3s;
  	-o-animation:mailload 3s;
  	animation:mailload 3s;


}
.title {
	position: relative;
	font-size: large;
	width: 100%;
	height: auto;
	z-index: 3;
	-webkit-animation:mailload 2s;
  	-moz-animation:mailload 2s;
  	-ms-animation:mailload 2s;
  	-o-animation:mailload 2s;
  	animation:mailload 2s;
}

#header {
	width:63%;
	height:auto;
	margin:0 auto;
	position:relative;
	top: 50%;
	transform: translateY(-50%); /* or try 50% */
	left:auto;
	z-index:3;
	background-color:#000000;
}


@-webkit-keyframes navload {
  0% {-webkit-transform:translate(500px, 0px)}
  100%   {-webkit-transform:translate(0px, 0px)}
}

@-moz-keyframes navload {
  0% {-moz-transform:translate(500px, 0px)}
  100%   {-moz-transform:translate(0px, 0px)}
}

@-ms-keyframes navload {
  0% {-ms-transform:translate(500px, 0px)}
  100%   {-ms-transform:translate(0px, 0px)}
}

@-o-keyframes navload {
  0% {-o-transform:translate(500px, 0px)}
  100%   {-o-transform:translate(0px, 0px)}
}

@keyframes navload {
  0% {transform:translate(500px, 0px)}
  100%   {transform:translate(0px, 0px)}
}


.slidehold{
	position: relative;
	width: 100%;
	height: 680px; /*63vh*/
	background-color: #222222;
	margin: 0 auto;
}

.slideshow {
	position: static;
	width: 72%;
	height:auto;
	top: auto;
	margin: 0 auto;
	padding-top:70px;
	padding-bottom:90px;
	background-color: #222222;
}

#slideshowhome {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: 0 auto;
	left: auto;
	top: 50%;
	transform: translateY(-50%);  /*or try 50% */
}

#colour {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 2;
	margin: 0 auto;
	top: auto;
	left: auto;
	background-color: #000000;
	opacity: .8;
}

@-webkit-keyframes aniload {
 	0% {-webkit-transform:translate(0px, 500px)}
	50% {-webkit-transform:translate(0px, 500px)} 
 	100%   {-webkit-transform:translate(0px, 0px)}
}

@-moz-keyframes aniload {
 	0% {-webkit-transform:translate(0px, 500px)}
	50% {-webkit-transform:translate(0px, 500px)} 
 	100%   {-webkit-transform:translate(0px, 0px)}
}

@-ms-keyframes aniload {
 	0% {-webkit-transform:translate(0px, 500px)}
	50% {-webkit-transform:translate(0px, 500px)} 
 	100%   {-webkit-transform:translate(0px, 0px)}
}

@-o-keyframes aniload {
 	0% {-webkit-transform:translate(0px, 500px)}
	50% {-webkit-transform:translate(0px, 500px)} 
 	100%   {-webkit-transform:translate(0px, 0px)}
}

@keyframes aniload {
 	0% {-webkit-transform:translate(0px, 500px)}
	50% {-webkit-transform:translate(0px, 500px)} 
 	100%   {-webkit-transform:translate(0px, 0px)}
}

@-webkit-keyframes topload {
 	0% {-webkit-transform:translate(500px, 0px)}
	50% {-webkit-transform:translate(500px, 0px)} 
 	100%   {-webkit-transform:translate(0px, 0px)}
}

@-moz-keyframes topload {
 	0% {-webkit-transform:translate(500px, 0px)}
	50% {-webkit-transform:translate(500px, 0px)} 
 	100%   {-webkit-transform:translate(0px, 0px)}
}

@-ms-keyframes topload {
 	0% {-webkit-transform:translate(500px, 0px)}
	50% {-webkit-transform:translate(500px, 0px)} 
 	100%   {-webkit-transform:translate(0px, 0px)}
}

@-o-keyframes topload {
 	0% {-webkit-transform:translate(500px, 0px)}
	50% {-webkit-transform:translate(500px, 0px)} 
 	100%   {-webkit-transform:translate(0px, 0px)}
}

@keyframes topload {
 	0% {-webkit-transform:translate(500px, 0px)}
	50% {-webkit-transform:translate(500px, 0px)} 
 	100%   {-webkit-transform:translate(0px, 0px)}
}

#socialwrap {
	width: 1000px;
	height: 50px;
	position: fixed;
	bottom: 21%;
	left: 12%;
	z-index: 3;

		
}

#socialwraptop {
	width: 250px;
	height: 50px;
	position: fixed;
	top:23px;
	right: 5px;
	z-index: 515;
}

#iconhold01{
	-webkit-animation:aniload 1.3s;
  	-moz-animation:aniload 1.3s;
  	-ms-animation:aniload 1.3s;
  	-o-animation:aniload 1.3s;
  	animation:aniload 1.3s;
	}
	
#iconhold02{
	-webkit-animation:aniload 1.6s;
  	-moz-animation:aniload 1.6s;
  	-ms-animation:aniload 1.6s;
  	-o-animation:aniload 1.6s;
  	animation:aniload 1.6s;
	}	


#iconhold03{
	-webkit-animation:aniload 1.9s;
  	-moz-animation:aniload 1.9s;
  	-ms-animation:aniload 1.9s;
  	-o-animation:aniload 1.9s;
  	animation:aniload 1.9s;
	}	

#iconhold04{
	-webkit-animation:aniload 2.2s;
  	-moz-animation:aniload 2.2s;
  	-ms-animation:aniload 2.2s;
  	-o-animation:aniload 2.2s;
  	animation:aniload 2.2s;
	}
	
#iconhold05{
	-webkit-animation:aniload 2.8s;
  	-moz-animation:aniload 2.8s;
  	-ms-animation:aniload 2.8s;
  	-o-animation:aniload 2.8s;
  	animation:aniload 2.8s;
	}			

#iconhold06{
	-webkit-animation:aniload 3.1s;
  	-moz-animation:aniload 3.1s;
  	-ms-animation:aniload 3.1s;
  	-o-animation:aniload 3.1s;
  	animation:aniload 3.1s;
	}	

#iconhold07{
	-webkit-animation:aniload 3.4s;
  	-moz-animation:aniload 3.4s;
  	-ms-animation:aniload 3.4s;
  	-o-animation:aniload 3.4s;
  	animation:aniload 3.4s;
	}
	
#iconhold08{
	-webkit-animation:aniload 3.7s;
  	-moz-animation:aniload 3.7s;
  	-ms-animation:aniload 3.7s;
  	-o-animation:aniload 3.7s;
  	animation:aniload 3.7s;
	}
	
#iconhold09{
	-webkit-animation:aniload 4.0s;
  	-moz-animation:aniload 4.0s;
  	-ms-animation:aniload 4.0s;
  	-o-animation:aniload 4.0s;
  	animation:aniload 4.0s;
	}					

#iconholdtop01{
	-webkit-animation:topload 1.3s;
  	-moz-animation:topload 1.3s;
  	-ms-animation:topload 1.3s;
  	-o-animation:topload 1.3s;
  	animation:topload 1.3s;
	}
	
#iconholdtop02{
	-webkit-animation:topload 1.6s;
  	-moz-animation:topload 1.6s;
  	-ms-animation:topload 1.6s;
  	-o-animation:topload 1.6s;
  	animation:topload 1.6s;
	}	


#iconholdtop03{
	-webkit-animation:topload 1.9s;
  	-moz-animation:topload 1.9s;
  	-ms-animation:topload 1.9s;
  	-o-animation:topload 1.9s;
  	animation:topload 1.9s;
	}	

#iconholdtop04{
	-webkit-animation:topload 2.2s;
  	-moz-animation:topload 2.2s;
  	-ms-animation:topload 2.2s;
  	-o-animation:topload 2.2s;
  	animation:topload 2.2s;
	}

.socialicontop {
	padding: 0px;
	position: relative;
	float: left;
	margin-right: 9px;
	width: 36px;
	height: 36px;
	z-index: 505;
	border-radius: 50%;
}

.socialicontop:hover {
	background-color: #D4AF37;
}


#mailwrap {
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 9%;
	right: 18%;
	z-index: 3;
	-webkit-animation:mailload 5s;
  	-moz-animation:mailload 5s;
  	-ms-animation:mailload 5s;
  	-o-animation:mailload 5s;
  	animation:mailload 5s;
	
}

.mailicon {
	padding:0px;
	position: relative;
	margin:0 auto;
	width: 96px;
	height: 96px;
	z-index: 5;
	border-radius:50%;

}
.mailicon:hover {
	background-color: #D4AF37;

}

#contacthold {
	position: relative;
	width:450px;
	margin:0 auto;
}

/* Mobile Layout: 480px and below. Inherits styles from: Global Layout. */

@media only screen and (max-width:480px) {

.L2sectnav {
	background-color:transparent;
}

.L3holdcon { 
	width:100%;
}		

.L4float33{
	width:100%;
}

.L4float66{
	width:100%;
}

.L4float33about{
	width:100%;
}

.L4float66about {
	width:100%;
}

.L4float25folio{
	width:100%;
}

.L5contpicdes{
	padding:0px;
}

.L5contpiclargeport{

	width: 50%;
	height: auto;
	top:auto;

}

.L5contalt20about {
	width:90%;
}

#logo {
	font-size: 30px;
	top: 7px;
	left: 5px;
}

#socialwrap {
	width: 220px;
	height: 150px;
	bottom: 38%;
	left: 18%;
}

#socialwraptop {
	display:none;
}

#mailwrap {
	bottom: 9%;
	left: 18%;
}
.L3holdcongallery {
	width:97%;
	min-width:180px;
}

.slidehold{
	height: 270px; 
}

.slideshow {
	padding-top:30px;
	padding-bottom:50px;

}

.L5contalt25wabout {

	width:100%;

}

.L5contalt75wabout {
	width:100%;
}
	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Global and Mobile Layout. */

@media only screen and (min-width:481px) and (max-width:768px) {

.L2sectnav {
	background-color:transparent;
}

.L3holdcon { 
	width:100%;
}		

.L4float33{
	width:100%;
}

.L4float66{
	width:100%;
}

.L4float33about{
	width:100%;
}

.L4float66about {
	width:100%;
}
.L4float25folio{
	width:50%;
}

.L5contpicdes{
	padding:0px;
}

.L5contalt20about {
	width:90%;
}

.L5contpiclargeport{

	width: 50%;
	height: auto;
	top:auto;

}

#logo {
	font-size: 30px;
	top: 7px;
	left: 5px;
}


#socialwrap {
	width: 220px;
	height: 150px;
	bottom: 38%;
	left: 18%;
}

#socialwraptop {
	display:none;
}

#mailwrap {
	bottom: 9%;
	left: 18%;
}
.L3holdcongallery {
	width:97%;
	min-width:480px;
}

.slidehold{
	height: 340px; 
}

.slideshow {
	padding-top:30px;
	padding-bottom:50px;

}

}

/* Tablet and Laptop Layout: 769px to a max of 1232px.  Inherits styles from: Global, Mobile and Tablet Layouts. */

@media only screen and (min-width:769px) and (max-width:992px) {

.L3holdcon { 
	width:100%;
}	

.L4float33 {
	width:100%;
}

.L4float66 {
	width:100%;

}
.L4float25folio{
	width:50%;
}

.L4float33about{
	width:100%;
}

.L4float66about {
	width:100%;
}

.L5contpicdes{
	padding:0px;
}


.L5contalt20about {
	width:90%;
}

.L5contpiclargeport{

	width: 50%;
	height: auto;
	top:auto;

}

#logo {
	font-size: 36px;
	top: 22px;
	left: 15px;
}

#socialwrap {
	width: 600px;
	height: 50px;
	bottom: 27%;
	left: 12%;
		
}
#mailwrap {
	bottom: 9%;
	left: auto;
	margin:0 auto;
}

.L3holdcongallery {
	width:91%;
	min-width:765px;
}

.slidehold{
	height: 455px; 
}

.slideshow {
	padding-top:30px;
	padding-bottom:50px;

}
}

/* Tablet and Laptop Layout: 769px to a max of 1232px.  Inherits styles from: Global, Mobile and Tablet Layouts. */

@media only screen and (min-width:993px) and (max-width:1232px) {	

#logo {

	font-size: 36px;
	top: 22px;
	left: 15px;

}

.L3holdcon { 
	width:100%;
}	

.L3holdcongallery {
	width:81%;
	min-width:990px;
}

.L4float33 {
	width:100%;
}

.L4float66 {
	width:100%;

}

.L4float33about{
	width:25%;
}

.L4float66about {
	width:75%;
}

.L4float25folio{
	width:33%;
}

.L5contpicdes{
	padding:0px;
}



.slidehold{
	height: 540px; 
}


.slideshow {
	padding-top:40px;
	padding-bottom:60px;

}

}


/* Desktop Layout: Greater than 1233px.  Inherits styles from: Global, Mobile and Tablet Layouts. */

@media only screen and (min-width:1233px) {




}


@media print {
	 
#background { display: none; }
#wrapper-page {	width:100%;}

    }
