@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,900");
* {
  margin: 0;
  padding: 0; }

body {
  background: #F3F3F3 url("/css/images/bgMain.jpg");
  min-width: 320px;
  padding: 0 0 0 0;
  font: 15px/22px 'Roboto', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #4a4343; }

p {
  margin: 5px 0; }

h1, .h1, h2, .h2, h3, .h3 {
  margin: 10px 0 15px 0; }

.table.table-condensed th {
  text-align: center;
  font-weight: bold; }

#formId {
  display: block; }

.thumbnail {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 30px; }
  .thumbnail a, .thumbnail div {
    z-index: 2;
    border-radius: 0; }
    .thumbnail a img, .thumbnail div img {
      -webkit-transition: all,0.6s,ease;
      -khtml-transition: all,0.6s,ease;
      -moz-transition: all,0.6s,ease;
      -ms-transition: all,0.6s,ease;
      -o-transition: all,0.6s,ease;
      transition: all,0.6s,ease;
      border-radius: 0; }
      .thumbnail a img:hover, .thumbnail div img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border-radius: 0; }
  .thumbnail .caption {
    z-index: 1;
    background: #fff;
    position: relative;
    padding: 0; }
    .thumbnail .caption a {
      display: block;
      margin: 0;
      padding: 10px 5px 5px 5px;
      text-decoration: none; }
    .thumbnail .caption .description {
      padding: 5px 5px 0;
      border-top: 1px dotted #d8d8d8;
      font-size: 0.8em; }

.partner {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 30px; }
  .partner div {
    z-index: 2;
    border-radius: 0; }
    .partner div img {
      width: 100%;
      -webkit-transition: all,0.6s,ease;
      -khtml-transition: all,0.6s,ease;
      -moz-transition: all,0.6s,ease;
      -ms-transition: all,0.6s,ease;
      -o-transition: all,0.6s,ease;
      transition: all,0.6s,ease;
      border-radius: 0; }
      .partner div img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border-radius: 0; }
  .partner .caption {
    z-index: 1;
    background: #fff;
    position: relative;
    padding: 0; }
    .partner .caption div {
      display: block;
      margin: 0;
      padding: 10px 5px;
      text-decoration: none; }
    .partner .caption .description {
      padding: 5px 5px 0;
      border-top: 1px dotted #d8d8d8;
      font-size: 0.8em; }

table.brand {
  width: 100%; }
  table.brand td {
    padding: 10px;
    width: 25%; }

ul {
  margin-left: 35px; }

.container {
  max-width: 990px; }

.table {
  margin: 25px 0; }

