﻿/* Reset */
*,
html {
	margin: 0px;
	padding: 0px;
}

/* Global */
html {
	height: 100%;
}

body {
	min-height: 100%;
	position: relative;
	padding-bottom: 390px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.clear {
	clear: both;
}

/* Typography */
body {
	font-family: 'helvetica', Arial, Garamond, sans-serif;
}

h1 {
	font-size: 24pt;
	font-weight: 100;
}

h2 {
	font-weight: 100;
}

p {
	margin: 0px 0px 10px;
}

p:last-child {
	margin-bottom: 0px;
}

/* Layout */
.header-interior,
.connect-interior,
.footer-interior,
#content {
	width: 95%;
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
}

.section {
	padding: 40px 0px;
}

.section h1 {
	margin-bottom: 20px;
	font-weight: 100;
	text-transform: uppercase;
	color: #c25629;
}

/* Header */
header {
	width: 100%;
	position: relative;
	/*border-bottom: 2px solid #4370B6;*/
	background-color:#f5f5f5;
}

.header-interior {
	padding: 20px 0px;
}

#logo {
	float: left;
	height: 60px;
	width: 200px;
}

#logo img {
	height: 100%;
}

#nav {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -12px;
	height: 25px;
}

.header-interior ul {
	list-style: none;
	margin-left: 0px;
}

.header-interior ul li {
	float: left;
	font-size: 16pt;
	margin-left: 15px;
}

.header-interior ul li a {
	text-decoration: none;
	color: #202020;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}

.header-interior ul li.current a {
	border-color: #456fb4;
}

.header-interior ul li.current a:hover {
	border-color: #456fb4;
}

.header-interior ul li a:hover {
	border-color: #c25629;
}

.header-interior ul li:first-child {
	margin-left: 0px;
}

header .drop-shadow-bottom {
	bottom: -7px;
}


/* Main Page Image */
#image-hero {
	width: 100%;
	/*height: 500px;*/
	height: 350px;
	background-color: #ddd;
}

.drop-shadow-bottom,
.drop-shadow-top {
	width: 100%;
	height: 5px;
	background-image: url(../images/drop-shadow.png);
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	z-index: 99;
}

.drop-shadow-bottom {
	bottom: 0px;
}

.drop-shadow-top {
	top: 0px;
}


/* Main Quote */
.main-quote {
	padding-top: 80px;
}

.main-quote p {
	width: 70%;
	font-size: 14pt;
	margin: 0px auto;
	text-align: center;
	padding: 30px 0px;
	border-bottom: 3px solid #aaa;
	border-top: 3px solid #aaa;
}

/* Three Column Layout */
.three-column-layout {
	width: 100%;
	text-align: center;
}

.three-column-layout.section {
	padding-bottom: 0px;
}

.three-column-layout h1 {
	margin-bottom: 20px;
	font-weight: 100;
	text-transform: uppercase;
}

.three-column-layout .column {
	display: inline-block;
	display: block;
	float: left;
	width: 29.5%;
/*	float: left;
	margin-right: 1%;*/
	margin: 10px 1.5% 40px;
	text-align: center;
}

/* Services */
.services h2 {
	margin-bottom: 10px;
}

.service-icon {
	width: 100px;
	height: 100px;
	margin: 0px auto 20px;
	background-image:url('../images/services-icons.png');
	background-repeat: no-repeat;
}

.business-intelligence .service-icon {
	background-position: 0px center;
}

.cloud-computing .service-icon {
	background-position: -105px center;
}

.big-data .service-icon {
	background-position: -220px center;
}

.mobile-computing .service-icon {
	background-position: -343px center;
}

.application-tier .service-icon {
	background-position: -462px center;
}

.business-processing .service-icon {
	background-position:-587px center;
}

/* Two Column Layout */
.two-column-layout .column-left {
	float: left;
	width: 60%;
}

.two-column-layout .column-right {
	float: right;
	width: 37%;
}

/* Footer 
 ************************************/
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
/* Connect With Us */
.connect-with-us {
	width: 100%;
	padding: 80px 0px;
	background-color: #202020;
	color: #fff;
	text-align: center;
}


.social-media-links {
	list-style: none;
	margin-top: 40px;
}

.social-media-links li a {
	display: block;
	width: 75px;
	height: 75px;
	border: 3px solid white;
	border-radius: 50px;
	background-image: url(../images/social-icons.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	overflow: hidden;
}

.social-media-links li {
	display: inline-block;
	margin: 0px 10px;
}

.social-media-links li a:hover {
	background-color: #fff;
}

.social-media-links li.facebook a {
	background-position: -188px -88px;
}

.social-media-links li.twitter a {
	background-position: -81px -88px;
}

.social-media-links li.linkedin a {
	background-position: -312px -89px;
}

.social-media-links li.email a {
	background-position: 12px -87px;
}

.social-media-links li.facebook a:hover {
	background-position: -188px 15px;
}

.social-media-links li.twitter a:hover {
	background-position: -81px 15px;
}

.social-media-links li.linkedin a:hover {
	background-position: -312px 14px;
}

.social-media-links li.email a:hover {
	background-position: 12px 17px;
}


/* Footer Nav */
.bottom-footer {
	position: relative;
	background-color: #101010;
	color: #fff;
	padding: 10px 0px;
}

#footer-nav {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -12px;
	height: 25px;
}

#footer-nav ul {
	list-style: none;
	margin-left: 0px;
}

#footer-nav ul li {
	float: left;
	font-size: 10pt;
	padding: 0px 5px 0px 10px;
	margin-left: 5px;
	border-left: 1px solid #fff;
}

#footer-nav ul li:first-child {
	border-left: none;
}

#footer-nav ul li:last-child {
	padding-right: 0px;
}

#footer-nav ul li a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}

#footer-nav ul li.current a {
	color: #aaa;
}

#footer-nav ul li.current a:hover {
	color: #aaa;
}

#footer-nav ul li a:hover {
	color: #dddddd;
}

#footer-nav ul li:first-child {
	margin-left: 0px;
}

/* Copyright */
.copyright {
	color: #aaa;
	font-size: 10pt;
	font-style: italic;
}

/* Media Queries */
@media all and (max-width: 699px) {
	.main-quote p {
		width: 90%;
	}

	.three-column-layout .column {
		display: block;
		width: 100%;
		margin: 30px 0;
		text-align: center;
	}

	.two-column-layout .column-left,
	.two-column-layout .column-right {
		width: 100%;
		float: none;
	}

	.two-column-layout .column-left h1,
	.two-column-layout .column-left p,
	.two-column-layout .column-right p,
	.two-column-layout .column-right h4 {
		text-align: center;
	}

	.two-column-layout .column-right {
		margin-top: 40px;
	}

	.two-column-layout .column-right h1 {
		margin-bottom: 20px;
		font-weight: 100;
		text-transform: uppercase;
		font-size: 24pt;
		text-align: center;
	}

	.slidesjs-previous {
		left: 2px!important;
	}

	.slidesjs-next {
		right: 2px!important;
	}

}