@charset "UTF-8";
/*CSS Document*/

/**************************************************************************/
/*-------------------------------   Home   -------------------------------*/							
/**************************************************************************/
body{
	background-color:#20151c;
}
#home {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

/* background video */

#bgvid {
	position: absolute; 
	right: 0; 
	top: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -1;
	background: #000;
}

/* home container */

#home_container {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	text-align: center;
	color: #fff;
}

#home_container .content {
	position: relative;
	top: 50%;
	margin-top: -320px;
}

.speechbubble {
	width: 55px;
	height: 49px;
	display: inline-block;
	margin: 0 0 30px 0;
}
.whiteglow{
	
}
.intro_title {
	width: 100%;
		display: block;
	text-align: center;
	font-size: 66px;
    font-family: 'intro_boldregular';
	background:
		url('../img/white_pixel.png'),
		url('../img/white_pixel.png');
	background-position:
		center left,
		center right;
	background-size: 300px 1px;
	background-repeat: no-repeat
}

.intro_title object {
	height: 100px;
	width: 164px;
	vertical-align: middle;
	padding: 7px 0 0 3px;
}

.catchphrase {
	display: block;
	font-size: 25px;
	line-height: 40px;
	margin: 20px 0 35px 0;
}

.catchphrase2 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	margin: 0px 0 35px 0;
}

.contactinfo {
	line-height: 30px;
	font-size: 14px;
	margin: 40px 0 0 0;
}

/* scrolldown */

.scroll_down {
	position: absolute;
	bottom: 0px;
	width: 84px;
	height: 42px;
	left: 50%;
	margin: 0 0 0 -42px;
	border-radius: 90px 90px 0 0;
	background: #fff;
	cursor: pointer;
}

.scroll_down object {
	margin: 23px 0 0 0;
}

.scroll_down div {
	position: absolute;
	width: 84px;
	height: 42px;
	bottom: 0px;
	left: 0px;
	border-radius: 90px 90px 0 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* animation */

.pulse {
	color: #ffd100;
	-webkit-animation: blink 3s ease-out 0s infinite;
	-moz-animation: blink 3s ease-out 0s infinite;
	-ms-animation: blink 3s ease-out 0s infinite;
	-o-animation: blink 3s ease-out 0s infinite;
	background: rgba(255, 255, 255, 0.2);
}

.pulse2 {
	color: #ffd100;
	-webkit-animation: blink2 3s ease-out 0s infinite;
	-moz-animation: blink2 3s ease-out 0s infinite;
	-ms-animation: blink2 3s ease-out 0s infinite;
	-o-animation: blink2 3s ease-out 0s infinite;
	background: rgba(255, 255, 255, 0.2);
	-webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;
}

@-webkit-keyframes blink {
  0%   { border-color: rgba(255, 255, 255, 0.2); height: 42px; width: 84px; left: 0; background: rgba(255, 255, 255, 0.1); }
  100%  { border-color: rgba(255, 255, 255, 0); height: 82px; width: 164px; left: -40px; background: rgba(255, 255, 255, 0); }
}

@-webkit-keyframes blink2 {
  0%   { border-color: rgba(255, 255, 255, 0.2); height: 42px; width: 84px; left: 0; background: rgba(255, 255, 255, 0.1); }
  100%  { border-color: rgba(255, 255, 255, 0); height: 82px; width: 164px; left: -40px; background: rgba(255, 255, 255, 0); }
}
 
@-moz-keyframes blink {
  0%   { border-color: rgba(255, 255, 255, 0.5); height: 42px; width: 84px; left: 0; background: rgba(255, 255, 255, 0.2); }
  100%  { border-color: rgba(255, 255, 255, 0); height: 62px; width: 124px; left: -20px; background: rgba(255, 255, 255, 0); }
}

@-moz-keyframes blink2 {
  0%   { border-color: rgba(255, 255, 255, 0.2); height: 42px; width: 84px; left: 0; background: rgba(255, 255, 255, 0.1); }
  100%  { border-color: rgba(255, 255, 255, 0); height: 82px; width: 164px; left: -40px; background: rgba(255, 255, 255, 0); }
}
 
@-ms-keyframes blink {
  0%   { border-color: rgba(255, 255, 255, 0.5); height: 42px; width: 84px; left: 0; background: rgba(255, 255, 255, 0.2); }
  100%  { border-color: rgba(255, 255, 255, 0); height: 62px; width: 124px; left: -20px; background: rgba(255, 255, 255, 0); }
}

@-ms-keyframes blink2 {
  0%   { border-color: rgba(255, 255, 255, 0.2); height: 42px; width: 84px; left: 0; background: rgba(255, 255, 255, 0.1); }
  100%  { border-color: rgba(255, 255, 255, 0); height: 82px; width: 164px; left: -40px; background: rgba(255, 255, 255, 0); }
}
 
@-o-keyframes blink {
  0%   { border-color: rgba(255, 255, 255, 0.5); height: 42px; width: 84px; left: 0; background: rgba(255, 255, 255, 0.2); }
  100%  { border-color: rgba(255, 255, 255, 0); height: 62px; width: 124px; left: -20px; background: rgba(255, 255, 255, 0); }
}

@-o-keyframes blink2 {
  0%   { border-color: rgba(255, 255, 255, 0.2); height: 42px; width: 84px; left: 0; background: rgba(255, 255, 255, 0.1); }
  100%  { border-color: rgba(255, 255, 255, 0); height: 82px; width: 164px; left: -40px; background: rgba(255, 255, 255, 0); }
}

/**************************************************************************/
/*------------------------------   About   -------------------------------*/							
/**************************************************************************/

#about {
	text-align: center;
	background-color:white;
}

