@import url(http://reset5.googlecode.com/hg/reset.min.css);

@font-face {
    font-family: 'vitessebold_italic';
    src: url('../fonts/vitesse-bolditalic-webfont.eot');
    src: url('../fonts/vitesse-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vitesse-bolditalic-webfont.woff') format('woff'),
         url('../fonts/vitesse-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/vitesse-bolditalic-webfont.svg#vitessebold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vitesse_sansbold';
    src: url('../fonts/vitessesans-bold-webfont.eot');
    src: url('../fonts/vitessesans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vitessesans-bold-webfont.woff') format('woff'),
         url('../fonts/vitessesans-bold-webfont.ttf') format('truetype'),
         url('../fonts/vitessesans-bold-webfont.svg#vitesse_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0; 
	padding:0;
}

html, body {
	height: 100%;
	margin: 0 auto;
	font-family: 'open_sansregular', Verdana, sans-serif;
	color: #fff;
	font-size: 1.2em/100%;
	background-color: #24203d;
}

#wrapper {
	min-height: 100%;
}
	
#content {
	min-height: 100%;
	margin: 0 auto;
}

/* --------------------------
	       HEADER
----------------------------- */

header {
	height: 85px;
	width: 100%;
	background-color: #0da0e0;
	position: fixed;
	z-index: 14;
}
	
#headerImg {
	display: block;
	margin: 10px auto 0 auto;
	padding: 0;
	cursor: pointer;
	width: 70%;
	height: 70%;
}

#headerImg:hover {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* --------------------------
	         NAV
----------------------------- */


nav {
	position: fixed;
	width: 100%;
	z-index: 15;
	margin-top: 22px;
	padding: 10px 0;
	text-align: left;
	
}

nav a {
	display:inline block;
	text-transform: uppercase;
	font-family: 'open_sansregular', Lucida Grande, sans-serif !important;
}

nav a:link, nav a:visited {
	font-weight: 700;
	font-family: 'open_sansregular', Lucida Grande, sans-serif !important;
	letter-spacing: 0.07em;
	color:#fff;
	font-size: 0.9em;
	text-decoration: none;
	padding-right: 25px;
}

nav a:first-child {
	margin-left: -10px;
}
	
/*nav a:hover, nav a:active{
	text-decoration: underline;
}*/

a.yellow:hover, a.yellow:active{
	color: #FF0;
}

a.blue:hover, a.blue:active{
	color: #0FF;
}

a.green:hover, a.green:active{
	color: #0F0;
}
	
/* --------------------------
	     TYPE STYLES
----------------------------- */

a, a:link, a:visited {
	font-family: 'Oswald', Verdana, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.07em;
}

a:hover, a:active {
	color: #999;
}
	

p {
	font-family: 'open_sansregular', Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	margin: 5px auto;
	text-align: left;
	padding: 15px 0;
	line-height: 1.2em;	
}

h1{
	font-family: 'vitesse_sansbold', 'Oswald', Lucida Grande, sans-serif;
	font-size:4em;
	display:block;
	margin:0 0 30px 0;
	padding-bottom: 7px;
	letter-spacing: 0.025em;
	border-bottom: 10px solid #fff;
}

h2{
	font-family: 'vitesse_sansbold', 'Oswald', Lucida Grande, sans-serif;
	font-size: 1.5em;
	padding: 15px 0;
	text-transform: uppercase;	
}


h3{
	font-family: 'vitesse_sansbold', 'Oswald', Lucida Grande, sans-serif;
	font-size:1.2em;
}

ul h2 {
	margin-bottom: 10px;
	padding-left: 60px;
}


ul, li {
	font-family: 'open_sansregular', Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	margin: 40px auto;
	text-align: left;
	line-height: 1.2em;	
}

li {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.4em;
	list-style-type: none;
}


span.emphasis{
	font-family:'open_sansregular', Verdana, sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	margin: 20px 0 0 0;
}


/* --------------------------
	     GENERAL STYLES
----------------------------- */

section {
	padding-top: 150px;
	padding-bottom: 175px;
	margin: 0 auto;
	min-height: 1000px;
}

hr.borderTop {
	border-top: #fff solid 3px;
}

.clearfix {
	clear: both;
}


/* --------------------------
	       HOME SECTION
----------------------------- */


#home {
	background-attachment:fixed;
	background-image: url(../images/bg/8103.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

section#home {
	padding-bottom: 25px;
}

#home article{
	text-align: center;
	background-color: transparent;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

#home_text{
	display:inline;
	color: #fff;
}

span.home_text {
	font-size: 8em;
	line-height: 1.5em;
	font-family: 'vitesse_sansbold', 'Oswald', Lucida Grande, sans-serif;
	border-bottom: 14px solid #0da0e0;
}

span.home_text_alternate{
	font-family: 'vitessebold_italic', Geneva, serif;
	font-size: 5.5em;
	line-height: 2em;
	border-bottom: 14px solid #0da0e0;
}

	
/* --------------------------
	    COMPANY SECTION
----------------------------- */
	
