/**
 * Version: 1.1.7
 */

/* -----------------------------------------
   Home page top slider
   ----------------------------------------- */
   #home-slider .slick-slide {
    position: relative;
    height: 430px;
    /*define the height of slide*/
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  #home-slider .slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #home-slider .slider-caption p, #home-slider .slider-caption h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  #home-slider button {

    background-color: #000;
    padding: 0px;
    width: 32px;
    height: 42px;
  }
  #home-slider button:hover {
    background-color: rgba(0,0,0,.6);
  }

  @media only screen and (max-width: 1024px) {
    #home-slider .slick-slide {
      height: 400px;
      /*define the height of slide*/
    }
  }
  @media only screen and (max-width: 640px) {
    #home-slider .slick-slide {
      height: 300px;
      /*define the height of slide*/
    }
  }

  .row {
   max-width: 1000px;
 }

 .column, .columns{
   min-height: 1px;
 }


/* -----------------------------------------
   Home page text slider
   ----------------------------------------- */
   #text-slider .slick-slide {
    position: relative;
    height: 167px;
    /*define the height of slide*/
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  #text-slider .slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 550px;
    padding: 0px 5px 5px 14px;
    /*background: rgba(0, 0, 0, 0.6);*/
    text-align: left;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #text-slider .slider-caption p, #home-slider .slider-caption h3 {
    color: #000;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
  }
  .text_slider_dotted {
    background-color: #000;
    padding: 8px 5px;
  }
  .text_slider_dotted-transparent {
    padding: 6px 2px;
  }
  .text_slider_dotted-transparent .text_slider_dotted-before {
    margin: 0 0 20px;
  }


  .text_slider_dotted-before,
  .text_slider_dotted-after {
    display: block;
    width: 100%;
    height: 3px;
    /* border-bottom: 4px dotted red; */
    background: url(../images/dotted.png) repeat-x;
  }

  .first_right_panell .row {
    margin-left: 0;
  }
  #text-slider .slider-caption p {
    font-size: 19px;
  }
  .informations-left-wrapper {
    position: absolute;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
  }
  .informations-left-wrapper em {
    font-weight: 400;
  }

/*  #text-slider button {

    background-color: rgba(0,0,0,0.5);
    padding: 0px;
    width: 32px;
    height: 42px;
    }*/

/*  @media only screen and (max-width: 1024px) {
    #text-slider .slick-slide {
      height: 400px;
    }
  }
  @media only screen and (max-width: 640px) {
    #text-slider .slick-slide {
      height: 300px;
    }
  }

  .row {
   max-width: 1000px;
 }

 .column, .columns{
   min-height: 1px;
 }
 */
/* -----------------------------------------
   WordPress Core Classes
   ----------------------------------------- */
   .alignnone {
    margin: 0 1em 1em 0;
  }

  .alignright {
    float: right;
    margin: 0 0 1em 1em;
  }

  .alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }

  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }

  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    /* Image does not overflow the content area */
    padding: 5px 5px 10px;
    text-align: center;
  }
  .wp-caption img {
    width: auto;
    margin-bottom: 10px;
  }
  .wp-caption p {
    margin-bottom: 0;
    font-size: 14px;
  }

  .gallery-caption {
    font-size: 14px;
  }

  #wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
  }
  #wpadminbar:hover, #wpadminbar:focus {
    opacity: 1;
  }

