/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Typography
	#Buttons
	#Generic Styles
	#Separators
	#Nav
	#Intro
	#Work
	#Services
	#About
	#Contact
	#Media Queries
	#Font-Face */
@-moz-document url-prefix() { 
  .selector {
     color:lime;
  }
}

/* #Typography
================================================== */

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}

h1 {
	color: #fff;
	font-size: 120px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 150;
	margin-bottom: 70px;
}

h1.small {
	font-size: 70px;
	margin-bottom: 40px;
}

h2 {
	font-size: 60px;
	font-weight: 700;
	color: #434343;
	text-transform: uppercase;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 80px;
}

h2.smaller {
	font-size: 40px;
	margin-bottom: 40px;
    margin-top: 50px;
}

h2.white {
	color: #3d3d3d;
}

span.lines {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #434343;
}

h3.white {
	color: #fff;
}

h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: #3d3d3d;
}

p.white {
	color: #3d3d3d;
}

p.white1
{
	color: #3d3d3d;
	float:right;width:72%;
}

.eight.columns ul li {
list-style: circle;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
}



#head_title img
{
float:left;
max-width:420px;
width:45%;
}

#head_title h1
{
font-size:44px;
line-height:50px;
text-shadow: -2px 1px 3px #000;
float:right; width:55%;
margin-top: .25em;
}
#head_title p
{
float:right; width:55%; font-size:24px;
}
#head_title p span
{
font-weight:bold; font-size:22px; color:white; text-shadow: -2px 1px 3px #000;
}

/* #Buttons
================================================== */

.button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #3a3a3a;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 6px 10px;
	font-family: 'Source Sans Pro', sans-serif; 
}

.button1:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0; 
}

.button1:active,
button1:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0;
}

.button2, .button2:visited {
	background: #a90000;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 10px 20px;
	font-family: 'Oswald', sans-serif; 
	margin-top: 5px;
}

.button2:hover {
	color: #e8e8e8;
	background: #5d5d5d;
	border: 0; 
}

/* Fix for odd Mozilla border & padding issues */
.button1::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}



/* #Generic Styles
================================================== */

.action {
	margin-top: 50px;
	padding: 40px 0 20px 0;
	text-align: center;
	border-top: 1px solid #d3d3d3;
}

.action p {
	font-size: 22px;
	font-weight: 600;
	color: #515151;
}

.action p.white {
	color: #ececec;
}

.hidden {
	display: none;
}



/* #Separators
================================================== */

p.separator {
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
	position: relative;
	z-index: 200;
	text-align: center;
	padding-top: 160px;
	text-shadow: 1px 1px 1px #000;
}

#separator1 {
	width: 100%;
	height: 500px;
	position: relative;
}

#separator1 .bg2 {
background: url(../images/bg2.jpg) repeat 0 0;
background-attachment: fixed;
margin: 0 auto;
padding: 0;
position: absolute;
z-index: 200;
width: 100%;
height: 600px;
}

#separator2 {
	width: 100%;
	height: 500px;
	position: relative;
}

#separator2 .bg3 {
background: url(../images/bg3.jpg) repeat 0 0;
background-attachment: fixed;
margin: 0 auto;
padding: 0;
position: absolute;
z-index: 200;
width: 100%;
height: 600px;
}
#separator3 {
	width: 100%;
	height: 500px;
	position: relative;
}

#separator3 .bg4 {
	background: url(../images/bg4.jpg) repeat 0 0;
	background-attachment: fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 600px;
}


/* #Nav
================================================== */

nav {
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 1000;
	text-align: center;
	height: 38px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

nav ul {
	padding-top: 10px;
}

nav ul li {
	display: inline;
	border-right: 1px solid #e6e6e6;
	padding: 11px 26px 8px 26px;
	margin: 0;
}

nav ul li:first-child {
	border-left: 1px solid #e6e6e6;
}

nav a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #515151;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:visited {
	color: #515151;
}

nav a:hover {
	color: #000;
}



/* #Intro
================================================== */

#intro {
	width: 100%;
	height: 600px;
	text-align: center;
	z-index: 100;
}

#intro .bg1 {
	background: url(../images/bg1.jpg) 0 0 repeat fixed;	
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 600px;
}

.title {
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 150;
	padding-top: 40px;
}

.intro-line {
	position: relative;
	z-index: 150;
	border-top: 1px solid #ededed;
	width: 670px;
	margin: 0 auto 50px auto;
}

.title p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 150;
}

.social-intro {
	margin-top: 45px;
	position: relative;
	z-index: 150;
}

.social-intro ul li {
	display: inline;
	margin: 0 5px;
}

.social-intro a {
	opacity: 0.7;
}

