/*$theme-bg-color: #B3D1CF;*/
/*$theme-bg-color: #C4E1E3;*/
/*$theme-bg-color: #BBDEE0;*/
/*$theme-bg-color: #B0D0D2;*/
@font-face {
  font-family: 'bikoregular';
  src: url("../fonts/biko_regular-webfont.eot");
  src: url("../fonts/biko_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/biko_regular-webfont.woff2") format("woff2"), url("../fonts/biko_regular-webfont.woff") format("woff"), url("../fonts/biko_regular-webfont.ttf") format("truetype"), url("../fonts/biko_regular-webfont.svg#bikoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bikobold';
  src: url("../fonts/biko_bold-webfont.eot");
  src: url("../fonts/biko_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/biko_bold-webfont.woff2") format("woff2"), url("../fonts/biko_bold-webfont.woff") format("woff"), url("../fonts/biko_bold-webfont.ttf") format("truetype"), url("../fonts/biko_bold-webfont.svg#bikobold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'jaapokkiregular';
  src: url("../fonts/jaapokki-regular-webfont.eot");
  src: url("../fonts/jaapokki-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/jaapokki-regular-webfont.woff2") format("woff2"), url("../fonts/jaapokki-regular-webfont.woff") format("woff"), url("../fonts/jaapokki-regular-webfont.ttf") format("truetype"), url("../fonts/jaapokki-regular-webfont.svg#jaapokkiregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* END reset css */
html, body {
  background-color: #b2d1cf;
  font-family: "bikobold", Helvetica, Arial, sans-serif;
  color: #0098B8;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0pt;
  visibility: hidden; }

img {
  border: none; }
  img.responsive {
    max-width: 100%;
    height: auto; }
  img.responsive-full {
    max-width: none;
    width: 100%;
    height: auto; }

::selection {
  background: #A5957F;
  color: #FFF;
  /* Safari */ }

::-moz-selection {
  background: #A5957F;
  color: #FFF;
  /* Firefox */ }

h1, h2, h3, h4, h5, h6 {
  font-family: "bikobold", Helvetica, Arial, sans-serif; }

p {
  font-family: "bikobold", Helvetica, Arial, sans-serif;
  color: #0098B8;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px; }

a {
  color: #0098B8;
  text-decoration: none;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease; }
  a:hover, a:focus {
    color: #0098B8; }

.left {
  float: left; }

.right {
  float: right; }

.no-padding {
  padding: 0; }

.hidden-xs {
  display: none; }

@media (min-width: 768px) {
  .hidden-xs {
    display: block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none; } }
#mainWrapper {
  min-width: 320px; }

#contentWrapper {
  /*padding: 0 20px;
  @media (min-width: $screen-md-min) {
  	padding: 0;
  	padding-left: 21.50%;
  }*/ }

.sectionWrapper {
  display: block;
  clear: both; }

@media (min-width: 992px) {
  /*body,html {
  	height: 100%;
  }
  #mainWrapper {
  	height: 100%;
  }
  #contentWrapper {
  	height: 100%;
  }*/
  .sectionWrapper {
    min-height: 100vh; } }
.entry p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px; }
  .entry p.highlightedText {
    font-size: 32px;
    line-height: 38px;
    color: white; }

.pageText .entry h4 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 1px; }
.pageText .entry p {
  color: #0071A1; }
  .pageText .entry p.highlightedText {
    color: white; }

#headerWrapper {
  z-index: 10;
  position: fixed;
  width: 100%;
  padding: 10px 0;
  height: 80px;
  background-color: #b2d1cf; }
  #headerWrapper #header {
    position: relative;
    padding: 0 20px; }
    #headerWrapper #header h1 {
      float: left;
      width: 76px;
      height: 80px;
      background: url("../img/layout/logo.png") left top no-repeat transparent;
      background-size: contain;
      line-height: 500px;
      overflow: hidden; }
      #headerWrapper #header h1 a, #headerWrapper #header h1 a:visited {
        display: block;
        line-height: 500px;
        overflow: hidden;
        width: 100%;
        height: 100%; }
    #headerWrapper #header a.nav, #headerWrapper #header a.nav:visited {
      float: right;
      margin-top: 35px;
      width: 41px;
      height: 36px;
      background: url("../img/layout/nav-menu.png") left top no-repeat transparent;
      line-height: 500px;
      overflow: hidden; }
    #headerWrapper #header .bottom {
      position: absolute;
      top: 0;
      right: 23px; }
      #headerWrapper #header .bottom ul li {
        float: left;
        color: #FFF; }
        #headerWrapper #header .bottom ul li a, #headerWrapper #header .bottom ul li a:visited {
          color: #FFF;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 13px;
          line-height: 24px; }
        #headerWrapper #header .bottom ul li.selected a, #headerWrapper #header .bottom ul li.selected a:visited {
          text-decoration: underline; }
        #headerWrapper #header .bottom ul li.sep {
          margin: 0 5px; }
  @media (min-width: 768px) {
    #headerWrapper {
      padding: 20px 0;
      height: 100px; }
      #headerWrapper #header h1 {
        width: 94px;
        height: 100px; } }
  @media (min-width: 992px) {
    #headerWrapper {
      padding: 0;
      width: 21.50%;
      height: 100%; }
      #headerWrapper #header {
        padding: 0;
        height: 100%; }
        #headerWrapper #header h1 {
          float: none;
          margin-top: 40px;
          margin-left: 35px;
          width: 159px;
          height: 168px; }
        #headerWrapper #header a.nav, #headerWrapper #header a.nav:visited {
          float: left;
          margin-top: 0;
          position: absolute;
          margin-top: 55px;
          margin-left: 35px; }
        #headerWrapper #header .bottom {
          top: auto;
          right: auto;
          /*bottom: 350px;*/
          bottom: 75px;
          left: 35px; } }
  @media (min-width: 1200px) {
    #headerWrapper #header {
      /*a.nav,a.nav:visited {
      	top: 300px;
      	left: 35px;
      }*/ }
      #headerWrapper #header h1 {
        margin-top: 80px; }
      #headerWrapper #header .bottom {
        /*bottom: 284px;*/
        bottom: 115px;
        left: 35px; } }
  #headerWrapper #flyout-navWrapper {
    position: absolute;
    top: 100px;
    right: -100%;
    width: 100%;
    /*display: none;*/
    background-color: #b2d1cf;
    padding-bottom: 30px;
    padding-top: 30px;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease; }
    #headerWrapper #flyout-navWrapper.opened {
      right: 0;
      -moz-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      -webkit-transition: 0.4s ease; }
    #headerWrapper #flyout-navWrapper #flyOutHeader {
      padding-left: 20px; }
      #headerWrapper #flyout-navWrapper #flyOutHeader a.closeFlyout, #headerWrapper #flyout-navWrapper #flyOutHeader a.closeFlyout:visited {
        display: none;
        margin-bottom: 30px;
        width: 40px;
        height: 36px;
        background: url("../img/layout/close-white.png") left top no-repeat transparent;
        line-height: 500px;
        overflow: hidden; }
    #headerWrapper #flyout-navWrapper ul {
      padding-left: 20px; }
      #headerWrapper #flyout-navWrapper ul li {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px; }
        #headerWrapper #flyout-navWrapper ul li a, #headerWrapper #flyout-navWrapper ul li a:visited {
          color: #0071A1;
          text-decoration: none; }
        #headerWrapper #flyout-navWrapper ul li.selected a, #headerWrapper #flyout-navWrapper ul li.selected a:visited {
          text-decoration: underline; }
    @media (min-width: 768px) {
      #headerWrapper #flyout-navWrapper {
        top: 140px;
        padding-top: 15px; } }
    @media (min-width: 992px) {
      #headerWrapper #flyout-navWrapper {
        background-color: transparent;
        width: auto;
        top: 300px;
        left: 35px;
        right: auto;
        left: -100%; }
        #headerWrapper #flyout-navWrapper #flyOutHeader {
          padding-left: 0; }
        #headerWrapper #flyout-navWrapper ul {
          padding-left: 0; }
        #headerWrapper #flyout-navWrapper.opened {
          right: auto;
          left: 35px;
          -moz-transition: 0.4s ease;
          -ms-transition: 0.4s ease;
          -o-transition: 0.4s ease;
          transition: 0.4s ease;
          -webkit-transition: 0.4s ease; } }
    @media (min-width: 1200px) {
      #headerWrapper #flyout-navWrapper {
        top: 340px; } }

