/* main: base.scss */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Prompt:300,600");
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
header .bar:after, header .bar nav::after, footer .width_container .top_wrapper::after, .news_list li:after,
.news_slider li:after, #contact::after, #recruitment::after, #login::after, #register::after, .intro:after {
  content: '';
  display: block;
  clear: both; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, figcaption {
  margin: 0;
  padding: 0; }

html, body {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul {
  list-style: none; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit; }

.clear {
  border: none;
  height: 0;
  display: block; }
  .clear.both {
    clear: both; }
  .clear.left {
    clear: left; }
  .clear.right {
    clear: right; }

a {
  outline: none; }

/**
 * Messages
 */
.message {
  margin-bottom: 2em;
  padding: 12px 15px;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  /* info */
  /* success */
  /* error */
  /* warning */ }
  .message span {
    display: block; }
  .message--info {
    border-color: #035292; }
    .message--info b {
      color: #035292; }
  .message--success {
    border-color: #0aa412; }
    .message--success b {
      color: #0aa412; }
  .message--error {
    border-color: #de033a; }
    .message--error b {
      color: #de033a; }
  .message--warn {
    border-color: #fd8300; }
    .message--warn b {
      color: #fd8300; }

/* main:../base.scss */
header {
  position: relative;
  /*----------------------------------------------------------------*/ }
  header .width_container {
    padding: 0; }
  header .bar {
    height: 110px;
    position: relative;
    color: #5a648b;
    padding-top: 20px;
    box-sizing: border-box;
    border-bottom: 2px solid #183d6e;
    /*-----------------------------------------------------*/
    /*------------------------------------------------------------*/
    /*------------------------------------------------------------*/ }
    header .bar #header {
      width: 295px;
      float: left; }
      header .bar #header #logo {
        width: 295px;
        height: 70px;
        background-image: url("../img/logo.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      header .bar #header a {
        display: block;
        overflow: hidden;
        text-indent: -2000em;
        line-height: 70px; }
    header .bar .top_bar {
      width: 350px;
      height: 25px;
      text-align: right;
      display: inline-block;
      padding-top: 15px;
      float: right;
      /*------------------------------------------------------------*/
      /*------------------------------------------------------------*/
      /*------------------------------------------------------------*/ }
      header .bar .top_bar a {
        text-transform: uppercase;
        transition: 0.4s ease-out;
        padding: 0 0 10px;
        box-sizing: border-box; }
        header .bar .top_bar a::before {
          font-family: 'Ionicons';
          margin-right: 5px;
          font-size: 24px; }
      header .bar .top_bar .search_bar #search {
        display: none; }
      header .bar .top_bar .search_bar {
        width: 150px;
        position: relative;
        display: inline-block;
        margin-right: 30px;
        cursor: pointer; }
        header .bar .top_bar .search_bar.open a.ion-search {
          opacity: 0; }
        header .bar .top_bar .search_bar.open #search {
          display: block; }
      header .bar .top_bar .private_area {
        display: inline-block;
        position: relative;
        margin-right: 30px;
        cursor: pointer; }
        header .bar .top_bar .private_area:hover .private_area-submenu {
          display: block; }
      header .bar .top_bar .private_area-submenu {
        display: none;
        width: 100px;
        height: 90px;
        position: absolute;
        right: -40px;
        top: 25px;
        text-align: center;
        padding: 20px 0;
        box-sizing: border-box;
        background-color: #5a648b;
        color: white;
        z-index: 20; }
      header .bar .top_bar .private_area-submenu a:hover {
        text-decoration: underline; }
      header .bar .top_bar .lang {
        display: inline-block;
        position: relative;
        cursor: pointer; }
        header .bar .top_bar .lang:hover .lang-submenu {
          display: block; }
      header .bar .top_bar .lang-submenu {
        display: none;
        width: 40px;
        height: 70px;
        padding: 10px 0;
        box-sizing: border-box;
        position: absolute;
        top: 25px;
        right: -10px;
        background-color: #5a648b;
        color: white;
        text-align: center;
        z-index: 20; }
      header .bar .top_bar .lang-submenu a:hover {
        text-decoration: underline; }
    header .bar nav {
      float: right;
      position: relative;
      margin-top: 5px;
      /*------------------------------------------------------*/
      /*------------------------------------------------------------*/ }
      header .bar nav button {
        display: none;
        width: 60px;
        height: 50px;
        font-family: 'Ionicons';
        font-size: 40px;
        line-height: 40px;
        color: #5a648b;
        border: none;
        outline: none;
        background-color: transparent;
        cursor: pointer; }
      header .bar nav ul li {
        display: inline-block;
        position: relative;
        line-height: 20px;
        text-transform: uppercase;
        cursor: pointer;
        transition: 0.4s ease-out; }
      header .bar nav ul li a {
        font-size: 16px;
        font-weight: 300; }
      header .bar nav ul li:nth-of-type(n+2) {
        margin-left: 50px; }
      header .bar nav ul li:hover a {
        color: #183d6e; }
      header .bar nav ul li.select {
        border-top: 5px solid #5a648b; }
      @media only screen and (max-width: 1220px) {
        header .bar nav {
          margin-top: 10px; }
          header .bar nav ul li:nth-of-type(n+2) {
            margin-left: 25px; } }
  @media only screen and (max-width: 979px) {
    header.active {
      /*------------------------------------------------------------*/ }
      header.active .bar .top_bar {
        display: block;
        width: 300px;
        height: auto;
        position: absolute;
        top: 340px;
        right: 0;
        z-index: 12;
        background-color: white;
        padding: 10px;
        box-sizing: border-box;
        text-align: center; }
      header.active .bar .top_bar .search_bar {
        width: 30px;
        margin-right: 15px; }
        header.active .bar .top_bar .search_bar.open {
          width: 150px; }
      header.active .bar .top_bar .private_area {
        margin-right: 15px; }
      header.active .bar nav > ul {
        width: 300px;
        height: auto;
        display: block;
        position: absolute;
        top: 65px;
        right: 0;
        z-index: 12;
        background-color: white; }
      header.active .bar nav > ul > li {
        display: block;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        line-height: 50px; }
      header.active .bar nav > ul > li > span {
        display: block; }
      header.active .bar nav button::before {
        content: '\f2d7'; }
    header .bar nav > ul {
      display: none; }
    header .bar .top_bar {
      display: none; }
    header .bar nav button {
      display: block; } }
  @media only screen and (max-width: 767px) {
    header .bar #header {
      width: 210px; }
      header .bar #header #logo {
        width: 210px; }
    header .bar nav {
      margin-top: 10px; }
    header.active .bar .top_bar {
      top: 355px; }
    header.active .bar nav > ul {
      top: 80px; } }
  @media only screen and (max-width: 700px) {
    header.active .bar .top_bar {
      width: 280px; }
    header.active .bar nav > ul {
      width: 280px; } }

/* main:../base.scss */
footer {
  width: 100%;
  margin-top: 60px;
  background-image: url("../img/photos/photo_footer.jpg");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  /*------------------------------------------------------------*/ }
  footer::before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0; }
  footer .width_container {
    padding: 0;
    /*-----------------------------------------------------------*/
    /*-------------------------------------------------------------*/
    /*-------------------------------------------------------------*/
    /*-----------------------------------------------------------------*/ }
    footer .width_container h3,
    footer .width_container p {
      color: white; }
    footer .width_container .top_wrapper .collumn {
      display: inline-block;
      vertical-align: top; }
      footer .width_container .top_wrapper .collumn.to_left {
        width: 65%;
        padding-top: 30px; }
      footer .width_container .top_wrapper .collumn.to_right {
        width: 30%;
        background-color: rgba(0, 0, 0, 0.45);
        padding: 20px;
        margin-top: 30px; }
    footer .width_container .top_wrapper .address h3 {
      margin-bottom: 15px; }
    footer .width_container .top_wrapper .address:nth-of-type(n+2) {
      margin-top: 30px; }
    footer .width_container .bottom_wrapper {
      width: 100%;
      margin-top: 2em;
      padding-top: 2em;
      padding-bottom: 10px;
      border-top: 1px solid #666;
      display: table; }
      @media only screen and (max-width: 1220px) {
        footer .width_container .bottom_wrapper {
          display: block;
          text-align: center; } }
      footer .width_container .bottom_wrapper__col {
        display: table-cell;
        vertical-align: middle; }
        footer .width_container .bottom_wrapper__col:first-child {
          width: 60%; }
        footer .width_container .bottom_wrapper__col:last-child {
          width: 40%;
          text-align: right; }
          @media only screen and (max-width: 1220px) {
            footer .width_container .bottom_wrapper__col:last-child {
              padding-top: 40px;
              text-align: center; } }
          footer .width_container .bottom_wrapper__col:last-child img {
            margin: 0 5px;
            height: 28px;
            display: inline-block; }
            @media only screen and (max-width: 979px) {
              footer .width_container .bottom_wrapper__col:last-child img {
                height: 26px; } }
            @media only screen and (max-width: 767px) {
              footer .width_container .bottom_wrapper__col:last-child img {
                margin: 0 auto 20px auto;
                display: block; } }
        @media only screen and (max-width: 1220px) {
          footer .width_container .bottom_wrapper__col {
            width: 100% !important;
            vertical-align: inherit;
            float: none;
            display: block; } }
    footer .width_container .bottom_wrapper .copy {
      margin-top: 5px; }
    footer .width_container .menu_footer li {
      display: inline-block; }
    footer .width_container .menu_footer a:hover {
      color: white; }
    footer .width_container .bottom_wrapper a,
    footer .width_container .bottom_wrapper h6 {
      font-weight: 600;
      font-size: 16px;
      line-height: 25px;
      text-transform: uppercase;
      color: #a2a2a2;
      letter-spacing: 2px; }
    footer .width_container .form_wrapper {
      background-color: rgba(0, 0, 0, 0.45);
      padding: 40px 20px;
      box-sizing: border-box; }
    @media only screen and (max-width: 1220px) {
      footer .width_container .top_wrapper .collumn.to_left {
        width: 50%; }
      footer .width_container .top_wrapper .collumn.to_right {
        width: 40%; } }
    @media only screen and (max-width: 979px) {
      footer .width_container .top_wrapper .collumn.to_right {
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
      footer .width_container .top_wrapper {
        width: 240px;
        margin: 0 auto; }
      footer .width_container .top_wrapper .address {
        text-align: center; }
        footer .width_container .top_wrapper .address:nth-of-type(n+2) {
          margin-top: 15px; }
      footer .width_container .top_wrapper .address h3 {
        margin-bottom: 5px; }
      footer .width_container .top_wrapper .collumn.to_right {
        display: none; }
      footer .width_container .top_wrapper .collumn.to_left {
        padding-top: 15px;
        width: 100% !important; }
      footer .width_container .bottom_wrapper {
        width: 260px;
        margin: 25px auto 0;
        text-align: center; }
      footer .width_container .bottom_wrapper .menu_footer li {
        width: 100%;
        display: block; }
      footer .width_container .bottom_wrapper a,
      footer .width_container .bottom_wrapper h6 {
        font-size: 14px; }
      footer .width_container .bottom_wrapper .copy {
        margin-top: 15px; } }

/**
 * Slick;
 */
.slick-slide {
  outline: none; }

/* main:../base.scss */
/* li:nth-of-type(n+2){ margin-left: 40px;  } */
.services_list > li {
  width: 230px;
  display: inline-block;
  text-align: center;
  vertical-align: top; }
  @media only screen and (max-width: 1220px) {
    .services_list > li {
      width: 210px; } }
  @media only screen and (max-width: 979px) {
    .services_list > li {
      width: 160px; } }
  @media only screen and (max-width: 767px) {
    .services_list > li {
      width: 210px; } }
  @media only screen and (max-width: 700px) {
    .services_list > li {
      width: 280px;
      margin: 0 auto; } }
  .services_list > li:nth-of-type(n+2) {
    margin-left: 50px; }
    @media only screen and (max-width: 1220px) {
      .services_list > li:nth-of-type(n+2) {
        margin-left: 33px; } }
    @media only screen and (max-width: 979px) {
      .services_list > li:nth-of-type(n+2) {
        margin-left: 20px; } }
    @media only screen and (max-width: 767px) {
      .services_list > li:nth-of-type(n+2) {
        margin-left: 0; } }
    @media only screen and (max-width: 700px) {
      .services_list > li:nth-of-type(n+2) {
        margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .services_list > li:nth-of-type(n+3) {
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .services_list > li li:nth-of-type(2n+2) {
      margin-left: 20px; } }
  @media only screen and (max-width: 700px) {
    .services_list > li li:nth-of-type(2n+2) {
      margin-left: 0; } }
  .services_list > li span:before {
    font-family: 'Ionicons';
    font-size: 36px; }
  .services_list > li h3 {
    margin-top: 20px; }
  .services_list > li p {
    margin-top: 40px; }

.news_list,
.news_slider {
  width: 100%;
  /*-----------------------------------------------------------------*/ }
  .news_list li,
  .news_slider li {
    width: 1100px;
    display: inline-block;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding-left: 60px; }
  .news_list li article,
  .news_slider li article {
    width: 50%;
    display: inline-block;
    margin: 50px 0 20px; }
  .news_list li article h3,
  .news_slider li article h3 {
    max-height: 50px;
    overflow: hidden; }
  .news_list li article p,
  .news_slider li article p {
    max-height: 80px;
    overflow: hidden; }
  .news_list li .image,
  .news_slider li .image {
    width: 400px;
    height: 250px;
    display: inline-block;
    position: relative; }
  .news_list li .image::after,
  .news_slider li .image::after {
    content: '';
    position: absolute;
    right: 85%;
    height: 100%;
    width: 33%;
    top: 0;
    background-color: #f5f5f5;
    transform: skewx(22deg); }
  @media only screen and (max-width: 1220px) {
    .news_list li,
    .news_slider li {
      width: 960px; } }
  @media only screen and (max-width: 979px) {
    .news_list li,
    .news_slider li {
      width: 740px;
      padding-left: 40px; }
    .news_list li article,
    .news_slider li article {
      margin-top: 40px; }
    .news_list li .image,
    .news_slider li .image {
      width: 40%; } }
  @media only screen and (max-width: 767px) {
    .news_list li,
    .news_slider li {
      width: 460px;
      padding: 40px; }
    .news_list li article,
    .news_slider li article {
      width: 100%;
      float: none;
      display: block;
      margin-top: 0; }
    .news_list li .image,
    .news_slider li .image {
      width: 100%;
      float: none;
      display: block; }
    .news_list li .image::after,
    .news_slider li .image::after {
      display: none; } }
  @media only screen and (max-width: 700px) {
    .news_list li,
    .news_slider li {
      width: 280px; }
    .news_list li .image,
    .news_slider li .image {
      height: 180px; } }

.news_list li:nth-of-type(n+2) {
  margin-top: 40px; }

.news_list .link::before {
  content: 'Ler mais'; }

.news_list .open {
  padding-right: 40px; }

.news_list .open article {
  width: 100%; }

.news_list .open article p {
  max-height: initial; }

.news_list .open .image {
  display: none; }

.news_list .open .link::before {
  content: 'Fechar'; }

#values_list {
  position: relative;
  margin-top: 40px; }
  #values_list li {
    width: 320px;
    display: inline-block;
    background-color: #f5f5f5;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    vertical-align: top; }
  #values_list li:nth-of-type(n+2) {
    margin-left: 60px; }
  #values_list li h3 {
    margin: 15px 0 30px; }
  #values_list li span::before {
    font-size: 30px;
    color: #183d6e; }
  @media only screen and (max-width: 1220px) {
    #values_list li {
      width: 300px; }
    #values_list li:nth-of-type(n+2) {
      margin-left: 20px; } }
  @media only screen and (max-width: 979px) {
    #values_list li {
      width: 230px; }
    #values_list li:nth-of-type(n+2) {
      margin-left: 10px; } }
  @media only screen and (max-width: 767px) {
    #values_list li {
      display: block;
      width: 100%; }
    #values_list li:nth-of-type(n+2) {
      margin-left: 0;
      margin-top: 20px; } }

