@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

html{
	overflow:hidden;
}

#wrapper {
    font-family: 'Open Sans',sans-serif;
    height: 100%;
    width: 100%;
}
/*

an example of proper rem use
.slide {
	margin: 0 auto;
	width: 99%;
	padding: 120px 0;
	padding: 12rem 0;
	height: 40rem;
}
*/ 

p {
	margin:0;
	padding:0;
}

#instant_iam_down {
    display: block;
    margin: 30px auto;
}

.content_centerer {
	width:1028px;
	margin:0 auto;
}

#nav {
    background-color: white;
    height: 80px;
    list-style: none outside none;
    margin: 0 auto;
    position: fixed;
	min-width:1028px;
    width: 100%;
    z-index: 10;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(14, 50, 50, 0.35);
	-moz-box-shadow:    0px 2px 5px 0px rgba(14, 50, 50, 0.35);
	box-shadow:         0px 2px 5px 0px rgba(14, 50, 50, 0.35);
}

#nav_center {
    margin: 0 auto;
    overflow: auto;
    width: 960px;
}	
#nav a {
	color:black;
	text-decoration:none;
}

#nav li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

#nav ul {
    float: left;
    margin: 25px 0 0 75px;
    width: 625px;
}

#nav_logo {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

.nav_verticalbar {
    color: #ef494b;
    margin-left: 10px;
    margin-right: 10px;
}

#instant_iam_box {
    background-image: url("tech_bg.png");
    height: 557px;
    padding-top: 125px;
    width: 100%;
}
#instant_iam_title {
    color: white;
    font-size: 105px;
    font-weight: 700;
    margin: 130px auto 0;
    text-transform: uppercase;
    width: 700px;
}

#instant_iam_subtext{
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

#overlay_business{
    height: auto;
    width: 100%;
	overflow:auto;
	margin-top:50px;
}

#overlay_business_title{
    color: #ef494b;
    font-size: 48px;
    font-weight: 300;
    margin-top: 130px;
    text-align: center;
    text-transform: uppercase;
    width: 1028px;
}

#overlay_business_subtext {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 1028px;
}

.overlay_business_infobox {
    background-color: #292724;
    border-radius: 10px;
    height: 590px;
    margin: 76px 5px 95px 53px;
    width: 268px;
	float:left;
}


.overlay_business_infobox {
    background-color: #292724;
    border-radius: 10px;
    height: 590px;
    margin: 76px 5px 95px 53px;
    width: 268px;
	float:left;
}

.overlay_business_maintitle{
	width:268px;
	height:50px;
	background-color: #ef494b;
	color:white;
	font-weight:600;
	font-size:31px;
	text-align:center;
	border-radius: 10px;
}

.overlay_business_imagecircle{
    background-color: #ef494b;
    border-radius: 80px;
    height: 165px;
    margin: 23px 0 10px 50px;
    width: 165px;

  -webkit-transform: scale(1.0, 1.0);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.0, 1.0);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
}

.overlay_business_imagecircle img{
	margin: 41px 0 0 43px;
}

.overlay_business_imagecircle:hover{
  /*Webkit for Chrome and Safari */
  -webkit-transform: scale(1.15, 1.15);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.15, 1.15);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;

}

.overlay_business_boxtitle {
    color: white;
    font-size: 50px;
    font-weight: 300;
	text-align:center;
}

.overlay_business_boxtext {
    color: white;
    margin-top: 35px;
    text-align: center;
}

#overlay_overview {
    height: auto;
    overflow: auto;
    width: 100%;
}

#overlay_overview_titlebox {
	width:50%;
	height:240px;
	float:left;
	background-image: url("tech_bg.png");
}

#overlay_overview_title {
    color: #ffffff;
    font-size: 56px;
    font-weight: 700;
    line-height: 240px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 120px;
}

#overlay_overview_titlebox2 {
	width:50%;
	height:240px;
	float:left;
	background-image: url("tech_bg.png");
}

#overlay_overview_title2 {
    color: #ffffff;
    font-size: 56px;
    font-weight: 700;
    line-height: 240px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 120px;
}

#overlay_overview_titlebox3 {
    background-color: red;
    height: 450px;
    margin: auto;
    position: relative;
    top: 224px;
    transform: rotate(45deg);
    width: 450px;
}

#overlay_overview_title3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    height: 200px;
    padding: 46px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    width: 300px;
}

#overlay_overview_table {
    color: #ffffff;
    margin-top: 92px;
    overflow: auto;
    width: 1024px;
}
#overlay_overview_tabletopcenter {
	margin:0 auto;
	width:925px;
	overflow: auto;
}
#overlay_overview_tabletop1{
	border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    color: #ef494b;
    float: left;
    font-size: 24px;
    font-weight: 300;
    height: 80px;
    margin-top: 20px;
    width: 456px;
	text-align:center;
	text-transform:uppercase;
	line-height:35px;
}