header {
  box-shadow: 0px 1px 10px #999999;
  background: #0d2d4d;
  border-top: 8px solid #0b2641;
  border-bottom: 5px solid #39a84c;
  margin-bottom: 20px; }
  header .headerPhone {
    color: #fff; }
    header .headerPhone span.text {
      font-weight: 100;
      display: block;
      font-size: 1em; }
    header .headerPhone span.phone {
      margin: 10px 0;
      display: block;
      font-size: 20px;
      font-weight: 500; }
    header .headerPhone span.address {
      font-weight: 100;
      display: block;
      font-size: 1em; }
  header .topLine {
    margin: 15px 0; }
    header .topLine .logo {
      margin: 0 0 10px 0;
      display: block; }
      header .topLine .logo img {
        width: 100%;
        max-width: 300px; }

.leftSideBlock {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-bottom: 4px solid #39a84c;
  margin-bottom: 30px; }
  .leftSideBlock h3 {
    margin: 0;
    text-align: center;
    padding: 15px;
    border-bottom: 4px solid #39a84c;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #0d2d4d url("/css/images/headerPattern.png") top center; }
  .leftSideBlock ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .leftSideBlock ul li {
      border-top: 1px solid #dfdfdf; }
      .leftSideBlock ul li:first-child {
        border: 0; }
      .leftSideBlock ul li a {
        display: block;
        margin: 0;
        padding: 10px 10px;
        font-weight: 400;
        color: #007686;
        font-size: 1em;
        text-decoration: none; }
        .leftSideBlock ul li a:hover {
          color: #4a4343; }
          .leftSideBlock ul li a:hover .fa {
            color: #4a4343; }
        .leftSideBlock ul li a .fa {
          margin: 5px;
          color: #ddd; }
      .leftSideBlock ul li p {
        margin: 0;
        padding: 0;
        font-size: 0.857em;
        font-weight: 300;
        color: #0d2d4d; }

.mainSideBlock {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  margin-bottom: 30px; }
  .mainSideBlock h1.pageTitle {
    margin: 0;
    text-align: center;
    padding: 15px;
    /*border-bottom: 1px solid #dfdfdf;
    border-bottom: 4px solid #39a84c;*/
    font-size: 1.286em;
    font-weight: 600;
    color: #fff;
    background: #0d2d4d url("/css/images/headerPattern.png") center center;
    text-transform: uppercase; }
  .mainSideBlock .pageContent {
    padding: 15px 20px;
    border-bottom: 4px solid #0d2d4d; }

footer {
  margin-top: 10px;
  border-top: 5px solid #39a84c;
  background-color: #082642; }
  footer .topLine {
    color: #fff;
    font-weight: 300;
    padding: 5px;
    background-color: #031424;
    border-bottom: 3px solid #092a4d;
    font-size: 0.929em;
    font-weight: 300;
    line-height: normal; }
    footer .topLine .fa {
      display: inline-block;
      text-align: center;
      color: #fff;
      background: #082642;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin: 5px; }
  footer .middleLine {
    padding: 10px; }
    footer .middleLine a .fa {
      display: inline-block;
      text-align: center;
      color: #fff;
      background: #031424;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin: 5px; }
      footer .middleLine a .fa:hover {
        color: #39A84C;
        background: #02182d; }
  footer .bottomLine {
    border-top: 1px solid #082a4d;
    padding: 5px;
    font-size: 0.786em;
    color: #ddd;
    font-weight: 300; }
    footer .bottomLine a {
      text-decoration: none;
      color: #dfdfdf; }
      footer .bottomLine a:hover {
        text-decoration: underline; }

.breadcrumb {
  display: block;
  background: #fff;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
  border-radius: 0; }
  .breadcrumb li a {
    display: inline-block;
    padding: 10px 6px;
    font-size: 11px;
    font-weight: 300;
    color: #515151;
    text-decoration: none;
    text-transform: uppercase; }

#owl-slider {
  border-radius: 0; }

.btn {
  border-radius: 0; }

.form-control {
  resize: none;
  border-radius: 0; }

::-webkit-input-placeholder {
  font-size: 12px; }

::-moz-placeholder {
  font-size: 12px; }

/* Firefox 19+ */
:-moz-placeholder {
  font-size: 12px; }

/* Firefox 18- */
:-ms-input-placeholder {
  font-size: 12px; }

#formId {
  margin-top: 20px; }

.gallery .col-xs-12 {
  margin-top: 15px; }
  .gallery .col-xs-12:first-child {
    margin-top: 0; }
  .gallery .col-xs-12:last-child {
    margin-bottom: 15px; }

@media (max-width: 767px) {
  .bigMenu {
    display: none; } }
.menu {
  background: url("/css/images/pattern.png");
  border-top: 1px solid #113961; }

.bigMenu {
  margin-left: -15px;
  margin-right: -15px; }

.navbar-collapse {
  padding: 0; }

.menu {
  background: url("/css/images/pattern.png");
  border-top: 1px solid #113961; }
  .menu .navbar {
    margin: 0; }
    .menu .navbar .navbar-toggle {
      border: 1px solid #fff;
      width: 40px;
      height: 40px; }
      .menu .navbar .navbar-toggle .fa {
        color: #fff; }
  .menu .nav {
    margin-top: -1px;
    margin-bottom: -1px;
    display: table;
    width: 100%; }
    .menu .nav > li {
      float: none;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      border-left: 1px solid #113961; }
      .menu .nav > li:hover a {
        background: #113961; }
      .menu .nav > li:last-child {
        border-right: 1px solid #113961; }
      .menu .nav > li.active a {
        background: #0c243c;
        color: #ddd; }
      .menu .nav > li > a {
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 300;
        font-size: 1em;
        color: #fff;
        background: none;
        white-space: nowrap; }

@media (max-width: 850px) {
  .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-toggle {
    display: block; }

  .nav .navbar-nav {
    display: block; }

  header .menu .nav {
    display: block;
    width: 100%;
    display: block;
    margin: 1px 0 0 0; }

  header .menu .nav > li {
    display: block; }

  .menu .nav > li, .menu .nav > li:last-child {
    border: 0; }

  .navbar-header {
    float: none;
    text-align: right; }

  .navbar-nav > li > a {
    padding: 10px 0; }

  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; } }
.messageInfo {
  display: block;
  padding: 10px; }

.comments {
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 10px; }
  .comments p {
    display: block;
    font-size: 1em; }
  .comments span {
    margin-top: 4px;
    padding-top: 8px;
    display: block;
    border-top: 1px dotted #ddd;
    font-size: 0.8em; }

.mainPartners .item {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 135px; }
  .mainPartners .item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.service .item {
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden; }
  .service .item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.service .caption {
  margin-bottom: 5px; }

.post-title a {
  font-size: 18px;
  text-decoration: none;
  color: #0d2d4d; }
  .post-title a:hover {
    opacity: 0.8; }

.post-more .btn-primary {
  margin-top: 10px;
  border: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px; }

.elseNews a {
  text-decoration: none; }

/*# sourceMappingURL=style.css.map */