#services_list {
  position: relative; }
  #services_list > li {
    width: 100%; }
    #services_list > li:nth-of-type(n+2) {
      margin-top: 60px; }
    #services_list > li .title_box {
      width: 22%;
      height: 155px;
      position: relative;
      display: inline-table;
      background-color: #f5f5f5;
      text-align: center;
      box-sizing: border-box;
      vertical-align: top; }
      #services_list > li .title_box .title_wrapper {
        display: table-cell;
        vertical-align: middle; }
      #services_list > li .title_box span {
        margin-bottom: 10px;
        display: block; }
        #services_list > li .title_box span::before {
          font-size: 30px; }
      #services_list > li .title_box h3 {
        max-height: 80px;
        max-width: 100%;
        overflow: hidden;
        margin: auto;
        word-break: break-word; }
    #services_list > li .description {
      width: 75%;
      height: 145px;
      position: relative;
      display: inline-block;
      margin-left: 2.3%;
      vertical-align: top; }
      #services_list > li .description .text_wrapper {
        max-height: 95px;
        overflow: hidden;
        margin-bottom: 30px; }
        #services_list > li .description .text_wrapper ul {
          margin-top: 1.5em; }
          #services_list > li .description .text_wrapper ul > li {
            margin-bottom: .5em;
            color: #5b5b5b; }
            #services_list > li .description .text_wrapper ul > li::before {
              margin-right: 1em;
              content: '\f122';
              font-family: 'Ionicons'; }
      #services_list > li .description .link span {
        margin-left: 4px; }
      #services_list > li .description .link::before {
        content: 'Ler tudo'; }
      #services_list > li .description .link:hover {
        color: #5a648b; }
      #services_list > li .description.expanded {
        height: auto; }
        #services_list > li .description.expanded .text_wrapper {
          max-height: initial; }
        #services_list > li .description.expanded .link::before {
          content: 'Fechar'; }
        #services_list > li .description.expanded .link span::before {
          content: '\f366'; }
  @media only screen and (max-width: 979px) {
    #services_list li .title_box {
      width: 200px; }
    #services_list li .description {
      width: 65%; } }
  @media only screen and (max-width: 767px) {
    #services_list li .title_box {
      width: 100%; }
    #services_list li .description {
      width: 100%;
      display: block;
      margin-top: 30px; } }

