/* ----- start header ----- */

.row-main {
  max-width: 1200px;
}

.row-header {
  max-width: 1230px;
}

.header-wrapper { 
  position: relative;
  overflow: hidden;
}

.header-wrapper > img {
  position: absolute;
  top: 235px;
  left: 50%;
  width: 100%;
  z-index: -10;
}

.header-blockWrapper {
  position: relative;
  padding: 0;
}

.text-bg {
  width: 1000%;
  height: 1100px;
  position: absolute;
  bottom: -1px;
  right: 860px;
  background-color: rgba(0, 0, 0, 0.6);
  border-right: 4px solid #006ab7;
  z-index: -1;

  -webkit-transform: skew(38deg);
  -moz-transform: skew(38deg);
  -ms-transform: skew(38deg);
  -o-transform: skew(38deg);
  transform: skew(38deg);
}

.header-block {
  max-width: 695px;
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: left;
}

.header-logoBlock {
  text-align: center;
}

.header-logoBlock img {
  position: relative;
  width: 250px;
}

.header-logoBlock h1 {
  display: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-textBlock p {
  color: #fff;
  font-size: 1.25em;
  line-height: 26px;
  letter-spacing: 1px;
}

.header-textBlock {
  display: table;
}

.header-textBlock h1 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 2.4em;
  line-height: 50px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1300px) {
  .header-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .text-bg {
    display: none;
  }
  .header-blockWrapper:after {
    border: none;
  }
}

@media only screen and (max-width: 1060px) {
  .header-blockWrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .header-textBlock h1 {
    font-size: 1.8em;
    line-height: 40px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 710px) {
  .header-wrapper > img {
    top: 0;
    margin-top: 0 !important;
    min-width: 710px !important;
  }
}

@media only screen and (max-width: 540px) {
  .header-textBlock h1 {
    font-size: 1.6em;
    line-height: 33px;
  }
}

@media only screen and (max-width: 370px) {
  .header-textBlock h1 {
    font-size: 1.4em;
    line-height: 30px;
  }
}

/* ----- end header ----- */

/*-------------------------------*/

/* ----- start news ----- */

.news-blockTitle-wrapper {
  border-top: 3px solid #006ab7;
}

.news-blockTitle-wrapper p {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.4em;
  line-height: 36px;
  padding-top: 24px;
  padding-bottom: 10px;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-line {
  display: inline-block;
  margin-left: 5px;
}

#search-line-input {
  display: inline-block;
  position: relative;
  bottom: 8px;
  border: 0;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.3);
}

.news-block {
  margin: 0 0 55px 0;
}

.newsSlider-block {
  padding: 0;
  border-top: 3px solid #006ab7;
}

.flexslider {
  margin: 0;
  border: none;
  border-bottom: 5px solid #fff;
}

.flex-direction-nav a {
  top: 46%;
  height: 55px;
}

.flex-direction-nav .flex-prev {
    left: 10px !important;
}

.flex-direction-nav .flex-next {
    right: 10px !important;
}

.flex-control-nav {
  display: none;
}

.flexslider a {
  color: #fff;
}

.sliderImg-wrapper {
  width: 57%;
}

.sliderText {
  display: table;
  table-layout: fixed;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
  height: 160px;
  background-color: rgba(9, 10, 14, 0.6);
  border-left: 3px solid #0062a9;
}

.sliderText span {
  display: table-cell;
  position: relative;
  top: 3px;
  margin: 0;
  padding-left: 3%;
  padding-right: 8%;
  vertical-align: middle;
}

.sliderText span h4 {
  color: #fff;
  font-size: 1.35em;
  text-transform: uppercase;
}

.sliderText span p {
  font-size: 1.1em;
  line-height: 20px;
}

.newsPages-block {
  padding: 0;
}