#headerWrapper.opened #header a.nav, #headerWrapper.opened #header a.nav:visited {
  background: url("../img/layout/close-white.png") left top no-repeat transparent;
  line-height: 500px;
  overflow: hidden; }

#footerWrapper {
  clear: both;
  position: relative;
  z-index: 11; }
  #footerWrapper.contacts {
    display: none; }
  #footerWrapper #footer {
    background-color: #FFF;
    padding: 24px; }
    #footerWrapper #footer > div {
      text-align: center;
      margin-bottom: 24px;
      letter-spacing: 1px; }
      #footerWrapper #footer > div h4 {
        color: #0071A1;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 11px; }
      #footerWrapper #footer > div p {
        font-size: 12px;
        line-height: 16px; }
    #footerWrapper #footer .social-icons {
      text-align: center; }
      #footerWrapper #footer .social-icons a, #footerWrapper #footer .social-icons a:visited {
        display: inline-block;
        width: 37px;
        height: 37px;
        margin: 0 5px;
        line-height: 500px;
        overflow: hidden; }
        #footerWrapper #footer .social-icons a.linkedin, #footerWrapper #footer .social-icons a:visited.linkedin {
          width: 36px;
          background: url("../img/layout/linkedin-icon.png") left top no-repeat transparent;
          background-size: contain; }
        #footerWrapper #footer .social-icons a.facebook, #footerWrapper #footer .social-icons a:visited.facebook {
          background: url("../img/layout/facebook-icon.png") left top no-repeat transparent;
          background-size: contain; }
    @media (min-width: 768px) {
      #footerWrapper #footer {
        /*.social-icons {
        	display: block; float: none; clear: both; width: 100%;
        }*/ }
        #footerWrapper #footer > div {
          float: left;
          width: 50%; }
          #footerWrapper #footer > div.contacts {
            clear: left; }
          #footerWrapper #footer > div.urgent-contact {
            clear: left; }
          #footerWrapper #footer > div.certificacao {
            clear: left; } }
    @media (min-width: 992px) {
      #footerWrapper #footer {
        /*.social-icons {
        	float: left; clear: none; width: 33.33%;
        }*/ }
        #footerWrapper #footer > div {
          float: left;
          width: 33.33%; }
          #footerWrapper #footer > div.contacts {
            clear: none; }
          #footerWrapper #footer > div.urgent-contact {
            clear: none; }
          #footerWrapper #footer > div.address {
            clear: left; }
          #footerWrapper #footer > div.certificacao {
            clear: none; } }
    @media (min-width: 1200px) {
      #footerWrapper #footer {
        padding: 24px 35px; }
        #footerWrapper #footer > div {
          margin-bottom: 0;
          text-align: left; }
          #footerWrapper #footer > div.contacts {
            clear: none; }
          #footerWrapper #footer > div.urgent-contact {
            clear: none; }
          #footerWrapper #footer > div.address {
            clear: none; }
        #footerWrapper #footer div.conventions, #footerWrapper #footer div.schedules, #footerWrapper #footer div.contacts, #footerWrapper #footer div.address {
          width: 18%; }
        #footerWrapper #footer div.urgent-contact {
          width: 22.31%;
          max-width: 270px; }
        #footerWrapper #footer div.certificacao {
          width: 14.31%;
          max-width: 270px;
          text-align: center; }
        #footerWrapper #footer div.social-icons {
          float: left;
          width: 10%;
          margin-left: 3.69%; }
        #footerWrapper #footer .social-icons {
          padding-top: 0;
          text-align: left; }
          #footerWrapper #footer .social-icons a, #footerWrapper #footer .social-icons a:visited {
            margin: 0;
            margin-right: 8px; } }
  @media (min-width: 1200px) {
    #footerWrapper {
      /*margin-top: -147px;*/ }
      #footerWrapper.exams {
        margin-top: 0; } }