#docs_list,
#links_list,
#search-results_list {
  position: relative; }
  #docs_list li,
  #links_list li,
  #search-results_list li {
    width: 100%;
    height: auto;
    border: 1px solid #5a648b;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s ease-out;
    position: relative; }
  #docs_list a,
  #links_list a,
  #search-results_list a {
    display: block;
    padding-right: 10px;
    color: #5a648b; }
  #docs_list li a span,
  #links_list li a span,
  #search-results_list li a span {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 26px;
    line-height: 40px; }
  #docs_list li:hover,
  #links_list li:hover,
  #search-results_list li:hover {
    background-color: #183d6e; }
    #docs_list li:hover a,
    #links_list li:hover a,
    #search-results_list li:hover a {
      color: white; }
  #docs_list li:nth-of-type(n+2),
  #links_list li:nth-of-type(n+2),
  #search-results_list li:nth-of-type(n+2) {
    margin-top: 20px; }

/* main:../base.scss */
button,
input,
textarea {
  outline: none; }

#search {
  height: 30px;
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding-right: 20px;
  z-index: 1; }
  #search input {
    border: none;
    outline: none;
    background-color: transparent;
    font-family: "Prompt", sans-serif;
    resize: none;
    overflow: hidden;
    width: 130px;
    padding-bottom: 2px;
    padding-right: 5px;
    margin-right: 5px;
    border-bottom: solid 1px #183d6e; }
  #search button {
    position: absolute;
    top: -1px;
    right: 0;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    width: 24px;
    font-size: 24px; }
    #search button span::before {
      margin-right: 5px; }

