body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  background: #000; }

a {
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  color: inherit; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    color: inherit; }

h1 {
  font-size: 50px;
  padding-top: 70px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 991px) {
    h1 {
      font-size: 35px;
      padding-top: 45px; } }
  @media (max-width: 500px) {
    h1 {
      font-size: 28px; } }

.navbar {
  background: #e8e8e8;
  font-size: 13px;
  height: 80px;
  border-radius: 0;
  border: 0;
  margin-bottom: 0px;
  z-index: 9; }
  .navbar .navbar-brand {
    padding: 0 15px;
    height: 30px;
    margin-top: 25px; }
    @media (max-width: 420px) {
      .navbar .navbar-brand {
        height: 25px;
        margin-top: 30px; } }
    .navbar .navbar-brand img {
      height: 100%; }
  .navbar ul {
    margin-top: 15px; }
    .navbar ul li {
      padding: 15px 0; }
      .navbar ul li:last-child {
        padding-right: 0px !important; }
        .navbar ul li:last-child a {
          border-right: none; }
      .navbar ul li a {
        color: #000;
        border-right: 1px solid black;
        padding: 0px 15px; }
        .navbar ul li a:hover {
          background: none;
          text-decoration: underline; }
        .navbar ul li a:focus {
          background: none;
          text-decoration: underline; }
      .navbar ul li .active {
        color: #969594; }
  .navbar .navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media (max-width: 767px) {
      .navbar .navbar-collapse {
        border-top: 1px dotted #000;
        margin-top: 18px;
        background: #e8e8e8; } }
    @media (max-width: 767px) {
      .navbar .navbar-collapse li {
        text-align: center;
        padding: 5px 0px !important; }
        .navbar .navbar-collapse li a {
          border-right: none; } }
  .navbar .navbar-toggle {
    background-color: #000 !important;
    top: 10px;
    padding: 0 10px; }
    .navbar .navbar-toggle .glyphicon-globe {
      color: #ffffff !important;
      margin-top: 10px;
      font-size: 20px; }

.boxy {
  padding: 70px 100px 0px 100px; }
  @media (max-width: 991px) {
    .boxy {
      padding: 35px 15px 0px 15px; } }
  .boxy .col-xs-6 {
    padding: 20px; }
    @media (max-width: 520px) {
      .boxy .col-xs-6 {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px; } }
    .boxy .col-xs-6 img {
      transition: all ease .3s;
      -webkit-transition: all ease .3s;
      -moz-transition: all ease .3s; }
      .boxy .col-xs-6 img:hover {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04); }

.bg {
  height: 300px;
  background-image: url(../img/bg-sud.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }
  @media (min-width: 1200px) {
    .bg {
      margin-top: 40px; } }
  @media (max-width: 991px) {
    .bg {
      height: 200px; } }

footer {
  color: #ffffff;
  text-align: center; }
  footer .linky {
    font-size: 14px; }
    footer .linky a {
      padding: 10px 15px;
      text-decoration: underline; }
      @media (max-width: 450px) {
        footer .linky a {
          display: block; } }
      footer .linky a:hover {
        text-decoration: none; }
  footer .copy {
    font-size: 12px;
    margin: 15px 0; }
    footer .copy img {
      height: 9px;
      margin: -2px 4px 0 4px; }

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