#homepageWrapper {
  padding-top: 100px; }
  #homepageWrapper .hpImgWrapper {
    text-align: center;
    padding: 40px 0; }
    #homepageWrapper .hpImgWrapper img {
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
    #homepageWrapper .hpImgWrapper video {
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  #homepageWrapper .introText {
    position: relative;
    margin-bottom: 40px; }
    #homepageWrapper .introText h2 {
      text-decoration: underline;
      font-size: 20px;
      line-height: 28px;
      color: #0071A1;
      text-transform: uppercase;
      margin-bottom: 25px; }
    #homepageWrapper .introText p {
      font-family: "jaapokkiregular", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #FFF;
      line-height: 40px;
      font-size: 23px;
      letter-spacing: 1px;
      max-width: 920px; }
  @media (min-width: 992px) {
    #homepageWrapper {
      /*.introTextAux.centered {
      	@include vertical-centered2();
      	left: auto;
      	padding-bottom: 80px;
      }*/ } }
  #homepageWrapper .pageText {
    margin-bottom: 50px;
    padding-top: 30px; }
  @media (min-width: 768px) {
    #homepageWrapper {
      padding-top: 140px; }
      #homepageWrapper .introText p {
        line-height: 60px;
        font-size: 43px; } }
  @media (min-width: 992px) {
    #homepageWrapper {
      padding-top: 0;
      min-height: 100vh;
      /*height: 100%;*/ }
      #homepageWrapper .hpImgWrapper {
        padding: 0;
        /*height: 100%;*/
        min-height: 100vh;
        position: relative; }
        #homepageWrapper .hpImgWrapper .imageWrapper {
          position: relative;
          /*height:100%;*/
          min-height: 100vh; }
        #homepageWrapper .hpImgWrapper img {
          /*position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -348px;
          margin-top: -288px;*/
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        #homepageWrapper .hpImgWrapper video {
          position: absolute;
          top: 50%;
          left: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          /*max-width: 607px; max-height: 578px;*/ }
      #homepageWrapper .introText {
        padding-top: 40px;
        /*height: 100%;*/
        min-height: 100vh;
        margin-bottom: 0; }
        #homepageWrapper .introText p {
          line-height: 80px;
          font-size: 63px; }
      #homepageWrapper .pageText {
        margin-bottom: 0;
        /*height: 100%;*/
        min-height: 100vh;
        max-width: 1100px;
        padding-top: 40px; }
        #homepageWrapper .pageText .col1 {
          float: left;
          width: 47.23%;
          margin-right: 2.77%; }
        #homepageWrapper .pageText .col2 {
          float: right;
          width: 47.23%;
          margin-right: 2.77%; } }
  @media (min-width: 1200px) {
    #homepageWrapper .introText {
      padding-top: 80px; }
      #homepageWrapper .introText p {
        line-height: 90px;
        font-size: 73px; }
    #homepageWrapper .pageText {
      padding-top: 80px; } }
  @media (min-width: 1400px) {
    #homepageWrapper .introText p {
      line-height: 90px;
      font-size: 73px; } }
  @media (min-width: 1800px) {
    #homepageWrapper {
      /*.introText { p { line-height: 100px; font-size: 83px; } }*/ } }
  #homepageWrapper .introText, #homepageWrapper .pageText, #homepageWrapper .hpImgWrapper {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      #homepageWrapper .introText, #homepageWrapper .pageText, #homepageWrapper .hpImgWrapper {
        padding-left: 0;
        padding-right: 0;
        padding-left: 21.50%; } }

