@font-face {
	font-family: "GillSansMTLight";
	src: url("/fonts/gillsansmtpro-light-webfont.eot");
	src: url("/fonts/gillsansmtpro-light-webfont.eot?#iefix") format("embedded-opentype"),
		url("/fonts/gillsansmtpro-light-webfont.woff") format("woff"),
		url("/fonts/gillsansmtpro-light-webfont.ttf") format("truetype"),
		url("/fonts/gillsansmtpro-light-webfont.svg#svgFontName") format("svg");
}
@font-face {
	font-family: "GillSansMTBold";
	src: url("/fonts/gillsansmtpro-bold-webfont.eot");
	src: url("/fonts/gillsansmtpro-bold-webfont.eot?#iefix") format("embedded-opentype"),
		url("/fonts/gillsansmtpro-bold-webfont.woff") format("woff"),
		url("/fonts/gillsansmtpro-bold-webfont.ttf") format("truetype"),
		url("/fonts/gillsansmtpro-bold-webfont.svg#svgFontName") format("svg");
}
@font-face {
	font-family: "GillSansMT";
	src: url("/fonts/gillsansmtpro-medium-webfont.eot");
	src: url("/fonts/gillsansmtpro-medium-webfont.eot?#iefix") format("embedded-opentype"),
		url("/fonts/gillsansmtpro-medium-webfont.woff") format("woff"),
		url("/fonts/gillsansmtpro-medium-webfont.ttf") format("truetype"),
		url("/fonts/gillsansmtpro-medium-webfont.svg#svgFontName") format("svg");
}

html {
    overflow-x: hidden;
}

body {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    font-family: GillSansMTLight;
	background-image: url(../images/bg_hands.jpg);
	color: #424242;
	font-size: 18px;
}

a{
	color: #424242!important;
	text-decoration: none!important;
}

h1{
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 0px;
}

.text-holder{
	margin-top: 10%;
}

.domain{
	font-weight: bold;	
	font-size: 30px;
}

.small{
	font-size: 24px;
}

.company-logo {
    background-color: #ff9900;
    width: auto;
}

.company-logo a {
    background-image: url(../images/ipsis-header-logo.png);
    background-repeat: no-repeat;
    display: block;
    height: 96px;
    margin: 0;
    width: 173px;
}

.text-block {
    display: block;
    font-size: 32px;
    min-height: 150px;
    padding: 20px 15px;
    position: relative;
    /* width: 100%; */
}

.info{
	background-color: #fff;
	padding: 30px;
}

.ipsis-info{
	margin-top: 10px;
}

.ipsis-info .left, .ipsis-info .right{
	float: left;
	margin-right: 60px;
}

.clear{
	clear: both;
}

/* flow */

.orange, .company-logo .flow, .project .flow, .orange .flow {
    background-color: #ff9900;
    color: #ffffff;
}

.flow {
    position: absolute;
    width: 50%;
    height: 100%;
}

.flow-left {
    right: 0;
    margin-right: 50%;
}

.flow-right{
	background-color: #fff;
	left: 0;
    margin-left: 94%;
}

@media (min-width: 768px) {
	body {
		font-size: 26px;
	}

	h1{
		font-size: 40px;
	}
}