@charset "utf-8";
/* CSS Document */
/*
* flexbox functions START
*/
/*
* flexbox styles END
*/
* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  overflow-x: hidden;
  word-wrap: break-word;
}
body.bg {
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: initial;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  cursor: default;
}
ol,
ul,
li {
  list-style: none;
}
:focus,
a:focus,
button:focus {
  outline: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
button,
input,
textarea {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
label {
  margin-bottom: 0;
}
p {
  margin: 0;
}
textarea {
  resize: vertical;
}
/* custom styles END */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
/* bootstrap select END */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none!important;
}
/* btn outline set to none */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* 5 columns grid END */
.btn-default {
  background-color: #fff;
  border-color: #f6f4f4;
  color: #333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover {
  background-color: #d4caca;
  border-color: #d4caca;
}
.btn-primary {
  background-color: #005e9e;
  border-color: #005e9e;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #003052;
  border-color: #003052;
}
.btn-success {
  background-color: #52bf4d;
  border-color: #52bf4d;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus,
.btn-success:active:hover {
  background-color: #378d33;
  border-color: #378d33;
}
.btn-info {
  background-color: #536197;
  border-color: #536197;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover {
  background-color: #384166;
  border-color: #384166;
}
.btn-warning {
  background-color: #ffbe50;
  border-color: #ffbe50;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus,
.btn-warning:active:hover {
  background-color: #ffa203;
  border-color: #ffa203;
}
.btn-danger {
  background-color: #f22c48;
  border-color: #f22c48;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:active:hover {
  background-color: #c50c26;
  border-color: #c50c26;
}
/* bootstrap btns END */
.text-muted {
  color: #f6f4f4;
}
.text-primary {
  color: #005e9e;
}
.text-success {
  color: #52bf4d;
}
.text-info {
  color: #536197;
}
.text-warning {
  color: #ffbe50;
}
.text-danger {
  color: #f22c48;
}
/* bootstrap text-colors END */
.bg-primary {
  background-color: #06b8ff;
}
.bg-success {
  background-color: #baffb6;
}
.bg-info {
  background-color: #abb8e8;
}
.bg-warning {
  background-color: #ffffda;
}
.bg-danger {
  background-color: #ffa8ba;
}
/* bootstrap bg-colors END */
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #52bf4d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #ffbe50;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #f22c48;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* bootstrap validation states END */
body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f5f7;
}
a {
  color: #333;
}
a:focus,
a:hover {
  color: #333;
}
/* __ base styles END */
@media (max-width: 1199px) {
  /* responsive on max-width: 1199px */
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none!important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block!important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* __ custom collapse navbar END */
.form-control {
  height: 34px;
  border-color: #d6d6d6;
  border-radius: 0;
}
textarea.form-control {
  height: 80px;
}
/* __ custom form controls END */
/* __ bootstrap btn END */
.clear {
  clear: both;
}
/* __ custom created styles END */
.more {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 46px;
  min-height: 26px;
  padding-top: 5px;
}
.more.more-primary {
  background-image: url("../images/more-primary.png");
  color: #005e9e;
}
.more.more-white {
  background-image: url("../images/more-white.png");
  color: #fff;
}
/* more btn END */

#wrapper-outerheight {position:relative;}

/* global END */
#header {
  padding-top: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
}
#header.second-header {
  background-color: transparent;
}
@media (min-width: 1200px) {
  #header.second-header .navbar .navbar-body {
    border-bottom-color: #fff;
  }
  #header.second-header ul.list-inline.lang > li:not(:first-child) {
    border-color: #fff;
  }
  #header.second-header ul.list-inline.lang > li > a {
    color: #fff;
  }
  #header.second-header ul.list-inline.lang > li > a:focus,
  #header.second-header ul.list-inline.lang > li > a:hover {
    color: #fff;
  }
  #header.second-header .navbar-brand {
    background-image: url("../images/second-logo.png");
  }
  #header.second-header .navbar-nav > li > a {
    color: #fff;
  }
  #header.second-header .navbar-nav > li > a:focus,
  #header.second-header .navbar-nav > li > a:hover {
    color: #fff;
  }
  #header.second-header .navbar-nav > li.dropdown.open > a,
  #header.second-header .navbar-nav > li.dropdown.open > a:focus,
  #header.second-header .navbar-nav > li.dropdown.open > a:hover {
    color: #fff;
  }
}
#header .navbar {
  margin-bottom: 0;
}
#header .navbar .navbar-body {
  border-bottom: 2px solid #005e9e;
}
@media (max-width: 1199px) {
  #header .navbar-collapse {
    margin-top: 20px;
    padding-top: 20px;
  }
}
#header .navbar-toggle {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-color: #005e9e;
}
#header .navbar-toggle .icon-bar {
  background-color: #005e9e;
}
#header .navbar-brand {
  display: block;
  width: 220px;
  height: 44px;
  background-image: url("../images/logo.png");
  margin-left: 0;
  padding: 0;
  font-size: initial;
  line-height: initial;
}
#header ul.list-inline.lang {
  margin-left: 45px;
  text-align: right;
}
#header ul.list-inline.lang > li {
  padding-left: 0;
}
@media (max-width: 1199px) {
  #header ul.list-inline.lang {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  #header ul.list-inline.lang {
    float: right;
    margin-top: 20px;
    margin-right: -15px;
  }
}
#header ul.list-inline.lang > li > a {
  color: #005e9e;
}
#header ul.list-inline.lang > li > a:focus,
#header ul.list-inline.lang > li > a:hover {
  color: #005e9e;
}
@media (min-width: 1200px) {
  #header .navbar-nav.navbar-right {
    padding-top: 20px;
  }
}
#header .navbar-nav > li {
  position: initial;
  padding-bottom: 10px;
  border-bottom: 7px solid transparent;
  background-position: bottom center;
}
#header .navbar-nav > li.active {
  border-bottom: 7px solid #005e9e;
}
@media (min-width: 1200px) {
  #header .navbar-nav > li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  #header .navbar-nav > li:not(:first-child) > a {
    border-top: 1px dashed #059aff;
  }
}
#header .navbar-nav > li:focus > a,
#header .navbar-nav > li:hover > a {
  background-color: transparent;
}
#header .navbar-nav > li.dropdown.open > a,
#header .navbar-nav > li.dropdown.open > a:focus,
#header .navbar-nav > li.dropdown.open > a:hover {
  background-color: transparent;
  color: #005e9e;
}