.social-intro a:hover {
	opacity: 1;
}



/* #Work
================================================== */

#work {
	background: #fff;
	position: relative;
	z-index: 300;
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.flexslider {
	margin-top: 40px;
}

p.mid-text {
	margin-top: 40px;
}

.portfolio {
	text-align: center;
	margin-top: 40px;
}

p.proj-title {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d3d3d3;
	text-transform: uppercase;
}

p.proj-desc {
	margin-bottom: 35px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d3d3d3;
}



/* #Services
================================================== */

#services {
	background: #fff;
	position: relative;
	z-index: 300;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.serv-list {
	text-align: center;
	margin-top: 60px;
}

.serv-list h4 {
	margin-bottom: 50px;
}

.serv-list p {
	margin-top: 35px;
}


.pricing {
	text-align: center;
	margin-bottom: 20px;
}

.pricing h3 {
	margin-top: 70px;
	margin-bottom: 60px;
}

p.p-name {
	background: url(../images/price-name-bg.jpg) repeat;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 0 8px 0;
	margin: 0;
	color: #3d3d3d;
}

p.p-price {
	background: url(../images/price-bg.jpg) repeat;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;

	padding: 20px 0 16px 0;
	margin: 0;
}

span.p-small {
	font-size: 14px;
	color: #a0a0a0;
}

.pricing ul {
	background: url(../images/price-feat-bg.jpg) repeat;
	margin: 0;
}

.pricing ul li {
	font-size: 14px;
	text-transform: uppercase;
	color: #d7d7d7;
	border-bottom: 1px solid #333333;
	padding: 10px 0;
	margin: 0;
}

.signup {
	padding: 14px 0;
	margin-bottom: 30px;
}

.signup button2 {
	margin: 0;
}

.signup {
	background: url(../images/price-bg.jpg) repeat;
}



/* #About
================================================== */

#about {
	background: #fff;
	position: relative;
	z-index: 300;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}


.skills {
	margin-top: 50px;
}

.skills h3 {
	text-align: center;
	margin-bottom: 30px;
}

.skills p {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	line-height: 18px;
}

.skill-bg {
	background: #e5e5e5;
	position: relative;
	width: 100%;
	height: 31px;
	margin-bottom: 15px;
}

.skill1 {
	background: #d1d1d1;
	width: 63%;
	height: 31px;
}

.skill2 {
	background: #c8c7c7;
	width: 72%;
	height: 31px;
}

.skill3 {
	background: #bdbdbd;
	width: 77%;
	height: 31px;
}

.skill4 {
	background: #b3b2b2;
	width: 85%;
	height: 31px;
}

.skill5 {
	background: #a9a8a8;
	width: 90%;
	height: 31px;
}


.team {
	margin-top: 60px;
	text-align: center;
}

.team h3 {
	margin-bottom: 50px;
}

p.t-name {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #424242;
	margin-top: 15px;
	margin-bottom: 0;
}

p.t-type {
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	color: #707070;
	margin-bottom: 10px;
}

.team ul {
	margin-bottom: 10px;
}

.team ul li {
	display: inline;
	margin: 0 3px;
}

.team ul a:hover {
	opacity: 0.7;
}



/* #Contact
================================================== */

#contact {
	background: #fff;
	position: relative;
	z-index: 300;
	padding-top: 20px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.contact-form p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2px;
}


.contact-info {
	margin-top: 40px;
}

.contact-info h5 {
	margin-bottom: 40px;
}

.contact-info img {
	vertical-align: middle;
	margin-right: 10px;
}


.social {
	padding-top: 15px;
}

.social ul li {
	display: inline;
	margin-right: 5px;
}

.social img:hover {
	opacity: 0.7;
}


.copyright {
	border-top: 1px solid #858585;
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
	height: 66px;
}

.copyright p {
	color: #858585;
	font-size: 14px;
}







nav select {
	display: none;
}

/* Added by Jim Camomile for last section  - 2/10/04 */
.saiq-image {
	width: 50%;
	max-width: 477px;
	max-height: 500px;
	display: block;
	float: none;
	margin: 0 auto;
	clear: both;
}

.saiq-image img{
	width: 100%;
	height: auto;
}

.quizbutton {
	width: 50%;
	max-width: 477px;
	text-align: center;
	margin: 0 auto;
}

.quizbutton a {
	width: 100%;
	text-align: center;
	margin-bottom: .75em;
}

.saiq-textbox {
	width: 75%;
	text-align: left;
	margin: 0 auto;
}

.saiq-text {
/*	width: 50%;
	display: inline-block;
	float: left;*/
	font-size: 18px;
	line-height: 130%;
	margin: 0 0em 0 0em;	
}