a#scrollSection, a#scrollSection:visited {
  display: none; }

@media (min-width: 992px) {
  a#scrollSection, a#scrollSection:visited {
    display: block;
    position: fixed;
    bottom: 35px;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 27px;
    background: url("../img/layout/arrow-down.png") left top no-repeat transparent; } }
#teamPageWrapper {
  /*padding-top: 100px;*/ }
  #teamPageWrapper .teamWrapper {
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; }
    #teamPageWrapper .teamWrapper img {
      margin: 0 auto;
      width: 100%;
      height: auto; }
  #teamPageWrapper .teamList {
    padding: 0 20px;
    padding-top: 30px; }
    #teamPageWrapper .teamList h2 {
      text-decoration: underline;
      font-size: 20px;
      line-height: 28px;
      color: #0071A1;
      text-transform: uppercase;
      margin-bottom: 24px; }
    #teamPageWrapper .teamList .teamItem h3 {
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #teamPageWrapper .teamList .teamItem h3 a, #teamPageWrapper .teamList .teamItem h3 a:visited {
        text-decoration: underline; }
    #teamPageWrapper .teamList .teamItem p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 24px;
      letter-spacing: 1px; }
  #teamPageWrapper .teamLayer {
    display: none; }
  @media (max-width: 991px) {
    #teamPageWrapper .teamWrapper {
      background-image: none !important; } }
  @media (min-width: 768px) {
    #teamPageWrapper {
      /*padding-top: 140px;*/ } }
  @media (min-width: 992px) {
    #teamPageWrapper {
      padding-top: 0;
      min-height: 100vh;
      /*height: 100%;*/ }
      #teamPageWrapper .teamWrapper {
        padding: 0;
        margin-left: 21.50%;
        /*height: 100%;*/
        min-height: 100vh;
        position: relative; }
        #teamPageWrapper .teamWrapper img {
          display: none; }
      #teamPageWrapper .teamList {
        padding: 0;
        max-width: 240px;
        padding-top: 70px;
        float: right;
        margin-right: 70px; }
        #teamPageWrapper .teamList .teamItem h3 {
          line-height: 24px; }
          #teamPageWrapper .teamList .teamItem h3 a, #teamPageWrapper .teamList .teamItem h3 a:visited {
            text-decoration: none; }
          #teamPageWrapper .teamList .teamItem h3 a:hover {
            text-decoration: underline; }
        #teamPageWrapper .teamList p {
          display: none; }
      #teamPageWrapper .teamLayer {
        display: block;
        position: fixed;
        top: 0;
        right: -400px;
        /*height: 100%;*/
        min-height: 100vh;
        width: 320px;
        padding: 0 50px 0 30px; }
        #teamPageWrapper .teamLayer .layer {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #FFF;
          filter: alpha(opacity=80);
          -moz-opacity: 0.8;
          -khtml-opacity: 0.8;
          opacity: 0.8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)"; }
        #teamPageWrapper .teamLayer .teamLayerItem {
          display: none;
          position: relative;
          padding-top: 70px; }
          #teamPageWrapper .teamLayer .teamLayerItem h3 {
            letter-spacing: 1px;
            font-size: 14px;
            line-height: 18px;
            color: #0071A1;
            text-transform: uppercase;
            margin-bottom: 24px; }
          #teamPageWrapper .teamLayer .teamLayerItem p {
            letter-spacing: 1px;
            line-height: 24px;
            color: #3BB8CA;
            font-size: 20px; }
        #teamPageWrapper .teamLayer a.close-team-layer, #teamPageWrapper .teamLayer a.close-team-layer:visited {
          position: absolute;
          left: 30px;
          bottom: 300px;
          width: 39px;
          height: 36px;
          background: url("../img/layout/close-blue.png") left top no-repeat transparent;
          line-height: 500px;
          overflow: hidden; } }
  @media (min-width: 1200px) {
    #teamPageWrapper .teamLayer a.close-team-layer, #teamPageWrapper .teamLayer a.close-team-layer:visited {
      bottom: 200px; } }