/* -----------------------------------------
    Contact Form
    ----------------------------------------- */
    /*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
    .gform_wrapper ul {
      list-style: none;
    }

    .gform_fields {
      margin: 0;
    }

    .gfield {
      list-style: none;
      margin-bottom: 20px;
    }
    .footer .gfield {
      margin-bottom: 0;
    }

    .gfield_label {
      display: none;
    }

    .ginput_container ul {
      margin-left: 0;
    }

    .gfield_error input, .gfield_error textarea {
      border-color: red;
    }

    .gfield_description {
      margin-top: 10px;
    }

    .gform_confirmation_message {
      margin-bottom: 15px;
    }

    .gform_footer {
      text-align: right;
      /*aligning of submit button*/
    }


    .validation_error {
      margin-bottom: 15px;
      padding: 5px;
      color: #990000;
      border: 1px solid red;
    }
    .footer   .validation_error {
      margin-bottom: 15px;
      padding: 5px;
      color: #990000;
      border: 1px solid red;
      font-size: 10px;
      position: absolute;
      top: -32px;
      left: 50%;
      transform: translateX(-50%);
      width: 417px;
      background-color: #fff;
      text-align: center;
    }

    .validation_message {
      margin-bottom: 10px;
      color: #990000;
    }
    .footer .validation_message {
      margin-bottom: 10px;
      color: #ff7676;
      position: absolute;
      top: 33px;
    }

    .ui-datepicker {
      width: 216px;
      height: auto;
      margin: 5px auto 0;
      font-size: 11px;
      z-index: 9999 !important;
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }
    .ui-datepicker a {
      text-decoration: none;
    }
    .ui-datepicker table {
      width: 100%;
      border-collapse: collapse;
    }
    .ui-datepicker thead {
      background: #f7f7f7;
      border-bottom: 1px solid #bbb;
    }
    .ui-datepicker thead th {
      padding: 3px;
      text-align: center;
      border: 1px solid #ddd;
    }
    .ui-datepicker tbody {
      border: none;
    }
    .ui-datepicker tbody td {
      padding: 0;
      border: 1px solid #bbb;
    }
    .ui-datepicker tbody th {
      text-transform: uppercase;
      text-align: center;
      font-size: 6pt;
      padding: 5px 0;
      color: #666;
    }
    .ui-datepicker tbody td span, .ui-datepicker tbody td a {
      display: inline-block;
      font-weight: bold;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #666;
    }

    .ui-datepicker-header {
      background-color: #666;
      /* set the header background color */
      color: #fff;
      font-weight: 700;
      border: none;
    }
    .ui-datepicker-header:after {
      content: '';
      clear: both;
      display: table;
    }

    .ui-datepicker-month,
    .ui-datepicker-year {
      width: 50%;
      float: left;
      padding: 5px 20px 5px 5px;
      height: auto;
      font-size: 14px;
      margin-bottom: 5px;
    }

    .ui-datepicker-prev,
    .ui-datepicker-next {
      font-size: 14px;
      color: #fff;
      padding: 5px;
      line-height: 1.4;
      width: 50%;
      float: left;
    }

    .ui-datepicker-next {
      text-align: right;
    }

    .ui-datepicker-calendar {
      margin: 0 0 0 0 !important;
    }
    .ui-datepicker-calendar .ui-state-default {
      background: #ededed;
    }
    .ui-datepicker-calendar .ui-state-hover {
      background: #fff;
    }
    .ui-datepicker-calendar .ui-state-active {
      background: #fff2aa;
      /* set the active date background color */
      border: 1px solid #c19163;
      /* set the active date border color */
      position: relative;
      margin: -1px;
      height: 32px;
      width: 32px;
    }

    .ui-datepicker-unselectable .ui-state-default {
      background: #f4f4f4;
      color: #b4b3b3;
    }
    .ui-datepicker-unselectable.ui-state-disabled {
      background-color: #d7d7d7;
    }

    .gform_ajax_spinner,
    img .gform_ajax_spinner {
      display: none;
      position: absolute;
      opacity: 0;
    }


/* -----------------------------------------
   General fixes
   ----------------------------------------- */
   html, body {
    height: auto;
  }

  html {
    min-height: 100%;
    position: relative;
  }

  body {
    position: static;
  }

  /* Placeholder styling */
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #555;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #555;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #555;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #555;
  }

  /* Input Styling */
  [type=color],
  [type=date],
  [type=datetime-local],
  [type=datetime],
  [type=email],
  [type=month],
  [type=number],
  [type=password],
  [type=search],
  [type=tel],
  [type=text],
  [type=time],
  [type=url],
  [type=week],
  textarea,
  select {
    /* STYLES GO THERE */
    margin-bottom: 0;
  }

  textarea[rows] {
    /*Styles for TextArea*/
    height: 150px;
    max-width: 100%;
  }

  [type=number]{
    -moz-appearance:textfield;
  }

  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  [type=checkbox],
  [type=file],
  [type=radio] {
    margin-bottom: 0;
  }

  button, .button, input[type='submit'], input[type='reset'] {
    border: none;
    padding: 5px 20px;
    margin-bottom: 0;
    background-color: #1a608b;
    color: #fff;
    font-family: "Brother 1816", sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
    background-color: #148479;
  }