#overlay_overview_tabletop2{
    border-bottom: 2px solid #000000;
    color: #ef494b;
    float: left;
    font-size: 24px;
    font-weight: 300;
    height: 80px;
    line-height: 35px;
    margin-top: 20px;
    padding-left: 100px;
    text-align: left;
    text-transform: uppercase;
    width: 361px;
}

#overlay_overview_tablebottom1{
    border-right: 2px solid #000000;
    float: left;
    height: auto;
    margin-left: 105px;
    width: 400px;
}

#overlay_overview_tablebottom2{
    float: left;
    height: auto;
    margin-left: 92px;
    width: 400px;
}

.overlay_overview_tablebox_left{
    height: auto;
    margin-top: 30px;
    width: 250px;
}

.overlay_overview_tablepic_left {
    background-color: #ef494b;
    border-radius: 50px;
    float: left;
    height: 72px;
    margin-right: 15px;
    margin-top: 7px;
    width: 72px;
}

.overlay_overview_tablepic_left img{
	margin: 10px 0 0 10px;
}

.overlay_overview_tabledesc_left{
	color:#000000;
	font-weight:300;
	font-size:20px;
}

.overlay_overview_tablebox_right{
    height: auto;
    margin-top: 30px;
    overflow: auto;
    width: 325px;
}

.overlay_overview_tablepic_right {
    background-color: #ef494b;
    border-radius: 50px;
    float: left;
    height: 72px;
    margin-right: 15px;
    margin-top: 7px;
    width: 72px;
}

.overlay_overview_tablepic_right img{
	margin: 10px 0 0 10px;
}

.overlay_overview_tabledesc_right{
	color:#000000;
	font-weight:300;
	font-size:20px;
}

#extensible {
    height: auto;
    overflow: auto;
    width: 100%;
}

#extensible_titlebox {
    background-image: url("tech_bg.png");
    height: 240px;
    margin-bottom: 15px;
    width: 100%;
}

#extensible_title {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	margin-top: 120px;
	padding-top: 65px;
}

#extensible_subtitle {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.extensible_container {
    height: auto;
    overflow: auto;
    width: 1024px;
}

.extensible_contentbox{
    margin: 30px auto;
    overflow: auto;
    width: 920px;
}

.extensible_contentbox img{
	float:left;
}

.extensible_contentdesc {
    background-color: #2a2825;
    border-radius: 0 10px 0 0;
    color: white;
    font-size: 24px;
    font-weight: 400;
    height: 92px;
    margin-left: 145px;
    text-transform: uppercase;
    width: 755px;
}

.extensible_contentdesc p {
	padding-left:125px;
}

#rapid {
    height: auto;
    overflow: auto;
    width: 100%;
}

#rapid_titlebox {
	width:100%;
	height:240px;
	margin-bottom: 15px;
	background-image: url("tech_bg.png");
}

#rapid_title {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	margin-top: 120px;
	padding-top: 65px;
}

#rapid_subtitle {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.rapid_business_title{
    color: #ef494b;
    font-size: 48px;
    font-weight: 300;
    margin-top: 130px;
    text-align: center;
    text-transform: capitalize;
    width: 960px;
}

#rapid_container {
    margin-top: 90px;
    overflow: auto;
    width: 1024px;
}

#rapid_contents {
	width:960px;
	overflow:auto;
	margin:0 auto;
}

.rapid_contentbox {
    border-right: 6px solid #ef494b;
    float: left;
    height: 230px;
    text-align: center;
    width: 230px;
}

.rapid_contentimg{
	margin: 20px auto;
}

.rapid_contentdesc{
    font-size: 20px;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    text-transform: capitalize;
    width: 190px;
}

/* whatt!*/

#second_rapid_container {
    margin-top: 90px;
    overflow: auto;
    width: 1024px;
}

#second_rapid_contents {
    margin: 0 auto;
    overflow: auto;
    width: 920px;
}

.second_rapid_contentbox {
    float: left;
    height: 85px;
    width: 305px;
}

.second_rapid_contentimg{
    float: left;
    margin-top: 7px;
}

.second_rapid_contentdesc{
    font-size: 18px;
    font-weight: 300;
    margin-left: 85px;
}

#footer {
    background-color: #292724;
    height: auto;
    margin-top: 90px;
    overflow: auto;
    width: 100%;
}

#footer_container {
    background-color:#292724;
    margin: 0 auto;
    overflow: auto;
    padding: 88px 0;
    width: 935px;
	color:#ffffff;
	height:auto;
}

#footer_contentbox1 {
    float: left;
    height: auto;
    margin-right: 55px;
    width: 330px;
}

#footer_contentbox2 {
	width:230px;
	height: auto;
	margin-right:56px;
	margin-top: 11px;
	float:left;
}

#footer_contentbox3 {
    float: left;
    height: auto;
    width: 260px;
	margin-top: 11px;
}