﻿body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #eaf3f7;
  color: #284355;
}
h1,
h2,
h3,
h4 {
  font-family: 'Saira', sans-serif;
  font-weight: 400;
  color: #284355;
  text-decoration: none !important;
}
a,
a:hover,
a:active {
  color: #1277ce;
  text-decoration: none !important;
}
/*p, li, th, td {
    line-height: 170% !important;
}*/
small a {
  color: #1277ce;
}
body.black {
  background-color: #121315;
  color: white;
}
h1.page-name {
  color: #284355;
}
img.img-full {
  width: 100%;
  height: auto;
}
.navbar-default {
  min-height: 70px !important;
  /*background-color: @color-transparent !important;
    background: @color-transparent !important;*/
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  /*box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);*/
  z-index: 1000;
  /*  .navbar-nav > li > a:hover, .navbar-nav > .active > a:focus, {
        background-color: rgba(215, 213, 213, 0.29) !important;
    }*/
}
.navbar-default .navbar-brand {
  font-family: 'Saira', sans-serif;
  font-weight: 700;
  color: #1277ce !important;
}
.navbar-default li a {
  color: white !important;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 15px !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.4);
  /*background:none;
        text-decoration: underline !important;
        text-decoration-color:@color2 !important;*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(215, 213, 213, 0.29) !important;
}
.navbar-default ul.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.4);
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus,
.navbar-default .dropdown-menu > .open > a,
.navbar-default .dropdown-menu > .open > a:hover,
.navbar-default .dropdown-menu > .open > a:focus {
  background-color: rgba(215, 213, 213, 0.29) !important;
}
.navbar-default .navbar-default .navbar-toggle .icon-bar {
  background-color: white !important;
}
.carousel {
  position: relative;
  /*top: -20px;*/
  border-radius: 10px;
}
.carousel .logo {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100000000000;
}
.carousel img,
.carousel a {
  /*border-radius: 10px;*/
}
.img-round {
  /*border-radius: 0px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);*/
}
.img-holder {
  overflow: hidden;
  margin: 0 auto;
}
img.pull-right {
  margin: 0 0 1em 1em;
}
img.pull-left {
  margin: 0 1em 1em 0;
}
.article .icon {
  transition: 0.3s all ease-in-out;
}
.article:hover .icon {
  transform: scale(1.05);
}
section.home-projects {
  margin: -7px 0 0 0 !important;
  padding: 0;
}
section.home-projects .project {
  position: relative;
  /*cursor: pointer;*/
}
section.home-projects .project .project-label {
  position: absolute;
  top: 15px;
  left: 45px;
  visibility: hidden;
  overflow: hidden;
  z-index: 100;
  padding-right: 10px;
}
section.home-projects .project .project-label h4 {
  font-weight: 700;
  margin: 0;
  color: white;
  text-align: left;
}
section.home-projects .project .project-label p {
  font-weight: 400;
  margin: 0 0 5px 0;
  text-align: left;
  color: white;
}
section.home-projects .project:hover .project-label {
  visibility: visible !important;
  left: 15px;
  transition: 0.3s all ease-in-out;
}
section.home-projects .project:hover img {
  transition: 0.3s all ease-in-out;
  filter: brightness(50%);
  transform: scale(1.1);
}
section.home-boxes .box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 15px 0 15px;
  border-left: 2px #1277ce solid;
}
section.home-news {
  background-color: #1277ce;
}
section.home-news h1,
section.home-news h2 {
  color: white !important;
}
section.home-news h1 small a,
section.home-news h2 small a {
  color: #85c1f4 !important;
}
.box {
  padding: 15px;
}
.box .panel {
  position: relative;
}
.box .btn-default {
  background-color: #1277ce;
  color: white !important;
}
section.home-arguments h1,
section.home-arguments h2 {
  margin-bottom: 0;
  text-align: center;
}
section.home-arguments img {
  margin: 17px;
}
section.home-support {
  background-color: #1277ce;
}
div.separator {
  height: 40px;
  background-image: url(/Content/img/separator.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
section.breadcrumbs {
  padding: 0 !important;
  margin: 8px 0 0 0 !important;
}
section.breadcrumbs ol {
  background: none !important;
  margin: 0;
  padding: 0;
  font-size: smaller;
}
section.breadcrumbs-black {
  background-color: #121315;
  color: white;
}
section.content h1 {
  margin-top: 0 !important;
}
section.content-black {
  background-color: #121315;
}
section.content-black h1.page-name,
section.content-black a {
  color: #1277ce !important;
}
section.callme {
  background-color: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
section.callme a {
  color: #284355;
}
section.callme a.btn-main {
  text-transform: uppercase !important;
  letter-spacing: 0.1em;
}
section.content-overlay .container {
  position: relative;
  padding-bottom: 30px;
}
section.team-content .col-article {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 15px 0 15px;
  border-left: 2px #1277ce solid;
}
.col-article {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 15px 0 15px;
  border-left: 2px #1277ce solid;
}
section.team-people .person {
  position: relative;
  cursor: pointer;
}
section.team-people .person .person-footer {
  background-color: #dee9ee;
  padding: 15px;
}
section.team-people .person .person-footer p {
  margin: 0 0 5px 0;
}
section.team-people .person .person-label {
  position: absolute;
  width: 80%;
  top: 15px;
  left: 45px;
  visibility: hidden;
  z-index: 100;
}
section.team-people .person .person-label p {
  font-weight: 400;
  text-align: left;
  color: #284355;
}
section.team-people .person:hover .person-label {
  visibility: visible !important;
  left: 30px;
  transition: 0.3s all ease-in-out;
}
section.team-people .person:hover img {
  transition: 0.3s all ease-in-out;
  transform: scale(1.1);
  filter: opacity(10%);
}
footer {
  background-color: #0b2134;
  color: white !important;
  padding-bottom: 120px;
}
footer p {
  margin: 0;
  padding: 15px;
  text-align: right;
}
footer a,
footer a:visited {
  color: white;
}
footer a:hover {
  color: #dee9ee;
}
@media (min-width: 768px) {
  ul.nav {
    float: right;
    position: relative;
    top: 15px;
  }
  section {
    padding: 30px 0;
  }
  section h1,
  section h2 {
    margin-top: 0;
    margin-bottom: 0.7em;
  }
  section.content-overlay {
    position: absolute;
    top: 50px;
    width: 100%;
  }
  section.content-overlay h1,
  section.content-overlay h2,
  section.content-overlay h3,
  section.content-overlay h4,
  section.content-overlay p,
  section.content-overlay li {
    color: white !important;
    margin-bottom: 5px;
  }
  section.content-overlay h1 {
    font-size: 36px;
  }
  section.content-overlay h2 {
    font-size: 22px;
  }
  section.content-overlay h3 {
    font-size: 18px;
    margin: 0 0 15px;
    position: relative;
    left: 3px;
  }
  section.content-overlay p {
    font-size: 16px;
    padding: 0 0 0 15px;
    border-left: 2px white solid;
    position: relative;
    left: 5px;
  }
  section.home-projects .project .project-label p {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  section.home-projects .project .project-label p {
    font-size: 14px !important;
  }
  section.content-overlay {
    position: absolute;
    top: 80px;
    width: 100%;
  }
  section.content-overlay h1 {
    font-size: 60px;
  }
  section.content-overlay h2 {
    font-size: 36px;
  }
  section.content-overlay h3 {
    font-size: 22px;
    margin: 0 0 15px;
    position: relative;
    left: 3px;
  }
  section.content-overlay p {
    font-size: 18px;
    padding: 0 0 0 15px;
    border-left: 2px white solid;
    position: relative;
    left: 5px;
  }
}
@media (min-width: 1200px) {
  section.home-projects .project .project-label p {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 70px;
  }
  .navbar-default {
    background-color: #284355 !important;
  }
}
.white {
  color: white;
}