/* -----------------------------------------
   Typography
   ----------------------------------------- */
   @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Black.woff2') format('woff2'),
    url('../fonts/Lato-Black.woff') format('woff'),
    url('../fonts/Lato-Black.ttf') format('truetype'),
    url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype'),
    url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype'),
    url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BoldItalic.eot');
    src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-BoldItalic.woff2') format('woff2'),
    url('../fonts/Lato-BoldItalic.woff') format('woff'),
    url('../fonts/Lato-BoldItalic.ttf') format('truetype'),
    url('../fonts/Lato-BoldItalic.svg#Lato-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
  }

  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.eot');
    src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Italic.woff2') format('woff2'),
    url('../fonts/Lato-Italic.woff') format('woff'),
    url('../fonts/Lato-Italic.ttf') format('truetype'),
    url('../fonts/Lato-Italic.svg#Lato-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
  }

  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato-Light.woff') format('woff'),
    url('../fonts/Lato-Light.ttf') format('truetype'),
    url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'),
    url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
    url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
    url('../fonts/MyriadPro-Bold.woff') format('woff'),
    url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
    url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Regular.eot');
    src: url('../fonts/Brother-1816-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Regular.woff2') format('woff2'),
    url('../fonts/Brother-1816-Regular.woff') format('woff'),
    url('../fonts/Brother-1816-Regular.ttf') format('truetype'),
    url('../fonts/Brother-1816-Regular.svg#Brother-1816-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Light.eot');
    src: url('../fonts/Brother-1816-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Light.woff2') format('woff2'),
    url('../fonts/Brother-1816-Light.woff') format('woff'),
    url('../fonts/Brother-1816-Light.ttf') format('truetype'),
    url('../fonts/Brother-1816-Light.svg#Brother-1816-Light') format('svg');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Regular-Italic.eot');
    src: url('../fonts/Brother-1816-Regular-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Regular-Italic.woff2') format('woff2'),
    url('../fonts/Brother-1816-Regular-Italic.woff') format('woff'),
    url('../fonts/Brother-1816-Regular-Italic.ttf') format('truetype'),
    url('../fonts/Brother-1816-Regular-Italic.svg#Brother-1816-Regular-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Bold-Italic.eot');
    src: url('../fonts/Brother-1816-Bold-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Bold-Italic.woff2') format('woff2'),
    url('../fonts/Brother-1816-Bold-Italic.woff') format('woff'),
    url('../fonts/Brother-1816-Bold-Italic.ttf') format('truetype'),
    url('../fonts/Brother-1816-Bold-Italic.svg#Brother-1816-Bold-Italic') format('svg');
    font-weight: bold;
    font-style: italic;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-ExtraBold.eot');
    src: url('../fonts/Brother-1816-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-ExtraBold.woff2') format('woff2'),
    url('../fonts/Brother-1816-ExtraBold.woff') format('woff'),
    url('../fonts/Brother-1816-ExtraBold.ttf') format('truetype'),
    url('../fonts/Brother-1816-ExtraBold.svg#Brother-1816-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Medium.eot');
    src: url('../fonts/Brother-1816-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Medium.woff2') format('woff2'),
    url('../fonts/Brother-1816-Medium.woff') format('woff'),
    url('../fonts/Brother-1816-Medium.ttf') format('truetype'),
    url('../fonts/Brother-1816-Medium.svg#Brother-1816-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Light-Italic.eot');
    src: url('../fonts/Brother-1816-Light-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Light-Italic.woff2') format('woff2'),
    url('../fonts/Brother-1816-Light-Italic.woff') format('woff'),
    url('../fonts/Brother-1816-Light-Italic.ttf') format('truetype'),
    url('../fonts/Brother-1816-Light-Italic.svg#Brother-1816-Light-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Medium-Italic.eot');
    src: url('../fonts/Brother-1816-Medium-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Medium-Italic.woff2') format('woff2'),
    url('../fonts/Brother-1816-Medium-Italic.woff') format('woff'),
    url('../fonts/Brother-1816-Medium-Italic.ttf') format('truetype'),
    url('../fonts/Brother-1816-Medium-Italic.svg#Brother-1816-Medium-Italic') format('svg');
    font-weight: 500;
    font-style: italic;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Book-Italic.eot');
    src: url('../fonts/Brother-1816-Book-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Book-Italic.woff2') format('woff2'),
    url('../fonts/Brother-1816-Book-Italic.woff') format('woff'),
    url('../fonts/Brother-1816-Book-Italic.ttf') format('truetype'),
    url('../fonts/Brother-1816-Book-Italic.svg#Brother-1816-Book-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Book.eot');
    src: url('../fonts/Brother-1816-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Book.woff2') format('woff2'),
    url('../fonts/Brother-1816-Book.woff') format('woff'),
    url('../fonts/Brother-1816-Book.ttf') format('truetype'),
    url('../fonts/Brother-1816-Book.svg#Brother-1816-Book') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Bold.eot');
    src: url('../fonts/Brother-1816-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Bold.woff2') format('woff2'),
    url('../fonts/Brother-1816-Bold.woff') format('woff'),
    url('../fonts/Brother-1816-Bold.ttf') format('truetype'),
    url('../fonts/Brother-1816-Bold.svg#Brother-1816-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-ExtraBold-Italic.eot');
    src: url('../fonts/Brother-1816-ExtraBold-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-ExtraBold-Italic.woff2') format('woff2'),
    url('../fonts/Brother-1816-ExtraBold-Italic.woff') format('woff'),
    url('../fonts/Brother-1816-ExtraBold-Italic.ttf') format('truetype'),
    url('../fonts/Brother-1816-ExtraBold-Italic.svg#Brother-1816-ExtraBold-Italic') format('svg');
    font-weight: 800;
    font-style: italic;
  }

  @font-face {
    font-family: 'Brother 1816';
    src: url('../fonts/Brother-1816-Black.eot');
    src: url('../fonts/Brother-1816-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brother-1816-Black.woff2') format('woff2'),
    url('../fonts/Brother-1816-Black.woff') format('woff'),
    url('../fonts/Brother-1816-Black.ttf') format('truetype'),
    url('../fonts/Brother-1816-Black.svg#Brother-1816-Black') format('svg');
    font-weight: 900;
    font-style: normal;
  }




  body {
    color: #333;
    font-family: "Brother 1816", sans-serif;
  }
  footer {
    background-color: #000;
    padding: 10px 15px;
  }
  footer a,
  footer p a,
  footer p {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: inherit;
    color: inherit;
  }

  h1 {
    /*basic heading styles*/
  }

  h2 {
    /*basic heading styles*/
  }

  h3 {
    /*basic heading styles*/
  }

  h4 {
    /*basic heading styles*/
  }

  h5 {
    /*basic heading styles*/
  }

  h6 {
    /*basic heading styles*/
  }

  p {
    /*basic paragraph styles*/
    line-height: 1.4!important;
  }
  p:empty {
    display: none;
  }
  p a {
    text-decoration: underline;
  }

  ul {
    /*basic list styles*/
    list-style-type: none;
  }
  ul li {
    /*basic list-item styles*/
  }

  a {
    color: #1a608b;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: #0a2535;
  }

