html{
	background-color: #090200;
}
body{
	width: 960px;
	margin: 0 auto;
	background: url('../images/spot-bg.jpg') no-repeat left top;
	min-height: 600px;
	padding-top: 10px;
}
p, a{
	font-size: 18px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #0886bd;
	text-decoration: none;
}
h1,h2,h3,h4{
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #0886bd;
}
h1>a{
	font-size: inherit;
	font-weight: inherit;
}
.image-replace {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*------------------------------

This animation keyframe series is used in the body>* selector to ease all content in the body.

--------------------------------*/
@keyframes "fadein" {
 0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	filter: alpha(opacity=0);
   	opacity: 0;
 }
 100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   	filter: alpha(opacity=100);
   	opacity: 1;
 }

}

@-moz-keyframes fadein {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
 }

}

@-webkit-keyframes "fadein" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
 }

}

@-ms-keyframes "fadein" {
 0% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
 }

}

@-o-keyframes "fadein" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
 }

}
body > * {

	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;

}

/*-----------------------------

Header Styles

--------------------------------*/
.top-navigation{
	margin-top: 100px;
	position: relative;
	width: 341px;
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

.site-logo a{
	display: block;
	background: url('../images/sws-logo.png') no-repeat left top;
	width: 341px;
	height: 87px;
}
.contact-info{
	line-height: 16px;
	position: absolute;
	left: 132px;
	top: 56px;
}
.menu-links{
	position: absolute;
	top:104px;
	left: -51px;
	display: inline-block;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.menu-links a{
	display: block;
	font-size: 38px;
	line-height: 30px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	-ms-transition: color .5s ease;
	transition: color .5s ease;
}
.menu-links a:hover, .current-page{
	color: white;
}
/*------------------------------------

Footer Styles

---------------------------------------*/
.location{
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-top: 7px;
}
.contact{
	float: right;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
	margin-top: 7px;
}
.bottom-logo{
	display: block;
	background: url('../images/sws-logo.png') no-repeat left top;
	width: 341px;
	height: 87px;
	margin: 0 auto;
}
.colophon{
	padding-bottom: 75px;
}


/*-----------------------------------

Work page styling

--------------------------------------*/
.contact-us-container{
	margin: 100px 0;
	padding: 75px 0;
	background: url(../images/blur-down-facing.jpg) no-repeat center top,
				url(../images/blur-up-facing.jpg) no-repeat center bottom;
	text-align: center;
}
.contact-us-container a{
	font-size: 40px;
	font-weight: 200;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	-ms-transition: color .5s ease;
	transition: color .5s ease;
}
.contact-us-container a:hover{
	color: white;
}
.contact-us-container a:before,
.contact-us-container a:after {
	content: " = ";

	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	transition: opacity .5s ease;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.contact-us-container a:hover:before,
.contact-us-container a:hover:after{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=1);
	opacity: 1;
}
.page-title{
	color: white;
	font-size: 60px;
	text-align: right;
	margin-bottom: -25px;
}
.project-container{
	width: 720px;
	height: 263px;
	background: url('../images/project_bg.png') repeat-x left top;
	float: right;
	margin-right: 10px;
	position: relative;
	border-bottom: 1px solid #0d1c24;
}
.project-container+.project-container{
	margin-top: 40px;
}
.project-container img{
	float: left;
	margin: 25px;

	-webkit-box-shadow: none;
	box-shadow: none;

	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
.project-container img:hover{
	box-shadow: white 0 0 20px;
}
.project-container h1{
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 7px;
}
.project-container h1 a{
	transition: color .5s ease;
}
.project-container h1 a:hover{
	color: white;
}
.big-arrow-link{
	width: 50px;
	height: 263px;
	float: right;
	margin-left: 10px;
	position: relative;
	background: url(../images/big_arrow.png) no-repeat center center;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	-ms-transition: background .5s ease;
	transition: background .5s ease;
}
.big-arrow-link:hover{
	background-position: 70% center ;
}
.big-arrow-link:before {
	width: 50px;
	height: 263px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-color: #0886bd;
	content: " ";

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.big-arrow-link:hover:before{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	opacity: .2;
}
.site-link{
	display: inline-block;
	color: white;
	margin-top: 10px;
	border-bottom: 1px dashed transparent;

	-webkit-transition: border-color .5s ease;
	-moz-transition: border-color .5s ease;
	-o-transition: border-color .5s ease;
	-ms-transition: border-color .5s ease;
	transition: border-color .5s ease;
}
.site-link:hover{
	border-bottom: 1px dashed white;
}
.site-link:after{
	content: " >>";

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.site-link:hover:after{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.ribbon{
	position: absolute;
	bottom: 42px;
	left: -42px;
	color: white;
	width: 150px;
	height:25px;
	line-height: 25px;
	font-size: 18px;
	background: url(../images/ribbon_bg.png);
	text-align: center;
	font-family: 'Raleway', sans-serif;

	-webkit-transform: rotate(55deg);
	-moz-transform: rotate(55deg);
	-o-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}
/*---------------------------

Contact page

------------------------------*/

.contact-container{
	width: 660px;
	float: right;
	margin-right: 10px;
	position: relative;
	padding: 0 0 75px 40px;
}
#contact-form{
	background: url(../images/project_bg.png) repeat-x;
	background-size: auto 100%;
	width: 320px;
	height: 500px;
	float: left;
}
#contact-form label{
	color: #0886bd;
	font-size: 36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	margin: 24px 40px -13px;
	display: block;
}
#contact-form-name, #contact-form-email, #contact-form-message{
	display: block;
	width: 260px;
	margin: 0 20px;
	padding: 13px 10px 10px;
	border: none;
	background: rgba(255, 255, 255, .05);
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	color: white;
	border-bottom: 1px dashed #165c7a;
}
#contact-form-message{
	height: 150px;
}
#contact-form-submit{
	border: none;
	background-color: #165c7a;
	font-size: 36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	display: block;
	margin: 20px;
	width: 280px;
	padding: 0;
	text-align: center;
	color: white;
	line-height: 50px;
	cursor:pointer;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	-ms-transition: background .5s ease;
	transition: background .5s ease;
}
#contact-form-submit:hover{
	background-color: #0886bd;
}
.contact-page-contact-info{
	float: right;
	width: 260px;
	background: url(../images/project_bg.png) repeat-x;
	background-size: auto 100%;
	height: 450px;
	padding: 25px 20px;
	text-align: center;
}
.contact-page-contact-info h1{
	font-size: 36px;
	margin: 40px 0 10px;
}
.contact-page-contact-info p{
	font-size: 28px;
	color: white;
	font-weight: 200;
}
.contact-error{
	color: red !important;
}
.contact-error:before{
	content: "Invalid ";
}
.contact-error:after{
	content: "!";
}
.visitor-message{
	width: 620px;
	padding: 25px 20px;
	background: url(../images/project_bg.png) repeat-x;
	height: 150px;
	float: right;
	margin:0 10px 25px;
}
.visitor-message h1{
	font-size: 36px;
	margin: 0 0 10px;
	color: white;
}
.visitor-message p{
	font-size: 20px;
	font-weight: 200;
}
.philosophy{
	width: 620px;
	padding: 25px 20px;
	background: url(../images/project_bg.png) repeat-x;
	height: 165px;
	float: right;
	margin:0 10px 25px 0;
}
.philosophy h1, .skills h1, .services h1{
	font-size: 36px;
	margin-bottom: 7px;
}
.skills li, .services li{
	font-size: 18px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #0886bd;
	text-decoration: none;
	text-indent: -13px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.skills li:before, .services li:before{
	content: "- "
}
.skills{
	width: 220px;
	padding: 25px 20px;
	background: url(../images/project_bg.png) repeat-x;
	background-size: auto 100%;
	height: 340px;
	float: right;
	margin:0 10px 0 0;
	clear: right;
}
.services{
	width: 320px;
	padding: 25px 20px;
	background: url(../images/project_bg.png) repeat-x;
	background-size: auto 100%;
	height: 340px;
	float: right;
	margin:0 40px 0 0;
}
/*-------------------------

Home page

-----------------------------*/
.home-header{
	text-align: center;
}
.home-logo{
	display: block;
	margin: 200px auto 25px;
}
.home-link{
	padding: 30px 51px;
	font-size: 38px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	-ms-transition: color .5s ease;
	transition: color .5s ease;
}
.home-link:hover{
	color: white;
}