/*
 * Global overrides
 */
body {
font-family: "Open Sans", "Helvetica Neue CE 25 Ultra Light", "Helvetica Neue LT 25 Ultra Light", 
"Helvetica Neue 25 Ultra Light", "HelveticaNeue-Ultra Light", "Helvetica Neue Ultra Light", 
"Helvetica Neue", arial, sans-serif;
font-stretch: normal;
}
a {
    color: rgb(113, 167, 156);
    cursor: hand; cursor: pointer;
}
/* 
 * Header 
 */
.header .form-search .input-text {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    color: black;
}
.header-skin-d .header .form-search .input-text {
    background-color: white;
    color: black;
}
body.cms-index-index .main {
    padding: 0;
}
div.main {
          background-color: whitesmoke !important;
}
.main-container {
    background: none;
}
.header-container, .header-container2 {
    background-image:none !important;
    background-color:white;
}
.header-top {
    background-color: whitesmoke;
    padding: 0 10px;
}
.header a.logo {
    padding-top: 0px;
    max-width: 100%;
}
h1.logo {
    width:400px;
}
.navbar {
    margin-bottom:0;
}
.user-menu ul {
    margin: 0;
    padding: 0;
}
form#search_mini_form {
    margin-bottom:0px;
}
.navbar-navy .navbar-bg {
    /*background-image: url(http://acrobotic.com/skin/frontend/fortis/custom/images/img/navbar-navy.png);*/
}
#nav li.level-top:nth-child(n+4):hover > a, 
#nav li.level-top.active:nth-child(n+4) > a {
    background:url(http://acrobotic.com/skin/frontend/fortis/custom/images/img/menu-tabs.png) 0 -41px no-repeat;
    padding-top:0;
}
#nav > li.level-top.active:nth-chid(n+4) > a {
    color:#555; 
} /* For parent items */
#nav > li.level-top:nth-child(n+4):hover > a span,
#nav > li.level-top.active:nth-child(n+4) > a span {
    /* For parent items */
    display:block;
    height:28px; /* 28 = 41 - padding-top */
    background:url(http://acrobotic.com/skin/frontend/fortis/custom/images/img/menu-tabs.png) 100% 0 no-repeat;
    padding-top:13px; /* Move the link down */
    text-shadow:none;
}
#nav > li.level-top:nth-child(n+4):hover > a span {
    color:#066cc3; 
} /* For parent items */

/*
 * Front page
 */
body.cms-index-index div.main {
    padding-top: 10px;
    background-color: whitesmoke;
}
div.main-container.col1-layout {
    background-color: white;
}
.home-banner-wrapper {
    clear: both;
    padding: 20px 10px;
}
/* Slideshow */
#slideshow-kicsktarter a {
    height: 420px;
    width: 960px;
    background-color:none;
    position: absolute;
    right:0px;
    top:0px;
}
/* Until we have a second slide hide transition buttons */
#home-slides-pager,
#home-slides-next,
#home-slides-prev {
    display: none;
}
/* Product Slider */
.spec-grid.grid-standalone {
    border-bottom: none;
    background-color: transparent;
}
/* Misc classes */
h2.bookmarklet {
  position: relative;
  display: block;
  padding: 5px;
  background-color: white;
  margin: .75em 0 .75em .5em;
  padding-left: 2em;
  font-size: 31.5px;
  line-height: 40px;
  font-weight: bold;
}
h2.bookmarklet:before {
  content: attr(data-text);
  line-height: 40px;
  font-size:60px;
  color:white;
  counter-increment: li; 
  position: absolute; 
  left: -.5em;
  top: 68px;
  margin-top: -1.3em;
  background: rgb(185,185,185);
  height: 50px;
  width: 50px;
  border: 10px solid whitesmoke;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
}

