
body
{
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	color: #666;
	background-color: #eee;
	text-align: center;
	font-weight: 300;
	line-height: 170%;
	font-size: 16px;
}

div#leftcontents
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}

a
{
	text-decoration: none;
	color: #666;
}
a:hover
{
	color: #333;
}

h2
{
	font-size: 14px;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 182%;
}

h1
{
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 0px;
	margin: 0px;
	font-size: 27px;
	text-align: left;
	line-height: 90%;
	font-weight: 300;
}
h1 a
{
	text-decoration: none;
	color: #686868;
}

h1 a:hover
{
	text-decoration: none;
	color: #333;
}

h1 span
{
	font-size: 17px;
}

div#menutab
{
	position: fixed;
	top: 20px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	z-index: 10002;
}

#menutab a
{
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#menutab img
{
	width: 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#menuTwotab1
{
	position: absolute;
	top: 6px;
	left: 0px;
	background-color: #686868;
	width: 30px;
	height: 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#menuTwotab2
{
	position: absolute;
	top: 19px;
	right: 0px;
	background-color: #686868;
	width: 30px;
	height: 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.rotate0 {
  transform: rotate(0deg) translateY(-0%);
  -webkit-transform: rotate(0deg) translateY(-0%);
  -ms-transform: rotate(0deg) translateY(-0%);
}

.rotate45 {
  transform: rotate(45deg) translateY(-0%);
  -webkit-transform: rotate(45deg) translateY(-0%);
  -ms-transform: rotate(45deg) translateY(-0%);
}

.rotateMinus45 {
  transform: rotate(-45deg) translateY(-0%);
  -webkit-transform: rotate(-45deg) translateY(-0%);
  -ms-transform: rotate(-45deg) translateY(-0%);
}

#menutab1
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #888888;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: none;
}

#menutab2
{
	position: absolute;
	top: 9px;
	right: 0px;
	background-color: #888888;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: none;
}

#menutab3
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #888888;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: none;
}

a:hover #menutab1
{
	left: -2px;
	opacity: 0.5;
}

a:hover #menutab2
{
	right: -2px;
	opacity: 0.5;
}

a:hover #menutab3
{
	left: -2px;
	opacity: 0.5;
}

div#menucontents
{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 10001;
	display: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}

div#menusection1
{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 0%;
	height: 33%;
	background-color: rgba(238, 238, 238, 0.95);
	z-index: 10000;
	opacity: 0;
	display: block;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

div#menusection2
{
	position: fixed;
	top: 33%;
	left: 0px;
	width: 0%;
	height: 33%;
	background-color: rgba(238, 238, 238, 0.95);
	z-index: 10000;
	opacity: 0;
	display: block;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

div#menusection3
{
	position: fixed;
	top: 66%;
	right: 0px;
	width: 0%;
	height: 34%;
	background-color: rgba(238, 238, 238, 0.95);
	z-index: 10000;
	opacity: 0;
	display: block;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

div#menufix
{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -150px;
}

#menucontents p
{
	text-align: center;
	display: block;
	font-size: 26px;
	line-height: 100%;
	width: 100%;
	position: relative;
	padding: 0px;
	margin-bottom: 5px;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

#menucontents a
{
	float: left;
	width: 100%;
	text-align: center;
	color: #686868;
	z-index: 9999;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	text-decoration: none;
}

#menucontents a:hover
{
	color: #333;
}

a#chosenpage
{
	color: #f00;
}

a#chosenpage:hover
{
	color: #f00;
}


div#galleryposition
{
	position: absolute;
	top: 100px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#galleryfix
{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
}

div#position
{
	position: absolute;
	top: 110px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


div#halfleft
{
	float: left;
	width: 336px;
}
div#halfright
{
	float: left;
	width: 336px;
	padding-left: 40px;
}

div#largeleft
{
	float: left;
	width: 510px;
}
#largeleft img
{
	width: 100%;
}
#largeleft p
{
	padding-bottom: 10px;
}
div#smallright
{
	float: left;
	width: 210px;
	padding-left: 25px;
}

#smallright p
{
	font-size: 15px;
	text-align: left;
}

div#fullscreen
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.testimonialtext
{
	max-width: 600px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 30px;
	margin: auto;
	text-align: justify;
}

div.fullsectionfix
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: table;
}

div.fullsectioncontents
{
	padding-top: 5px;
	padding-bottom: 5px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	text-align: left;
}

div.sectiontext
{
	max-width: 600px;
	margin: auto;
	text-align: justify;
}

div#homeleft
{
	float: left;
	width: 476px;
}

#homebase img
{
	width: 100%;
	height: auto;
	display: block;
	border: 0px;
}
div.homeportfolioimage
{
	float: left;
	margin-bottom: 15px;
	margin-right: 1%;
	width: 32%;
}

div.homeportfoliobox
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

#homebase span
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.85);
	display: block;
	font-size: 17px;
	text-align: left;
	font-weight: 300;
}

#homebase a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#homebase a:hover
{
	color: #FF1B00;
}

div#projectscontainer
{
	float: left;
	width: 100%;
}
div#projects
{
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#projects a
{
	text-decoration: none;
	border: 0px;
	color: #fff;
	font-weight: bold;
}
div.projects
{
	display:inline-block;
	margin: 5px;
	width: 212px;
}
div.projectsthumb
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 210px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #333;
	border: 1px solid #fff;
}
div.projectsthumb a
{
	width: 210px;
	height: 210px;
	display: block;
	background-position: top left;
	background-repeat: repeat;
}

div.projectsthumb a:hover
{
	background-image: url(../images/thumbnailhover.png);
}

.projectsthumb span
{
	position: absolute;
	bottom: -1px;
	left: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 105px;
	padding-bottom: 105px;
	width: 190px;
	height: 14px;
	display: none;
}

div#portfolio
{
	float: left;
	width: calc(100% - 20px);
	margin-left: 10px;
	text-align: left;
}

div#oldportfolio
{
	float: left;
	width: 100%;
	padding-top: 15px;
	text-align: left;
}

#oldportfolio h2
{
	text-align: center;
	font-weight: 300;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	padding-bottom: 50px;
	color: #fff;
}

#portfolio img
{
	width: 100%;
	height: auto;
	display: block;
}
#oldportfolio img
{
	width: 100%;
	height: auto;
	display: block;
}

div.portfolioimage
{
	display: inline-block;
	margin: auto;
	margin-bottom: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	padding-right: 1%;
	width: 31%;
}

div.portfoliobox
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

div.oldportfolioimage
{
	display: inline-block;
	margin: auto;
	margin-bottom: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	padding-right: 1%;
	width: 18%;
}

div.oldportfoliobox
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	
}

#portfolio span
{
	margin: 0px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 17px;
	text-align: left;
	font-weight: 300;
	background-color: #fafafa;
	display: block;
}

#portfolio a
{
	color: #666;
	text-decoration: none;
	font-weight: 200;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#portfolio a:hover
{
	color: #999;
}

#portfolio img
{
	width: 100%;
	height: auto;
	display: block;
	border: 0px;
}

div.imagerows
{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.imagerows img
{
	width: 100%;
	display: block;
}

div.rowimage
{
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.rowimage a
{
	display: block;
	margin: 0px;
	padding: 0px;
}

.rowimage img
{
	display: block;
	margin: 0px;
	padding: 0px;
}

span.imagecontainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
}

div.imagepadding
{
	margin: 2px;
}

div.imagefix
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.imagefix a
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

span.imagetext
{
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin-left: 0px;
	display: block;
	text-align: center;
	color: #fff;
}

.imagetext p
{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*----------------------------------------
 Start of screen size adapting
----------------------------------------*/

/*----------------------------------------
 1427px breakpoint (smaller desktop)
----------------------------------------*/
@media screen and (max-width:1427px)
{
	div.oldportfolioimage
	{
		display: inline-block;
		margin: auto;
		margin-bottom: 1%;
		padding-bottom: 0px;
		padding-left: 1%;
		padding-right: 1%;
		width: 18%;
	}
}

/*----------------------------------------
 1200px breakpoint (smaller desktop)
----------------------------------------*/
@media screen and (max-width:1200px)
{
	div.oldportfolioimage
	{
		display: inline-block;
		margin: auto;
		margin-bottom: 1%;
		padding-bottom: 0px;
		padding-left: 1%;
		padding-right: 1%;
		width: 23%;
	}
}

/*----------------------------------------
 1160px breakpoint (smaller desktop)
----------------------------------------*/
@media screen and (max-width:1160px)
{
	div.portfolioimage
	{
		width: 48%;
	}
}

/*----------------------------------------
 1000px breakpoint (laptop)
----------------------------------------*/
@media screen and (max-width:1000px)
{
	div#largeleft
	{
		width: 490px;
	}
	div#smallright
	{
		width: 200px;
		padding-left: 15px;
	}
}

/*----------------------------------------
 990px breakpoint (laptop)
----------------------------------------*/
@media screen and (max-width:990px)
{
	div#hometop
	{
		width: 96%;
	}
	div#homebase
	{
		width: 96%;
	}
}

/*----------------------------------------
 984px breakpoint (smaller desktop)
----------------------------------------*/
@media screen and (max-width:984px)
{
	div.oldportfolioimage
	{
		display: inline-block;
		margin: auto;
		margin-bottom: 1%;
		padding-bottom: 0px;
		padding-left: 1%;
		padding-right: 1%;
		width: 31%;
	}
}

/*----------------------------------------
 960px breakpoint (netbook / ipad)
----------------------------------------*/
@media screen and (max-width:960px)
{
	div#homeright
	{
		width: 100%;
		padding: 0px;
	}
	div.projects
	{
		float: left;
	}
	div#halfleft
	{
		width: 400px;
		padding: 0px;
		padding-right: 20px;
	}
	div#halfright
	{
		width: 400px;
		padding: 0px;
		padding-right: 20px;
	}
	div#largeleft
	{
		width: 350px;
	}
	div#smallright
	{
		width: 200px;
		padding-left: 15px;
	}
	
	span.portfolioimageinstruction
	{
		display: none;
	}
}
/*----------------------------------------
 920px breakpoint (netbook / ipad)
----------------------------------------*/
@media screen and (max-width:920px)
{
	div.homeportfolioimage
	{
		margin-bottom: 15px;
		margin-right: 1%;
		width: 48%;
	}
}
/*----------------------------------------
 850px breakpoint (smalltablet)
----------------------------------------*/
@media screen and (max-width:850px)
{
	div#largeleft
	{
		width: 300px;
	}
	div#smallright
	{
		width: 200px;
		padding-left: 15px;
	}
}

/*----------------------------------------
 800px breakpoint (smalltablet)
----------------------------------------*/
@media screen and (max-width:800px)
{
	div#largeleft
	{
		width: 490px;
	}
	div#smallright
	{
		width: 490px;
		padding-left: 0px;
	}
}

/*----------------------------------------
 753px breakpoint (smalltablet)
----------------------------------------*/
@media screen and (max-width:753px)
{
	div#homeleft
	{
		width: 400px;
		padding: 0px;
		padding-right: 20px;
	}
	div#homeright
	{
		width: 100%;
		padding: 0px;
	}
	div.projects
	{
		float: left;
		width: 190px;
		height: 190px;
	}
	div.projectsthumb
	{
		width: 190px;
		height: 190px;
	}
	div#largeleft
	{
		width: 395px;
	}
	div#smallright
	{
		width: 395px;
		padding-left: 0px;
	}
	#menu li
	{
		padding-bottom: 18px;
		font-size: 18px;
	}
	div#submenu
	{
		padding-top: 40px;
	}
	#submenu li
	{
		padding-bottom: 20px;
		font-size: 17px;
	}
	span.portfolioimageinstruction
	{
		display: none;
	}
}

/*----------------------------------------
 668px breakpoint (small tablet)
----------------------------------------*/
@media screen and (max-width:668px)
{
	div#leftcontents
	{
		position: static;
		float: left;
		width: 100%;
		height: auto;
		padding-bottom: 25px;
	}
	div#position
	{
		position:static;
		left: 0px;
		top: 0px;
		float: left;
		margin: 0px;
		padding: 0px;
		max-width: 668px;
	}
	div#homeleft
	{
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	div#hometop
	{
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 20px;
	}
	div#homebase
	{
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 20px;
	}
	div#portfolio
	{
		padding-top: 20px;
		padding-bottom: 20px;
		
	}
	div#homeright
	{
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	div#largeleft
	{
		width: 55%;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	div#smallright
	{
		width: 37%;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	div#galleryposition
	{
		position: static;
		top: auto;
		left: auto;
		float: left;
	}
	
	span#travelgallery
	{
		display: none;
	}
	
	div#galleryfix
	{
		margin-left: 0px;
	}
	
	
	div#menu
	{
		display: none;
	}
	
	h1
	{
		float: left;
		padding-top: 25px;
		padding-bottom: 0px;
		padding-left: 20px;
		padding-right: 0px;
		margin: 0px;
	}
	
	p#emailaddress
	{
		text-align: right;
		float: none;
		padding: 0px;
		margin: 0px;
		margin-right: 20px;
		margin-top: 24px;
		padding-bottom: 24px;
		margin-bottom: 15px;
		text-align: right;
		font-size: 16px;
		background-position: bottom right;
		background-image: url(../images/emailtop.gif);
		background-repeat: no-repeat;
	}
	div#submenu
	{
		display: none;
	}
	div#halfleft
	{
		width: 400px;
		padding: 0px;
		padding-right: 20px;
		padding-top: 20px;
		padding-left: 20px;
	}
	div#halfright
	{
		width: 400px;
		padding: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}
	
}
/*----------------------------------------
 550px breakpoint (large mobile screens)
----------------------------------------*/
@media screen and (max-width:550px)
{
	div#largeleft
	{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 0px;
		padding-top: 20px;
	}
	div#smallright
	{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	div.projects
	{
		float: left;
		width: 160px;
	}
	div.projectsthumb
	{
		width: 160px;
	}
}
/*----------------------------------------
 700px breakpoint (large mobile screens)
----------------------------------------*/
@media screen and (max-width:700px)
{
	div.portfolioimage
	{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	div.oldportfolioimage
	{
		display: inline-block;
		margin: auto;
		margin-bottom: 1%;
		padding-bottom: 0px;
		padding-left: 1%;
		padding-right: 1%;
		width: 48%;
	}
}
/*----------------------------------------
 470px breakpoint (mobile screens)
----------------------------------------*/
@media screen and (max-width:470px)
{
	div.homeportfolioimage
	{
		float: left;
		margin-bottom: 15px;
		margin-right: 0px;
		width: 100%;
	}
	p#mobilemenuopen
	{
		position: static;
		top: auto;
		right: auto;
		margin: 0px;
		padding: 0px;
		font-size: 16px;
		font-weight: normal;
		float: left;
		display: block;
		text-align: center;
		margin-left: 4%;
	}
	#mobilemenuopen a
	{
		color: #333;
		display: inline-block;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
	}
	div#menu
	{
		display: none;
	}
	
	h1
	{
		float: left;
		padding-top: 25px;
		padding-bottom: 0px;
		padding-left: 4%;
		padding-right: 0px;
		margin: 0px;
		clear: both;
	}
	
	p#emailaddress
	{
		text-align: left;
		float: left;
		padding: 0px;
		margin: 0px;
		margin-right: 4%;
		margin-left: 4%;
		margin-top: 15px;
		width: 92%;
		padding-bottom: 24px;
		padding-top: 15px;
		font-size: 16px;
		background: none;
		border-top: 1px solid #999;
	}
	
	div#homeleft
	{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	div#homeright
	{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	div#portfolio
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	div.portfolioimage
	{
		float: left;
		margin-bottom: 2%;
		margin-right: 0px;
		width: 100%;
	}
	div#halfleft
	{
		width: 92%;
		padding: 0px;
		padding-right: 4%;
		padding-top: 20px;
		padding-left: 4%;
	}
	div#halfright
	{
		width: 92%;
		padding: 0px;
		padding-right: 4%;
		padding-top: 20px;
		padding-left: 4%;
	}
}