/* ------------------------------------
    Basic Styles
    ------------------------------------- */

    /* Preloader */

    @-moz-keyframes spin {
      100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @-webkit-keyframes spin {
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @keyframes spin {
      100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    .preloader {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #fff;
      color: #000;
      z-index: 100000000;
      opacity: 1;
      visibility: visible;
      -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
      -o-transition: opacity 0.4s ease, visibility 0.4s ease;
      -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
      transition: opacity 0.4s ease, visibility 0.4s ease;
    }
    .preloader__icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .preloader__icon:before {
      display: block;
      content: '\f1ce';
      font-size: 100px;
      font-family: FontAwesome;
      -moz-animation: spin 1s ease-in-out infinite;
      -webkit-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite;
    }
    .preloader--hidden {
      opacity: 0;
      visibility: hidden;
    }

    /* Clearfix */
    .clearfix {
      zoom: 1;
    }
    .clearfix:before, .clearfix:after {
      content: "";
      display: table;
      height: 0;
      overflow: hidden;
    }
    .clearfix:after {
      clear: both;
    }

    /* Button additional styles */
    .button {
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .button:hover, .button:focus {
      /*basic hover and focus effects*/
    }

    /* Align Middle */
    .align-middle {
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
    }

    /* Pagination */
    ul.pagination {
      margin: 1rem 0;
    }
    ul.pagination .pagination {
      margin: 0;
    }
    ul.pagination .pagination.current {
      color: #fff;
      background: #1a608b;
      display: block;
    }

    /* Search form */
    #searchform {
      position: relative;
    }

    #s {
      padding-right: 75px;
    }

    #searchsubmit {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      height: auto;
      padding: .5rem;
      cursor: pointer;
    }
    #searchsubmit:after {
      font-family: FontAwesome;
      font-size: 20px;
    }

    #home-slider .slick-slide {
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
    }

/* ------------------------------------
    Header Styles
    ------------------------------------- */
    body {
      max-width: 950px;
      width: 100%;
      margin: 0 auto;
    }

    .header{
     margin-bottom: 16px;
   }

   .logo img {
    max-height: 102px;
  }
  .header_item-social {
    float: right;
  }
  .header_item-wrapper .top-bar {
    display: inline-block;
  }

  header .medium-uncollapse .header_item:nth-child(3) {
    padding-top: 26px;
  }
  .header_item {
    height: 102px;
  }
  .socials_link li {
    display: inline-block;
    margin: 0 5px;
  }
  .social_item {
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: #000;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 19px;
  }
  .social_item:hover {
    transform: rotate(360deg);
    color: #fff;
  }
  .header_description {
    font-style: italic;
    font-size: 16px;
    line-height: 32px;
    color: #633692;
    font-weight: 500;
  }
  .top-bar {
    display: inline-block;
  }

  .header_donat {
    display: inline-block;
    float: left;
    color: #000;
    margin: 8px 0;
    padding-left: 46px;
    position: relative;
    line-height: 21px;
  }
  .header_donat_mini {
    display: none;
  }
  nav.top-bar {
    float: left;
  }
  .header_donat a:hover {
    text-decoration: underline;
  }

  .slick-next:before {
    content: "\f0da";
  }
  .slick-prev:before {
    content: "\f0d9";
  }

  .header_donat:before {
    content: "";
    height: 14px;
    /*position: absolute;*/
    position: relative;
    left: -31px;
    /*top: 5px;*/
    width: 1px;
    background-color: red;
    display: inline-block;
  }
  .header_donat a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.7px;
    color: #000;
  }
  .socials_link {
    padding: 39px 0 0;
    margin: 0;
    text-align: right;
  }

  .top-bar a {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
  }
  .top-bar .header-menu li:first-child a {
    padding-left: 0;
  }



