body {
  /*background: url('../images/bg.jpg') left top repeat scroll transparent; */
  background: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* FONTS */

@font-face {
    font-family: 'apex_newbold';
    src: url('../fonts/apexnew-bold-webfont.eot');
    src: url('../fonts/apexnew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apexnew-bold-webfont.woff') format('woff'),
         url('../fonts/apexnew-bold-webfont.ttf') format('truetype'),
         url('../fonts/apexnew-bold-webfont.svg#apex_newbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apex_newbook';
    src: url('../fonts/apexnew-book-webfont.eot');
    src: url('../fonts/apexnew-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apexnew-book-webfont.woff') format('woff'),
         url('../fonts/apexnew-book-webfont.ttf') format('truetype'),
         url('../fonts/apexnew-book-webfont.svg#apex_newbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apex_newheavy';
    src: url('../fonts/apexnew-heavy-webfont.eot');
    src: url('../fonts/apexnew-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apexnew-heavy-webfont.woff') format('woff'),
         url('../fonts/apexnew-heavy-webfont.ttf') format('truetype'),
         url('../fonts/apexnew-heavy-webfont.svg#apex_newheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apex_newlight';
    src: url('../fonts/apexnew-light-webfont.eot');
    src: url('../fonts/apexnew-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apexnew-light-webfont.woff') format('woff'),
         url('../fonts/apexnew-light-webfont.ttf') format('truetype'),
         url('../fonts/apexnew-light-webfont.svg#apex_newlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apex_serif_bookregular';
    src: url('../fonts/apexserif-book-webfont.eot');
    src: url('../fonts/apexserif-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apexserif-book-webfont.woff') format('woff'),
         url('../fonts/apexserif-book-webfont.ttf') format('truetype'),
         url('../fonts/apexserif-book-webfont.svg#apex_serif_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Typo */

h1, h2, h3, h4, h5, h6, p { margin: 0 0 20px; letter-spacing: 0; }
h1 { font: 100 24px/30px 'apex_newbook', Arial, Helvetica, Geneva, sans-serif; }
h2 { font: 100 24px/30px 'apex_newbook', Arial, Helvetica, Geneva, sans-serif; }
h3 { font: 100 24px/30px 'apex_newbook', Arial, Helvetica, Geneva, sans-serif; }
h4 { font: 100 30px/36px 'apex_newbook', Arial, Helvetica, Geneva, sans-serif; }
h5 { font: 100 18px/24px 'apex_newbook', Arial, Helvetica, Geneva, sans-serif; }
h6 { font: 100 14px/20px 'apex_newbook', Arial, Helvetica, Geneva, sans-serif; }
.colored p, .colored ul { color: rgba(255,255,255,.7); }
p, ul { color: rgba(34,42,49,.7); }
h3 span {
	font-weight: bold;
}
/* General */

body {
	font: 15px/20px 'apex_newbook', sans-serif;
	color: #222a31;
	padding:0;
	margin:0;

}
a {
	color: #f61629;
	outline: none;
}
a:hover {
	color: #f61629;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	
}
.center {
	text-align: center;
}
.clear {
	clear:both;
}
.red {
	color:#f50015!important;
}
.btn {
	background-image: none;
}
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"]
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid #DDDDDD;
}
tr td {
	padding:20px 10px;
	vertical-align: top;
}

/* Buttons */

.btn {
	border: none;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	font-family: 'apex_newbook', sans-serif;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}
.btn:hover,
.btn:active {
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #fff;
}
.btn-large,
.btn-small,
.btn-mini {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-large {
	padding: 15px 50px;
}
.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}

/* SECTIONS */

.wrapper {
    min-height: 530px;
    padding: 120px 0;
    position: relative;
}
#projects {}
.container {
	width: 1044px;
	margin:0 auto;
	overflow-x:hidden;
}
.header {
	height:170px;
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
}
.header-container {
    margin: 0 auto;
    min-height: 160px;
    width: 1044px;
    padding-top: 10px;
    
}
.fixed-top {
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.services, .projects, .profile, .certified {
	padding-top: 180px;
}
.services h1, .projects h1, .profile h1, .certified h1 {
	font-family: 'apex_newbold';
	text-transform: uppercase;
	color:#333333;
}
#text h1 {
	text-transform: capitalize!important;
	font-weight: normal;
	font-family: 'apex_newbook';
}
.header, .footer {
	z-index: 2;
}
section {
	border-bottom: 1px solid #ddd;
	z-index:1;
}
#profile p{
	font-size: 18px;
	color:#333333;
}
.certified {
	min-height: 330px!important;
}
.footer .container {
	margin-bottom: 20px;
}

/* BRANDING */

.brand {
    display: block;
    float: left;
    height: 115px;
    margin-left: 20px;
    width: 170px;
}

/* MAIN NAV */

.nav-container {
	width: 1044px;
	margin:0 auto;
	height: 114px;
	background:url("../images/bg-nav.png") no-repeat scroll right 0 transparent;
}
.nav {
	font: normal 22px/22px 'apex_newbook', Arial, Helvetica, Geneva, sans-serif;
	text-shadow: none;	
	text-transform: uppercase;
	float:left;
	margin-left:20px;
}
.footer .nav {
	font: normal 14px/14px 'apex_newbook', Arial, Helvetica, Geneva, sans-serif;
	text-shadow: none;	
	width: 100%;
	margin-left:20px;
	height: 30px;
}
.nav ul {
	margin:0;
	padding: 0;
	margin: 10px 0 0;
}
.nav li {
	float:left;
	list-style: none;
	line-height: 93px;
	background:url(../images/menu-li-bg.png) right center no-repeat scroll transparent;
}
.nav li:last-child {
	background: none;
}
.footer .nav li {
	line-height: 30px;
}
.footer .nav > li > a {
	color: #333333;
	padding: 30px 20px;
}
.footer .nav > li > a:hover {
	text-decoration: underline;
}
.footer ul.nav {
	width: 64%;
	padding-left:24%;
}
.nav > li > a {
	color: #fff;
	padding: 30px 20px;
	text-decoration: none;
}
.nav > li > a:focus, 
.nav > li > a:hover {
	text-shadow: none;
	text-decoration: underline;
}
.navbar-fixed-top .navbar-inner, 
.navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}

/* HEADING-BG */

.heading {
	background: url(../images/heading-bg.png) center center no-repeat scroll transparent;
	padding:30px 0;
}

/* COLS */

.col1, .col2, .col3, .col4 {
	float:left;
	margin-right:2%;
}
.last {
	margin-right: 0;
}
.col1 {
	width:96%;
}
.col2 {
	width:46%;
}
.col3 {
	width: 32%;
}
.col4 {
	width:23%;
}
.col1 #image-container, .col2 #image-container, .col3 #image-container {
	width: 100%;
	height:190px;
	position: relative;
	z-index: 1;
} 
#image-container {
	margin-bottom: 20px;
}

#image-container span {
	/*display: block;
	width: 63px;
	height: 63px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:2;
	background: url(../images/span-lightbox.png) left top no-repeat scroll transparent;*/
}
#text p {
	color:#999999;
	font-size: 14px;
}
.col4 img {
	max-width: 100%;
}