#contact {
  width: 100%;
  /*-----------------------------------------------------------------*/ }
  #contact input, #contact textarea {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #5b5b5b;
    color: #f5f5f5;
    margin-bottom: 10px;
    outline: none; }
    #contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder {
      color: #f5f5f5; }
    #contact input:-moz-placeholder, #contact textarea:-moz-placeholder {
      color: #f5f5f5; }
    #contact input::-moz-placeholder, #contact textarea::-moz-placeholder {
      color: #f5f5f5; }
    #contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder {
      color: #f5f5f5; }
  #contact textarea {
    width: 100%;
    height: 100px;
    padding: 20px;
    font-family: "Prompt", sans-serif;
    box-sizing: border-box;
    margin-bottom: 0; }
  #contact button {
    float: right;
    margin-top: 15px; }

#recruitment {
  width: 310px;
  display: inline-block;
  vertical-align: top;
  margin-left: 6%; }
  #recruitment input, #recruitment textarea {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #183d6e;
    color: #183d6e;
    margin-bottom: 10px;
    outline: none; }
    #recruitment input::-webkit-input-placeholder, #recruitment textarea::-webkit-input-placeholder {
      color: #183d6e; }
    #recruitment input:-moz-placeholder, #recruitment textarea:-moz-placeholder {
      color: #183d6e; }
    #recruitment input::-moz-placeholder, #recruitment textarea::-moz-placeholder {
      color: #183d6e; }
    #recruitment input:-ms-input-placeholder, #recruitment textarea:-ms-input-placeholder {
      color: #183d6e; }
  #recruitment textarea {
    width: 100%;
    height: 100px;
    padding: 20px;
    font-family: "Prompt", sans-serif;
    box-sizing: border-box;
    margin-bottom: 0; }
  #recruitment button {
    border: 2px solid #183d6e;
    color: #183d6e;
    float: right;
    margin-top: 20px; }
    #recruitment button:hover {
      background-color: #183d6e;
      color: white; }
  #recruitment .file_wrap {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 2px solid #183d6e;
    color: #183d6e;
    font-size: 16px;
    font-family: "Prompt", sans-serif;
    cursor: pointer; }
  #recruitment .file_wrap:hover {
    background-color: #183d6e;
    color: white; }
  @media only screen and (max-width: 1220px) {
    #recruitment {
      margin-left: 4%; } }
  @media only screen and (max-width: 767px) {
    #recruitment {
      width: 100%;
      margin-left: 0;
      margin-top: 40px; } }

