/* -------------------------------------------------------------------------- /
 *
 * Sense Tecnic Custom Styles 
 * 
 *---------------------------------------------------------------------------*/
/* site colors: */
body {
  padding-top: 0; }

#main {
  margin-top: 70px; }

#site-title {
  height: 70px;
  width: 140px;
  background: url("/wp-content/themes/ward/library/images/sts-assets/logo-notag.png") no-repeat;
  display: block; }

.entry-title {
  font-family: "Lato" !important; }

.navbar-fixed-top {
  background: rgba(246, 246, 246, 0.9);
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

.page #main {
  margin-bottom: 150px; }

.nav.navbar-nav {
  float: right; }
  .nav.navbar-nav > li > .dropdown-menu {
    background: rgba(250, 250, 250, 0.9); }
    .nav.navbar-nav > li > .dropdown-menu > li > a {
      border-left: 3px solid transparent; }
    .nav.navbar-nav > li > .dropdown-menu > li:hover > a {
      border-left: 3px solid #981a2f; }
  .nav.navbar-nav > li > a {
    font-size: 0.95em;
    padding-top: 25px;
    padding-bottom: 25px;
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
  .nav.navbar-nav > li > a[title=login] {
    /* hack to style the signin link in the wp menu */
    color: #d9534f;
    font-family: 'lato';
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #d9534f;
    margin: 11px 0 0 12px;
    padding: 12px; }
  .nav.navbar-nav > li.active > a {
    border-bottom: 4px solid #981a2f;
    padding-bottom: 21px;
    background: transparent; }

#posts-pagination .previous a,
#posts-pagination .next a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#contact-footer {
  position: relative;
  z-index: 2;
  color: #f6f6f6;
  border-top: 3px solid #292b2d;
  overflow: hidden;
  padding: 60px 0; }
  #contact-footer .entry-title {
    margin-bottom: 20px;
    color: #f6f6f6;
    text-align: center; }
  #contact-footer .contact-info {
    padding-top: 20px; }
    #contact-footer .contact-info p {
      font-size: 1.2em;
      font-family: 'lato'; }
      #contact-footer .contact-info p i {
        margin-right: 15px; }
      #contact-footer .contact-info p a {
        color: #FF4D6B;
        font-weight: bold; }
  #contact-footer .contact-form-wrapper {
    padding: 0 25px 0 0; }
    #contact-footer .contact-form-wrapper form input, #contact-footer .contact-form-wrapper form textarea {
      border-radius: 0;
      background: #75787a;
      outline: 0;
      color: #f6f6f6;
      border: 0; }
    #contact-footer .contact-form-wrapper form label {
      font-family: 'lato'; }
    #contact-footer .contact-form-wrapper form .cntctfrm_input {
      max-width: none; }
  #contact-footer #map-underlay {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 3px solid #292b2d;
    height: 100%;
    width: 100%; }
    #contact-footer #map-underlay img {
      max-width: none; }
    #contact-footer #map-underlay .map-infowindow {
      height: 25px;
      width: 180px;
      color: #000; }

#footer {
  background: #111; }

/* about page */
.about-avatar {
  margin-top: 55px;
  width: 140px;
  height: 140px;
  overflow: hidden; }

.contact-content {
  font-size: 1.2em; }
  .contact-content i {
    margin-right: 15px;
    width: 40px;
    text-align: center; }
  .contact-content #contact-map {
    width: 100%;
    height: 500px; }
    .contact-content #contact-map img {
      max-width: none; }
    .contact-content #contact-map .map-infowindow {
      height: 25px;
      width: 180px;
      color: #000; }

/* products and services page*/
ul#service-steps {
  list-style: none;
  padding: 0;
  margin: 15px 0 25px 0; }
  ul#service-steps li i {
    font-size: 40px;
    float: left;
    clear: both;
    width: 65px; }

/*
 Home page styles
------------------------------------------------------------*/
.home p.lead {
  font-family: 'lato'; }
.home #main {
  margin-top: 0px; }
.home #page {
  min-height: 0;
  height: auto !important; }
.home #primary {
  overflow: hidden; }
.home article {
  padding: 80px 0 70px 0;
  position: relative;
  z-index: 2; }