/* CARUSEL */

.contentbox-wrapper{			
	position:relative; 
	left:0; 
	width:4000px; 
	height:auto;
}
.contentbox{
	width:1044px; 
	height:100%; 
	float:left; 
	padding:10px;
	background:#fff;
}
#navigation {
	width:1044px;
}
#navigation div.showcase-arrow-next {
	right: 0;
	top: 370px;
}
#navigation div.showcase-arrow-previous {
	left: 0;
	top: 370px;
}

#carusel-nav {
	margin-top:10px;
	padding: 5px 10px 5px 47%;
	display: none;
}
#carusel-nav ul {
	margin:0;
	padding: 0;
}
#carusel-nav ul li{
	display:inline;
	margin-right:10px;
	margin:0;
	padding:0;
}
#carusel-nav a.active {
	font-weight:bold;
}
#carusel-nav span.nav-btn {
	display: block;
	background: url(../images/span-li.png) center center no-repeat scroll transparent;
	width:20px;
	height: 20px;
	float:left;
}
#carusel-nav span.nav-btn:hover {
	background: url(../images/span-li-active.png) center center no-repeat scroll transparent;
}

/* SLIDER */
.slider-container {
	width:100%;
	height:620px;
}
.showcase-content {
	position: relative;
}
.text1, .text2, .text3, .text4 {
	position:absolute;
	z-index: 99;
	width: 200px;
	height: auto;
}
.text1 {
    color: #FFFFFF;
    font-size: 22px;
    left: 220px;
    top: 515px;
}
.text2 {
    color: #FFFFFF;
    font-size: 18px;
    left: 410px;
    top: 515px;
}
.text3 {
    color: #FFFFFF;
    font-size: 32px;
    right: 280px;
    top: 510px;
}
.text4 {
    color: #FFFFFF;
    font-size: 18px;
    right: 145px;
    text-align: left;
    top: 504px;
    width: 120px;
}
.heading-text {
    background: url("../images/slider-hov.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 18px;
    height: 139px;
    position: absolute;
    right: -60px;
    text-align: left;
    top: 348px;
    width: 773px;
}
.heading-text div {
	width: 400px;
	margin-left:150px;
	margin-top: 24px;
}
.heading-text h2, .heading-text p {
	color:#fff;
}
.heading-text h2 {
	font-size: 36px;
}
.heading-text p {
	font-size: 14px;
}
.showcase-button-wrapper {
	display: none;
}
div.pp_default .pp_description {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 5px 50px 5px 0;
    padding-left: 20px;
}

#showcase-content-0 .text1 a{
  color: #fff;
  text-decoration: none;
}

#contact h1{
  font-size: 18px;
}
.text1 a {
    color: #FFFFFF;
    text-decoration: none;
}