#login, #register {
  width: 50%;
  margin: auto;
  margin-top: 40px; }
  #login input, #register input {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    font: "Prompt", sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #183d6e;
    color: #183d6e;
    margin-bottom: 10px;
    outline: none; }
    #login input::-webkit-input-placeholder, #register input::-webkit-input-placeholder {
      color: #183d6e; }
    #login input:-moz-placeholder, #register input:-moz-placeholder {
      color: #183d6e; }
    #login input::-moz-placeholder, #register input::-moz-placeholder {
      color: #183d6e; }
    #login input:-ms-input-placeholder, #register input:-ms-input-placeholder {
      color: #183d6e; }
  #login button, #register button {
    border: 2px solid #183d6e;
    color: #183d6e;
    float: right;
    margin-top: 20px; }
    #login button:hover, #register button:hover {
      background-color: #183d6e;
      color: white; }
  @media only screen and (max-width: 767px) {
    #login, #register {
      width: 100%;
      margin: 0; } }

body {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  color: #5a648b;
  background-color: white; }

.width_container {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  padding-top: 60px;
  /*-----------------------------------------------------------------*/ }
  @media only screen and (max-width: 700px) {
    .width_container {
      padding-top: 40px; } }

header + .width_container {
  padding-top: 0; }

.to_left {
  float: left; }