ul.saiq-list {
    list-style: circle inside none;
    margin: 1em 0 0;
    overflow: hidden;
    padding-left: 2em;
}

.saiq-list li {
	font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    list-style: circle outside none;
	font-size: 18px;
	line-height: 130%;
}



@media (max-width: 960px) {
	
	nav ul     { 
		display: none; 
	}
	
	nav select { 
		display: inline-block;
		position: relative;
		margin-top: 8px;
		color: #000;
	}
}

.birdy
{
margin-top:-10px;
}

#birdy_para
{
float:right;
width:72%;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1024px) {
		
		#intro .bg1 {
			background-size: cover;
			height: 950px;
		}
		
		.birdy
		{
		margin-top: 25px;
		margin-left: 120px;
		}
		
		#birdy_para
		{
		float:left;
		width: 86%;
		font-weight: 600;
		margin-left: 22px;
		}
		
		#head_title h1 {
		font-size: 35px;
		}
		
		
		.title {
			position: relative;
		}
		
		#intro {
			width: 95%;
			height: 900px;
		}
		

		.title {
			padding-top: 20px;
		}
		
		h1 {
			font-size: 100px;
			margin-bottom: 60px;
		}
		h1.small {
			font-size: 80px;
			margin-bottom: 20px;
		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
			#intro {
			height: 900px;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		h1 {
			font-size: 70px;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 40px;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 20px;
			line-height: 28px;
		}
		
		#head_title p {
		width: 100%;
		}
		nav ul li {
			padding-left: 10px;
			padding-right: 10px;
		}
		
		.saiq-image {
			width: 80%;
		}
		
		.quizbutton {
			width: 80%;
		}
		
		.saiq-textbox {
			width: 100%;
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#intro {
		height: 940px;
		}
		#intro .bg1
		{
		height:950px
		}
		#head_title img
		{
		float: left;
		width: 50%;
		margin-left: 25%;
		}
		
		#head_title p
		{
		float: left;
		text-align: center;
		margin-left: 14%;
		width: 80%;
		}
		
		.title {
			position: relative;
			padding-top: 30px;
		}
		
		.intro-line {
			display: none;
		}
		
		h1 {
			font-size: 60px;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 30px;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 18px;
			line-height: 28px;
		}
		
		
		nav ul li {
			padding-left: 5px;
			padding-right: 5px;
		}
        #intro .small
        {
            font-size: 25px !important;
			line-height: 40px !important;
			float: left;
			margin-left: 25%;
        }
        #intro span
        {
            font-size: 20px !important;
        }
        #intro div.title div
        {
            width: 100% !important;
        }
        #services .ten img
        {
            margin-top: 0 !important;
            margin: 0 50px !important;
            width: 59% !important;
        }
        #services .sixteen h2
        {
            font-size: 40px !important;
            margin-top: 5px !important;
            margin-bottom: 15px !important;
        }   
		
		p.white1
		{
		font-weight: bold;
		float: left;
		margin-left: 24px;
		margin-top: 10px;
		text-align: center;
		width: 80%;
		}
		#about .sixteen h2
        {
            font-size: 33px !important;
            margin-bottom: 40px;
			margin-top: -57px;
        }
        #contact p.white
        {
            font-size: 16px !important;
        }
        #contact .sixteen h3
		{
            font-size: 27px !important;
        }
        #contact h2.white
		{
            font-size: 33px !important;
			margin-top: 20px;
			margin-bottom: 24px;
		}
		#work {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
		}
        #work .flexslider iframe
		{
            height: 230px !important;
        }
        
        #work h2 
		{
            font-size: 45px !important;
            
            margin-top: 40px !important;
            margin-bottom: 45px !important;
        }
		
		#separator1
		{
		height:350px;
		}
		
		#separator1 p.separator
		{
		font-size: 18px !important;
		padding-top: 65px;
		}
		
		#separator2  p.separator
		{
		
		text-align: center;
		padding-top: 40px;
		}
		
		#separator2 	 p
		{
		font-size:16px !important;
		text-align:center;
		line-height: 37px !important;
		}
		
		
		
		
		.button2
		{
		margin-bottom: 5px;
		font-size:20px;
		padding: 10px 20px;
		margin-left: 25px;
		}
		
		#separator2
		{
		height:275px;
		}
		#separator2 .bg3
		{
`		height:275px;
		}
				
		#separator3 
		{
		height:350px;
		}
		
		#separator3 p
		{
		font-size:20px !important;
		text-align:center;
		line-height: 37px !important;
		}
		
		#separator3 p.separator
		{
		padding-top: 20px;
		}
		
		#services {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
		}
		
		#about {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
		}
		
		#contact {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
		}
	}
	


/* #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; }
*/