/* ==================================================
   Global Styles
================================================== */

*, *:after, *:before
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body
{
	height: 100%;
	width: 100%;
}

html
{
	background: #222 url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%23151515' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E") repeat center fixed;
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body
{
	font-family: "Karla", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #111;
	letter-spacing: -0.2px;
	
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;

	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}

::selection
{
	background: #1098F7;
	color: #FFF;
}

::-moz-selection
{
	background: #1098F7;
	color: #FFF;
}

a
{
	color: #1098F7;
	text-decoration: none;
}

	a:hover
	{
		color: #222;
	}
	
/* ==================================================
   Colours
================================================== */

.bg1
{
	background: #111;
}

.bg2
{
	background: #FFF;
}

.bg3
{
	background: #1098F7;
}

.bg4
{
	background: #333;
}

.bg5
{
	background: #151515;
}

/* ==================================================
   Headroom
================================================== */

.headroom
{
	transition: transform 0.25s ease-in-out 0s;
}

	.headroom--pinned
	{
		position: fixed;
		transform: translateY(0);
	}
	
	.headroom--unpinned
	{
		transform: translateY(-100%);
	}
	
	.header--fixed
	{
		position: fixed;
		z-index: 7500;
		right: 0;
		left: 0;
		top: 0;
	}

/* ==================================================
   Loading Spinner
================================================== */

.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con
{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 56px;
	height: 46px;
	z-index: 999999;
	background: #222;
	padding: 10px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* ==================================================
   Layout Styles
================================================== */

.anchor
{
	display: block;
	position: relative;
	visibility: hidden;
}

.container
{
	width: 100%;
	min-width: 280px;
}

	.container .bodycontainer
	{
		margin: 0 auto;
		width: 100%;
		max-width: 1260px;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.container .bodycontainer.nopad
	{
		padding-left: 0;
		padding-right: 0;
	}
	
		.container .bodycontainer .inner
		{
			margin: 0 auto;
			width: 100%;
			max-width: 940px;
		}

/* ==================================================
   Sections
================================================== */

#headercont
{
	
}

	#headercont .bodycontainer
	{
		display: table;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
		#headercont #headerleft
		{
			width: 30%;
			display: table-cell;
			vertical-align: middle;
		}
		
			#headercont #headerleft p
			{
				margin: 0;
			}
			
				#headercont #headerleft p a
				{
					float: left;
				}
				
					#headercont #headerleft p a img
					{
						display: block;
						width: 100%;
						max-width: 300px;
					}
		
		#headercont #headerright
		{
			width: 70%;
			display: table-cell;
		}
	
#gallerycont 
{
	
}

	#gallerycont.container .bodycontainer
	{
		padding-left: 0px;
		padding-right: 0px;
	}

		#gallerycont .inner
		{
			padding-top: 0;
			padding-bottom: 0;
			max-width: 100%;
		}
	
		#gallerycont .inner .overlay
		{
			padding: 100px 50px;
			background: #333;
			color: #FFF;
			text-align: center;
		}
		
			#gallerycont .inner .overlay .overlayinner
			{
				margin: 0 auto;
				width: 100%;
				max-width: 940px;
			}
			
				#gallerycont .inner .overlay .overlayinner h2
				{		
					clear: both;
					display: inline-block;
					font-size: 2.2em;
					line-height: 1.2em;
					width: 100%;
					max-width: 750px;
					margin-bottom: 30px;
				}
				
					#gallerycont .inner .overlay .overlayinner h2 span
					{		
						color: #1098F7;
					}
					
				#gallerycont .inner .overlay .overlayinner hr
				{
					margin: 0 auto 20px auto;
					border: 0;
					height: 0;
					width: 100%;
					max-width: 300px;
					border-top: 3px solid #1098F7;
				}
				
				#gallerycont .inner .overlay .overlayinner p
				{
					clear: left;
					display: inline-block;
					font-size: 1.15em;
					line-height: 1.4;
					width: 100%;
					max-width: 750px;
				}
				
					#gallerycont .inner .overlay .overlayinner p:last-child
					{
						margin: 0;
					}

#titlecont 
{
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;
}

	#titlecont .inner
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
		#titlecont .inner p:last-child
		{
			margin: 0;
		}
		
#titlecont.subpage
{
	text-align: left;
}

	#titlecont.subpage .inner
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}

		#titlecont.subpage h1
		{
			font-weight: 700;
			font-size: 1.7em;
			margin: 0 0 5px 0;
			letter-spacing: -1px;
		}
		
		#titlecont.subpage p
		{
			color: rgba(255,255,255,0.7);
			margin: 0;
			font-size: 0.8em;
			line-height: 1.2em;
			font-family: "Roboto Condensed";
			text-transform: uppercase;
		}
	
#maincont 
{
	
}

	#maincont .inner
	{
		padding-top: 60px;
		padding-bottom: 60px;
		
		min-height: 500px;
		height: auto !important;
		height: 500px;
	}
	
		.home #maincont .inner
		{
			padding-top: 60px;
			padding-bottom: 0px;
		}
	
	#maincont a
	{
		text-decoration: underline;
	}
	
		#maincont #websitescont
		{
			margin: 30px 0 0 0;
			overflow: hidden;
			height: 300px;
		}
		
		#maincont #websitescont .website
		{
			float: left;
			width: 30%;
			padding-top: 48px;
			padding: 51px 10px 0 10px;
		}
		
			#maincont #websitescont .website.largerwebsite
			{
				width: 50%;
				margin: 0 -5%;
				padding: 12px 10px 0 10px;
			}
		
			#maincont #websitescont .website img
			{
				position: relative;
				display: block;
				width: 100%;
				max-width: 500px;
				border: 10px solid #FFF;
				z-index: 10;
				
				-webkit-transition: ease-out 0.1s;
				-moz-transition: ease-out 0.1s;
				transition: ease-out 0.1s;
				
				/**
					-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.7);
					-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.7);
					box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.7);
				**/
			}
			
				#maincont #websitescont .website:first-child img
				{
					-ms-transform: rotate(-4deg);
					-webkit-transform: rotate(-4deg);
					transform: rotate(-4deg);
				}
				
				#maincont #websitescont .website:last-child img
				{
					-ms-transform: rotate(4deg);
					-webkit-transform: rotate(4deg);
					transform: rotate(4deg);
				}
				
					#maincont #websitescont .website.largerwebsite img
					{
						z-index: 20;
					}
					
						#maincont #websitescont .website img:hover
						{
							margin-top: -3px;
						}

#examplescont
{
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;
}

	#examplescont h2
	{
		display: inline-block;
		font-size: 1.3em;
		line-height: 1.3em;
		width: 100%;
		max-width: 600px;
	}
	
	#examplescont h4
	{
		font-size: 0.95em;
		line-height: 1.3em;
	}
	
		#examplescont p span
		{
			display: block;
			color: #1098F7;
			font-size: 4em;
		}
	
	#examplescont hr
	{
		margin: 0 auto 20px auto;
		border: 0;
		height: 0;
		width: 100%;
		max-width: 300px;
		border-top: 3px solid #1098F7;
	}
	
	#examplescont p
	{
		display: inline-block;
		font-size: 0.75em;
		line-height: 1.3em;
		width: 100%;
		max-width: 600px;
	}
	
		#examplescont .row
		{
			margin-top: 20px;
		}
		
			#examplescont .row h4,
			#examplescont .row p
			{
				margin-bottom: 10px;
			}

#startquotecont
{
	color: #FFF;
}

	#startquotecont .inner
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}

		#startquotecont p:last-child
		{
			margin: 0;
		}
		
		#startquotecont .col-lg-3
		{
			text-align: right;
		}

#footercont
{
	color: #FFF;
	color: rgba(255,255,255,0.6);
	line-height: 1.6em;
}

    #footercont a
    {
        text-decoration: underline;
    }

    #footercont a:hover
    {
        color: #FFF;
    }

	#footercont .inner
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}

		#footercont .col-lg-4:first-child img
		{
			width: 100%;
			max-width: 200px;
		}
		
		#footercont .inner span.biggertxt
		{
			font-size: 1.2em;
			color: #FFF;
		}
		
		#footercont .inner h6
		{
			color: #FFF;
		}

		#footercont .socmedicons ul
		{
			margin: 0 0 25px 0;
		}

		#footercont .socmedicons ul li
		{
			display: inline-block;
			list-style-type: none;
			margin: 0 12px 0 0;
			padding: 0;
		}

			#footercont .socmedicons ul li a
			{
				display: block;
				text-align: center;
				background: #333;
				color: #FFF;
				width: 50px;
				line-height: 50px;
				font-size: 1.7em;
				padding-top: 2px;
				
				-webkit-border-radius: 60px;
				-moz-border-radius: 60px;
				border-radius: 60px;
			}
			
				#footercont .socmedicons ul li a:hover
				{
					background: #1098F7;
				}
	
#copycont
{
	color: #FFF;
	color: rgba(255,255,255,0.7);
	font-size: 0.9em;
	line-height: 1.5em;
}

	#copycont .inner
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
		#copycont .inner .col-lg-2
		{
			text-align: right;
		}
		
			#copycont .inner .col-lg-2 p a
			{
				font-size: 32px;
				line-height: 32px;
			}
	
				#copycont p:last-child
				{
					margin: 0;
				}
				
				#copycont a:hover
				{
					color: #FFF;
				}


@media only screen and (max-width: 960px)
{
	
	.container .bodycontainer
	{
		padding-left: 30px;
		padding-right: 30px;
	}

	#headercont
	{
		
	}
	
		#headercont .bodycontainer
		{
			padding-top: 2px;
			padding-bottom: 0;
		}
		
			#headercont #headerleft
			{
				float: left;
				width: 100%;
				padding-bottom: 30px;
			}
			
				#headercont #headerleft p
				{
					padding-top: 20px;
				}
					
					#headercont #headerleft p a
					{
						padding-top: 8px;
					}
					
						#headercont #headerleft p a img
						{
							padding-right: 20px;
							margin-top: 2px;
						}
					
				#headercont #headerleft #nav-trigger
				{
					float: right;
				}
			
			#headercont #headerright
			{
				float: left;
				width: 100%;
			}

	#examplescont .row .col-lg-4
	{
		margin: 0 0 20px 0;
	}
	
		#examplescont .row .col-lg-4 p:first-child
		{
			
		}
		
	#startquotecont
	{
		text-align: center;
	}

		#startquotecont .col-lg-3
		{
			text-align: center;
			padding-top: 30px;
		}
		
	#footercont
	{
		text-align: center;
	}
					
	#copycont
	{
		text-align: center;
	}

}


@media only screen and (max-width: 768px)
{
	
	#gallerycont .inner .overlay
	{
		padding: 80px 30px;
	}
	
		#gallerycont .inner .overlay .overlayinner hr,
		#gallerycont .inner .overlay .overlayinner p.getrid
		{
			/** display: none; **/
		}
	
	#examplescont p span
	{
		font-size: 3em;
	}
	
	#maincont #websitescont
	{
		height: 200px;
	}
	
		#maincont #websitescont .website:first-child img
		{
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		#maincont #websitescont .website:last-child img
		{
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
	#copycont .inner .col-lg-2
	{
		text-align: center;
		padding-bottom: 10px;
	}
	
}

@media only screen and (max-width: 480px)
{
	
	#headercont #headerleft p a img
	{
		max-width: 240px;
	}
	
	#gallerycont .inner .overlay
	{
		padding: 50px 30px;
	}
	
	.home #maincont .inner
	{
		padding-bottom: 60px;
	}
	
	#maincont #websitescont
	{
		display: none;
	}
	
}