#company {
	background-attachment: fixed;
	background-image: url(../images/bg/bg-company.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

h1.company{
	border-bottom: 10px solid #FF0;
}

/* --------------------------
	    SERVICES SECTION
----------------------------- */

#services {
	background-attachment:fixed;
	background-image:url(../images/bg/bg-services.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

h1.services{
	border-bottom: 10px solid #0FF;
}

li.ruler {
	background: url('../images/icon-ruler2.png') no-repeat;
}

li.calc {
	background: url('../images/icon-calc2.png') no-repeat;
}

li.magnify {
	background: url('../images/icon-magnify2.png') no-repeat;
}

li.person {
	background: url('../images/icon-person2.png') no-repeat;
}

li.folder {
	background: url('../images/icon-folder2.png') no-repeat;
}

/* --------------------------
	  PROJECTS SECTION
----------------------------- */
	
#portfolio {
	background-attachment:fixed;
	background-size: cover;
	background-image:url(../images/bg/bg-portfolio.jpg);
	background-repeat: no-repeat;
}

h1.portfolio{
	border-bottom: 10px solid #0C6;
}

.gallery {
	padding-top: 20px;
}

.mask p {
	margin-top: 0px;
	margin-left: 10px;
	font-size: 1em;
}

a.mask {
    display: inline-block;
    background: black;
    padding: 0;
    position:relative;
}

a.mask img {
	overflow: hidden !important; 
    display: block;
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out; 
}

a.mask:hover img {
    filter:alpha(opacity=20);
	-moz-opacity: .2;
	opacity: .2;
	-khtml-opacity: .2;       
}

.topImg {
	padding-bottom: 10px;
}

.bottomImg {
	padding-top: 10px;
}

.caption-1, .caption-2 {  
    background: #0C6;  
    position: absolute; 
	width: 200px;
	height: 40px; 
    padding: 5px 10px 13px 5px;
	margin-top: -58px;
    opacity: 1;
	overflow: hidden;
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;   
}

.caption-2 {
	width: 300px !important;
}

.caption-1 p, .caption-2 p {
	text-align: center;
	color: #fff;
}

.caption-2 p {
	margin-top: -8px;
}


.mask:hover .caption-1, .mask:hover .caption-2 {  
    filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	background: #0da0e0;  
}

/* --------------------------
	  CLIENTS SECTION
----------------------------- */
	
#clients {
	background-attachment:fixed;
	background-image:url(../images/bg/bg-clients.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

/* --------------------------
	  MANAGEMENT SECTION
----------------------------- */
	
#management {
	background-attachment:fixed;
	background-size: cover;
	background-image:url(../images/bg/bg-management.jpg);
	background-repeat: no-repeat;
	
}

#management article {
	padding-top: 30px;
}

h1.management {
	border-bottom: 10px solid #FF0;
}

img.circles {
	width: 250px;
	height: 250px;
	margin: 30px 0 10px 10px;
}

p.caption {
	text-transform: uppercase;
	text-align: center;
	font-family: 'open_sansregular', Verdana, sans-serif;
	margin-left: -10px;
}

/* --------------------------
	  TEAM SECTION
----------------------------- */
	
#team {
	background-attachment:fixed;
	background-size: cover;
	background-image:url(../images/bg/bg-team.jpg);
	background-repeat: no-repeat;
}

h1.team{
	border-bottom: 10px solid #0FF;
}

article.circles {
	padding-top: 25px;
}

.circles img {
	width: 200px;
	height: 200px; 
	margin: 30px auto;
	-webkit-filter: grayscale(100%); 
	 filter: grayscale(100%);
    transition: 800ms all;  
    -o-transition: 800ms all; 
    -moz-transition: 800ms all; 
    -webkit-transition: 800ms all; 
}

.circles:hover img {
     -webkit-filter: grayscale(0%); 
	 filter: grayscale(0%);
	 transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

/* --------------------------
	    CONTACT SECTION
----------------------------- */
	
#contact {
	background-attachment:fixed;
	background-image: url(../images/bg/bg-contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

h1.contact{
	border-bottom: 10px solid #0C6;
}


#contact h2 {
	color: #fff;
}

#contact h3 {
	margin-bottom: 10px;
	text-transform:uppercase;
}

#contact img.map {
	max-width: 100%;
	max-height: 100%;
	margin: 10px auto;
}

#contact i {
	font-size: 0.8em;
	font-weight: 400;
}

#contact hr.borderTop {
	border: #0C6 solid 2px;
}

#contact .highlight {
	color: #0C6;
}

p.contact {
	font-weight: 700;
	font-size: 1em;
}

address {
	font-family: 'open_sansregular', Verdana, sans-serif;
	font-size: 1em;
	font-weight: 700;
	text-align: right;
	margin-bottom: 15px;
	line-height: 1.2em;
	font-style: normal;
}

address a:link {
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
}

address a:hover {
	color: #fff;
}