.newsPages-block .columns {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.newsPages-block .columns:last-child {
  float: left;
}

.newsPages-block img {
  width: 100%;

  transition: opacity 600ms;
}

.newsPages-block img:hover {
  opacity: .9;
}

.newsPages-block a {
  color: #fff;
}

.newsPages-block > a {
  display: inline-block;
  margin-top: 10px;
  padding: 2px 15px;
  padding-top: 6px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #056b94;
  border-radius: 3px;

  transition: opacity 500ms;
}

.newsPages-block > a:hover {
  opacity: .9;
}

.newsPages-titleText {
  display: table;
  table-layout: fixed;
  position: absolute;
  bottom: 0;
  width: 102%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 5px solid #0062a9;
}

.newsPages-titleText span {
  display: table-cell;
  position: relative;
  top: 0px;
  margin: 0;
  padding-left: 3%;
  padding-right: 3%;
  vertical-align: middle;
}

.newsPages-titleText p, .newsPages-titleText h4 {
  margin: 0;
  font-size: 1.2em;
  line-height: 24px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1140px) {
  .newsPages-titleText {
    height: 150px;
  }
}

@media only screen and (max-width: 990px) {
  .sliderImg-wrapper {
    width: 100%;
  }
  .sliderText {
    width: 100%;
  }
  .sliderText span {
    padding-left: 5%;
    padding-right: 5%;
  }
  .sliderText span h4 {
    text-align: center;
  }
}

@media only screen and (max-width: 890px) {
  .newsPages-titleText {
    height: 240px;
    border: none;
  }
  .newsPages-titleText p {
    font-size: 1.1em;
    line-height: 22px;
  }
}

@media only screen and (max-width: 820px) {
  .newsPages-titleText {
    height: 220px;
  }
  .news-blockTitle-wrapper p {
    font-size: 2em;
  }
}

@media only screen and (max-width: 720px) {
  .sliderText span p {
    display: none;
  }
  .newsPages-titleText {
    height: 195px;
  }
  .newsPages-titleText p {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 660px) {
  .newsPages-titleText {
    height: 170px;
  }
}

@media only screen and (max-width: 540px) {
  .news-blockTitle-wrapper p {
    font-size: 1.8em;
  }
  .sliderText span {
    padding-left: 10%;
    padding-right: 10%;
  }
  .sliderText span h4 {
    font-size: 1.15em;
  }
  .newsPages-titleText {
    height: 120px;
  }
}

@media only screen and (max-width: 460px) {
  .newsSlider-block {
    display: none;
  }
}

@media only screen and (max-width: 370px) {
  .newsPages-block > a {
    font-size: .95em;
  }
}

/* ----- end news ----- */

/*-------------------------------*/

/* ----- start about us ----- */

.anchor-position {
  position: relative;
  bottom: 46px;
}

.aboutUs-wrapper {
  background-color: #f5f5f5;
}

.aboutUs-block {
  margin: 30px 0 55px 0;
}

.aboutUs-leftSide {
  padding: 0;
}

.aboutUs-rightSide {
  padding-left: 22px;
}

.aboutUs-rightSide h2:first-child {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7em;
  line-height: 36px;
  text-transform: uppercase;
}

.aboutUs-rightSide h3, 
.aboutUs-rightSide h3 span, 
.aboutUs-rightSide p, 
.aboutUs-rightSide h1, 
.aboutUs-rightSide h2,
.aboutUs-rightSide h4,
.aboutUs-rightSide h5 {
  margin-bottom: 20px;
  font-size: 1.28em;
}

.aboutUs-rightSide span {
  margin-bottom: 20px;
  font-size: 1em;
}

@media only screen and (max-width: 480px) {
  .aboutUs-rightSide span {
    font-size: .9em;
  }
}

.aboutUs-button {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 20px;
  padding-top: 6px;
  background-color: #056b94;
  border-radius: 3px;

  transition: opacity 500ms;
}

.aboutUs-button:hover {
  opacity: .9;
}

.aboutUs-button a {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  line-height: 14px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1030px) {
  .aboutUs-leftSide {
    width: 40%;
  }
  .aboutUs-rightSide {
    width: 60%;
  }
}

@media only screen and (max-width: 910px) {
  .aboutUs-rightSide p:first-child {
    font-size: 1.4em;
  }
  .aboutUs-rightSide h3 {
    font-size: 1.15em;
  }
}

@media only screen and (max-width: 780px) {
  .aboutUs-leftSide {
    width: 100%;
  }
  .aboutUs-rightSide {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
}

@media only screen and (max-width: 370px) {
  .aboutUs-button a {
    font-size: 1em;
  }
}

/* ----- end about us ----- */

/*-------------------------------*/

/* ----- start team ----- */

.row-team {
  max-width: 1200px;
}

.team-block > p {
  margin-bottom: -3px;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
}

.team-block .columns img {
  width: 100%;
}

.team-person-photo-block {
  position: relative;
}

.team-person-photo-block img {
  transition: opacity 600ms;
}

.team-person-photo-block img:hover {
  opacity: .9;
}

.team-person-inPhotoText {
  position: absolute;
  bottom: -1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 8px solid #0062A9;
  text-align: center;
}

.team-person-inPhotoText p:first-child {
  margin-top: 10px;
  margin-bottom: 4px;
  padding: 0 30px;
  font-size: 1.2em;
  font-weight: bold;
}

.team-person-inPhotoText p {
  font-size: 0.9em;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-person-description {
  display: inline-block;
  padding-top: 10px;
}

.team-person-description p {
  font-size: 1.16em;
}

.team-person-description p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .row-team {
    max-width: 818px;
  }
}

@media only screen and (max-width: 860px) {
  .team-person-inPhotoText {
    min-height: 82px;
  }
  .team-person-inPhotoText p:first-child {
    font-size: 1.1em;
  }
  .team-person-description p {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 820px) {
  .row-team {
    max-width: 435px;
  }
  .team-block > p {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 370px) {
  .row-team {
    max-width: 330px;
  }
  .team-block > p {
    font-size: 1.5em;
  }
  .team-person-inPhotoText p:first-child {
    font-size: 1em;
  }
  .team-person-description p {
    font-size: 1em;
    line-height: 22px;
  }
}

@media only screen and (max-width: 355px) {
  .row-team {
    max-width: 320px;
  }
  .slide-item {
    width: 260px;
  }
}

/* ----- end team ----- */

/*-------------------------------*/

/* ----- start slider ----- */

.clear {
  margin-top: -1px;
  height: 1px;
  clear:both;
  zoom: 1;
}   

.slider {
  height: inherit;
  margin: 12px auto 50px auto;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.slider::-moz-selection { background: transparent; color: #fff; text-shadow: none; }
.slider::selection { background: transparent; color: #fff; text-shadow: none; }
.slide-list {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slide-wrap {
  position: relative;
  left: 0px;
  top: 0;
  width: 10000000px;
}
.slide-wrap a {
  color: #000;
}
.slide-item {
  width: 381px;
  padding: 10px;
  float: left;
}

.navy {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 30px;
  cursor: pointer;
}
.prev-slide {
  left: 0;
  background: url(horizonslider/bg/left-arrow.png) 6px 40% no-repeat;
}
.next-slide {
  right: 0;
  background: url(horizonslider/bg/right-arrow.png) 4px 40% no-repeat;
}
.navy.disable {
  background: #dbdbdb;
}

.auto {
  width: 7px;
  height: 11px;
  cursor: pointer;
  margin: 10px auto;
}
.play {
  background: url(horizonslider/bg/play.png) center no-repeat;
}
.pause {
  background: url(horizonslider/bg/pause.png) center no-repeat;
}

@media only screen and (max-width: 460px) {
  .row-team {
    max-width: 355px;
  }
  .slide-item {
    width: 300px;
  }
}

/* ----- start slider ----- */

/*-------------------------------*/