#contactsPageWrapper {
  /*padding-top: 100px;*/ }
  #contactsPageWrapper .contactsWrapper {
    padding: 30px 20px; }
    #contactsPageWrapper .contactsWrapper h2 {
      letter-spacing: 1px;
      text-decoration: underline;
      font-size: 20px;
      line-height: 28px;
      color: #0071A1;
      text-transform: uppercase;
      margin-bottom: 25px; }
    #contactsPageWrapper .contactsWrapper h3 {
      letter-spacing: 1px;
      font-size: 20px;
      line-height: 28px;
      color: #0071A1;
      margin-bottom: 20px; }
    #contactsPageWrapper .contactsWrapper .schedule p {
      font-size: 18px;
      line-height: 22px;
      color: #FFF;
      margin-bottom: 24px;
      letter-spacing: 1px; }
    #contactsPageWrapper .contactsWrapper .schedule p.urgent {
      max-width: 240px;
      font-size: 16px;
      line-height: 20px; }
    #contactsPageWrapper .contactsWrapper .contacts-info p {
      letter-spacing: 1px;
      font-size: 16px;
      line-height: 21px;
      color: #0071A1;
      margin-bottom: 24px; }
      #contactsPageWrapper .contactsWrapper .contacts-info p a, #contactsPageWrapper .contactsWrapper .contacts-info p a:visited {
        color: #0071A1;
        text-decoration: none; }
  #contactsPageWrapper #mapcanvas {
    width: 100%;
    height: 300px; }
  @media (min-width: 768px) {
    #contactsPageWrapper {
      /*padding-top: 140px;*/ }
      #contactsPageWrapper .contactsWrapper {
        padding: 50px 20px; }
        #contactsPageWrapper .contactsWrapper h2 {
          margin-bottom: 35px; }
      #contactsPageWrapper #mapcanvas {
        height: 400px; } }
  @media (min-width: 992px) {
    #contactsPageWrapper {
      padding-top: 30px; }
      #contactsPageWrapper .contactsWrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        margin-left: 21.50%; }
        #contactsPageWrapper .contactsWrapper h2 {
          margin-bottom: 40px; }
      #contactsPageWrapper .row .info {
        width: 25%;
        float: right; }
        #contactsPageWrapper .row .info .schedule p {
          margin-bottom: 50px; }
      #contactsPageWrapper .row #mapcanvas {
        width: 71%;
        float: left; } }
  @media (min-width: 1200px) {
    #contactsPageWrapper {
      padding-top: 70px;
      /*		.row {
      			position: relative;
      			.info {
      				.contacts-info {
      					position: absolute;
      					right: 0;
      					bottom: 55px;
      					width: 25%;
      				}
      			}
      		}*/ }
      #contactsPageWrapper #mapcanvas {
        height: 600px; } }

