body {
	font-family:ChaparralProRegular, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
}

/* Global */
@font-face {
    font-family: 'ChaparralProRegular';
    src: url('../fonts/chaparralpro-regular-webfont.eot');
    src: url('../fonts/chaparralpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chaparralpro-regular-webfont.woff') format('woff'),
         url('../fonts/chaparralpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

a {
	color:#000;
}
a:hover {
	color:#000;
	text-decoration:none;
}

#home-wrap {
	background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/home_bg.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 585px;
    min-width: 1024px;
	height:100%;
	max-height:100%;
}
#home-wrapper {
	background-image: url("../images/dot-pattern.png");
    height: 100%;
    position: absolute;
    width: 100%;
}

/* Content */
#header {
	width:100%;
	height:64px;
	background-color: #000;
	left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    z-index: 500;
}
header {
	width:960px;
	margin:0px auto;
	
}
header #logo {
	float:left;
	margin-top:8px;
}
header nav {
	float:right;
}
header nav ul {
	margin-top:25px;
}
header nav ul li {
	float:left;
	margin-right:45px;
}
header nav ul li a{
	color:#fff;
	text-decoration:none;
}
header nav ul li a:hover{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}
header nav ul li a.active{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}
header nav ul li.last{
	margin-right:0px;
}

#header .lang-flag {
	position:absolute;
	right:20px;
}

.lang-flag li{
	float:left;
	margin-top:20px;
	margin-left:15px;
}
.container {
	width:960px;
	margin:0px auto;
	display: table;
	position: relative; 
	overflow: hidden;
	height:100%;
}
.container-2 {
	width:960px;
	margin:0px auto;
}
.large {
	position: absolute; top: 50%;display: table-cell; vertical-align: middle;
}
.text-white-bg {
    background-color: #fff;
    color: #000000;
    display: inline-block;
    margin: 4px 10px;
    padding: 12px;
	font-size:55px;
	
	opacity: .9;/*for all other browsers */
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*for IE8 */
	filter: alpha(opacity=90);  /*for IE7 */
}

#arrow-services {
	bottom: 40px;
	right: 40px;
	z-index: 50;
	position: absolute;
	color:#fff;
	font-size:27px;
}
#arrow-services  a {
	color:#fff;
	position:relative;
	top:-13px;
	text-decoration:none;
	margin-right:8px;
}
#arrow-services  a:hover {
	text-decoration:underline;
}

#down-arrow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF !important;
    background-image: url("../images/slide-arrow-down-grey.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    opacity: 0.8;
    overflow: auto;
    width: 40px;
    z-index: 50;
}

#services { 
	margin-bottom:80px; 
}
.content {
    /*box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.6);*/
    z-index: 5;
}
.photo-bar {
    /*background-attachment: fixed;*/
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/subpage_bg.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;*/
    width: 100%;
	height:247px;
}

.photo-bar-2 {
    /*background-attachment: fixed;*/
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/subpage_bg-2.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;*/
    width: 100%;
	height:247px;
}

.photo-bar-3 {
    /*background-attachment: fixed;*/
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/subpage_bg-3.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;*/
    width: 100%;
	height:247px;
}

.photo-bar-4 {
    /*background-attachment: fixed;*/
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/subpage_bg-4.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;*/
    width: 100%;
	height:247px;
}

.photo-text {
    color: #FFFFFF;
    margin: 80px 0;
}
.small * {
	font-size:35px;
}

.text-black-bg {
    background-color: #000;
    color: #FFFFFF;
    display: inline-block;
    padding: 7px;
	margin-bottom:5px;
	
	opacity: .6;/*for all other browsers */
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /*for IE8 */
	filter: alpha(opacity=60);  /*for IE7 */
}

.page-content {
	margin:35px auto 20px auto;
	border-bottom:1px solid #ccc;
	font-size:16px;
}

.page-content h2{
	font-size:35px;
	font-weight:normal;
	margin-bottom:20px;
}
.page-content p{
	margin-bottom:20px;
}

.page-content ul li{
	margin-bottom:16px;
	background:url("../images/bullet_circle.gif") no-repeat 0px 8px;
	padding-left:12px;
}

.page-content .auditing{
	width:450px;
	float:left;
	padding-right:20px;
	border-right:1px solid #ccc;
	margin-bottom:20px;
}

.page-content .organizational{
	width:450px;
	float:right;
	margin-bottom:20px;
}

#contact_us article p {
	text-align:center;
}

#contact_us address {
	font-style:normal;
}




.clearfix:after, .container-2:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .container-2:before, .container-2:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:before, .clearfix:after, .container-2:before, .container-2:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