#header .navbar-nav > li.dropdown.open {
  background: url("../images/arrow.png") no-repeat bottom center;
  padding-bottom: 17px;
  border-bottom: 0;
}

#header .navbar-nav > li.dropdown > .dropdown-menu {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #005e9e;
}
@media (min-width: 1200px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu {
    margin-top: -3px;
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu {
    margin-bottom: 10px;
  }
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li {
  position: relative;
}
@media (min-width: 1200px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu > li {
    display: -webkit-flex;
    display: flex;
  }
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li .left-side,
#header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .left-side,
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side {
    float: left;
    min-height: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li .left-side {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .left-side {
    width: 40%;
  }
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li .left-side .title {
  color: #005e9e;
  padding-bottom: 15px;
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li .left-side p {
  color: #005e9e;
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li .left-side .more {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .left-side .more {
    float: right;
  }
}
@media (min-width: 1200px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side {
    width: 60%;
  }
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.left {
    float: left;
    width: 60%;
  }
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.right {
    float: left;
    width: 40%;
  }
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.left > ul > li:not(:first-child),
#header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.right > ul > li:not(:first-child) {
  padding-top: 10px;
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.left > ul > li > a,
#header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.right > ul > li > a {
  display: block;
  color: #fff;
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.left > ul > li > a.has-menu,
#header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.right > ul > li > a.has-menu {
  padding-right: 18px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/right-arrow.png");
}
@media (max-width: 1199px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.left > ul > li > a.has-menu,
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.right > ul > li > a.has-menu {
    padding-right: 22px;
    background-image: url("../images/bottom-arrow.png");
  }
}
@media (min-width: 1200px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.left {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  #header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.right {
    padding-left: 20px;
  }
}
#header .navbar-nav > li.dropdown > .dropdown-menu > li .right-side .right-side-content.right > ul {
  display: none;
}
#header .navbar-nav > li.active > a {
  color: #005e9e;
}
#header .navbar-nav > li > a {
  color: #005e9e;
  padding: 0;
}
#header .navbar-nav > li > a:focus,
#header .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #005e9e;
}

#header.second-header .navbar-brand {
  background-image: url("../images/second-logo.png");
}
#header.second-header .navbar .navbar-body {
  border-bottom: 2px solid #fff;
}
#header.second-header .navbar-nav > li > a {
  color: #fff;
}
#header.second-header .navbar-nav > li > a:focus,
#header.second-header .navbar-nav > li > a:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  #header.second-header .navbar-nav > li:not(:first-child) > a {
    border-top: 1px dashed #fff;
  }
}
#header.second-header ul.list-inline.lang > li > a {
  color: #fff;
}
#header.second-header ul.list-inline.lang > li > a:focus,
#header.second-header ul.list-inline.lang > li > a:hover {
  color: #fff;
}
#header.second-header .navbar-toggle {
  border-color: #fff;
}
#header.second-header .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* header END */
#content {
  padding-top: 100px;
  padding-bottom: 25px;
  /* home page END */
  /* text page END */
  /* news page END */
  /* contact page END */
}
#content #home {
  padding-top: 20px;
}
#content #home .flipster-block {
  width: 350px;
  height: 350px;
  padding: 30px 25px;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  #content #home .flipster-block {
    width: 280px;
    height: 400px;
  }
}
#content #home .flipster-block.flipster-block-bg-4 {
  background: rgba(192, 23, 122, 0.95);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(192, 23, 122, 0.95) 30%, rgba(60, 140, 184, 0.95) 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(192, 23, 122, 0.95) 30%, rgba(60, 140, 184, 0.95) 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(192, 23, 122, 0.95) 30%, rgba(60, 140, 184, 0.95) 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right top, rgba(192, 23, 122, 0.95) 30%, rgba(60, 140, 184, 0.95) 100%);
  /* Standard syntax */
}
#content #home .flipster-block.flipster-block-bg-5 {
  background: rgba(159, 187, 59, 0.95);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(159, 187, 59, 0.95) 30%, rgba(219, 22, 73, 0.95) 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(159, 187, 59, 0.95) 30%, rgba(219, 22, 73, 0.95) 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(159, 187, 59, 0.95) 30%, rgba(219, 22, 73, 0.95) 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right top, rgba(159, 187, 59, 0.95) 30%, rgba(219, 22, 73, 0.95) 100%);
  /* Standard syntax */
}
#content #home .flipster-block.flipster-block-bg-6 {
  background: rgba(216, 72, 68, 0.95);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(216, 72, 68, 0.95) 30%, rgba(54, 168, 84, 0.95) 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(216, 72, 68, 0.95) 30%, rgba(54, 168, 84, 0.95) 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(216, 72, 68, 0.95) 30%, rgba(54, 168, 84, 0.95) 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right top, rgba(216, 72, 68, 0.95) 30%, rgba(54, 168, 84, 0.95) 100%);
  /* Standard syntax */
}
#content #home .flipster-block.flipster-block-bg-1 {
  background: rgba(192, 23, 122, 0.95);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(60, 140, 184, 0.95) 30%, rgba(192, 23, 122, 0.95) 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(60, 140, 184, 0.95) 30%, rgba(192, 23, 122, 0.95) 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(60, 140, 184, 0.95) 30%, rgba(192, 23, 122, 0.95) 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right top, rgba(60, 140, 184, 0.95) 30%, rgba(192, 23, 122, 0.95) 100%);
  /* Standard syntax */
}
#content #home .flipster-block.flipster-block-bg-2 {
  background: rgba(241, 153, 38, 0.95);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(241, 153, 38, 0.95) 30%, rgba(101, 69, 134, 0.95) 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(241, 153, 38, 0.95) 30%, rgba(101, 69, 134, 0.95) 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(241, 153, 38, 0.95) 30%, rgba(101, 69, 134, 0.95) 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right top, rgba(241, 153, 38, 0.95) 30%, rgba(101, 69, 134, 0.95) 100%);
  /* Standard syntax */
}
#content #home .flipster-block.flipster-block-bg-3 {
  background: rgba(241, 52, 60, 0.95);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(241, 52, 60, 0.95) 30%, rgba(134, 130, 100, 0.95) 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(241, 52, 60, 0.95) 30%, rgba(134, 130, 100, 0.95) 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(241, 52, 60, 0.95) 30%, rgba(134, 130, 100, 0.95) 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right top, rgba(241, 52, 60, 0.95) 30%, rgba(134, 130, 100, 0.95) 100%);
  /* Standard syntax */
}
#content #home .flipster-block .text {
  padding-top: 15px;
  max-height: 200px;
  overflow: hidden;
  line-height: 1.35;
}
#content #home .flipster-block .more {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#content #text-page h1.page-title {
  color: #005e9e;
  padding-bottom: 30px;
}
#content #text-page .image-title {
  padding-bottom: 30px;
}
#content #text-page .text-page-image {
  margin-top: -45px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #content #text-page .text-page-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-top: 50px;
  }
  #content #text-page .text-page-footer .more {
    margin-left: auto;
  }
  #content #text-page .text-page-footer .clear-after-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  #content #text-page .text-page-footer .text-page-logo {
    margin-top: 50px;
  }
  #content #text-page .text-page-footer .clear-after-sm {
    clear: both;
  }
  #content #text-page .text-page-footer .more {
    margin-top: 50px;
  }
}
#content #news .news-list .news-item:not(:first-child) {
  padding-top: 40px;
}
#content #news .news-list .news-item .image {
  display: inline-block;
}
@media (max-width: 991px) {
  #content #news .news-list .news-item .image {
    margin-bottom: 15px;
  }
}
#content #news .news-list .news-item .title {
  padding-bottom: 10px;
  border-bottom: 2px solid #005e9e;
  margin-bottom: 10px;
}
#content #news .news-list .news-item .title a {
  color: #005e9e;
}
#content #news-read .image {
  margin-bottom: 30px;
}
#content .contact-blocks .contact-block {
  margin-bottom: 30px;
  color: #fff;
  padding: 20px 25px;
  text-align: center;

  background: #005e9e;
  background: -moz-linear-gradient(left, rgb(0, 94, 158) 20%, rgba(73,155,234,1) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 94, 158) 20%, rgba(73,155,234,1) 100%);
  background: -o-linear-gradient(left, rgb(0, 94, 158) 20%, rgba(73,155,234,1) 100%);
  background: -ms-linear-gradient(left, rgb(0, 94, 158) 20%, rgba(73,155,234,1) 100%);
  background: linear-gradient(to right top, rgb(0, 94, 158) 20%, rgba(73,155,234,1) 100%);
}
@media (min-width: 992px) {
  #content .contact-blocks .contact-block {
    height: 340px;
  }
}
#content .contact-blocks .contact-block .title {
  padding-bottom: 20px;
}
#content .contact-blocks .contact-block ul.info-list > li:not(:first-child) {
  padding-top: 14px;
}
#content .contact-blocks .contact-block ul.info-list > li:not(:first-child) .fa {
  margin-right: 10px;
}
#content .contact-blocks .contact-block ul.info-list > li a {
  color: #fff;
}
#content .contact-blocks .contact-block .contact-form textarea {
  resize: none;
}
#content .contact-blocks .contact-block .contact-form button[type=submit] {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
}
#content .contact-blocks .contact-block .contact-form button[type=submit]:focus,
#content .contact-blocks .contact-block .contact-form button[type=submit]:hover {
  background-color: #059aff;
  color: #fff;
}
#content .contact-blocks .contact-block .soc .soc-btn {
  display: inline-block;
  margin-top: 30px;
  color: #fff;
}
@media (min-width: 992px) {
  #content .location-blocks .location-blocks-col:nth-child(3n+1) {
    clear: left;
  }
}
#content .location-blocks .location-block {
  min-height: 160px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #fff;
}
@media (max-width: 992px) {
  #content .location-blocks .location-block {
    min-height: initial;
  }
}
#content .location-blocks .location-bd {
  height: 10px;
  background: #005e9e;
  background: -moz-linear-gradient(left, rgb(0, 94, 158) 0%, rgba(73,155,234,1) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 94, 158) 0%, rgba(73,155,234,1) 100%);
  background: -o-linear-gradient(left, rgb(0, 94, 158) 0%, rgba(73,155,234,1) 100%);
  background: -ms-linear-gradient(left, rgb(0, 94, 158) 0%, rgba(73,155,234,1) 100%);
  background: linear-gradient(to right, rgb(0, 94, 158) 0%, rgba(73,155,234,1) 100%);
}
@media (max-width: 991px) {
  #content .location-blocks .location-block, #content .location-blocks .location-bd {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
#content .location-blocks .location-block .lab {
  color: #005e9e;
}
#content .location-blocks .location-block .location {
  color: #005e9e;
}
#content .location-blocks .location-block .info {
  color: #3d3d3d;
}
#content .location-blocks .location-block .info .list {
  color: #3d3d3d;
  padding-top: 10px;
}
#content #google-map {
  margin-bottom: 30px;
  width: 100%;
  height: 280px;
}
/* content END */
#footer .footer-content {
  border-top: 2px solid #005e9e;
  padding-bottom: 10px;
}
#footer .footer-content .row {
  padding-top: 6px;
}
@media (max-width: 768px) {
    #footer .footer-content .col-xs-12 {
      text-align: center;
    }
}
#footer .footer-content .footer-btm-text {
  color: #003052;
}
#footer.second-footer {
  /*background-color: #fff;*/
}
#footer.second-footer .footer-content {
  border-top: 0;
}
ul.list-inline.banners {
  margin-left: 0;
  text-align: center;
}
@media (max-width: 991px) {
  ul.list-inline.banners > li {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  ul.list-inline.banners > li:first-child {
    padding-top: 0;
  }
}
ul.list-inline.banners > li {
  padding-top: 20px;
  padding-left: 28px;
  padding-right: 28px;
  vertical-align: middle;
}
@media (min-width: 991px) {
  ul.list-inline.banners > li:first-child {
    padding-left: 0;
  }

  ul.list-inline.banners > li:last-child {
    padding-right: 0;
  }
}
ul.list-inline.banners > li img {
  max-width: 200px;
}
.main-image {margin-bottom:15px;}
/* footer END */
.tblock h1,
.tblock h2,
.tblock h3,
.tblock h4,
.tblock h5,
.tblock h6 {
  color: #333;
}
.tblock a {
  color: #005e9e;
}
.tblock a:hover {
  text-decoration: underline;
}
.tblock p {
  color: #3d3d3d;
}
.tblock ul,
.tblock ol {
  color: #3d3d3d;
}
.tblock ul li {
  position: relative;
  padding-left: 18px;
}
.tblock ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  background-color: #c8bcbc;
  margin-right: 10px;
}
.tblock ul li:not(:first-child) {
  margin-top: 10px;
}
.tblock ol li {
  list-style-type: none;
  counter-increment: list;
  padding-left: 20px;
}
.tblock ol li:not(:first-child) {
  margin-top: 10px;
}
.tblock ol li:after {
  content: counter(list) ".";
  position: absolute;
  left: -1.2em;
  width: 2em;
  text-align: right;
  top: 0;
  color: #3d3d3d;
}
.tblock table {
  width: 100%;
  margin-bottom: 0;
}
.tblock table tr {
  background-color: #f6f4f4;
}
.tblock table tr:nth-of-type(odd) {
  background-color: #fff;
}
.tblock table tr td {
  color: #3d3d3d;
  border: 1px solid #333;
  padding: 8px 10px;
}
.tblock img {
  max-width: 100%!important;
  height: auto!important;
}
.tblock iframe {
  width: 100%!important;
  height: 450px!important;
}
a.read-more {
  color:#005e9e;
  font-size: 20px;
  margin-top:25px;
  padding:10px 50px 10px 0;
  background: url("../images/arrow-right.png") no-repeat right center;
}
img.logo {
  margin-top:25px;
}
/* text block END */