/* ------------------------------------
    Content Styles
    ------------------------------------- */
    /* Blog page */
    .posts-list article {
      padding-bottom: 20px;
      border-bottom: 1px solid #dddddd;
      margin-bottom: 20px;
    }
    .posts-list .entry-meta {
      margin-bottom: 0;
    }
    .posts-list #searchform {
      margin-bottom: 40px;
    }

    .entry-meta {
      color: #666;
      font-size: 14px;
    }

    .thumbnail {
      margin-bottom: 20px;
    }

    /* Comments block */
    .comment-list {
      margin: 0;
      list-style: none;
      padding: 0;
    }

    .comment-meta {
      font-size: 14px;
    }

    .comment-metadata {
      color: #666;
    }

    .comment-content {
      font-size: 14px;
      padding-left: 25px;
      margin-top: 20px;
      border-left: 1px solid #ddd;
    }

    .reply {
      text-align: right;
    }

    .comment-reply-link {
      display: inline-block;
      padding: .33333rem .5rem;
      font-size: .8rem;
      line-height: 1;
      white-space: nowrap;
      border-radius: 0;
      background: #777;
      color: #fefefe;
    }

    /* 404 page */
    .not-found {
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .not-found .label {
      text-decoration: none;
      cursor: pointer;
      background-color: #1a608b;
    }
    .not-found .label:hover {
      background-color: #144869;
      color: #fff;
    }

    /* Sidebar */
    .widget {
      margin-bottom: 20px;
    }

/*---------------------------------------
	TMPL: Home page
  ---------------------------------------*/

  section {
    margin-top: 24px;
  }
  section.header_image {
    margin-top: 16px;
  }
  section.about_us {
    margin-top: 22px;
  }
  section.names_and_titles {
    margin-top: 25px;
  }
/*  section.programs {
    margin-top: 22px;
    }*/
    section.contacts {
      margin-top: 26px;
    }
    .first_block-item {
      height: 207px;
    }
    .first_left_panell {
      background-color: #000;
      padding-left: 90px;
      padding-right: 20px;
      position: relative;
      width: 31.5%;
    }
    .first_left_panell h1 {
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      line-height: 21px;
      letter-spacing: -0.1px;
      margin-bottom: 0;
      position: relative;
      top: 50%;
      transform: translateY(-50%);

    }
    .first_left_panell:before {
      content: '';
      display: inline-block;
      position: absolute;
      background: url(../images/panell_2.jpg) no-repeat;
      width: 92px;
      height: 207px;
      left: 0;
      top: 0;
      bottom: 0;
    }
    .first_right_panell {
      width: 68.5%;
      padding-left: 25px;
    }

/*  .informations {
    height: 282px;
    position: relative;
    overflow: hidden;
    }*/
    .informations-left {
      background-color: rgba(0,0,0,.5);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 31.5%;
      padding: 0 15px;
      z-index: 10;
    }
    .informations-left p {
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      color: #fff;
      /*letter-spacing: -0.8px;*/
      padding: 0 10px 0 8px;
    }

    .columns.links_block-item:first-child {
      padding-right: 9px;
    }
    .columns.links_block-item:nth-child(2),
    .columns.links_block-item:last-child {
      padding-right: 12px;
      padding-left: 12px;
    }


    .links_block-item-img {
      position: relative;
      height: 133px;
      background-repeat: no-repeat;
      border: 1px solid transparent;
      max-width: 305px;
      margin: 0 auto 25px;
    }
    .links_block-item a {
      display: block;
      width: 100%;
      height: 100%;
    }
    .links_block-item a span {
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      font-size: 32px;
      line-height: 37px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: 400;
      /*letter-spacing: -3px;*/
      font-family: 'Brother 1816', sans-serif;
      font-weight: bold;
    }
    .links_block .row {
      margin: 0 -15px;
    }
    .links_block-item-img:hover {
      box-shadow: 0 0 15px 1px grey;
      border: 1px solid white;
    }

    .adaptive-wrap {
      position: relative;
      padding-bottom: 52.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
    }
    .adaptive-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }




/*---------------------------------------
  TMPL: About page
  ---------------------------------------*/