#facilitiesPageWrapper {
  /*padding-top: 100px;*/ }
  #facilitiesPageWrapper .facilitiesWrapper {
    padding: 40px 20px;
    text-align: center; }
    #facilitiesPageWrapper .facilitiesWrapper img {
      margin: 0 auto;
      max-width: 100%;
      height: auto;
      margin-bottom: 20px; }
    #facilitiesPageWrapper .facilitiesWrapper .slider {
      display: none; }
  @media (min-width: 768px) {
    #facilitiesPageWrapper {
      /*padding-top: 140px;*/ } }
  @media (min-width: 992px) {
    #facilitiesPageWrapper {
      padding-top: 0;
      min-height: 100vh;
      /*height: 100%;*/ }
      #facilitiesPageWrapper .facilitiesWrapper {
        padding: 0;
        margin-left: 21.50%;
        /*height: 100%;*/
        min-height: 100vh;
        position: relative; }
        #facilitiesPageWrapper .facilitiesWrapper > img {
          display: none; }
        #facilitiesPageWrapper .facilitiesWrapper .slider {
          display: block;
          width: 100%;
          /*height: 100%;*/
          min-height: 100vh;
          overflow: hidden;
          position: relative; }
          #facilitiesPageWrapper .facilitiesWrapper .slider .slider-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            display: none; }
          #facilitiesPageWrapper .facilitiesWrapper .slider .slider-nav {
            position: absolute;
            right: 40px;
            top: 50%; }
            #facilitiesPageWrapper .facilitiesWrapper .slider .slider-nav ol li {
              padding: 4px 0; }
              #facilitiesPageWrapper .facilitiesWrapper .slider .slider-nav ol li a, #facilitiesPageWrapper .facilitiesWrapper .slider .slider-nav ol li a:visited {
                display: block;
                /*width: 12px; height: 12px;
                background: url("../img/layout/bullet-off.png") center center no-repeat transparent;*/
                width: 5px;
                height: 14px;
                background-color: white;
                border: 1px solid white;
                line-height: 500px;
                overflow: hidden; }
              #facilitiesPageWrapper .facilitiesWrapper .slider .slider-nav ol li.active a, #facilitiesPageWrapper .facilitiesWrapper .slider .slider-nav ol li.active a:visited {
                /*background-image: url("../img/layout/bullet-on.png");*/
                background-color: transparent; } }

#faqsPageWrapper {
  /*padding-top: 100px;*/ }
  #faqsPageWrapper .faqsWrapper {
    padding: 40px 0; }
  #faqsPageWrapper .faqsList {
    padding: 0 20px;
    padding-top: 30px; }
    #faqsPageWrapper .faqsList h2 {
      text-decoration: underline;
      font-size: 20px;
      line-height: 28px;
      color: #0071A1;
      text-transform: uppercase;
      margin-bottom: 24px; }
    #faqsPageWrapper .faqsList .faqItem {
      margin-bottom: 24px; }
      #faqsPageWrapper .faqsList .faqItem h3 {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 1px;
        color: white; }
      #faqsPageWrapper .faqsList .faqItem p {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #0071A1;
        margin: 0; }
  @media (min-width: 768px) {
    #faqsPageWrapper {
      /*padding-top: 140px;*/ }
      #faqsPageWrapper .faqsList .col {
        float: left;
        width: 42.5%;
        margin-right: 7.5%; } }
  @media (min-width: 992px) {
    #faqsPageWrapper {
      padding-top: 0;
      min-height: 100vh;
      /*height: 100%;*/ }
      #faqsPageWrapper .faqsWrapper {
        padding: 0;
        margin-left: 21.50%;
        height: 100%;
        position: relative; }
      #faqsPageWrapper .faqsList {
        padding-top: 40px; } }
  @media (min-width: 1200px) {
    #faqsPageWrapper .faqsList {
      padding-top: 80px; }
      #faqsPageWrapper .faqsList .col {
        float: left;
        width: 22.5%;
        margin: 0;
        margin-right: 2.5%; } }