.to_right {
  float: right; }

.image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5a648b;
  letter-spacing: 4px; }

h2.title_base {
  text-align: center;
  margin-bottom: 60px;
  /*-----------------------------------------------------------------*/ }
  @media only screen and (max-width: 700px) {
    h2.title_base {
      margin-bottom: 40px; } }

h3 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #5a648b;
  letter-spacing: 3px; }

p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #5b5b5b;
  line-height: 30px;
  letter-spacing: 1px; }

a.link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #183d6e;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.4s ease-out; }
  a.link:hover {
    color: #5a648b; }

.button {
  height: 44px;
  padding-right: 1.8em;
  padding-left: 1.8em;
  line-height: 44px;
  color: #5a648b;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #5a648b;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: 0.4s ease-out; }
  .button:hover, .button:focus {
    background-color: #5a648b;
    color: #f5f5f5; }
  .button.white {
    border: 2px solid white;
    color: white; }
    .button.white:hover, .button.white:focus {
      background-color: white;
      color: #5a648b; }
  .button.grey {
    border: 2px solid #5b5b5b;
    color: #5b5b5b; }
    .button.grey:hover, .button.grey:focus {
      background-color: white;
      color: #5b5b5b; }

.nav {
  height: 44px;
  position: relative;
  margin-top: 15px;
  text-align: center; }

.arrows_banner,
.arrows_news {
  width: 100%;
  position: absolute;
  /*-----------------------------------------------------------------*/ }
  .arrows_banner button,
  .arrows_news button {
    width: 30px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    transition: 0.4s ease-out;
    cursor: pointer; }
  .arrows_banner button:last-of-type,
  .arrows_news button:last-of-type {
    margin-left: 20px; }
  .arrows_banner button::before,
  .arrows_news button::before {
    font-family: 'Ionicons';
    color: #5a648b;
    line-height: 30px;
    font-size: 28px;
    cursor: pointer;
    transition: 0.4s ease-out; }
    .arrows_banner button::before:hover,
    .arrows_news button::before:hover {
      color: #183d6e; }
  @media only screen and (max-width: 700px) {
    .arrows_banner,
    .arrows_news {
      margin-bottom: 20px;
      float: none; } }

.arrows_banner {
  height: 100px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*-----------------------------------------------------------------*/ }
  .arrows_banner button {
    background-color: white;
    width: 70px;
    height: 100px; }
  .arrows_banner button:hover {
    background-color: #5a648b; }
    .arrows_banner button:hover:before {
      color: white; }
  @media only screen and (max-width: 700px) {
    .arrows_banner {
      display: none; } }

.arrows_news {
  height: 40px;
  top: 0; }

.intro article {
  width: 65%;
  display: inline-block;
  vertical-align: top; }

.intro article h2 {
  margin-bottom: 60px; }

.intro article .button {
  margin-top: 20px; }

@media only screen and (max-width: 767px) {
  .intro article {
    width: 100%;
    display: block;
    float: none; } }

#calendar {
  width: 232px;
  display: inline-block;
  vertical-align: top;
  /*-----------------------------------------------------------------*/ }
  #calendar .calendar_pane {
    position: relative;
    margin-top: 20px;
    text-transform: uppercase;
    background-color: #f4f4f4;
    width: 232px;
    text-align: center; }
    #calendar .calendar_pane .sel_data span {
      color: white;
      margin: 0 10px; }
    #calendar .calendar_pane .sel_day {
      width: 100%;
      margin: 0 auto; }
    #calendar .calendar_pane .sel_day tr td {
      border: 1px solid transparent;
      cursor: pointer; }
    #calendar .calendar_pane .sel_day tr td:hover {
      border: 1px solid #5a648b; }
    #calendar .calendar_pane .info {
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: #f4f4f4;
      padding-bottom: 20px;
      box-sizing: border-box; }
    #calendar .calendar_pane .info .info_header {
      width: 100%;
      height: 50px;
      background-color: #5a648b;
      padding: 0 15px;
      box-sizing: border-box; }
    #calendar .calendar_pane .info .info_header h3 {
      line-height: 50px;
      color: white;
      padding-right: 15px; }
    #calendar .calendar_pane .info .info_header h3 span::before {
      position: absolute;
      right: 10px;
      line-height: 50px;
      cursor: pointer; }
    #calendar .calendar_pane .info p {
      line-height: 20px;
      text-transform: initial;
      padding: 20px;
      max-height: 80px;
      overflow: hidden; }
    #calendar .calendar_pane .display {
      display: block; }
  @media only screen and (max-width: 767px) {
    #calendar {
      margin: 30px auto;
      float: none;
      display: block; } }