/*  .header_image {
    width: 100%;
    height: 294px;
    position: relative;
    }*/
    .header_image-content {
      background-color: #000;
      position: absolute;
      top:0;
      right: 0;
      bottom: 0;
      padding-right: 92px;
      padding-left: 19px;
      z-index: 10;
      width: calc(33.33333% - 17px);
    }
    .header_image-content:after {
      content: "";
      background: url(../images/header_bg_img.png) no-repeat;
      position: absolute;
      top:0;
      right: 0;
      bottom: 0;
      height: auto;
      width: 92px;
      -webkit-background-size: cover;
      background-size: cover;
    }
    .header_image-content h6 {
      font-size: 14px;
      line-height: 20px;
      color: #fff;
    }
    .header_image-content p {
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      /*font-weight: bold;*/
    }
    .header_image-content p span {
      font-weight: normal;
    }
    .header_content {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 60%;
    }
    .about_us_item h2 {
      text-transform: uppercase;
      font-size: 32px;
      line-height: 28px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px;
    }
    .about_us_item {
      height: 100%;
    }
    .about_us_item p,
    .about_us_item ul li {
      font-size: 14px;
      line-height: 18px;
      font-weight: normal;
    }
    .about_us_item ul li {
      list-style-type: disc;
    }
    .about_us_item_founded {
      color: #1bb3a5;
      position: relative;
      padding: 22px 0 4px;
    }
    .about_us_item_founded:after,
    .about_us_item_philosophy:after,
    .about_us_item_history:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: url(../images/about_first.png) repeat-x;
    }
    .about_us_item_founded:before,
    .about_us_item_philosophy:before,
    .about_us_item_history:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: url(../images/about_first.png) repeat-x;
    }
    .about_us_item_philosophy:before,
    .about_us_item_philosophy:after {
     background: url(../images/about_second.png) repeat-x;
   }
   .about_us_item_history:after,
   .about_us_item_history:before {
    background: url(../images/about_last.png) repeat-x;
  }

  .about_us_item_founded p {
    color: #000;
  }
  .about_us_item_philosophy {
    color: #633692;
    position: relative;
    padding: 22px 0 4px;
  }
  .about_us_item_history {
    color: #fc0019;
    position: relative;
    padding: 22px 0 4px;
  }
  .about_us_item_history p {
    color: #000;
  }
  .about_us_item_philosophy ul li span {
    color: #000;
  }
  .about_us .row .about_us_wrapper {
    width: 32%;
  }
  .about_us .row .about_us_wrapper:nth-child(1) {
    padding-right: 4px;
  }
  .about_us .row .about_us_wrapper:nth-child(2) {
    margin: 0 14px;
    width: 33%;
  }
  .about_us .row .about_us_wrapper:last-child {
    float: right;
  }

  .our_team {
    width: 100%;
    height: auto;
    position: relative;
    padding: 56px 0 0;
    background-color: #000;
  }
  .our_team h1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 54px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 32px;
  }
  .our_team_bg_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 54px;
    background: url(../images/bg_gray.png) no-repeat;
  }

  .our_team_wrapper {
    padding: 25px 0 23px;
  }
  .our_team_item {
    text-align: center;
    padding-bottom: 33px;
    margin: 0 auto 0;
    position: relative;
  }
  .our_team_item:nth-child(3n-1) {
    /*border-left: 4px dotted #ccc;*/
    position: relative;
    /*border-right: 4px dotted #ccc;*/
  }
  .our_team_item:nth-child(3n-1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: url(../images/vertical_line.png) repeat-y;
  }
  .our_team_item:nth-child(3n-1):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background: url(../images/vertical_line.png) repeat-y;
  }
/*  .our_team_item:nth-last-child(3),
  .our_team_item:nth-last-child(2),
  .our_team_item:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    }*/

    .names_and_titles-wrapper {
      width: 32%;
      position: relative;
    }
    .names_and_titles-wrapper:nth-child(2) {
      width: 32%;
      margin: 0 19px;
    }
    .names_and_titles-item {
      position: relative;
      padding-top: 56px;
    }
    .names_and_titles-item h2 {
      font-size: 20px;
      text-transform: uppercase;
      line-height: 42px;
      font-weight: bold;
      color: #fff;
      position: absolute;
      top: 0;
      margin-bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    .names_and_titles-item p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 0;
    }
    .names_and_titles-bg_title {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 42px;
    }
    .names_and_titles-wrapper:first-child .names_and_titles-bg_title {
      background: url(../images/bg_green.jpg) no-repeat;
    }
    .names_and_titles-wrapper:nth-child(2) .names_and_titles-bg_title {
      background: url(../images/bg_purple.jpg) no-repeat;
    }
    .names_and_titles-wrapper:last-child {
      float: right;
    }
    .names_and_titles-wrapper:last-child .names_and_titles-item p  {
      color: #1bb3a5;
    }
    .names_and_titles-wrapper:last-child .names_and_titles-bg_title {
      background: url(../images/bg_red.jpg) no-repeat;
    }

    .our_team-person {
      position: absolute;
      width: 200px;
      height: 200px;
      margin: 0 auto;
      background-color: rgba(255,255,255,0.5);
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
    }
    .our_team-person:hover {
      opacity: 1;
    }
    .our_team-person-wraper {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 10px;
    }
    .our_team-person-wraper h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 24px;
      text-transform: uppercase;
      color: #000;
    }
    .our_team-person-wraper p {
      font-style: italic;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0;
      color: #000;
      text-transform: uppercase;
    }
    .our_team-person-wraper a {
      font-size: 16px;
      line-height: 24px;
      font-style: normal;
      color: #000;
    }
    .our_team-person-wraper a:hover {
     text-decoration: underline;
   }