#examsPageWrapper {
  /*padding-top: 100px;*/ }
  #examsPageWrapper .examsWrapper {
    padding: 40px 0; }
  #examsPageWrapper .categoriesList {
    padding: 0 20px;
    padding-top: 30px; }
    #examsPageWrapper .categoriesList h2 {
      text-decoration: underline;
      font-size: 20px;
      line-height: 28px;
      color: #0071A1;
      text-transform: uppercase;
      margin-bottom: 24px; }
    #examsPageWrapper .categoriesList .category-item {
      margin-bottom: 45px; }
      #examsPageWrapper .categoriesList .category-item h3 {
        font-size: 45px;
        line-height: 49px;
        color: white;
        margin-bottom: 35px; }
      #examsPageWrapper .categoriesList .category-item ul > li {
        color: white;
        font-size: 36px;
        line-height: 42px; }
        #examsPageWrapper .categoriesList .category-item ul > li > a, #examsPageWrapper .categoriesList .category-item ul > li > a:visited {
          color: white; }
        #examsPageWrapper .categoriesList .category-item ul > li span {
          display: inline-block;
          font-size: 22px;
          text-decoration: none !important; }
        #examsPageWrapper .categoriesList .category-item ul > li a:hover span {
          text-decoration: none !important; }
        #examsPageWrapper .categoriesList .category-item ul > li.selected > a, #examsPageWrapper .categoriesList .category-item ul > li.selected > a:visited {
          text-decoration: underline; }
        @media (min-width: 1200px) {
          #examsPageWrapper .categoriesList .category-item ul > li > a:hover {
            text-decoration: underline; }
          #examsPageWrapper .categoriesList .category-item ul > li > a:hover span {
            text-decoration: none !important; } }
        #examsPageWrapper .categoriesList .category-item ul > li > ul {
          padding: 15px 0 30px 0;
          display: none; }
          #examsPageWrapper .categoriesList .category-item ul > li > ul > li {
            font-size: 26px;
            line-height: 31px; }
            #examsPageWrapper .categoriesList .category-item ul > li > ul > li > a, #examsPageWrapper .categoriesList .category-item ul > li > ul > li > a:visited {
              color: white; }
              @media (min-width: 1200px) {
                #examsPageWrapper .categoriesList .category-item ul > li > ul > li > a > a:hover, #examsPageWrapper .categoriesList .category-item ul > li > ul > li > a:visited > a:hover {
                  text-decoration: underline; }
                #examsPageWrapper .categoriesList .category-item ul > li > ul > li > a > a:hover span, #examsPageWrapper .categoriesList .category-item ul > li > ul > li > a:visited > a:hover span {
                  text-decoration: none !important; } }
  @media (min-width: 768px) {
    #examsPageWrapper {
      /*padding-top: 140px;*/ } }
  @media (min-width: 992px) {
    #examsPageWrapper {
      padding-top: 0; }
      #examsPageWrapper .examsWrapper {
        padding: 0;
        padding-bottom: 40px;
        margin-left: 21.50%;
        position: relative; }
      #examsPageWrapper .categoriesList {
        padding-top: 40px; } }
  @media (min-width: 1200px) {
    #examsPageWrapper .categoriesList {
      padding-top: 80px; } }