#about object {
	width: 32px;
	height: 34px;
	margin: 0 0 25px 0;
}

#about ul {
	margin: 50px 0 0 0;
}	

#about ul li {
	float: left;
	width: 300px;
}

#about ul li:nth-child(1){
	margin: 0 0 0 10px;
}

#about ul li:nth-child(2){
	margin: 0 20px;
}

#about ul li:nth-child(3){
	margin: 0 10px 0 0
}
/**************************************************************************/
/*----------------------------   Projects --------------------------------*/							
/**************************************************************************/
#projects{
	width: 100%;
	background: url('../img/backgroundwhite3.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
#projects .content > object {
	margin: auto;
	display: block;
}

#projects h1 {
	text-align: center;
	margin: 20px 0 0 0;
}

#projects .project {
	width: 50%;
	float: left;
	padding: 0 20px 0 90px;
	position: relative;
	height: 160px;
	margin: 20px 0 0 0;
}

#projects .project object,
#projects .project img {
	position: absolute;
	vertical-align: middle;
	left: 25px;
	top: 20px;
}

#projects .project h3 {
	font-size: 18px;
    font-family: 'intro_boldregular';
	text-transform: uppercase;
	color: #24878d;
	margin: 0 0 8px 0;
	font-weight: bold;
}

#projects .project p {
	color: #fff;
	line-height: 20px;
	font-weight: bold;
}

.sub{
	color:white;
	text-align: center;
	margin-top:20px;
	margin-bottom: -10px;
}
/**************************************************************************/
/*-----------------------------   Services   -----------------------------*/							
/**************************************************************************/

#services {
	width: 100%;
	background: url('../img/services_bg2.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}

#services .content > object {
	margin: auto;
	display: block;
}

#services h1 {
	text-align: center;
	margin: 20px 0 0 0;
}

#services .service {
	width: 50%;
	float: left;
	padding: 0 20px 0 90px;
	position: relative;
	height: 160px;
	margin: 20px 0 0 0;
}

#services .service object {
	position: absolute;
	vertical-align: middle;
	left: 25px;
	top: 20px;
}

#services .service h3 {
	font-size: 18px;
    font-family: 'intro_boldregular';
	text-transform: uppercase;
	color: #f15b44;
	margin: 0 0 8px 0;
}

#services .service p {
	color: #fff;
	line-height: 20px;
}
/**************************************************************************/
/*-----------------------------   Hiring   -----------------------------*/							
/**************************************************************************/

#hiring {
	width: 100%;
	height:100%;
	background: url('../img/hiring.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	text-align:center;
	color:white;
}

#hiring .content > object {
	margin: auto;
	display: block;
}

#hiring h1 {
	text-align: center;
	margin: 20px 0 0 0;
}

#hiring .service {
	width: 50%;
	float: left;
	padding: 0 20px 0 90px;
	position: relative;
	height: 160px;
	margin: 20px 0 0 0;
}

#hiring .service object {
	position: absolute;
	vertical-align: middle;
	left: 25px;
	top: 20px;
}

#hiring .service h3 {
	font-size: 14px;
    font-family: 'intro_boldregular';
	text-transform: uppercase;
	color: #f15b44;
	margin: 0 0 8px 0;
}

#hiring .service p {
	color: #fff;
	line-height: 20px;
}

  .textboxmes { 
    background: white; 
    border: 1px solid #DDD; 
    border-radius: 5px; 
    box-shadow: 0 0 5px #DDD inset; 
    color: #666; 
    outline: none; 
    height:125px; 
    max-height: 200px;
    width: 100%;
    max-width: 100%;
    padding:0px 2px 0px 2px;
   } 
  .textbox { 
    background: white; 
    border: 1px solid #DDD; 
    border-radius: 5px; 
    box-shadow: 0 0 5px #DDD inset; 
    color: #666; 
    outline: none; 
    height:25px; 
    width: 100%;
    padding:0px 2px 0px 2px;
   } 

   .back{
   	width:60%;
   	margin-left:20%;
   	padding:10px 20px 10px 20px;
   	border-radius:5px;
   	background-color:#2b2a33;
   	text-align:left;
   	min-width:300px;
   }

/**************************************************************************/
/*------------------------------   Staff   -------------------------------*/							
/**************************************************************************/

#staff {
	text-align: center;
	width:100%;
	background-color:white;
}
.staff{
	float: left;
	padding: 0 10px 0 20px;
	margin: 10px 0 0 0px;
}

.nametag{
	font-size: 12px;
}
.nametagb{
	font-size: 14px;
    font-weight: bold;
}

.staffimg{
	width:90%;
}
.clear{
	clear:both;
}
#staff object {
	width: 32px;
	height: 34px;
	margin: 0 0 25px 0;
}
#staff ul {
	margin: 50px 0 0 0;
}

#staff ul li {
	float: left;
	width: 300px;
}

#staff ul li:nth-child(1){
	margin: 0 0 0 10px;
}

#staff ul li:nth-child(2){
	margin: 0 20px;
}

#staff ul li:nth-child(3){
	margin: 0 10px 0 0
}

#wrapper {
	width: 100%;
	height: 300px;

}
#carousel div {
	text-align: center;
	width: 100px;
	height: 300px;
	float: left;
	position: relative;
}
#carousel div img {
	border: none;
}
/**************************************************************************/
/*------------------------------   Footer   ------------------------------*/							
/**************************************************************************/

footer {
	text-align: center;
	background-color:white;
}
.mnsulogo{
	width:55%;
}
footer .contactinfo {
	margin: 30px 0 0 0;
	color: #929292;
}

footer a:link, footer a:visited {
	border-color: #929292!important;
}

footer path {
	fill: #929292;
}

.test{
	position:relative;
	float:right;
}

.flag {
    display: none;
}