/* General Demo Style */
@import url('fonts/verb/stylesheet.css');

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
.logo-area {
	float: left;
	margin-top: 30px;
	margin-left: 0px;
	width: 336px;
	height: 100px;
	background: url('../images/logo.png') no-repeat;
}
.logo-area h1 {
	margin-top: 110px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	visibility: hidden;
}
span.tagline-colour {
	color: #AD40EA;
}
.nav-area {
	width: 300px;
	height: 50px;
	position: absolute;

}
.nav-area ul li {
	list-style: none;
	float: left;
	margin: 0 10px;
}
.nav-area ul li a img {
	opacity: .5;
	transition: all .5s linear;
}
.nav-area ul li a img:hover {
	opacity: 1;
}
iframe {
	border-top:    solid #f5f5f5 5px;
	border-right:  solid #f5f5f5 5px;
	border-bottom: inset #cccccc 5px;
	border-left:   inset #cccccc 5px;
}
.text-area {
	float: left;
	width: 50.5208333333333%; /* 485px / 960px */
	margin-left: -330px;
	padding-right: 15px;
}
.text-area-2 {
	float: right;
	width: 41.6666666666667%; /* 400px / 960px */
	margin-right: 0px;
	padding: 0;
}
.text-area,
.text-area-2 {
	margin-top: 300px;
	margin-bottom: 30px;
}
.text-area p,
.text-area h2,
.text-area-2 p,
.text-area-2 h2 {
	color: #fff;
	font-family: 'edmondsans_regularregular';
	line-height: 20px;
	margin: 10px 0px;
}
.text-area h2,
.text-area-2 h2 {
	font-family: 'verbmedium';
}
blockquote {
	margin: 10px;
	font-family: 'verbmedium_italic';
}
h1.clients {
	margin: 10px;
}

.clients li,
p.clients {
	margin: 10px;
	list-style: none;
}

#screen {
	padding: 10px 0 50px 0;
	min-height: 100%;
}
/*
h1.clients {
	font-family: 'verbmedium';
}*/

/*
.clients blockquote {
	font-family: 'verbmedium_italic';
}*/

.text-area-2 ul {
	margin-left: 10px;
}
.mov {
	width: 320px;
	margin: 0;
	padding: 0;
	height: 200px;
	text-align: left;
}
a {
	color: #555;
	text-decoration: none;
}
ul.testimonials li,
ul.testimonials li a {
	color: #AD40EA;
}
ul.testimonials li a:hover {
	color: #fff;
}
.fancybox-inner {
	background: #000;
}
.container {
	width: 100%;
	position: relative;
}

.container.demo-1 {
	height: 100%;
	position: absolute;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}
footer {
	clear: both;
	width: 100%;
	padding-top: 20px;
	border-top: dotted 3px #333;
	height: 150px;
/*	display: none;*/
}
footer a {
	color: yellow;
}
div.contact-info {
	float: left;
	width: 30%;
	font-size: 12px;
	color: #f5f5f5;
	margin: 0;
}
p.quizlink {
	float: left;
	width: 30%;
	font-size: 12px;
	color: #f5f5f5;
	margin: 0 5%;
}
.awards {
	float: left;
	width: 30%;
	text-align: right;
}

#inner-footer {
	width: 960px;
	height: 50px;
/*	background: green;*/
}