#examItemWrapper {
  display: none;
  background-color: #b2d1cf;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  height: 100%;
  width: 105%;
  z-index: 1000; }
  #examItemWrapper .exam-item {
    display: none;
    padding: 20px;
    padding-top: 86px; }
    #examItemWrapper .exam-item .imageWrapper {
      text-align: center;
      padding-bottom: 15px; }
      #examItemWrapper .exam-item .imageWrapper img {
        max-width: 100%;
        height: auto; }
    #examItemWrapper .exam-item .info {
      padding-top: 20px; }
      #examItemWrapper .exam-item .info h3 {
        font-size: 36px;
        line-height: 41px;
        color: white;
        margin-bottom: 35px; }
      #examItemWrapper .exam-item .info p.general-description {
        font-size: 26px;
        line-height: 31px;
        color: #0071A1;
        margin-bottom: 35px; }
      #examItemWrapper .exam-item .info h4 {
        font-size: 24px;
        line-height: 28px; }
        #examItemWrapper .exam-item .info h4 a, #examItemWrapper .exam-item .info h4 a:visited {
          color: white; }
          #examItemWrapper .exam-item .info h4 a.selected, #examItemWrapper .exam-item .info h4 a:visited.selected {
            text-decoration: underline; }
        @media (min-width: 1200px) {
          #examItemWrapper .exam-item .info h4 > a:hover {
            text-decoration: underline; } }
      #examItemWrapper .exam-item .info .entry {
        display: none;
        padding-top: 20px; }
        #examItemWrapper .exam-item .info .entry h5 {
          color: #0071A1;
          font-size: 20px;
          line-height: 26px;
          letter-spacing: 1px; }
        #examItemWrapper .exam-item .info .entry p {
          color: #0071A1;
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 26px;
          letter-spacing: 1px; }
    #examItemWrapper .exam-item .close-btn {
      position: absolute;
      top: 20px;
      left: 50%;
      margin-left: -25px;
      width: 39px;
      height: 36px; }
      #examItemWrapper .exam-item .close-btn a, #examItemWrapper .exam-item .close-btn a:visited {
        width: 100%;
        height: 100%;
        display: block;
        line-height: 500px;
        overflow: hidden;
        background: url("../img/layout/close-blue.png") left top no-repeat transparent; }
  @media (min-width: 992px) {
    #examItemWrapper {
      left: 21.5%;
      width: 83.5%; }
      #examItemWrapper .exam-item {
        padding: 80px 20px; }
        #examItemWrapper .exam-item .imageWrapperList {
          float: left;
          max-width: 29%;
          margin-right: 2%; }
        #examItemWrapper .exam-item .info {
          padding-top: 0;
          width: 66.05%;
          padding-right: 2%;
          max-width: 700px;
          float: left; }
        #examItemWrapper .exam-item .close-btn {
          padding-top: 40px;
          position: relative;
          top: 0;
          left: 0;
          margin-left: 0;
          width: 50px;
          height: 46px; } }

#conventionsPageWrapper {
  /*padding-top: 100px;*/ }
  #conventionsPageWrapper .conventionsWrapper {
    padding: 40px 0; }
  #conventionsPageWrapper .conventionsList {
    padding: 0 20px;
    padding-top: 30px; }
    #conventionsPageWrapper .conventionsList h2 {
      text-decoration: underline;
      font-size: 20px;
      line-height: 28px;
      color: #0071A1;
      text-transform: uppercase;
      margin-bottom: 24px; }
    #conventionsPageWrapper .conventionsList .conventionItem {
      margin-bottom: 40px; }
      #conventionsPageWrapper .conventionsList .conventionItem h3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
        color: white; }
      #conventionsPageWrapper .conventionsList .conventionItem p {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 1px;
        color: #0071A1;
        margin: 0; }
  @media (min-width: 768px) {
    #conventionsPageWrapper {
      /*padding-top: 140px;*/ }
      #conventionsPageWrapper .conventionsList .col-group-1 {
        float: left;
        width: 50%; }
      #conventionsPageWrapper .conventionsList .col-group-2 {
        float: left;
        width: 50%; } }
  @media (min-width: 992px) {
    #conventionsPageWrapper {
      padding-top: 0;
      min-height: 100vh;
      /*height: 100%;*/ }
      #conventionsPageWrapper .conventionsWrapper {
        padding: 0;
        margin-left: 21.50%;
        height: 100%;
        position: relative; }
      #conventionsPageWrapper .conventionsList {
        padding-top: 40px; } }
  @media (min-width: 1200px) {
    #conventionsPageWrapper .conventionsList {
      padding-top: 80px; }
      #conventionsPageWrapper .conventionsList .col {
        float: left;
        width: 42.5%;
        margin-right: 7.5%; } }

.sectionPage {
  padding-top: 100px; }
  .sectionPage h2 {
    text-decoration: underline;
    font-size: 20px;
    line-height: 28px;
    color: #0071A1;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .sectionPage h2 {
        padding-left: 0;
        padding-right: 0;
        padding-left: 21.50%; } }
  .sectionPage .pageText {
    margin-bottom: 50px; }
  @media (min-width: 768px) {
    .sectionPage {
      padding-top: 140px; } }
  @media (min-width: 992px) {
    .sectionPage {
      min-height: 100vh; }
      .sectionPage .pageText {
        margin-bottom: 0;
        /*height: 100%;*/
        min-height: 100vh;
        max-width: 1100px; }
        .sectionPage .pageText .col1 {
          float: left;
          width: 47.23%;
          margin-right: 2.77%; }
        .sectionPage .pageText .col2 {
          float: right;
          width: 47.23%;
          margin-right: 2.77%; } }
  .sectionPage .pageText {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .sectionPage .pageText {
        padding-left: 0;
        padding-right: 0;
        padding-left: 21.50%; } }

/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

/*# sourceMappingURL=global.css.map */