/*---------------------------------------
  TMPL: Programs page
  ---------------------------------------*/
  .header_image-programs {
    height: 292px !important;
  }
  .header_image-text {
    background-color: #000;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    padding: 10px 15px 10px 40px;
    z-index: 10;
  }
  .header_image-text-wrapper {
    color: #1bb3a5;
    /*border-top: 4px dotted #1bb3a5;*/
    /*border-bottom: 4px dotted #1bb3a5;*/
    padding: 12px 0;
    position: relative;
    /*padding: 15px 0;*/
    /*padding: 20px 0;*/
  }
  .header_image-text-wrapper:before {
    content: '';
    height: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/horizontal_line_programs.png) repeat-x;
  }
  .header_image-text-wrapper:after {
    content: '';
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/horizontal_line_programs.png) repeat-x;
  }

  .header_image-text h6,
  .header_image-text p {
    font-size: 14px;
    line-height: 20px;
    color: white;
    margin-bottom: 5px;
  }

  .header_image-text .header_image-text-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 84%;
  }
  .header_image-text .header_content {
    position: inherit;
    top: 0;
    transform: translateY(0);
    padding: 0 4px;
  }

  section.programs {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 55px;
  }
  section.programs .programs_bg {
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    height: 55px;
    background: url(../images/bg_purple_programs.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  section.programs h1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 55px;
    margin-bottom: 0;
  }
  .row.collapse>.column.programs_wrapper {
    padding: 0 4px;
  }
  .row.collapse>.column.programs_wrapper:first-child {
    padding: 0 4px 0 0;
  }
  .row.collapse>.column.programs_wrapper:last-child {
    padding: 0 0 0 4px;
  }
  .programs_item {
    margin-bottom: 15px;
  }
  .programs_item h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #633692;
    margin-top: 17px;
    /*margin-top: 15px;*/
  }

  .programs .collapse .column:nth-child(1) .programs_item,
  .programs .collapse .column:nth-child(1) .programs_video-item {
    margin-right: 14px;
  }
  .programs .collapse .column:nth-child(2) .programs_item,
  .programs .collapse .column:nth-child(2) .programs_video-item  {
    margin-right: 3px;
    margin-left: 10px;

  }
  .programs .collapse .column:nth-child(3) .programs_item,
  .programs .collapse .column:nth-child(3) .programs_video-item {
    margin-left: 19px;
  }

  .programs_item p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
  }
/*  .programs_item h5 {
    font-size: 14px;
    line-height: 18px;
    }*/
    .programs_item .programs_item-content h5,
    .programs_item h5 {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 18px;
    }
    .programs_item ul {
      margin-left: 14px;
      margin-bottom: 18px;
    }
    .programs .programs_item-citation {
      margin-bottom: 18px;
    }
    .programs_item ul li {
      list-style-type: disc;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 3px;
    }

    .programs_item-citation p {
      font-size: 14px;
      line-height: 20px;
      color: #633692;
      margin-bottom: 0;
    }
    .programs_item-citation p span {
      font-weight: bold;
    }
.programs_item a.link_to {
  text-decoration: none;
}
    .programs_item a.link_to,
    .programs_item .prew_client  {
      margin: 15px 0 18px;
      color: #1bb3a5;
    }
    .programs_item .prew_client a{
        color: #1bb3a5;
        text-decoration: none;
    }
    .programs_item .prew_client  {
      margin: 0;
    }
    .programs_item p.link_to a {
      color: #000;
      text-decoration: none;
    }
    .programs_item p.link_to a:hover {
      text-decoration: underline;
    }


    .embed-container_programs {
      position: relative;
      padding-bottom: 56.25%;
      overflow: hidden;
      max-width: 100%;
      height: auto;
      background-color: #ccc;
    }

    .embed-container_programs iframe,
    .embed-container_programs object,
    .embed-container_programs embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }





/*---------------------------------------
  TMPL: Contacts page
  ---------------------------------------*/
  .header_image-contacts .header_image-content {
    background-color: rgba(0,0,0,.6);
  }

  .contacts_left-item {
    min-height: 231px;
    /*background-color: #ccc;*/
    margin-right: 15px;
    overflow: hidden;
  }
  .contacts_left-item .image {
    position: relative;
    margin-bottom: 20px;
  }
  .contacts_left-item .image-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .7);
  }
  .contacts_left-item:nth-child(2) {
    margin-top: 20px;
  }

  .text_contact_dotted {
    background-color: #000;
    padding: 6px 5px;
  }
  .text_contact_dotted-transparent {
    padding: 8px 5px;
  }
  .text_contact_dotted-transparent .text_contact_dotted-before {
    margin: 0 0 10px;
  }
  .contacts_content {
    position: relative;
    padding: 30px 0;
    width: calc(66.66667% - 8px);
    float: right;
  }
  .text_contact_dotted-before,
  .text_contact_dotted-after {
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/dotted.png) repeat-x;
  }
  .text_contact_dotted-up {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .text_contact_dotted-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 87.5%;
  }

  .contacts_content h1 {
    text-transform: uppercase;
    color: red;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 3px;
  }
  .contacts .contacts_content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .contacts  p.contacts_content-text {
    margin-bottom: 18px;
  }
  p.contact_inf a {
    text-decoration: none;
  }
  p.contact_inf a:hover {
    text-decoration: underline;
  }
  a.contacts_content-link {
    color: #1bb3a5;
    text-decoration: none;
    padding-right: 5px;

  }
  a.contacts_content-link:hover {
    text-decoration: underline;
  }
  a.contacts_content-link:after {
    content: ' | ';
    display: inline-block;
    color: #000;
    margin-left: 5px;
  }
  a.contacts_content-link:last-child:after {
    display: none;
  }

  .contacts_content-form {
    position: relative;
    top: 30px;
    width: 100%;
  }


  .contacts .gfield_label {
    display: block;
    font-size: 14px;
  }
  #input_3_1_3_container label {
    display: none;
  }
  .contacts  textarea[rows] {
    height: 238px;
    resize: none;
  }
  .contacts .gfield {
    margin-bottom: 10px;
  }
  .contacts [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, select {
    height: 23px;
  }

  .contacts input[type='submit'] {
    text-transform: uppercase;
    padding: 5px 11px;
  }

  .contacts .validation_error {
    position: absolute;
    top: -9px;
    right: 50%;
    font-size: 14px;
    line-height: 12px;
    padding: 2px 5px;
    background-color: red;
    color: #fff;
    text-align: center;
    transform: translateX(50%);
  }
  .contacts .validation_message {
    position: absolute;
    top: 34px;
    right: 0;
    font-size: 14px;
    line-height: 12px;
    padding: 2px 5px;
    background-color: red;
    color: #fff;
  }
  .contacts .gform_confirmation_message {
    position: absolute;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 12px;
    padding: 15px 5px;
    background-color: green;
    color: #fff;
    text-align: center;
  }
  .contacts_content-form input {
    font-size: 14px;
  }

  #field_3_2 .validation_message {
    top: 88px;
  }


/* ------------------------------------
    Footer Styles
    ------------------------------------- */

    .footer{
     position: relative;
     padding: 15px;
     max-width: 950px;
     /*margin: 22px auto 0;*/
     /*margin: 28px auto 0;*/
     margin: 25px auto 0;
    }
    .footer .gform_confirmation_message {
      color: #fff;
    }

    .sticky-footer {
      position: absolute;
      bottom: 0;
      /*left: 0;*/
      /*width: 100%;*/
    }

  .footer-menu {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .footer-menu li {
    display: inline-block;
  }
  .footer-menu li a {
    display: block;
    padding: 5px 10px;
  }



  /* Footer Start */
  .footer_decoration-center,
  .footer_decoration-last {
    /*border-left: 4px dotted red;*/
    position: relative;
  }
  .footer_decoration-center:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../images/footer_vertical.png) repeat-y;
  }

  .footer_decoration-last:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    display: block;
    width: 3px;
    height: auto;
    background: url(../images/footer_vertical.png) repeat-y;
  }


  .footer_address {
    padding-left: 0;
  }
  .footer_address_mini {
    display: none;
  }


  .footer .gform_heading h3 {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
  }
  .footer button, .button, input[type='submit'], input[type='reset'] {
    font-size: 14px;
    background-color: #1bb3a5;
  }

  .footer form input[type='email'] {
   width: 70%;
   font-size: 14px;
   display: inline-block;
   float: left;
   height: 22px;
   padding: 0 0 0 5px;
 }

 .footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer.footer .columns {
  height: 64px;
}

/* Footer End */



/* ------------------------------------
    Paralax Styles
    ------------------------------------- */
    .paralax-img1 {
      width: 100%;
      height: 653px;
      -webkit-background-size: cover;
      background-size: cover;
      position: absolute;
      /*top: -330px;*/
      top: -281px;
      background-repeat: no-repeat;
      z-index: 1;
      /*transform: translate(0%, 60%);*/
    }
    .paralax-img2 {
      width: 100%;
      height: 685px;
      -webkit-background-size: cover;
      background-size: cover;
      position: absolute;
      top: -80px;
      background-repeat: no-repeat;
      z-index: 1;
      transform: translate(0%, 0%);
    }
    .paralax-img3 {
      width: 100%;
      height: 488px;
      -webkit-background-size: cover;
      background-size: cover;
      position: absolute;
      top: -65px;
      background-repeat: no-repeat;
      z-index: 1;
      transform: translate(0%, 0%);
    }
    .paralax-img4 {
      width: 100%;
      height: 653px;
      -webkit-background-size: cover;
      background-size: cover;
      position: absolute;
      top: -212px;
      left: -29px;
      background-repeat: no-repeat;
      z-index: 1;
      transform: translate(0%, 0%);
    }


    .informations {
      position: relative;
      height: 282px;
      width: 100%;
      perspective: 1px;
      overflow: hidden;
    }
    .header_image {
      position: relative;
      height: 294px;
      width: 100%;
      perspective: 1px;
      overflow: hidden;
      background-color: #000;
    }

.names_and_titles-item a {
    color: rgb(0,178,165);
    text-decoration: none;
}
.names_and_titles-item a:hover {
    color: black;
    text-decoration: none;
}