/**** vars ****/
/* colors */
/* sizes */
/**** mixins ****/
/* colors */
/* box shadow */
/* border radius */
/* rotate */
/* background size */
/* transition */
/* transform */
/* 
 */
html, body {
  height: 100%; }

* {
  -webkit-font-smoothing: antialiased; }

a, .btn, .btn i,
.form-control {
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

strong {
  font-weight: 600; }

/* navbar */
@media screen and (min-width: 768px) {
  .navbar-default .navbar-nav.nav-top {
    width: auto !important;
    display: block !important;
    position: absolute;
    right: 0;
    top: 0px;
    height: 60px; }
    .navbar-default .navbar-nav.nav-top .top-menu {
      height: 60px; }
      .navbar-default .navbar-nav.nav-top .top-menu ul ul {
        display: none !important; }
    .navbar-default .navbar-nav.nav-top i {
      font-size: 30px; } }
.navbar-default .navbar-nav.nav-top .top-menu > li > a .badge {
  margin-right: -10px;
  margin-top: -12px; }
.navbar-default .navbar-nav.nav-top i {
  font-size: 20px; }
.navbar-default .navbar-nav.nav-top > li > a {
  min-width: 60px; }
  @media screen and (min-width: 768px) {
    .navbar-default .navbar-nav.nav-top > li > a {
      text-align: center; } }
.navbar-default .navbar-nav.nav-top a.primary {
  background: #F6BF35 !important;
  color: #006098; }
.navbar-default .navbar-nav.nav-top a.inverse {
  background: #006098;
  color: #60BDAC; }
  .navbar-default .navbar-nav.nav-top a.inverse:hover {
    color: #FADA89; }
.navbar-default .navbar-nav.nav-top .li-search {
  height: 40px;
  position: relative;
  max-width: none;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s; }
  @media screen and (max-width: 767px) {
    .navbar-default .navbar-nav.nav-top .li-search .btn-search {
      padding-top: 0;
      padding-bottom: 0;
      height: 40px;
      line-height: 40px; } }
  @media screen and (min-width: 768px) {
    .navbar-default .navbar-nav.nav-top .li-search {
      width: 60px;
      height: 60px;
      overflow: hidden; }
      .navbar-default .navbar-nav.nav-top .li-search.opened {
        width: 180px; } }
.navbar-default .navbar-nav.nav-top .li-language {
  text-transform: uppercase;
  width: 60px; }
  .navbar-default .navbar-nav.nav-top .li-language ul, .navbar-default .navbar-nav.nav-top .li-language li, .navbar-default .navbar-nav.nav-top .li-language a {
    text-align: center;
    min-width: inherit;
    width: 60px; }
  @media screen and (max-width: 767px) {
    .navbar-default .navbar-nav.nav-top .li-language {
      width: 100%;
      position: relative;
      z-index: 0; }
      .navbar-default .navbar-nav.nav-top .li-language:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        background: #006098;
        height: 40px;
        content: ""; }
      .navbar-default .navbar-nav.nav-top .li-language a {
        float: left;
        line-height: 40px;
        padding: 0;
        position: relative;
        z-index: 2; }
      .navbar-default .navbar-nav.nav-top .li-language ul.dropdown-menu {
        display: inline-block;
        margin-left: 60px;
        width: auto; }
        .navbar-default .navbar-nav.nav-top .li-language ul.dropdown-menu li {
          float: left; }
        .navbar-default .navbar-nav.nav-top .li-language ul.dropdown-menu a {
          border-left: 1px solid rgba(255, 255, 255, 0.2); } }
.navbar-default .navbar-nav.nav-top > li > ul > li {
  min-width: inherit;
  padding-bottom: 0; }
  .navbar-default .navbar-nav.nav-top > li > ul > li:hover > a, .navbar-default .navbar-nav.nav-top > li > ul > li.active > a {
    color: #FADA89; }
.navbar-default .navbar-nav.nav-top > li > ul > li > a {
  color: #60BDAC;
  background: #006098; }
.navbar-default .navbar-nav.nav-top > li > ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .navbar-default .navbar-nav.nav-top > li > ul ul {
    left: 0;
    top: 60px; }
    .navbar-default .navbar-nav.nav-top > li > ul ul:before {
      display: none; }
.navbar-default .navbar-nav.nav-top .dropdown-menu.account i {
  font-size: inherit;
  width: 16px;
  display: inline-block; }
.navbar-default .navbar-nav.nav-top a.btn-search {
  display: inline-block;
  background: #60BDAC !important;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0; }
  @media screen and (max-width: 991px) {
    .navbar-default .navbar-nav.nav-top a.btn-search {
      line-height: 60px; } }
.navbar-default .navbar-nav.nav-top a.btn-search i:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg); }
.navbar-default .navbar-nav.nav-top a.btn-login:focus,
.navbar-default .navbar-nav.nav-top a.btn-login:hover,
.navbar-default .navbar-nav.nav-top a.btn-search:focus,
.navbar-default .navbar-nav.nav-top a.btn-search:hover {
  background: #60BDAC; }
.navbar-default .navbar-nav.nav-top input[type="search"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: none;
  border: none;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #006098;
  font-size: 13px; }
  @media screen and (min-width: 768px) {
    .navbar-default .navbar-nav.nav-top input[type="search"] {
      width: 120px;
      height: 60px;
      line-height: 60px; } }
.navbar-default .navbar-nav.nav-top .form-control::-webkit-input-placeholder {
  color: #006098; }
.navbar-default .navbar-nav.nav-top .form-control:-moz-placeholder {
  color: #006098; }
.navbar-default .navbar-nav.nav-top .form-control::-moz-placeholder {
  color: #006098; }
.navbar-default .navbar-nav.nav-top .form-control:-ms-input-placeholder {
  color: #006098; }
.navbar-default .navbar-nav.nav-top .li-login {
  position: relative;
  z-index: 3; }
  .navbar-default .navbar-nav.nav-top .li-login > a:focus {
    color: #006098; }
  .navbar-default .navbar-nav.nav-top .li-login.opened > a, .navbar-default .navbar-nav.nav-top .li-login:hover > a {
    background: #FFF6DE;
    color: #AC8525; }
  .navbar-default .navbar-nav.nav-top .li-login.opened > ul {
    display: block; }
.navbar-default .navbar-nav.nav-top #login-container {
  background: #FFF6DE;
  padding: 25px 15px 15px;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 768px) {
    .navbar-default .navbar-nav.nav-top #login-container {
      width: 302px; } }
  .navbar-default .navbar-nav.nav-top #login-container a {
    color: #AC8525;
    text-decoration: underline;
    font-weight: 600; }
    .navbar-default .navbar-nav.nav-top #login-container a:hover {
      text-decoration: none; }
  .navbar-default .navbar-nav.nav-top #login-container .form-control {
    color: #AC8525; }
  .navbar-default .navbar-nav.nav-top #login-container .form-control::-webkit-input-placeholder {
    color: #AC8525; }
  .navbar-default .navbar-nav.nav-top #login-container .form-control:-moz-placeholder {
    color: #AC8525; }
  .navbar-default .navbar-nav.nav-top #login-container .form-control::-moz-placeholder {
    color: #AC8525; }
  .navbar-default .navbar-nav.nav-top #login-container .form-control:-ms-input-placeholder {
    color: #AC8525; }
  .navbar-default .navbar-nav.nav-top #login-container .form button {
    margin-top: 10px;
    margin-right: -15px; }

.navbar-brand-name {
  display: none; }

@media (min-width: 992px) {
  .navbar-brand-name {
    display: inline-block;
    float: right; } }
/* home */
.home-slides,
.testimonials-slides {
  position: relative;
  height: 420px;
  overflow: hidden; }
  .home-slides:hover .slider-controls a,
  .testimonials-slides:hover .slider-controls a {
    opacity: 1; }
  .home-slides.sidebar,
  .testimonials-slides.sidebar {
    padding: 50px 20px 0; }
  .home-slides .bxslider,
  .home-slides > ul,
  .testimonials-slides .bxslider,
  .testimonials-slides > ul {
    margin: 0; }
    .home-slides .bxslider > li,
    .home-slides > ul > li,
    .testimonials-slides .bxslider > li,
    .testimonials-slides > ul > li {
      display: table; }
      .home-slides .bxslider > li > div,
      .home-slides > ul > li > div,
      .testimonials-slides .bxslider > li > div,
      .testimonials-slides > ul > li > div {
        display: table-cell;
        vertical-align: top;
        width: 640px;
        height: 420px; }
        .home-slides .bxslider > li > div:not(.col-sm),
        .home-slides > ul > li > div:not(.col-sm),
        .testimonials-slides .bxslider > li > div:not(.col-sm),
        .testimonials-slides > ul > li > div:not(.col-sm) {
          position: relative;
          z-index: 0;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          -webkit-background-size: cover;
          -moz-background-size: cover; }
          .home-slides .bxslider > li > div:not(.col-sm) img,
          .home-slides > ul > li > div:not(.col-sm) img,
          .testimonials-slides .bxslider > li > div:not(.col-sm) img,
          .testimonials-slides > ul > li > div:not(.col-sm) img {
            opacity: 0; }
        .home-slides .bxslider > li > div.col-sm,
        .home-slides > ul > li > div.col-sm,
        .testimonials-slides .bxslider > li > div.col-sm,
        .testimonials-slides > ul > li > div.col-sm {
          padding: 50px 20px 0;
          position: relative;
          width: 300px; }
          .home-slides .bxslider > li > div.col-sm > div,
          .home-slides > ul > li > div.col-sm > div,
          .testimonials-slides .bxslider > li > div.col-sm > div,
          .testimonials-slides > ul > li > div.col-sm > div {
            width: 260px; }
      .home-slides .bxslider > li a,
      .home-slides > ul > li a,
      .testimonials-slides .bxslider > li a,
      .testimonials-slides > ul > li a {
        color: #60BDAC;
        font-size: 18px;
        font-weight: 600; }
      .home-slides .bxslider > li a:hover,
      .home-slides > ul > li a:hover,
      .testimonials-slides .bxslider > li a:hover,
      .testimonials-slides > ul > li a:hover {
        color: #006098; }
      .home-slides .bxslider > li a h2,
      .home-slides > ul > li a h2,
      .testimonials-slides .bxslider > li a h2,
      .testimonials-slides > ul > li a h2 {
        margin-bottom: 0;
        padding-bottom: 20px; }
      .home-slides .bxslider > li a:hover h2,
      .home-slides > ul > li a:hover h2,
      .testimonials-slides .bxslider > li a:hover h2,
      .testimonials-slides > ul > li a:hover h2 {
        text-decoration: underline;
        color: #60BDAC; }

.testimonials-bg {
  background-image: url(../img/img-testimonials.jpg); }

/*.testimonials-slides1 {
    position: relative;
    height: 420px;
    overflow: hidden;
    
    &:hover .slider-controls a {
        opacity: 1;
    }
    
    &.sidebar {
        padding: 50px 20px 0;
    }
    
    .bxslider,
    > ul {
        margin: 0;

        > li {
            display: table;

            > div {
                display: table-cell;
                vertical-align: top;
                position: relative;
                height: 420px;
                
                &:last-child {
                    width: 640px;
                    overflow: hidden;
                    z-index: -1;

                    img {
                        position: absolute;
                        top: 0;
                        left: 50%;
                        margin-left: -320px;
                    }
                }
            }
        }
    }
}*/
/* highlights */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .highlight-container {
    padding: 45px 0 0 45px; } }
.highlight {
  text-transform: uppercase;
  text-align: center;
  padding: 45px 20px;
  width: 100%;
  max-width: 300px;
  height: 300px;
  margin: 20px auto 0;
  position: relative;
  background: url(../img/bg-school-building.jpg) no-repeat; }
  .highlight h3 {
    font-size: 18px;
    font-weight: 600;
    color: #60BDAC; }
    .highlight h3 strong {
      font-size: 32px;
      font-weight: 700; }
  .highlight .btn-icon {
    position: absolute;
    right: 0;
    bottom: 0; }
  .highlight hr {
    border-color: #F6BF35;
    border-width: 2px;
    margin: 23px auto;
    width: 140px; }

/* bxslider */
.slider-controls {
  z-index: 120; }
  .slider-controls a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    opacity: 1;
    background: #006098;
    color: #F6BF35;
    opacity: 0; }
    .slider-controls a.btn-left {
      left: 0; }
    .slider-controls a.btn-right {
      right: 0; }
  .slider-controls.pull-down a {
    top: auto;
    bottom: 0px;
    margin-top: 0;
    opacity: 1; }

.testimonials-slides .text-title {
  margin-bottom: 10px; }
.testimonials-slides .testimonial {
  line-height: 22px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    .testimonials-slides .testimonial {
      height: 176px; } }
.testimonials-slides .bx-wrapper .bx-pager {
  bottom: -46px;
  right: auto; }
  @media screen and (min-width: 992px) {
    .testimonials-slides .bx-wrapper .bx-pager {
      left: -20px; } }
.testimonials-slides .slider-controls a {
  top: auto;
  bottom: 0;
  margin-top: 0; }
.testimonials-slides .slider-controls a.btn-left {
  display: none; }
.testimonials-slides .slider-controls a.btn-right {
  left: 240px;
  right: auto; }
.testimonials-slides.sidebar .slider-controls a.btn-right {
  left: auto;
  right: 0; }

.bx-wrapper .bx-pager {
  width: 100%;
  bottom: 40px;
  left: auto;
  right: 0; }
  @media screen and (min-width: 992px) {
    .bx-wrapper .bx-pager {
      width: 300px; } }
  .bx-wrapper .bx-pager .bx-pager-item {
    width: 20px;
    text-align: center; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #006098;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #60BDAC;
    border: 2px solid #006098; }

.slides-secondary .bx-pager.bx-default-pager a:hover, .slides-secondary .bx-pager.bx-default-pager a.active {
  background: #F6BF35; }

/* news */
.news-list .text-title {
  margin-bottom: 30px; }
@media screen and (max-width: 991px) {
  .news-list > li:nth-child(3) {
    display: none; } }
.news-list > li > div {
  position: relative; }
  .news-list > li > div:after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s; }
  .news-list > li > div.active:after {
    background: rgba(0, 96, 152, 0.5); }
  .news-list > li > div > div {
    background: #EEEEEE;
    padding: 30px 20px 10px;
    text-align: center;
    position: relative; }
    @media (min-width: 621px) {
      .news-list > li > div > div {
        padding: 30px 20px 70px; } }
    .news-list > li > div > div > div {
      margin-bottom: 15px;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 621px) {
        .news-list > li > div > div > div {
          height: 180px; } }
    .news-list > li > div > div p:first-child {
      height: 120px;
      line-height: 24px; }
    .news-list > li > div > div .btn {
      position: absolute;
      z-index: 2;
      right: 0;
      top: -60px; }
      @media (min-width: 621px) {
        .news-list > li > div > div .btn {
          bottom: 0;
          top: auto; } }

/*@media screen and (max-width:991px) {
    .news-list > li:not(:last-child) {
        margin-bottom: $btn-height/2;
    }
}*/
.article {
  background: #EEEEEE;
  margin-bottom: 20px;
  position: relative; }
  .article:after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s; }
  .article.active:after {
    background: rgba(0, 96, 152, 0.5); }
  .article .article-details {
    position: relative; }
    @media (min-width: 621px) {
      .article .article-details {
        height: 220px;
        padding: 30px 15px 0 0; } }
    @media (min-width: 992px) {
      .article .article-details {
        height: 293px; } }
    .article .article-details .btn {
      position: absolute;
      z-index: 2;
      right: 0;
      top: -85px; }
      @media (min-width: 621px) {
        .article .article-details .btn {
          bottom: 0;
          top: auto; } }
    .article .article-details .date {
      position: absolute;
      left: 0;
      bottom: 0;
      line-height: 60px;
      font-size: 13px; }

/* faqs */
.faqs h3 {
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 15px !important;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s; }
  .faqs h3:hover {
    opacity: .7; }
  .faqs h3 + p {
    display: none;
    margin-top: 15px;
    margin-bottom: 20px; }

/* contacts */
.contacts .contacts-list,
.contacts .contacts-form {
  background-color: #F6BF35;
  height: 340px;
  padding: 30px 20px 0; }
  .contacts .contacts-list .text-title,
  .contacts .contacts-form .text-title {
    margin-bottom: 50px; }
.contacts .contacts-form {
  background-color: #006098;
  height: 400px; }
  .contacts .contacts-form .form-control {
    color: #B1D8FF;
    margin: 0 auto; }
    .contacts .contacts-form .form-control::-webkit-input-placeholder {
      color: #B1D8FF; }
    .contacts .contacts-form .form-control:-moz-placeholder {
      color: #B1D8FF; }
    .contacts .contacts-form .form-control::-moz-placeholder {
      color: #B1D8FF; }
    .contacts .contacts-form .form-control:-ms-input-placeholder {
      color: #B1D8FF; }
  .contacts .contacts-form input.form-control {
    background: none;
    font-size: 17px;
    font-weight: 600;
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 204px; }
    .contacts .contacts-form input.form-control.form-name {
      border-bottom: 2px solid #043D5D; }
  .contacts .contacts-form textarea.form-control {
    background: #043D5D;
    color: #B1D8FF;
    /*width: 500px;*/
    height: 140px;
    padding: 18px;
    font-size: 15px;
    margin-top: 17px; }
  .contacts .contacts-form .btn {
    float: right;
    margin-right: -20px; }
  .contacts .contacts-form .alert {
    margin-top: 3px;
    margin-bottom: 0;
    background: none !important;
    color: #B1D8FF !important;
    border: 0;
    text-align: left; }

/* location */
#location-map {
  position: relative;
  margin-bottom: 60px; }

.map-canvas {
  height: 420px; }

/* sidebar */
.submenu {
  background-color: #60BDAC;
  padding: 30px 15px 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  display: none; }
  .submenu a {
    color: #006098;
    display: block;
    padding: 2px 0;
    margin: 2px 0; }
    .submenu a:hover {
      color: #FFF6DE; }
  .submenu li.active > a {
    color: #EEEEEE; }
  .submenu ul {
    list-style: none; }

@media screen and (min-width: 992px) {
  .submenu {
    display: block; } }
/* page content */
.page-content h1, .page-content h2, .page-content h3, .page-content h4 {
  margin-top: 25px; }
.page-content img {
  max-width: 100%;
  /*max-width: 617px;*/
  height: auto; }

@media screen and (max-width: 767px) {
  .swappable-xs {
    display: table;
    width: 100%;
    margin-left: 0px; }
    .swappable-xs > div:first-child {
      display: table-footer-group; }
    .swappable-xs > div:last-child {
      display: table-header-group; }

  .col-xs-padding {
    padding-top: 60px; }

  .xs-centered {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 991px) {
  .swappable-sm {
    display: table;
    width: 100%;
    margin-left: 0px; }
    .swappable-sm > div:first-child {
      display: table-footer-group; }
    .swappable-sm > div:last-child {
      display: table-header-group; }

  .col-sm-padding {
    padding-top: 60px; }

  .sm-centered {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; } }
/* footer */
footer {
  color: #006098;
  font-size: 13px;
  margin-top: 60px; }
  footer.pull-up {
    margin-top: -60px; }
    footer.pull-up .btn-scroll-top {
      margin-top: -15px; }
  footer .container > div {
    padding-left: 20px;
    padding-right: 20px;
    /*line-height: $btn-height;*/
    position: relative;
    background: #EEEEEE; }
    footer .container > div .btn-scroll-top {
      position: absolute;
      top: -60px;
      right: 0; }
  footer .copy {
    margin: 20px 0; }
  footer .developer {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      footer .developer {
        display: inline-block;
        border-left: 1px solid #CCC;
        padding-left: 10px;
        margin: 0 0 0 10px; } }
  footer .social {
    margin-bottom: 0;
    float: right;
    margin-right: -11px; }
    footer .social li {
      padding-top: 14px; }
    footer .social a {
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-size: 20px;
      margin-left: 5px;
      color: #fff;
      background-color: #CCC;
      display: block;
      text-align: center;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    footer .social .btn-facebook:hover {
      background-color: #3b5998; }
    footer .social .btn-googleplus:hover {
      background-color: #dd4b39; }
    footer .social .btn-linkedin:hover {
      background-color: #007bb6; }
    footer .social .btn-twitter:hover {
      background-color: #00aced; }
    footer .social .btn-youtube:hover {
      background-color: #bb0000; }

@media screen and (max-width: 991px) {
  footer {
    text-align: center;
    margin-top: 120px; }
    footer .social {
      float: none;
      margin-top: 10px;
      margin-right: 0; } }
/* documents & videos */
.documents li,
.videos li {
  margin-bottom: 20px; }
.documents .title,
.videos .title {
  background-color: #FADA89;
  color: #AC8525;
  text-align: center;
  font-weight: 600;
  padding: 20px 10px 19px; }
.documents .video .title,
.videos .video .title {
  display: table;
  width: 100%; }
  .documents .video .title span,
  .videos .video .title span {
    line-height: 18px;
    height: 36px;
    display: block;
    overflow: hidden;
    font-weight: 400;
    font-size: 13px;
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: middle; }

.videos {
  list-style: none;
  padding: 0; }
  .videos .btn-video {
    position: relative;
    display: block; }
    .videos .btn-video i {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      font-size: 100px;
      line-height: 100px;
      margin: -50px 0 0 -50px;
      color: #fff;
      opacity: .5; }
    .videos .btn-video:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(0, 96, 152, 0.7);
      transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s; }
    .videos .btn-video:hover:after {
      opacity: 0; }
  .videos > li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .videos > li {
        float: left;
        width: 50%; } }

/* gallery */
.gallery {
  position: relative;
  padding-bottom: 70px;
  height: 417px;
  overflow: hidden; }
  .gallery .slider-controls {
    position: relative;
    z-index: 121; }
  .gallery .bxslider {
    height: 100%; }
    .gallery .bxslider > li {
      height: 100%;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover; }
      .gallery .bxslider > li img {
        opacity: 0; }
  .gallery .bx-controls {
    position: relative;
    z-index: 121; }
  .gallery .btn-zoom {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 121;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); }
  .gallery .bx-wrapper {
    height: 100%;
    box-sizing: content-box;
    margin: 0 auto 60px !important; }
    .gallery .bx-wrapper .bx-viewport {
      height: 100%;
      overflow: visible !important; }
    .gallery .bx-wrapper .bx-caption {
      bottom: -60px;
      /*top: 345px;
      bottom: auto;*/
      height: 60px;
      padding: 0 60px;
      background: #FFF6DE;
      text-align: center;
      display: table; }
      .gallery .bx-wrapper .bx-caption span {
        vertical-align: middle;
        display: table-cell;
        color: #F6BF35;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 600; }
        @media screen and (max-width: 479px) {
          .gallery .bx-wrapper .bx-caption span {
            font-size: 14px;
            font-weight: 400; } }
    .gallery .bx-wrapper .bx-pager {
      left: 50%;
      bottom: 10px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%); }

.mfp-arrow-left:after,
.mfp-arrow-right:after {
  content: "\f30f";
  font: normal normal normal 44px/1 "Ionicons";
  color: #F6BF35; }

.mfp-image-holder .mfp-close, .mfp-image-holder .mfp-close, .mfp-image-holder .mfp-counter {
  color: #F6BF35; }

.mfp-arrow-left:after {
  content: "\f2ca"; }

/* table */
.table-contents {
  font-size: 11px;
  text-align: center;
  color: #AC8525; }
  .table-contents thead tr td,
  .table-contents thead tr th,
  .table-contents tbody tr td,
  .table-contents tbody tr th {
    vertical-align: top;
    font-weight: 600;
    padding: 20px 15px;
    border-bottom: 2px solid #fff; }
    .table-contents thead tr td:not(:first-child),
    .table-contents thead tr th:not(:first-child),
    .table-contents tbody tr td:not(:first-child),
    .table-contents tbody tr th:not(:first-child) {
      border-left: 2px solid #fff; }
  .table-contents thead tr td,
  .table-contents tbody tr td {
    background-color: #EEEEEE; }
    .table-contents thead tr td.highlighted,
    .table-contents tbody tr td.highlighted {
      color: #FADA89;
      background-color: #AC8525; }
  .table-contents thead tr th,
  .table-contents tbody tr th {
    font-size: 12px;
    background-color: #FADA89;
    text-align: center; }
    .table-contents thead tr th.title,
    .table-contents tbody tr th.title {
      font-size: 14px;
      background-color: #F6BF35;
      color: #fff;
      text-transform: uppercase;
      padding-top: 10px;
      padding-bottom: 10px; }

/* form */
.form {
  color: #AC8525;
  font-size: 13px; }
  .form .datepicker-group {
    position: relative; }
    .form .datepicker-group:after {
      position: absolute;
      top: 0;
      right: 0;
      content: "\f13f";
      font-family: "Ionicons";
      background-color: #AC8525;
      color: #FFF6DE;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      font-size: 20px; }
    .form .datepicker-group .datepicker {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
  .form h4 {
    color: #F6BF35;
    font-size: 16px;
    margin: 10px 0 15px; }
  .form button {
    float: right;
    margin-top: 50px;
    margin-right: -20px; }
  .form .alert {
    margin-bottom: 0; }
  .form .btn-submit {
    display: none; }

.form-title, .tabs-container .tab-title {
  color: #AC8525;
  background-color: #FADA89;
  line-height: 60px;
  margin-top: 0 !important;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px; }

/* badges */
.badge.notify {
  float: right;
  background-color: #fff;
  color: #006098;
  font-size: 12px; }

/* tabs */
.tabs-container .badge.notify {
  margin-top: 4px;
  margin-right: -15px;
  color: #AC8525; }
.tabs-container .link {
  color: #AC8525;
  border-bottom: 1px solid #AC8525; }
  .tabs-container .link:hover {
    border-bottom: 0; }
.tabs-container .empty {
  display: block;
  padding-bottom: 20px; }

/* communications */
.communications > li {
  border-bottom: 1px solid #FADA89;
  padding: 10px 20px 20px;
  position: relative; }
  .communications > li .date {
    line-height: 32px;
    font-size: 12px;
    font-weight: 600; }
  .communications > li.active {
    background-color: #fff; }
  .communications > li.read:after {
    position: absolute;
    top: 30px;
    right: 20px;
    content: "\f122";
    font-family: "Ionicons";
    font-size: 20px; }
  .communications > li img {
    margin-bottom: 20px; }

/* chosen */
.chosen-container {
  font-size: inherit;
  width: 100% !important; }
  .chosen-container .chosen-drop {
    border: 0;
    background: #FADA89;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .chosen-container .chosen-results {
    background-color: #AC8525;
    color: #FADA89;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }
    .chosen-container .chosen-results li {
      padding: 8px 12px; }
      .chosen-container .chosen-results li.highlighted {
        background: #FADA89;
        color: #AC8525; }
      .chosen-container .chosen-results li.result-selected {
        background: #F6BF35;
        color: #AC8525; }

.chosen-container-single .chosen-single {
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  border: 0;
  background: #FADA89;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #AC8525;
  font-size: 13px; }
  .chosen-container-single .chosen-single .chosen-drop {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .chosen-container-single .chosen-single div {
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    border: 0;
    background: #AC8525;
    color: #FFF6DE;
    position: absolute;
    right: 0px;
    top: 0; }
    .chosen-container-single .chosen-single div:after {
      content: "\f123";
      font-family: "Ionicons";
      text-align: center;
      position: absolute;
      right: 0px;
      top: 0;
      width: 100%;
      height: 100%; }
.chosen-container-single .chosen-search input[type=text] {
  padding: 10px 15px;
  border: 0px;
  background: rgba(255, 255, 255, 0.3);
  font-size: inherit;
  font-family: inherit; }

.chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none;
  background: #FADA89;
  border: 0; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: #AC8525; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: none !important; } }
/* buttons */
.btn-secondary {
  background-color: #F6BF35;
  color: #006098; }

.btn-more {
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  color: #F6BF35; }
  .btn-more i {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    text-align: center;
    font-size: 24px;
    background-color: #006098;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s; }
  .btn-more:hover {
    color: #F6BF35; }
    .btn-more:hover i {
      color: #006098;
      background-color: #F6BF35; }
  .btn-more.btn-yellow:hover {
    color: #AC8525; }
    .btn-more.btn-yellow:hover i {
      background-color: #AC8525; }
  .btn-more.btn-yellow i {
    background-color: #F6BF35;
    color: #fff; }

.btn-pull-up-ctnr {
  position: relative; }
  .btn-pull-up-ctnr .btn-more {
    position: absolute;
    left: 0;
    top: -32px; }

.btn-icon {
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative; }
  .btn-icon i {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 36px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s; }
  .btn-icon:hover > i {
    background-color: #006098;
    color: #F6BF35;
    display: inline-block; }
  .btn-icon.btn-darker:hover > i {
    background-color: #043D5D; }
  .btn-icon.btn-primary {
    color: #F6BF35; }
  .btn-icon.btn-yellow {
    background-color: #F6BF35;
    color: #fff; }
    .btn-icon.btn-yellow:hover > i {
      background-color: #FADA89; }

.btn-icon-right,
.btn-icon-left {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 60px 0 0;
  border: 0;
  background-color: #EEEEEE;
  color: #EDB400;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s; }
  .btn-icon-right span,
  .btn-icon-left span {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 36px;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #006098;
    color: #F6BF35; }
    .btn-icon-right span i,
    .btn-icon-left span i {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 48px;
      height: 48px;
      line-height: 48px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s; }
  .btn-icon-right:hover,
  .btn-icon-left:hover {
    background-color: #043D5D;
    color: #EDB400; }
    .btn-icon-right:hover span i,
    .btn-icon-left:hover span i {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      background-color: #043D5D;
      display: inline-block; }
  .btn-icon-right.btn-lg,
  .btn-icon-left.btn-lg {
    padding: 0 96px 0 0; }
    .btn-icon-right.btn-lg span,
    .btn-icon-left.btn-lg span {
      font-size: 46px;
      width: 96px;
      height: 96px;
      line-height: 96px; }
      .btn-icon-right.btn-lg span i,
      .btn-icon-left.btn-lg span i {
        position: absolute;
        top: 14px;
        left: 14px;
        width: 68px;
        height: 68px;
        line-height: 68px; }
    .btn-icon-right.btn-lg:hover span i,
    .btn-icon-left.btn-lg:hover span i {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      display: inline-block; }
  .btn-icon-right.btn-sm,
  .btn-icon-left.btn-sm {
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .btn-icon-right.btn-sm span,
    .btn-icon-left.btn-sm span {
      font-size: 26px;
      width: 50px;
      height: 50px;
      line-height: 50px; }
      .btn-icon-right.btn-sm span i,
      .btn-icon-left.btn-sm span i {
        top: 5px;
        left: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px; }
  .btn-icon-right.btn-primary:hover,
  .btn-icon-left.btn-primary:hover {
    color: #60BDAC;
    background-color: #006098; }
    .btn-icon-right.btn-primary:hover span,
    .btn-icon-left.btn-primary:hover span {
      color: #F6BF35;
      background-color: #F6BF35; }
      .btn-icon-right.btn-primary:hover span i,
      .btn-icon-left.btn-primary:hover span i {
        background-color: #006098; }
  .btn-icon-right.btn-primary span,
  .btn-icon-left.btn-primary span {
    color: #006098;
    background-color: #F6BF35; }
  .btn-icon-right.btn-yellow,
  .btn-icon-left.btn-yellow {
    background-color: #FADA89;
    color: #AC8525;
    min-width: 174px; }
    .btn-icon-right.btn-yellow:hover,
    .btn-icon-left.btn-yellow:hover {
      color: #FFF6DE;
      background-color: #AC8525; }
      .btn-icon-right.btn-yellow:hover span i,
      .btn-icon-left.btn-yellow:hover span i {
        background-color: #AC8525; }
    .btn-icon-right.btn-yellow span,
    .btn-icon-left.btn-yellow span {
      color: #FFF6DE;
      background-color: #F6BF35; }

.btn-icon-left {
  padding: 0 0 0 70px;
  text-align: left;
  font-size: 16px; }
  .btn-icon-left:hover {
    background-color: #FFF6DE; }
    .btn-icon-left:hover span i {
      background-color: #FFF6DE;
      color: #F6BF35; }
  .btn-icon-left span {
    left: 0;
    right: auto;
    background-color: #F6BF35;
    color: #fff; }

/* qtip */
.qtip {
  z-index: 99 !important; }
  .qtip.Candidacy_agreement {
    margin-top: -10px; }

/* fb comments */
.fb_iframe_widget {
  width: 100%; }
  .fb_iframe_widget > span,
  .fb_iframe_widget iframe {
    width: 100% !important; }

/* loading */
.loading {
  display: none; }
  .loading.visible {
    display: block; }
  .loading.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .loading i {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* general */
.list-view-loading {
  background-position: top right; }

form .location {
  display: none; }

.spacer {
  height: 40px; }

section {
  padding-top: 60px; }
  section.padding-sm {
    padding-top: 20px; }
  section.padding-none {
    padding: 0; }

hr.collored {
  border-color: #FFF6DE; }

.bg-gray {
  background: #CCC; }

.bg-light-gray {
  background: #EEEEEE; }

.page-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 45px !important; }
  .page-title.no-margin {
    margin-top: 0px !important; }

.img-main {
  margin-bottom: 30px; }

.text-sm {
  font-size: 13px; }

.text-md {
  font-size: 17px; }

.text-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #F6BF35; }
  .text-title.title-block {
    line-height: 60px;
    text-align: center;
    background-color: #EEEEEE;
    margin-bottom: 0; }
  .text-title.news-title {
    margin-top: 50px; }
    .text-title.news-title span {
      font-size: 14px;
      color: #006098;
      text-transform: none;
      display: block;
      font-weight: 400; }

.text-title-primary {
  color: #006098; }

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