h2.bookmarklet:after {
    content: '';
    line-height: 40px;
    font-size: 60px;
    color: white;
    counter-increment: li;
    position: absolute;
    left: -.15em;
    top: 89px;
    margin-top: -1.3em;
    background: white;
    height: 28px;
    width: 28px;
    border-radius: 2em;
}
/* Blog entries */
#ks-frame-wrapper { 
    display: block;
    padding: 0; 
    overflow: hidden; 
    width: 220px;
    height: 340px;
    float:right;
    margin-left: 10px;
    poistion: relative;
    right: -30px;
}
#ks-frame { 
    height: 260px;
    border: none; 
    overflow: hidden; 
    zoom: 1.5;
    -moz-transform: scale(0.88);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.88);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.88);
    -webkit-transform-origin: 0 0;
}
.translucent {
  opacity: 0;
  color: #fff;
}
.blog-block h1 {
    margin-bottom:25px;
}
.blog-block .ai-row {
    width: 470px;
}
.entry {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.entry:before, .entry:after {
    position: absolute;
    width: 70%;
    height: 10px;
    content: ' ';
    bottom: 6px;
    background: transparent;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.65);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.65);
    z-index: -1;
} 
.entry:before {
    left: 0px;
    -webkit-transform: skew(-2deg) rotate(-2deg);
    -moz-transform: skew(-2deg) rotate(-2deg);
    -ms-transform: skew(-2deg) rotate(-2deg);
    -o-transform: skew(-2deg) rotate(-2deg);
    transform: skew(-2deg) rotate(-2deg);
}
.entry:after {
    left: auto;
    right: 0px;
    -webkit-transform: skew(2deg) rotate(2deg);
    -moz-transform: skew(2deg) rotate(2deg);
    -ms-transform: skew(2deg) rotate(2deg);
    -o-transform: skew(2deg) rotate(2deg);
    transform: skew(2deg) rotate(2deg);
} 
.entry .bkgd {
    height: 350px;
    width: 100%;
    background-image:url(http://acrobotic.com/skin/frontend/fortis/custom/images/bkd_navy.png);
}
.entry .date {
    position: absolute;
    top:-43px;
    left: -5px;
    background-image:url(http://acrobotic.com/skin/frontend/fortis/custom/images/bkd_bblue.png);
    padding: 8px;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    font: 800 18px "Lucida Grande", Tahoma, Arial, sans-serif;
    font-variant: small-caps;
    color: #333;
}
.blurb-txt-vsp {
    width: 250px;
    position: absolute;
    top: 0;
    left:0;
    z-index: 10000;
    padding: 8px 5px 8px 10px;
    color: ivory;
    height: 334px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
}
.blurb-img-vsp {
    width: 195px;
    height: 340px;
    position: absolute;
    top: 10px;
    right:0;
    overflow: hidden;
    z-index: 10000;
}
.blurb-iframe {
    zoom: 1.5;
    height: 253px;
    wifht: 148px;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
}
.blurb-hor {
    position: absolute;
    top: 0;
    left:0;
    z-index: 10000;
    padding: 8px 5px 8px 10px;
    color: ivory;
    height: 334px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
}
/*.products-grid.last {
    background-image:url(http://acrobotic.com/skin/frontend/fortis/custom/images/bkd_bblue.png);
    height:392px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    padding-bottom:0px;
}
.products-grid:before, .products-grid:after {
    position: absolute;
    width: 70%;
    height: 10px;
    content: ' ';
    bottom: 3px;
    background: black;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.65);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.65);
    z-index: -1;
} 
.products-grid:before {
    left: 0px;
    -webkit-transform: skew(-1deg) rotate(-1deg);
    -moz-transform: skew(-1deg) rotate(-1deg);
    -ms-transform: skew(-1deg) rotate(-1deg);
    -o-transform: skew(-1deg) rotate(-1deg);
    transform: skew(-1deg) rotate(-1deg);
}
.products-grid:after {
    left: auto;
    right: 0px;
    -webkit-transform: skew(1deg) rotate(1deg);
    -moz-transform: skew(1deg) rotate(1deg);
    -ms-transform: skew(1deg) rotate(1deg);
    -o-transform: skew(1deg) rotate(1deg);
    transform: skew(1deg) rotate(1deg);
} 
.products-grid .product-name {
    font-size:16px;
    line-height: 20px;
}*/
.btn-more {
    display: block;
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 7px 10px;
    background: -moz-linear-gradient(
        top,
        #c3d8e0 0%,
        #5c7987);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#c3d8e0),
        to(#5c7987));
    text-shadow:
        0px -1px 1px rgba(000,000,000,0.2),
        0px 1px 0px rgba(255,255,255,0.3);
    position: relative;
    right: 10px;
    border: 1px solid rgb(136, 159, 165);
    box-shadow: 0px 0px 4px whitesmoke;
    border-radius: 3px;
}
.btn-more:hover{
    background-image: url(http://acrobotic.com/skin/frontend/fortis/custom/images/btn_more.png);
    background-position: 0% 100%;
    cursor: hand; cursor: pointer;
    color: #ce001a; 
}
.team-container span {
    font-family: arial;
    font-size: 12px;
    width: 135px;
    display: block;
    padding: 0 0 0 5px;
}
.team-container p {
    padding: 0 0 0 5px;
    font-size: 12px;
}
span.team-name {
    padding-top: 5px;
    font-size:16px;
    font-weight:bold;
}
.team-row {
    background-image:url(http://acrobotic.com/skin/frontend/fortis/custom/images/bkd_bblue.png);
    width:608px;
    height:152px;
}
.team-entry {
    width:304px;
}
div.team-entry > div:first-child {
    float:right; 
    width:150px;
}
div.team-entry > div {
    width:150px;
    height:150px;
    border: 1px solid white;
}
.team-row:last-child {
    position:relative;
    left: 152px;
    width:304px;
}
.who-are-we {
    width: 600px;
    margin: 0 auto;
}
.au-container {
    width: 606px;
}
.pp-container {
    width: 960px;
}
h1, h2, .page-title h1, .page-title h2 {
    color: black;
}
.pp-container ul {
    margin-bottom: 10px;
}
.pp-container ul li span {
    position: relative;
    display: block;
    margin-left: 2.5em;
    padding: 5px;
    padding-left: 10px;
    text-decoration: none;
    background: url(http://acrobotic.com/skin/frontend/fortis/custom/images/img/footer-gray.png);
}
.pp-container ul li span:before{
    content: '';
    position: absolute;
    left: -2.5em;
    top: 1em;
    margin-top: -1em;
    background: #1b1b1b;
    height: 100%;
    width: 2em;
    line-height: 2em;
    margin-bottom: 10em;
}
.pp-container ul li span:after {
}
.pp-container p.disclaimer {
    color: #ce001a;
}