.home .navbar-fixed-top.transparent {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  border: none;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .home .navbar-fixed-top.transparent .navbar-nav > li > a {
    color: #fff; }
  .home .navbar-fixed-top.transparent .navbar-nav > li > a[title=login] {
    border-color: #fff; }
  .home .navbar-fixed-top.transparent .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .home .navbar-fixed-top.transparent .navbar-nav > .open > a {
    background-color: rgba(128, 128, 128, 0.3); }
  .home .navbar-fixed-top.transparent #site-title {
    background: url("/wp-content/themes/ward/library/images/sts-assets/logo-notag-w.png") no-repeat; }
.home .tagline {
  position: relative;
  text-align: center;
  z-index: 10;
  box-shadow: 2px 2px 6px #000;
  padding: 45px 0;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #cccccc 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #cccccc 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=0 ); }
  .home .tagline h3 {
    color: #555;
    text-shadow: 0px 1px #777;
    margin: 0;
    font-size: 1.5em; }
.home .section-cover {
  padding: 0px;
  height: 836px;
  background: #292b2d;
  position: relative; }
  .home .section-cover #particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    z-index: 20; }
  .home .section-cover > .container {
    height: 100%; }
    .home .section-cover > .container .cover-title {
      position: fixed;
      left: 0;
      top: 0;
      opacity: 0.95;
      width: 100%;
      height: 100%;
      background: url("/wp-content/themes/ward/library/images/sts-assets/title-text.png") no-repeat;
      background-position: 50% 40%;
      z-index: 10; }
    .home .section-cover > .container .cover-text {
      text-align: center;
      position: fixed;
      top: 517px;
      left: 0;
      width: 100%;
      color: #f6f6f6;
      font-size: 28px;
      text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.95);
      line-height: 1.2em;
      z-index: 400; }
    .home .section-cover > .container .cover-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #53575a url("/wp-content/themes/ward/library/images/sts-assets/cover.jpg") no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      z-index: 0; }
.home .section-intro {
  position: relative;
  padding: 200px 0;
  box-shadow: inset 2px -2px 6px rgba(0, 0, 0, 0.15);
  border-top: 5px solid #646D77;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=0 ); }
  .home .section-intro .entry-title {
    margin-top: 70px; }
.home .section-qualifications {
  padding: 130px 0 80px 0;
  background-color: #981a2f;
  color: #f6f6f6;
  border-top: 5px solid #292b2d; }
  .home .section-qualifications .entry-content {
    margin-bottom: 50px; }
  .home .section-qualifications .entry-title {
    margin-bottom: 25px;
    margin-top: 140px;
    color: #f6f6f6; }
  .home .section-qualifications a {
    text-decoration: underline;
    color: #fff !important; }
  .home .section-qualifications .qualification-icon {
    padding-top: 30px;
    text-align: center; }
    .home .section-qualifications .qualification-icon .img-wrapper {
      display: inline-block;
      height: 200px;
      width: 200px;
      border-radius: 100px;
      border: 3px solid rgba(255, 255, 255, 0.85);
      overflow: hidden; }
      .home .section-qualifications .qualification-icon .img-wrapper:first-child {
        margin-right: 150px; }
      .home .section-qualifications .qualification-icon .img-wrapper img {
        width: 100%;
        height: 100%; }
.home .section-customers {
  padding: 180px 0;
  overflow: hidden;
  background-color: #000;
  border-top: 5px solid #292b2d;
  background: #000 url("/wp-content/themes/ward/library/images/sts-assets/customers-bg.jpg") no-repeat;
  background-attachment: fixed !important;
  background-position: 50%;
  background-size: cover !important; }
  .home .section-customers > .container {
    position: relative;
    z-index: 5; }
    .home .section-customers > .container .entry-title {
      color: #fff;
      margin-bottom: 25px; }
    .home .section-customers > .container .lead {
      color: #fff; }
.home .section-about {
  border-top: 5px solid #292b2d;
  padding: 140px 0 100px 0;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=0 ); }
  .home .section-about .entry-title {
    margin-top: 100px; }
.home .section-twitter {
  padding: 0;
  background: #f3f3f3; }
  .home .section-twitter > a {
    color: #75787A !important;
    background: #F3F3F3;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -25px;
    z-index: 5;
    line-height: 50px;
    font-size: 1.5em;
    border-radius: 25px;
    box-shadow: inset 0px -3px 3px #E9E9E9;
    opacity: 0.95; }
  .home .section-twitter .bx-wrapper {
    padding: 30px 0; }
    .home .section-twitter .bx-wrapper .aptf-tweet-content {
      font-size: 0.9em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .home .section-twitter .bx-wrapper .aptf-tweet-actions-wrapper a {
      color: #aaa; }
    .home .section-twitter .bx-wrapper .aptf-tweet-actions-wrapper a:hover {
      color: #999; }

.page-iot-platform > p, .page-iot-platform .pillar-row {
  margin-bottom: 25px; }
  .page-iot-platform > p img, .page-iot-platform .pillar-row img {
    max-height: 200px;
    margin-bottom: 25px; }
.page-iot-platform h3 {
  margin-top: 0; }

.page-iot-use-cases .customers-row {
  margin: 25px 0 35px 0; }
  .page-iot-use-cases .customers-row h3 {
    margin-top: 5px; }

.page-academic-papers ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .page-academic-papers ul li {
    margin: 25px 0;
    padding: 0; }

.page-partners ul.logo-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .page-partners ul.logo-wrapper li {
    -webkit-filter: grayscale(1);
    display: inline-block;
    padding: 10px;
    -moz-transition: -webkit-filter 0.5s ease-in-out;
    -webkit-transition: -webkit-filter 0.5s ease-in-out;
    transition: -webkit-filter 0.5s ease-in-out;
    height: 100px; }
    .page-partners ul.logo-wrapper li img {
      width: auto;
      max-height: 100px;
      max-width: 200px; }
  .page-partners ul.logo-wrapper li:hover {
    -webkit-filter: grayscale(0);
    -moz-transition: -webkit-filter 0.5s ease-in-out;
    -webkit-transition: -webkit-filter 0.5s ease-in-out;
    transition: -webkit-filter 0.5s ease-in-out; }

@media (max-width: 1200px) {
  .nav.navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em; }

  .home .section-cover {
    height: 600px; }
    .home .section-cover > .container .cover-bg {
      background-position: 50% -160px; }
    .home .section-cover > .container .cover-title {
      background-size: 80%;
      background-position: 50% 200px; }
  .home .section-pillars .pillar {
    height: 300px; }
    .home .section-pillars .pillar h2 {
      font-size: 1.4em;
      padding-top: 120px; }
    .home .section-pillars .pillar p {
      font-size: 1em; } }
@media (max-width: 992px) {
  .nav.navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.75em; }

  .home .section-pillars .pillar h2 {
    font-size: 1.2em;
    padding-top: 120px; }
  .home .section-pillars .pillar p {
    font-size: 1em; }
  .home .section-qualifications .qualification-icon .img-wrapper {
    width: 150px;
    height: 150px; }
    .home .section-qualifications .qualification-icon .img-wrapper:first-child {
      margin-right: 75px; }
  .home .section-customers > .container .partners-container {
    top: 5px;
    padding: 10px; }
    .home .section-customers > .container .partners-container img {
      max-width: 100%; }
  .home .section-services {
    padding: 120px 0 120px 0; } }
@media (max-width: 768px) {
  #main {
    margin-top: 0px; }

  #site-title {
    height: 50px;
    width: 100px;
    margin-left: 0px;
    background-size: cover !important; }

  .about-avatar {
    margin-top: 15px; }

  .home .tagline {
    padding: 35px 0; }
    .home .tagline h3 {
      font-size: 1.2em; }
  .home .navbar-fixed-top.transparent {
    overflow: hidden; }
    .home .navbar-fixed-top.transparent .navbar-toggle {
      border-color: #fff; }
      .home .navbar-fixed-top.transparent .navbar-toggle .icon-bar {
        background-color: #fff; }
    .home .navbar-fixed-top.transparent .navbar-collapse {
      background-color: rgba(0, 0, 0, 0.5); }
  .home .lead {
    font-size: 18px; }
  .home .section-cover {
    height: 400px;
    padding: 80px 0 0 0; }
    .home .section-cover > .container .cover-bg {
      background-position: 50% 50%; }
    .home .section-cover > .container .cover-title {
      background-position: 50% 150px; }
  .home .section-intro {
    padding: 60px 0; }
    .home .section-intro .entry-title {
      margin: 0 0 25px 0; }
  .home .section-customers {
    padding: 120px 0; }
    .home .section-customers > .container .partners-container {
      display: none; }
  .home .section-services {
    padding: 50px 0 50px 0; }
    .home .section-services .entry-content {
      margin-bottom: 25px; }
  .home .section-qualifications .qualification-icon .img-wrapper {
    width: 150px;
    height: 150px;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto; }
    .home .section-qualifications .qualification-icon .img-wrapper:first-child {
      margin-bottom: 25px;
      margin-right: auto; }
  .home .section-about .entry-title {
    margin: 0 0 25px 0; }

  #contact-footer {
    font-size: 0.9em; }
    #contact-footer .textwidget {
      margin-bottom: 25px; } }
@media (max-width: 480px) {
  .home .section-cover {
    height: 250px; }
    .home .section-cover > .container .cover-title {
      background-size: 90%;
      background-position: 50% 110px; }
    .home .section-cover > .container .cover-bg {
      background-size: 100% 300px;
      background-position: 50% 0px; }

  .contact-content {
    font-size: 1em; } }
/* -------------------------------------------------------------------------- /
 *
 * Bootstrap overrides
 * 
 *---------------------------------------------------------------------------*/
.dropdown-menu {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.dropdown-menu > li > a {
  padding: 12px 20px; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #981a2f; }

/*# sourceMappingURL=sts-theme.css.map */