#map {
  height: 340px;
  width: 70%;
  display: inline-block; }

.contacts_wrapper {
  width: 100%;
  background-color: #f5f5f5;
  /*-----------------------------------------------------------------*/ }
  .contacts_wrapper .contacts_info {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin: 40px 0 0 40px; }
    .contacts_wrapper .contacts_info p {
      font-size: 15px; }
    .contacts_wrapper .contacts_info p span {
      display: block;
      color: #5a648b;
      margin: 20px 0; }

.caption {
  position: absolute;
  bottom: 40px;
  left: 40px;
  margin: auto;
  max-width: 500px;
  overflow: hidden; }
  .caption h2 {
    color: white;
    width: 500px;
    MAX-HEIGHT: 200PX;
    OVERFLOW: HIDDEN; }
  .caption .button {
    margin-top: 50px; }

.top_banner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #183d6e;
  /*-----------------------------------------------------------------*/
  /*-----------------------------------------------------------------*/ }
  .top_banner li {
    width: 1100px;
    display: inline-block;
    opacity: 0.7; }
  .top_banner .image {
    width: 100%;
    height: 500px; }

.banner {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 60px;
  background-color: #183d6e; }
  .banner .image {
    width: 100%;
    height: 400px;
    opacity: 0.7; }
  @media only screen and (max-width: 979px) {
    .banner .caption {
      max-height: 250px; }
    .banner .caption h2 {
      max-height: 150px; } }
  @media only screen and (max-width: 767px) {
    .banner .caption {
      max-width: 420px;
      left: 20px; }
    .banner .caption h2 {
      width: 100%; } }
  @media only screen and (max-width: 700px) {
    .banner .caption {
      max-width: 270px;
      max-height: 320px;
      left: 10px;
      bottom: 40px; }
    .banner .caption h2 {
      max-height: 210px; }
    .banner .caption .button {
      margin-top: 30px; } }

article {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  article p {
    margin: 20px 0;
    line-height: 28px; }

.image_wrap {
  width: 100%;
  margin: 40px 0; }
  .image_wrap .image {
    width: 320px;
    height: 200px;
    display: inline-block; }
  .image_wrap .image:nth-of-type(n+2) {
    margin-left: 60px; }
  @media only screen and (max-width: 1220px) {
    .image_wrap .image {
      width: 300px; }
    .image_wrap .image:nth-of-type(n+2) {
      margin-left: 20px; } }
  @media only screen and (max-width: 979px) {
    .image_wrap .image {
      width: 230px; }
    .image_wrap .image:nth-of-type(n+2) {
      margin-left: 10px; } }
  @media only screen and (max-width: 767px) {
    .image_wrap .image {
      display: block;
      width: 100%; }
    .image_wrap .image:nth-of-type(n+2) {
      margin-left: 0;
      margin-top: 20px; } }

.text_recruitment {
  width: 65%;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 1220px) {
    .text_recruitment {
      width: 60%; } }
  @media only screen and (max-width: 979px) {
    .text_recruitment {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .text_recruitment {
      width: 100%; } }

.address_wrapper {
  width: 320px;
  display: inline-block; }
  .address_wrapper:nth-of-type(n+2) {
    margin-left: 60px; }
  .address_wrapper h3 {
    margin-bottom: 30px; }
  .address_wrapper .map {
    height: 220px;
    width: 100%;
    margin-top: 40px; }
  @media only screen and (max-width: 1220px) {
    .address_wrapper {
      width: 280px; }
      .address_wrapper:nth-of-type(n+2) {
        margin-left: 50px; } }
  @media only screen and (max-width: 979px) {
    .address_wrapper {
      display: block;
      margin: auto; }
      .address_wrapper:nth-of-type(n+2) {
        margin-left: inherit; } }

.register_wrapper {
  width: 50%;
  margin: 40px auto;
  text-align: center; }
  .register_wrapper .button {
    margin: 20px auto; }
  @media only screen and (max-width: 767px) {
    .register_wrapper {
      width: 100%;
      margin: 40px 0 0; } }

/*
* MEDIA QUERIES
*/
@media only screen and (max-width: 1220px) {
  .width_container {
    width: 960px; }
  .top_banner {
    width: 960px; }
  .nav {
    width: 960px; } }

@media only screen and (max-width: 979px) {
  .width_container {
    width: 740px; }
  .top_banner {
    width: 740px; }
  .nav {
    width: 740px; } }

@media only screen and (max-width: 767px) {
  .width_container {
    width: 460px; }
  .top_banner {
    width: 460px; }
  .nav {
    width: 460px; } }

@media only screen and (max-width: 700px) {
  .width_container {
    width: 280px; }
  .top_banner {
    width: 280px; }
  .nav {
    width: 280px; } }

/*# sourceMappingURL=base.css.map */
