@import url(https://fonts.googleapis.com/css?family=Raleway|Roboto:300,400,700);
/* Admin Panel
---------------------------------------------------------------------------- */
a.tabledrag-handle .handle {
  width: 20px; }

table tr.drag-previous {
  background-color: #FFD; }

div.admin .left {
  margin-left: 0px; }

div.admin-panel {
  background: #F8F8F8;
  margin: 10px 0;
  padding: 5px 5px; }

div.admin-panel h3 {
  margin: 16px 7px; }

div.admin-panel dt {
  border-top: 1px solid #CCC;
  padding: 7px 0 0; }

div.admin-panel dd {
  margin: 0 0 10px; }

div.admin-panel .description {
  margin: 0 0 14px 7px; }

dl.admin-list dd {
  margin-left: 20px;
  margin-bottom: 10px; }

table th.checkbox, table td.checkbox {
  display: table-cell; }

div[class*="show-value"] {
  float: none; }

table .marker {
  color: red; }

/* System Message, Updates
---------------------------------------------------------------------------- */
table tr.ok {
  background-color: #f8fff0; }

table tr.warning {
  background-color: #fffce5; }

table tr.error {
  background-color: #fef5f1; }

table tr.info {
  background-color: #CCC; }

.system-status-report tr {
  border-bottom: 1px solid #AAA; }

.update .project {
  font-weight: bold;
  font-size: 110%;
  padding-left: .25em;
  height: 22px; }

.update .version-status {
  float: right;
  padding-right: 10px;
  font-size: 110%;
  height: 20px; }

.update .version-status .icon {
  padding-left: .5em; }

.update .version-date {
  white-space: nowrap; }

.update .info {
  margin: 0;
  padding: 1em 1em .25em 1em; }

.update tr.even, .update tr.odd {
  border: none; }

.update tr td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.update tr.error {
  background: #fcc; }

.update tr.error .version-recommended {
  background: #fdd; }

.update tr.ok {
  background: #dfd; }

.update tr.warning {
  background: #ffd; }

.update tr.warning .version-recommended {
  background: #ffe; }

.update tr.unknown {
  background: #ddd; }

table.update, .update table.version {
  width: 100%;
  margin-top: .5em;
  border: none; }

.update table.version tbody {
  border: none; }

.update table.version tr, .update table.version td {
  line-height: .9em;
  padding: 0;
  margin: 0;
  border: none;
  background: none; }

.update table.version .version-title {
  padding-left: 1em;
  width: 14em; }

.update table.version .version-details {
  padding-right: .5em; }

.update table.version .version-links {
  text-align: right;
  padding-right: 1em; }

.update table.version-security .version-title {
  color: #970F00; }

.update table.version-recommended-strong .version-title {
  font-weight: bold; }

.update .security-error {
  font-weight: bold;
  color: #970F00; }

.update .check-manually {
  padding-left: 1em; }

.update-major-version-warning {
  color: #ff0000; }

table tbody tr.update-security,
table tbody tr.update-unsupported {
  background: #fcc; }

th.update-project-name {
  width: 50%; }

.draggable a.tabledrag-handle {
  height: 1.4em;
  margin-top: 0.2em; }

/* IE Fixes
----------------------------------------------------------------------------- */
@-ms-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* General
----------------------------------------------------------------------------- */
* {
  box-sizing: border-box; }

* {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0; }

html {
  font-size: 16px; }

body {
  color: #2c3e50;
  font: normal 16px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: #F6F8F8;
  overflow-x: hidden;
  line-height: 1.5; }

a {
  color: #4177BB;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a:hover, a:focus {
    color: #2980b9;
    outline: none;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0; }

h1 {
  font-size: 2.375em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

p {
  margin-bottom: 20px; }
  p .lead {
    font-size: 1.5em;
    font-weight: 300; }
  p:last-child {
    margin-bottom: 0; }

ul, ol {
  margin-bottom: 20px; }

blockquote {
  padding-top: 0;
  padding-bottom: 0;
  border-color: #1ABC9C; }
  blockquote small {
    color: inherit; }

pre {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

.box {
  background: white; }

.gridbox {
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px; }

.centered {
  text-align: center; }

.not-front h1, .not-front .h1 {
  font-size: 24px;
  font-weight: 300; }
.not-front h2, .not-front .h2 {
  font-size: 20px;
  font-weight: 300; }
.not-front h3, .not-front .h3 {
  font-size: 18px;
  font-weight: 300; }
.not-front h1, .not-front h2, .not-front h3, .not-front h4, .not-front h5, .not-front h6, .not-front .h1, .not-front .h2, .not-front .h3, .not-front .h4, .not-front .h5, .not-front .h6 {
  margin-top: 20px; }
.not-front .active-section {
  top: 0px; }
.not-front .field-name-field-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

/*  Header
-------------------------------------------------------------------------------*/
#header {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) ;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) ; }
  #header .logo {
    padding-right: 0px; }
    #header .logo img {
      height: 64px;
      display: inline-block;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #header .logo div {
      display: inline-block;
      font-weight: 600;
      line-height: 1.3125em;
      padding-left: 10px;
      text-align: left;
      text-transform: uppercase;
      vertical-align: top;
      width: 70px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }

/*  Parallax Background
-------------------------------------------------------------------------------*/
#parallax {
  height: 680px;
  width: 100%;
  top: 0;
  position: fixed;
  background-color: #4177BB;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/bgtbdtop.jpg");
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  background-size: cover;
  z-index: -100; }

.totop {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #4177BB;
  bottom: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: white;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-align: center;
  vertical-align: middle;
  visibility: hidden;
  white-space: nowrap;
  width: 40px;
  z-index: 10;
  opacity: 0; }
  .totop.visible {
    visibility: visible;
    opacity: 1; }
  .totop.fade-out {
    opacity: .5; }
  .totop:hover, .totop:focus {
    opacity: 1;
    color: white; }

/*  Hero
-------------------------------------------------------------------------------*/
#hero-bar {
  position: absolute;
  left: 0;
  top: 140px;
  opacity: 0.2; }

#hero {
  background: transparent;
  color: #000;
  margin-top: 80px;
  padding: 0; }
  #hero .lp-element {
    padding: 150px 50px;
    background-color: rgba(255, 255, 255, 0.85); }
  #hero h1 {
    font-size: 45px;
    color: #4177BB; }
  #hero strong {
    color: #4177BB; }
  #hero p {
    font-weight: 300; }
    #hero p .lead {
      font-size: 1.8em; }
  #hero .btn-challenge {
    background-color: #4177BB;
    color: rgba(255, 255, 255, 0.84); }
    #hero .btn-challenge:hover {
      box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
      background-color: #0fb2fc; }

/*  Navbar
-------------------------------------------------------------------------------*/
.navbar-inverse {
  background-color: rgba(255, 255, 255, 0.9);
  border: none; }
  .navbar-inverse .navbar-brand {
    padding: 30px 15px;
    margin-right: 30px;
    color: inherit; }
  .navbar-inverse .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 15px;
    color: inherit;
    text-transform: uppercase;
    font-size: 1em; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      background-color: transparent;
      background-color: rgba(255, 255, 255, 0);
      color: #4177BB; }
  .navbar-inverse .navbar-nav > .active > a {
    background-color: rgba(0, 0, 0, 0.05);
    color: #4177BB;
    padding-left: 10px;
    padding-right: 10px; }
    .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
      background-color: rgba(0, 0, 0, 0.15);
      color: #4177BB; }
  .navbar-inverse .navbar-toggle {
    border-color: #4177BB;
    margin-top: 24px; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #4177BB; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #4177BB; }
      .navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #F6F8F8; }
  .navbar-inverse .navbar-collapse {
    max-height: 100%;
    border-color: #4177BB; }

#header.scrolled.navbar-inverse .logo img {
  height: 36px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
#header.scrolled.navbar-inverse .logo div {
  width: 180px;
  padding-top: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
#header.scrolled.navbar-inverse .navbar-nav > li > a {
  padding-top: 16px;
  padding-bottom: 16px; }
#header.scrolled.navbar-inverse .navbar-toggle {
  margin-top: 10px; }

/*  Section
-------------------------------------------------------------------------------*/
.section {
  padding: 80px 0; }

.active-section {
  top: 80px; }

.overview h1 {
  text-transform: uppercase; }

.overview, .service-block {
  text-align: center; }

.overview .lead {
  margin: 40px 10%;
  margin-bottom: 80px; }

/* Login Page
---------------------------------------------------------------------------- */
body.page-user-login {
  background-color: #F6F8F8;
  min-height: 100%; }
  body.page-user-login .login-block {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    margin: 0px auto; }
    body.page-user-login .login-block .region-content {
      background-color: #FFF;
      padding: 20px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
  body.page-user-login .alert {
    margin-bottom: 2px; }
  body.page-user-login .login-header {
    background-color: #F6F8F8;
    padding: 20px;
    text-align: center; }

.vertical-center {
  height: 100%;
  width: 100%; }
  .vertical-center:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    min-height: 80px;
    height: 20%; }
  .vertical-center .container {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle; }
  .vertical-center .logo img {
    max-width: 100px;
    width: 100%; }

/* Section 01: Top Header;
---------------------------------------------------------------------------- */
#section01 {
  min-height: 199px;
  background-color: #4177BB; }
  #section01 .logo {
    display: table;
    margin-top: 5px;
    margin-left: -15px;
    padding-right: 0px; }
    #section01 .logo img {
      height: 120px;
      display: inline-block; }
    #section01 .logo div {
      display: inline-block;
      font-size: 2.25em;
      line-height: 38px;
      padding-left: 10px;
      text-align: left;
      text-transform: uppercase;
      vertical-align: top;
      width: 70px;
      color: white; }
  #section01 .slogan {
    font-size: 1.5em;
    color: #efefff; }
  #section01 .top-spacer {
    background-color: #ffffff;
    min-height: 33px;
    height: auto; }
  #section01 a {
    color: #F6F8F8; }
    #section01 a:hover, #section01 a:focus {
      color: black;
      background-color: transparent; }
  #section01 #menuNav {
    height: 90px; }

/* Section Main
---------------------------------------------------------------------------- */
#sectionMainpage .main-container {
  min-height: 500px;
  padding-bottom: 20px; }

/*  About Us
-------------------------------------------------------------------------------*/
#aboutus {
  background-color: #F6F8F8; }
  #aboutus span {
    font-size: 1.875em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4177BB; }
  #aboutus h3 {
    font-size: 1.25em;
    padding-top: 3px;
    color: #4177BB; }
  #aboutus .ptext {
    padding: 10px;
    border-bottom: 1px solid #CCC; }

/*  How we do it
-------------------------------------------------------------------------------*/
#howwedo {
  background-color: #FFF; }

.timeline-wrap {
  position: relative; }
  .timeline-wrap .line {
    border-top: 1px dashed #818181;
    height: 1px;
    position: relative;
    top: 109px; }
  .timeline-wrap .timeline {
    list-style: outside none none;
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    padding: 35px 0;
    position: relative; }
    .timeline-wrap .timeline li {
      display: block;
      float: left;
      max-width: 25%;
      width: 25%; }
    .timeline-wrap .timeline .point {
      background: none repeat scroll 0 0 #FFFFFF;
      border: 1px solid #818181;
      -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      -ms-border-radius: 500px;
      border-radius: 500px;
      height: 15px;
      left: 13px;
      overflow: hidden;
      position: absolute;
      top: 101px;
      width: 15px;
      z-index: 12; }
  .timeline-wrap .glyphicon:empty {
    width: 100%; }
  .timeline-wrap .step-up {
    border-left: 1px solid #818181;
    padding-bottom: 0;
    padding-left: 25px;
    position: absolute;
    top: 0;
    width: 93%; }
    .timeline-wrap .step-up .step-icon {
      background: none repeat scroll 0 0 #ffffff;
      border: 1px solid #4177BB;
      -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      -ms-border-radius: 500px;
      border-radius: 500px;
      display: block;
      font-size: 1.875em;
      height: 65px;
      left: -32px;
      overflow: visible;
      position: absolute;
      text-align: center;
      top: -15px;
      width: 65px;
      -webkit-transition: border-color 0.3s ease 0s;
      transition: border-color 0.3s ease 0s; }
  .timeline-wrap .step-down {
    border-left: 1px solid #818181;
    bottom: 0;
    padding-left: 25px;
    padding-top: 0;
    position: absolute;
    width: 91%; }
    .timeline-wrap .step-down .step-icon {
      background: none repeat scroll 0 0 #ffffff;
      border: 1px solid #4177BB;
      -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      -ms-border-radius: 500px;
      border-radius: 500px;
      bottom: -20px;
      display: block;
      font-size: 1.875em;
      height: 65px;
      left: -32px;
      overflow: visible;
      position: absolute;
      text-align: center;
      width: 65px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .timeline-wrap .step-icon span {
    color: #4177BB;
    display: inline-block;
    font-variant: normal;
    font-weight: 300;
    left: 0;
    line-height: 63px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 0;
    width: 100%; }
  .timeline-wrap .timeline-step {
    display: inline-block;
    height: auto;
    margin-left: 25px;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 20px);
    z-index: 2; }
    .timeline-wrap .timeline-step:hover span {
      color: #FFFFFF; }
    .timeline-wrap .timeline-step:hover .step-icon {
      border-color: transparent;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .timeline-wrap .step-txt {
    overflow: hidden;
    font-size: 0.875em; }
    .timeline-wrap .step-txt p {
      font-size: 0.8125em; }
    .timeline-wrap .step-txt h3 {
      margin-bottom: 5px;
      margin-top: 25px;
      text-transform: uppercase;
      word-wrap: break-word; }
  .timeline-wrap .step-down .step-txt {
    padding-top: 15px;
    padding-bottom: 15px; }
    .timeline-wrap .step-down .step-txt h3 {
      margin-top: 20px; }
  .timeline-wrap .step-up .step-txt {
    bottom: 0;
    padding-bottom: 10px;
    position: absolute;
    top: auto; }
    .timeline-wrap .step-up .step-txt h3 {
      margin-top: 20px; }
  .timeline-wrap .step-icon .bg {
    -webkit-animation: orangeOut 0.4s ease;
    animation: orangeOut 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: none repeat scroll 0 0 #4177BB;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .timeline-wrap .timeline-step:hover .bg {
    -webkit-animation: orangeIn 0.2s ease;
    animation: orangeIn 0.2s ease;
    opacity: 1; }

/*  Meet the team
-------------------------------------------------------------------------------*/
#meettheteam {
  background-color: #F6F8F8; }
  #meettheteam .whoarewe-container {
    width: 100%;
    position: relative;
    padding-top: 15px; }

.og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: auto; }
  .og-grid li {
    display: inline-block;
    vertical-align: top; }
    .og-grid li > a {
      border: none;
      outline: none;
      display: block;
      position: relative; }
      .og-grid li > a img {
        width: 200px;
        height: 200px;
        border: none;
        outline: none;
        display: block;
        position: relative; }
    .og-grid li.og-expanded > a::after {
      top: auto;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #000000;
      border-width: 15px;
      left: 50%;
      margin: -20px 0 0 -15px; }

.og-expander {
  position: absolute;
  background: #000000;
  top: auto;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  overflow: hidden; }

.og-close {
  position: absolute;
  z-index: 1000;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  .og-close::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .og-close:hover::before, .og-close:hover::after {
    background: #333; }

.og-fullimg {
  width: 30%;
  float: left;
  height: 100%;
  min-height: 308px;
  overflow: hidden;
  position: relative;
  padding-left: 10px; }
  .og-fullimg .og-fullimg-image {
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box; }

.og-details {
  width: 70%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 40px 0 20px; }

.og-fullimg {
  text-align: right; }
  .og-fullimg img {
    display: inline-block; }

.og-details h3 {
  font-weight: 300;
  font-size: 3.25em;
  padding: 40px 0 10px;
  margin-bottom: 10px;
  color: #F6F8F8; }
.og-details h5 {
  font-weight: 300;
  color: #F6F8F8;
  letter-spacing: 2px; }
.og-details h6 {
  font-weight: 300;
  color: #F6F8F8;
  letter-spacing: 1px; }
.og-details p {
  font-weight: 300;
  font-size: 1em;
  line-height: 22px;
  color: #999; }

.og-loading {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both; }

@media screen and (max-width: 830px) {
  .og-expander h3 {
    font-size: 2em; }

  .og-expander p {
    font-size: 0.8125em; }

  .og-expander a {
    font-size: 0.75em; } }
@media screen and (max-width: 650px) {
  .og-fullimg {
    display: none; }

  .og-details {
    float: none;
    width: 100%; } }
/*  Contact Us
-------------------------------------------------------------------------------*/
.marker-info-container .marker-header {
  padding: 10px 10px 10px 0px; }

#contactus {
  background-color: #FFF;
  padding-bottom: 0px; }

#map-canvas {
  min-height: 600px;
  margin: 0px;
  padding: 0px; }

/*  Portfolio
-------------------------------------------------------------------------------*/
#portfolio {
  background-color: #4E656F;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #FFF; }

.mockbrowser {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.Browser {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 4px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .Browser .Browser-actions {
    width: auto;
    padding: 8px 10px;
    list-style: none;
    overflow: hidden;
    background: #F2F2F2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .Browser .u-ilist > li {
    display: inline-block; }
  .Browser .Browser-actionsItem {
    float: left;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    background: #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .Browser .Browser-bar {
    background: #ddd;
    padding: 8px 10px;
    position: relative;
    margin-top: -21px; }
    .Browser .Browser-bar:before {
      left: 90px;
      -webkit-transform: matrix(1, 0, -0.45, 1, -32, 7.133);
      -ms-transform: matrix(1, 0, -0.45, 1, -32, 7.133);
      transform: matrix(1, 0, -0.45, 1, -32, 7.133); }
    .Browser .Browser-bar:after {
      left: 110px;
      -webkit-transform: matrix(1, 0, 0.45, 1, -32, 7.133);
      -ms-transform: matrix(1, 0, 0.45, 1, -32, 7.133);
      transform: matrix(1, 0, 0.45, 1, -32, 7.133);
      content: "";
      position: absolute;
      top: -24px;
      width: 57px;
      height: 24px;
      background: #ddd;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; }
    .Browser .Browser-bar:before {
      content: "";
      position: absolute;
      top: -24px;
      width: 57px;
      height: 24px;
      background: #ddd;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; }
  .Browser .Browser-address {
    height: 16px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
  .Browser .Browser-media {
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }
  .Browser .Browser-shadow {
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .Browser .Browser-shadow:hover {
      cursor: pointer; }
    .Browser .Browser-shadow .views-field.views-field-field-teaser {
      padding-bottom: 20px; }
    .Browser .Browser-shadow.active {
      opacity: 1; }
  .Browser .Browser-body {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 160px; }
  .Browser .btn-product {
    border: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    padding: 6px 24px;
    text-align: center;
    white-space: nowrap;
    font-weight: 300;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: 0;
    background-color: transparent; }
    .Browser .btn-product a {
      color: gray; }
    .Browser .btn-product:hover {
      background-color: rgba(255, 255, 255, 0.7);
      border: 2px solid  transparent;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px; }
      .Browser .btn-product:hover a {
        color: black; }
  .Browser .Browser-inner img {
    width: 100%;
    height: auto; }

/*  Carousel
-------------------------------------------------------------------------------*/
.carousel-control.left, .carousel-control.right {
  background-color: transparent;
  background-image: none; }

/*  Footer
-------------------------------------------------------------------------------*/
footer.footer {
  background-color: #000;
  color: #FFF;
  text-align: center;
  padding: 20px 0px; }
  footer.footer ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 0.8em;
    padding: 10px; }

/*  Responsive
-------------------------------------------------------------------------------*/
@media (max-width: 605px) {
  .timeline-wrap .line {
    border-left: 1px dashed #818181;
    border-top: medium none;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0 !important;
    width: 1px; }
  .timeline-wrap .timeline {
    overflow: hidden;
    padding-top: 15px;
    max-width: 100%; }
    .timeline-wrap .timeline li:nth-child(2n) {
      display: block;
      float: left;
      width: 100%;
      min-width: 100%; }
    .timeline-wrap .timeline li:nth-child(2n+1) {
      display: block;
      float: right;
      width: 100%;
      min-width: 100%; }
    .timeline-wrap .timeline .point {
      left: 48.9%;
      top: 17.5px !important; }
  .timeline-wrap .timeline-step {
    margin-left: 0;
    padding-left: 0;
    width: 100%; }
  .timeline-wrap .step-up {
    border-left: medium none;
    border-top: 1px solid #818181;
    float: left;
    margin-top: 25px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
    text-align: right;
    top: auto;
    width: 50%; }
    .timeline-wrap .step-up .step-icon {
      left: 0;
      top: -32px; }
    .timeline-wrap .step-up .step-txt {
      padding-bottom: 0;
      position: relative; }
      .timeline-wrap .step-up .step-txt h3 {
        margin-top: 25px;
        text-align: right; }
  .timeline-wrap .step-down {
    border-left: medium none;
    border-top: 1px solid #818181;
    bottom: auto;
    float: right;
    margin-top: 25px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;
    position: relative;
    width: 50%; }
    .timeline-wrap .step-down .step-txt {
      padding-top: 0; }
    .timeline-wrap .step-down .step-icon {
      left: auto;
      right: 0;
      top: -32.5px; } }
@media (max-width: 490px) {
  .container {
    max-width: 430px;
    padding-left: 30px;
    padding-right: 30px; }

  #hero .lp-element {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 40px; }

  #hero h1 {
    font-size: 1.75em; }
  #hero p {
    font-size: 16px; }
    #hero p .lead {
      font-size: 1.5em; }

  .overview .lead {
    margin-bottom: 40px; }

  h1 {
    font-size: 2em; }

  .navbar-inverse .navbar-nav > li {
    border-bottom: 1px solid rgba(65, 119, 187, 0.5); }
  .navbar-inverse .navbar-nav > li > a {
    padding: 10px 0; }

  .totop {
    right: 20px;
    bottom: 40px;
    padding: 10px 12px; }

  #header .logo div {
    padding-left: 5px; }

  #header.scrolled.navbar-inverse .logo div {
    width: 150px; }

  #section01 {
    min-height: 160px; }
    #section01 .logo {
      margin-left: 0px; }
      #section01 .logo img {
        height: 60px; }
      #section01 .logo div {
        font-size: 1.25em;
        width: 200px;
        padding-top: 10px;
        padding-left: 5px; }
    #section01 .slogan {
      font-size: 0.8125em; }
    #section01 #menuNav {
      height: 0px; }

  .Browser .Browser-body {
    right: 40px; } }
@media (min-width: 480px) and (max-width: 768px) {
  .navbar-inverse .navbar-nav > li {
    border-bottom: 1px solid rgba(65, 119, 187, 0.5); }
  .navbar-inverse .navbar-nav > li > a {
    padding: 15px 0; }

  .totop {
    right: 20px;
    bottom: 20px;
    padding: 10px 12px; }

  .mockbrowser {
    max-width: 680px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-inverse .navbar-nav > li > a {
    margin: 0px 8px; }

  .totop {
    right: 40px;
    bottom: 40px;
    padding: 10px 10px; }

  .mockbrowser {
    max-width: 980px; } }
@media (min-width: 1024px) {
  .totop {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
    padding: 20px 20px; }

  .mockbrowser {
    max-width: 1140px; } }

/*# sourceMappingURL=style.css.map */
