/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-gridpromogallery .g-gridpromogallery-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-gridpromogallery .g-gridpromogallery-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
}
.g-gridpromogallery .g-gridpromogallery-readmore {
  margin: 1rem auto;
}
.g-gridpromogallery .g-gridpromogallery-link {
  color: #fff !important;
}
.g-gridpromogallery .g-gridpromogallery-item-img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.g-gridpromogallery .g-gridpromogallery-item-text {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  padding: 3rem;
  border: 2px solid transparent;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.g-gridpromogallery .g-gridpromogallery-item-text:hover {
  background: rgba(56, 164, 180, 0.8);
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-gridpromogallery .g-gridpromogallery-item-text {
    padding: 1.5rem 1rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-gridpromogallery .g-gridpromogallery-item-text {
    padding: 1rem 0.5rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-gridpromogallery .g-gridpromogallery-item-text {
    padding: 2rem;
  }
}
.g-gridpromogallery .g-gridpromogallery-item-tag, .g-gridpromogallery .g-gridpromogallery-item-title, .g-gridpromogallery .g-gridpromogallery-item-desc {
  display: block;
  margin: 2rem 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-gridpromogallery .g-gridpromogallery-item-tag, .g-gridpromogallery .g-gridpromogallery-item-title, .g-gridpromogallery .g-gridpromogallery-item-desc {
    margin: 1.5rem 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-gridpromogallery .g-gridpromogallery-item-tag, .g-gridpromogallery .g-gridpromogallery-item-title, .g-gridpromogallery .g-gridpromogallery-item-desc {
    margin: 1rem 0;
  }
}
.g-gridpromogallery .g-gridpromogallery-item-tag {
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
}
.g-gridpromogallery .g-gridpromogallery-item-title {
  font-family: "exo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 1rem 0;
  position: relative;
}
.g-gridpromogallery .g-gridpromogallery-item-desc {
  text-transform: uppercase;
  line-height: 1.5;
}
.g-gridpromogallery .g-gridpromogallery-item-arrow {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateX(-1rem);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.dir-rtl .g-gridpromogallery .g-gridpromogallery-item-arrow {
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  transform: translateX(1rem);
}
.g-gridpromogallery .g-gridpromogallery-item-arrow:before {
  font-family: FontAwesome;
  font-size: 1.5rem;
  content: "";
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-gridpromogallery .g-gridpromogallery-item-arrow:before {
    bottom: 0.5rem;
    right: 1rem;
  }
}
.dir-rtl .g-gridpromogallery .g-gridpromogallery-item-arrow:before {
  content: "";
  right: inherit;
  left: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .dir-rtl .g-gridpromogallery .g-gridpromogallery-item-arrow:before {
    right: inherit;
    bottom: 0.5rem;
    left: 1rem;
  }
}
.g-gridpromogallery .g-gridpromogallery-2cols .g-gridpromogallery-item {
  width: 50%;
}
.g-gridpromogallery .g-gridpromogallery-3cols .g-gridpromogallery-item {
  width: 33.33333%;
}
.g-gridpromogallery .g-gridpromogallery-4cols .g-gridpromogallery-item {
  width: 25%;
}
.g-gridpromogallery .g-gridpromogallery-5cols .g-gridpromogallery-item {
  width: 20%;
}
.g-gridpromogallery .g-gridpromogallery-6cols .g-gridpromogallery-item {
  width: 16.66667%;
}
@media only all and (max-width: 47.938rem) {
  .g-gridpromogallery .g-gridpromogallery-3cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-5cols .g-gridpromogallery-item {
    width: 100%;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-gridpromogallery .g-gridpromogallery-2cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-4cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-6cols .g-gridpromogallery-item {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-gridpromogallery .g-gridpromogallery-2cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-4cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-6cols .g-gridpromogallery-item {
    width: 100%;
  }
}
.g-promogallery-style-1.g-gridpromogallery-item .g-gridpromogallery-item-tag, .g-promogallery-style-1.g-gridpromogallery-item .g-gridpromogallery-item-desc {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-promogallery-style-1.g-gridpromogallery-item .g-gridpromogallery-item-tag {
  -webkit-transform: translateY(-2rem);
  -moz-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
.g-promogallery-style-1.g-gridpromogallery-item .g-gridpromogallery-item-desc {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-promogallery-style-1.g-gridpromogallery-item:hover .g-gridpromogallery-item-tag, .g-promogallery-style-1.g-gridpromogallery-item:hover .g-gridpromogallery-item-desc {
  opacity: 1;
}
.g-promogallery-style-1.g-gridpromogallery-item:hover .g-gridpromogallery-item-tag {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.g-promogallery-style-1.g-gridpromogallery-item:hover .g-gridpromogallery-item-desc {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-promogallery-style-1.g-gridpromogallery-item:hover .g-gridpromogallery-item-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.g-promogallery-style-2.g-gridpromogallery-item .g-gridpromogallery-item-text {
  background: #fff;
}
.g-promogallery-style-2.g-gridpromogallery-item .g-gridpromogallery-item-tag, .g-promogallery-style-2.g-gridpromogallery-item .g-gridpromogallery-item-desc {
  color: #1a1a1a;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-promogallery-style-2.g-gridpromogallery-item:hover .g-gridpromogallery-item-text {
  background: rgba(204, 168, 10, 0.8);
  border: 2px solid transparent !important;
}
.g-promogallery-style-2.g-gridpromogallery-item:hover .g-gridpromogallery-item-tag, .g-promogallery-style-2.g-gridpromogallery-item:hover .g-gridpromogallery-item-desc {
  color: #1a1a1a;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-promogallery-style-2.g-gridpromogallery-item:hover .g-gridpromogallery-item-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.g-border-top .g-gridpromogallery-item-text {
  border-top: 2px solid rgba(0, 0, 0, 0.08);
}
.g-border-right .g-gridpromogallery-item-text {
  border-right: 2px solid rgba(0, 0, 0, 0.08);
}
.g-border-bottom .g-gridpromogallery-item-text {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.g-border-left .g-gridpromogallery-item-text {
  border-left: 2px solid rgba(0, 0, 0, 0.08);
}
.g-social a {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0.1rem;
  text-align: center;
}
.g-social a span {
  vertical-align: middle;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-social a {
    padding: 0.1rem 0;
  }
}
.g-gadgets .g-gadget-buttons {
  position: fixed;
  top: 155px;
  left: 0;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.g-gadgets .g-gadget-buttons > div > a {
  padding: 14px;
  display: block;
  line-height: 1;
  border-bottom: 1px solid #e0e0e5;
  text-align: center;
  color: #424753;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-gadgets .g-gadget-buttons > div > a:hover {
  color: #ffffff;
  background: #4db2b3;
}
.g-gadgets .g-gadget-buttons > div:last-child > a {
  border-bottom: none;
}
.g-gadgets .g-gadget-offcanvas .offcanvas-toggle-particle {
  cursor: pointer;
}
.g-gadgets .login-text-present {
  margin-right: 10px;
}
.g-gadgets #modal-login.uk-open .uk-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-gadgets #modal-login .uk-modal-dialog {
  padding: 0;
}
.g-gadgets #modal-login .uk-modal-dialog h3 {
  margin: 0;
  margin-bottom: 10px;
  padding: 10px 25px;
  background: #2e373c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
}
.g-gadgets #modal-login #login-form {
  padding: 25px;
}
.g-gadgets #modal-login #login-form input {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
.g-gadgets #modal-login #login-form .pretext p {
  margin-top: 0;
}
.g-gadgets #modal-login #login-form .posttext p {
  margin-bottom: 0;
}
.g-gadgets #modal-login #login-form .control-group {
  margin-bottom: 15px;
}
.g-gadgets #modal-login #login-form .input-prepend .add-on {
  display: none;
}
.g-gadgets #modal-login #login-form #modlgn-username, .g-gadgets #modal-login #login-form #modlgn-passwd {
  border: 1px solid #d2d2d9;
  padding: 10px;
}
.g-gadgets #modal-login #login-form #modlgn-username:focus, .g-gadgets #modal-login #login-form #modlgn-passwd:focus {
  border-color: #4db2b3;
}
.g-gadgets #modal-login #form-login-remember {
  display: inline-block;
  margin: 5px 0 15px;
}
.g-gadgets #modal-login #form-login-remember input {
  margin: 2px 5px 0 0;
  width: auto;
}
.g-gadgets #modal-login .userdata > ul li {
  line-height: 1.5;
}
.g-gadgets #modal-login .hide-links .userdata > ul {
  display: none;
}
.g-gadgets #modal-login .login-greeting {
  text-align: center;
  margin-bottom: 20px;
}
.g-gadgets #modal-login .logout-button {
  text-align: center;
}
.g-gadgets #modal-login #loginform {
  padding: 25px;
}
.g-gadgets #modal-login #loginform .login-data {
  padding: 0;
  margin: 10px 0 0 0;
}
.g-gadgets #modal-login #loginform .login-username, .g-gadgets #modal-login #loginform .login-password, .g-gadgets #modal-login #loginform .login-remember, .g-gadgets #modal-login #loginform .login-submit {
  margin-top: 0;
}
.g-gadgets #modal-login #loginform .login-submit {
  margin-bottom: 0;
}
.g-gadgets #modal-login #loginform input {
  border-radius: 0;
}
.g-gadgets #modal-login #loginform #user_login, .g-gadgets #modal-login #loginform #user_pass {
  border: 1px solid #d2d2d9;
}
.g-gadgets #modal-login #loginform #user_login:focus, .g-gadgets #modal-login #loginform #user_pass:focus {
  border-color: #4db2b3;
}
.g-gadgets #modal-login #loginform .login-extra {
  margin: 15px 0 0 0;
  list-style: none;
}
.g-gadgets #modal-login #loginform .login-extra li i {
  margin-right: 7px;
}
.g-gadgets #modal-login #loginform .logout-button .button {
  margin-bottom: 0;
}
.g-gadgets #modal-login .hide-links .login-extra {
  display: none;
}
.g-gadgets #modal-search.uk-open .uk-modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-gadgets #modal-search.uk-open .uk-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-gadgets #modal-search .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  width: 455px;
  background: none;
  box-shadow: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-gadgets #modal-search .uk-modal-dialog .search form {
  margin-bottom: 0;
}
.g-gadgets #modal-search .uk-modal-dialog .search input {
  margin-bottom: 0;
  border: none;
  font-size: 2.3rem;
  width: 455px;
  color: #ffffff;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
}
.g-gadgets #modal-search .uk-modal-dialog .search input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.g-gadgets #modal-search .uk-modal-dialog .search input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.g-gadgets #modal-search .uk-modal-dialog .search input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.g-gadgets #modal-search .uk-modal-dialog .search input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
@media only all and (max-width: 47.99rem) {
  .g-gadgets #modal-search .uk-modal-dialog .search input {
    width: 100%;
    padding: 20px 0;
  }
}
.g-gadgets #modal-search .uk-modal-dialog .search input:focus {
  box-shadow: 0 3px 0 0 white;
}
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field {
  border: none;
  font-size: 2.3rem;
  width: 455px;
  color: #ffffff;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
}
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
@media only all and (max-width: 47.99rem) {
  .g-gadgets #modal-search .uk-modal-dialog .search-form .search-field {
    width: 100%;
    padding: 20px 0;
  }
}
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field:focus {
  box-shadow: 0 3px 0 0 white;
}
.g-gadgets #modal-search .uk-modal-dialog .search-form label {
  margin-bottom: 0;
}
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-submit {
  display: none;
}
.g-gadgets #g-touch.uk-open .uk-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-gadgets #g-touch .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  color: #424753;
}
.g-gadgets #g-touch .uk-modal-dialog [id*="g-map-"] {
  max-width: 100% !important;
}
.g-gadgets #g-touch .g-block:last-child .g-touch-item {
  border: none;
}
.g-gadgets #g-touch .g-touch-item {
  text-align: center;
  padding: 25px 10px;
  border-right: 1px solid #e0e0e5;
  font-weight: bold;
  color: #424753;
  font-size: 0.9rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only all and (max-width: 47.99rem) {
  .g-gadgets #g-touch .g-touch-item {
    border-right: none;
    border-bottom: 1px solid #e0e0e5;
    padding: 15px 10px;
  }
}
.g-gadgets #g-touch .g-touch-item a {
  color: #424753;
}
.g-gadgets #g-touch .g-touch-item .g-touch-item-icon {
  margin-right: 9px;
}
.g-gadgets .uk-close {
  color: #ffffff !important;
  opacity: 1;
  font-size: 22px;
  top: 35px;
  right: 35px;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-gadgets .uk-close:hover {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  color: #4db2b3 !important;
}
.g-gadgets .element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-search-container.style1 .uk-modal-dialog {
  text-align: left;
}
.modal-search-container.style1 .uk-modal-dialog .search form {
  margin-bottom: 0;
}
.modal-search-container.style1 .uk-modal-dialog .search input {
  margin-bottom: 0;
  border: none;
  box-shadow: none !important;
  font-size: 2rem;
  color: #424753;
}
.modal-search-container.style1 .uk-modal-dialog .search-form .search-field {
  border: none;
  box-shadow: none !important;
  font-size: 2rem;
  color: #424753;
}
.modal-search-container.style1 .uk-modal-dialog .search-form label {
  margin-bottom: 0;
}
.modal-search-container.style1 .uk-modal-dialog .search-form .search-submit {
  display: none;
}
.modal-search-container.style2 #modal-search {
  background: rgba(0, 0, 0, 0.7);
}
.modal-search-container.style2 #modal-search.uk-open .uk-modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal-search-container.style2 #modal-search.uk-open .uk-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal-search-container.style2 #modal-search .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  width: 455px;
  background: none;
  box-shadow: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search form {
  margin-bottom: 0;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input {
  margin-bottom: 0;
  border: none;
  font-size: 2.3rem;
  width: 455px;
  color: #ffffff;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input:focus {
  box-shadow: 0 3px 0 0 white;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field {
  border: none;
  font-size: 2.3rem;
  width: 455px;
  color: #ffffff;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field:focus {
  box-shadow: 0 3px 0 0 white;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form label {
  margin-bottom: 0;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-submit {
  display: none;
}
.modal-search-container.style2 #modal-search .uk-close {
  color: #ffffff !important;
  opacity: 1;
  font-size: 22px;
  top: 35px;
  right: 35px;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-search-container.style2 #modal-search .uk-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #4db2b3 !important;
}
.modal-search-container .element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-search-container i {
  opacity: 1 !important;
}
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
.g-slideshow .g-overlay-container {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-slideshow .g-overlay-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .g-overlay-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-slideshow .g-overlay-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-slideshow .g-overlay-container {
    width: 100%;
  }
}
.g-slideshow .nav-visible .uk-slidenav {
  opacity: 1;
}
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #ffffff !important;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #4db2b3;
}
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
.g-slideshow .g-slideshow-buttons {
  margin: 25px 0 0;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-buttons {
    margin: 15px 0 0;
  }
}
.g-slideshow .g-slideshow-buttons .button {
  margin-right: 15px;
  border: 2px solid #4db2b3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-slideshow .g-slideshow-buttons .button:hover {
  background: #6abebf;
  border-color: #6abebf;
}
.g-slideshow .g-slideshow-buttons .button:last-child {
  margin-right: 0;
}
.g-slideshow .g-slideshow-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
.g-slideshow .g-slideshow-buttons .button.empty {
  background: none;
  border: 2px solid #4db2b3;
  color: #4db2b3;
}
.g-slideshow .g-slideshow-buttons .button.empty:hover {
  background: #4db2b3;
  border-color: #4db2b3;
  color: #ffffff;
}
.g-slideshow .uk-flex-center {
  text-align: center;
}
.g-slideshow .style2 {
  padding: 70px 0;
}
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #ffffff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #ffffff !important;
  font-size: 1.2rem;
  display: table;
}
.g-slideshow .style2 .g-slideshow-buttons .button {
  font-size: 1.2rem;
}
.g-slideshow .style2 .g-slideshow-buttons .button.standard {
  background: #ffffff;
  border-color: #ffffff;
  color: #1a1a1a;
}
.g-slideshow .style2 .g-slideshow-buttons .button.standard:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.g-slideshow .style2 .g-slideshow-buttons .button.empty {
  border-color: #ffffff;
  color: #ffffff;
}
.g-slideshow .style2 .g-slideshow-buttons .button.empty:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
.g-slideshow .style3 .g-slideshow-title {
  font-size: 2rem;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
.g-slideshow .dark-text .style3 .g-slideshow-title {
  color: #424753 !important;
}
.g-slideshow .dark-text .style3 .g-slideshow-desc {
  color: #424753;
}
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
#g-fullwidth .g-slideshow .g-content, .g-flushed .g-slideshow .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
.g-our-team:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-our-team:not(.gutter-disabled) > .g-grid {
  margin-bottom: 1.876rem;
}
.g-our-team:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-our-team:not(.gutter-disabled) > .g-grid:last-child > .g-block:last-child .g-our-team-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-our-team:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-our-team:not(.gutter-disabled) .g-our-team-item {
    margin-bottom: 1.876rem !important;
  }
}
.g-our-team .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 47.99rem) {
  .g-our-team .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-our-team .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 47.99rem) {
  .g-our-team .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-our-team, .g-our-team-slider, .g-our-team-slideset {
  text-align: center;
}
.g-our-team.gutter-disabled .g-our-team-item, .g-our-team-slider.gutter-disabled .g-our-team-item, .g-our-team-slideset.gutter-disabled .g-our-team-item {
  border: none;
}
.g-our-team.gutter-disabled .uk-slideset, .g-our-team-slider.gutter-disabled .uk-slideset, .g-our-team-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
.g-our-team.gutter-disabled .uk-slideset.uk-grid > *, .g-our-team-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-our-team-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
.g-our-team .g-content, .g-our-team-slider .g-content, .g-our-team-slideset .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
  border: 1px solid #e0e0e5;
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
    margin-bottom: 3.126rem;
    width: 100%;
  }
  .g-our-team .g-our-team-item:last-child, .g-our-team-slider .g-our-team-item:last-child, .g-our-team-slideset .g-our-team-item:last-child {
    margin-bottom: 0;
  }
}
.g-our-team .g-our-team-image, .g-our-team-slider .g-our-team-image, .g-our-team-slideset .g-our-team-image {
  position: relative;
  overflow: hidden;
}
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel {
  padding: 0;
}
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a {
    padding: 10px 5px;
  }
}
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover {
  background: #4db2b3;
}
@media only all and (max-width: 47.99rem) {
  .g-our-team .g-our-team-image .g-our-team-social .g-block, .g-our-team-slider .g-our-team-image .g-our-team-social .g-block, .g-our-team-slideset .g-our-team-image .g-our-team-social .g-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.g-our-team .g-our-team-image img, .g-our-team-slider .g-our-team-image img, .g-our-team-slideset .g-our-team-image img {
  width: 100%;
}
.g-our-team .g-info-container, .g-our-team-slider .g-info-container, .g-our-team-slideset .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-our-team p, .g-our-team-slider p, .g-our-team-slideset p {
  margin: 0;
}
.g-our-team .g-our-team-name, .g-our-team-slider .g-our-team-name, .g-our-team-slideset .g-our-team-name {
  margin: 0;
}
.g-our-team .g-our-team-name a, .g-our-team-slider .g-our-team-name a, .g-our-team-slideset .g-our-team-name a {
  color: #4d4d4d;
}
.g-our-team .g-our-team-name a:hover, .g-our-team-slider .g-our-team-name a:hover, .g-our-team-slideset .g-our-team-name a:hover {
  color: #4db2b3;
}
.g-our-team .g-our-team-position, .g-our-team-slider .g-our-team-position, .g-our-team-slideset .g-our-team-position {
  margin-top: 0;
  font-size: 90%;
}
.g-our-team .g-our-team-position.g-desc-enabled, .g-our-team-slider .g-our-team-position.g-desc-enabled, .g-our-team-slideset .g-our-team-position.g-desc-enabled {
  margin-bottom: 20px;
}
.g-our-team .g-our-team-desc, .g-our-team-slider .g-our-team-desc, .g-our-team-slideset .g-our-team-desc {
  margin-top: 0.4rem;
}
.g-our-team.style2 .g-our-team-social, .g-our-team-slider.style2 .g-our-team-social, .g-our-team-slideset.style2 .g-our-team-social {
  margin-top: 20px;
}
.g-our-team.style2 .g-our-team-social a, .g-our-team-slider.style2 .g-our-team-social a, .g-our-team-slideset.style2 .g-our-team-social a {
  color: #737373;
  margin-right: 15px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-our-team.style2 .g-our-team-social a, .g-our-team-slider.style2 .g-our-team-social a, .g-our-team-slideset.style2 .g-our-team-social a {
    margin-right: 8px;
  }
}
.g-our-team.style2 .g-our-team-social a:last-child, .g-our-team-slider.style2 .g-our-team-social a:last-child, .g-our-team-slideset.style2 .g-our-team-social a:last-child {
  margin-right: 0;
}
.g-our-team.style2 .g-our-team-social a:hover, .g-our-team-slider.style2 .g-our-team-social a:hover, .g-our-team-slideset.style2 .g-our-team-social a:hover {
  color: #4db2b3;
}
.g-our-team.uk-text-left.style1 .g-our-team-social, .g-our-team-slider.uk-text-left.style1 .g-our-team-social, .g-our-team-slideset.uk-text-left.style1 .g-our-team-social {
  text-align: center !important;
}
.g-our-team.style3 .g-our-team-image, .g-our-team-slider.style3 .g-our-team-image, .g-our-team-slideset.style3 .g-our-team-image {
  padding-bottom: 100px;
}
.g-our-team.style3 .g-info-container, .g-our-team-slider.style3 .g-info-container, .g-our-team-slideset.style3 .g-info-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
  padding: 23px 30px;
  height: 100px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-our-team.style3 .g-info-container .g-our-team-position, .g-our-team-slider.style3 .g-info-container .g-our-team-position, .g-our-team-slideset.style3 .g-info-container .g-our-team-position {
  margin: 5px 0 0;
}
.g-our-team.style3 .g-hover-container, .g-our-team-slider.style3 .g-hover-container, .g-our-team-slideset.style3 .g-hover-container {
  opacity: 0;
  position: absolute;
  background-color: #111111;
  color: #ffffff;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-our-team.style3 .g-hover-container > *, .g-our-team-slider.style3 .g-hover-container > *, .g-our-team-slideset.style3 .g-hover-container > * {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-our-team.style3 .g-hover-container .g-our-team-desc, .g-our-team-slider.style3 .g-hover-container .g-our-team-desc, .g-our-team-slideset.style3 .g-hover-container .g-our-team-desc {
  font-size: 90%;
}
.g-our-team.style3 .g-hover-container .g-our-team-social, .g-our-team-slider.style3 .g-hover-container .g-our-team-social, .g-our-team-slideset.style3 .g-hover-container .g-our-team-social {
  margin-top: 25px;
  font-size: 18px;
}
.g-our-team.style3 .g-hover-container .g-our-team-social a, .g-our-team-slider.style3 .g-hover-container .g-our-team-social a, .g-our-team-slideset.style3 .g-hover-container .g-our-team-social a {
  margin-right: 15px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-our-team.style3 .g-hover-container .g-our-team-social a, .g-our-team-slider.style3 .g-hover-container .g-our-team-social a, .g-our-team-slideset.style3 .g-hover-container .g-our-team-social a {
    margin-right: 8px;
  }
}
.g-our-team.style3 .g-hover-container .g-our-team-social a:last-child, .g-our-team-slider.style3 .g-hover-container .g-our-team-social a:last-child, .g-our-team-slideset.style3 .g-hover-container .g-our-team-social a:last-child {
  margin-right: 0;
}
.g-our-team.style3 .g-our-team-item, .g-our-team-slider.style3 .g-our-team-item, .g-our-team-slideset.style3 .g-our-team-item {
  position: relative;
}
.g-our-team.style3 .g-our-team-item:hover .g-hover-container, .g-our-team-slider.style3 .g-our-team-item:hover .g-hover-container, .g-our-team-slideset.style3 .g-our-team-item:hover .g-hover-container {
  opacity: 1;
}
.g-our-team.style3 .g-our-team-item:hover .g-hover-container > *, .g-our-team-slider.style3 .g-our-team-item:hover .g-hover-container > *, .g-our-team-slideset.style3 .g-our-team-item:hover .g-hover-container > * {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.g-our-team.style3 .g-our-team-item:hover .g-info-container, .g-our-team-slider.style3 .g-our-team-item:hover .g-info-container, .g-our-team-slideset.style3 .g-our-team-item:hover .g-info-container {
  bottom: 100%;
  margin-bottom: -100px;
  background: #4db2b3;
  color: #ffffff;
}
.g-our-team.style3 .g-our-team-item:hover .g-info-container .g-our-team-name, .g-our-team-slider.style3 .g-our-team-item:hover .g-info-container .g-our-team-name, .g-our-team-slideset.style3 .g-our-team-item:hover .g-info-container .g-our-team-name {
  color: #ffffff !important;
}
.g-our-team.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a, .g-our-team-slider.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a, .g-our-team-slideset.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a {
  color: #ffffff !important;
}
.g-our-team.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a:hover, .g-our-team-slider.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a:hover, .g-our-team-slideset.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a:hover {
  text-decoration: underline;
}
/* Adding Font Raleway */
@font-face {
  font-family: "Raleway";
  src: url('../fonts/raleway/raleway-regular/raleway-regular-webfont.eot');
  src: url('../fonts/raleway/raleway-regular/raleway-regular-webfont.eot#iefix') format("embedded-opentype"), url('../fonts/raleway/raleway-regular/raleway-regular-webfont.woff') format("woff"), url('../fonts/raleway/raleway-regular/raleway-regular-webfont.ttf') format("truetype"), url('../fonts/raleway/raleway-regular/raleway-regular-webfont.svg#RalewayNormal') format("svg");
}
.font-family-raleway {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* Adding Font Roboto Condenset */
@font-face {
  font-family: "Roboto Condensed";
  src: url('../fonts/robotocondensed/robotocondensed-regular.eot');
  src: url('../fonts/robotocondensed/robotocondensed-regular.eot#iefix') format("embedded-opentype"), url('../fonts/robotocondensed/robotocondensed-regular.woff2') format("woff2"), url('../fonts/robotocondensed/robotocondensed-regular.woff') format("woff"), url('../fonts/robotocondensed/robotocondensed-regular.ttf') format("truetype"), url('../fonts/robotocondensed/robotocondensed-regular.svg#robotocondensed-regular') format("svg");
}
.font-family-robotocondensed {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#g-sidebar .mod-articles-category-date {
  display: block;
}
a.mod-articles-category-title {
  font-weight: bold;
  color: #606060;
}
.g-gridpromogallery .g-gridpromogallery-item-title {
  font-size: 30px;
  margin: 6rem 0;
  text-align: center;
  font-weight: 800;
}
#g-page-surround {
  background: #323b56;
  overflow: hidden;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}
#g-top .fa {
  color: #FCC10E;
}
#g-top {
  background-color: #06604F;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #06604F;
  padding-right: 0.7rem;
}
#g-navigation {
  background: #FFF;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 2px 0 #FCC10E;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #FCC10E;
}
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: 70px;
}
.g-menu-item-title {
  text-transform: uppercase;
}
#g-navigation .g-main-nav .g-toplevel {
  line-height: 5.125;
}
/*
#g-navigation .g-social {
    line-height: 5.125;
}
.g-social a{
	color: #06604F;
}
.g-social a:hover{
	color: #FCC10E;
}
*/
#g-header {
  background: transparent;
}
/*
#g-header {
    margin-top: -9.5rem;
    padding: 0;
	background: none;	
}*/
#g-header::before {
  background-color: transparent;
  background-image: none;
  background-image: none !important;
}
#g-header h2 {
  line-height: 1.2;
}
#g-utility .g-content, #g-header .g-content {
  text-align: center;
}
#g-utility {
  background: #FFF;
  color: #ccc;
}
.programSubject {
  font-weight: 400;
  font-style: normal;
  color: #06604F;
  font-size: 25px;
  line-height: 2rem;
  letter-spacing: 0px;
}
.programDetail {
  color: #909090;
}
.widget-divider-line {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #fcc10e;
  display: inline-block;
}
#g-sidebar {
  padding: 0rem;
}
#g-sidebar .category-module.mod-list {
  background-color: #e3f1ff;
}
#g-intro {
  background: #FFF;
}
#g-features .g-item-title {
  font-size: 20px;
}
.programText {
  font-weight: 300;
  font-style: normal;
  /*font-family: 'Roboto', sans-serif;*/
  color: #292929;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.programTextDetail {
  font-weight: 300;
  font-style: normal;
  /*font-family: 'Poppins', sans-serif;*/
  color: #909090;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.headerpics .g-gridpromogallery-item-text:hover, .mainpic .g-gridpromogallery-item-text:hover {
  background: transparent;
  background: rgba(0, 0, 0, 0.15);
}
.headerpics .g-gridpromogallery-item-title {
  padding-top: 5rem;
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
.headerpics .g-gridpromogallery-item-desc {
  margin: 0rem 0;
  text-align: center;
  padding-bottom: 6rem;
}
.mainpic .g-gridpromogallery-item-title {
  padding-top: 8rem;
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
.mainpic .g-gridpromogallery-item-desc {
  margin: 0rem 0;
  text-align: center;
  /*padding-bottom: 10rem;*/
  font-size: 1.2rem;
  font-weight: 400;
}
.g-gridpromogallery-item-text {
  text-align: center;
}
.g-gridpromogallery .g-gridpromogallery-item-text {
  padding: 12rem;
  background: rgba(0, 0, 0, 0.35);
}
.g-gridpromogallery .g-gridpromogallery-item-text:hover {
  background: rgba(0, 0, 0, 0.35);
}
.g-gridpromogallery .g-gridpromogallery-item-tag {
  font-size: 3.8rem;
}
.mainpic .g-gridpromogallery-item-desc {
  font-size: 1.5rem;
}
.g-gridpromogallery .g-gridpromogallery-item-img {
  background-position: 50% 30%;
}
#g-testimonials::before {
  background-color: transparent;
  background-image: none;
  background-image: none;
}
#g-testimonials {
  background: none;
  background-color: #08804F;
}
#g-testimonials .programText, #g-testimonials .programTextDetail {
  color: #FFF;
}
#g-footer {
  background: #06604f;
  padding: 0rem 0;
}
#g-footer .g-totop {
  padding: 1rem 0;
}
/*
.jsn-master .jsn-bootstrap input[type="text"] {
    border: 1px solid;
    padding: 17px 28px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}*/
input[type="text"] {
  height: 60px;
  /*padding-left: 15px;*/
  border-radius: 0px;
  margin-bottom: 0px;
}
.btn {
  border-radius: 0rem;
}
.btn-primary {
  background: #FCC10E;
}
.btn-primary:hover {
  background: #E58A18;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-label {
  display: none;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
  padding: 0px;
}
.jsn-container-left.span12 {
  margin-top: 2rem;
}
.btn.btn-primary.jsn-form-submit {
  font-size: 15px;
  padding: 17px 15px;
  min-width: 180px;
}
.jsn-master .jsn-bootstrap .form-actions, .jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions {
  margin: 0px 0;
  padding: 0px;
  margin-left: 5px;
}
#g-footer .g-content, #g-top .g-content {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
#g-footer .g-horizontalmenu a:hover {
  box-shadow: none;
}
#g-footer .g-horizontalmenu {
  padding: 1rem 0;
}
#g-footer .g-horizontalmenu li a {
  padding: 0rem;
  margin-bottom: 0rem;
}
#jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
  background-color: #FFF !important;
  border-color: #FFF !important;
}
textarea {
  border-radius: 0px;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #06604F;
  border: 1px solid #06604F;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #fcc10e;
}
#jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input {
  color: #000;
}
#g-navigation .g-main-nav .g-dropdown {
  border-radius: 0rem;
}
.subpages .g-gridpromogallery .g-gridpromogallery-item-tag {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
.subpages .g-gridpromogallery .g-gridpromogallery-item-text {
  padding: 6rem;
}
#g-container-main {
  background-color: #FFF;
}
#g-header::before {
  background-color: #FFF;
}
/*
*	Új
*/
.logotitle {
  color: #58595b;
  font-size: 120%;
  font-weight: normal;
  line-height: 1.2;
}
.logotitle2 {
  color: #58595b;
  font-size: 95%;
  font-weight: normal;
  line-height: 1.2;
}
#g-top {
  background-color: #10223E;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 2px 0 #10223E;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #10223E;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #58595b;
}
.g-menu-item-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.95rem;
}
.g-gridpromogallery .g-gridpromogallery-item-text {
  padding: 16rem;
}
#g-navigation .g-main-nav .g-toplevel {
  margin-top: 27px;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #10223E;
  border: 1px solid #10223E;
}
.g-gridpromogallery .g-gridpromogallery-item-img {
  background-position: 50% 100%;
}
#g-testimonials {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #1A3867;
}
#g-footer {
  background: #10223E;
  padding: 0rem 0;
}
a {
  color: #10223E;
}
.button, .edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  background: #10223E;
  border-radius: 0rem;
  margin: 0 0 0.5rem 0;
  padding: 1rem 1rem;
}
.icon-chevron-right {
  display: none;
}
/*
.g-array-item-image {
    max-width: 10rem;
}
*/
.page-header h2 {
  font-size: 1.5rem;
}
#g-testimonials img {
  width: auto\9 ;
  height: auto;
  max-width: 12%;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  margin-right: 20px;
  border: 3px solid #021a40;
}
.pull-none.item-image img {
  width: auto\9 ;
  height: auto;
  max-width: 45%;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  margin-bottom: 10px;
}
.g-social {
  margin-top: 15px;
}
#g-page-surround {
  font-weight: normal;
}
#g-footer .g-menu-item-container {
  color: #FFFFFF;
}
#g-footer .g-menu-item-container:hover {
  color: #4db2b3;
}
#g-footer .g-main-nav {
  margin-top: 15px;
}
#g-footer .g-menu-item-title {
  text-transform: none;
}
input[type="text"] {
  height: 38px;
}
.login input, .logout input, .registration input, .profile-edit input, .remind input, .reset input {
  border-radius: 0px;
}
#contact-form .controls input, #contact-form .controls textarea {
  border-radius: 0rem;
}
#g-footer .g-main-nav .g-toplevel > li {
  margin-left: 20px;
}
.well {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
/*
#g-header {
    color: #424753;
}
*/
#g-mainbar {
  padding: 0rem 0;
}
.mod-languages {
  margin-top: 7px;
  float: right;
}
/*
 *  Social Particle
 */
#g-fixedside {
  background: rgba(13, 13, 13, 0.75);
  color: #fff;
  position: fixed;
  z-index: 100001;
  top: 10.7rem;
  width: 3.33333rem;
  right: 0;
}
#g-fixedside .g-container {
  width: 5rem !important;
}
#g-fixedside .g-fixedside-social .g-social a {
  display: block;
  margin: 0;
  padding: 0.7815rem 0;
  color: #fff;
  margin-right: 30%;
}
#g-fixedside .g-fixedside-social .g-social a:hover {
  background: #1867A9;
}
#g-fixedside .g-fixedside-social .g-social span {
  font-size: 0.9rem;
}
.g-social a {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0.1rem;
  text-align: center;
  background: none;
  border: none;
  border-radius: 0;
  color: #FCC10E;
}
.g-social {
  margin-top: 0px;
}
.fb:hover {
  background-color: #3B5998 !important;
}
.ma:hover {
  background-color: #D95232 !important;
}
.rs:hover {
  background-color: #FB7600 !important;
}
#g-top p, #g-footer p, #g-footer .g-main-nav {
  margin: 0.5rem 0;
}
.subpages .g-gridpromogallery .g-gridpromogallery-item-tag {
  font-size: 36px;
}
/*
#g-container-main{ //, #g-features {
    background: url(/images/template/shadow1.png) center top no-repeat;
    background-size: 100% 16px;
    padding: 5px 0;
    //text-align: right;
    background-color: #F5F5F5;
}*/
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 0px;
}
#g-mainbar {
  background: #FFF;
}
h1 {
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.main #g-container-main {
  padding: 0px 0;
}
#g-intro {
  background: url('../../../../images/template/shadow1.png') center top no-repeat;
  background-size: 100% 16px;
  padding: 5px 0;
  text-align: right;
  background-color: #e3f1ff;
}
#g-intro h1 {
  float: left;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.breadcrumb {
  background-color: #e3f1ff;
}
#g-messages {
  background-color: #1a3867;
}
#g-features {
  padding: 0rem;
}
.moduletable .breadcrumb span.divider {
  line-height: 2;
}
.g-main-nav {
  float: right;
}
.moduletable .breadcrumb span.divider::before {
  margin-left: -10px;
}
.g-owlcarousel-item-img {
  position: relative;
  max-height: 30rem;
}
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(2n+1) .g-owlcarousel-item-img::after, .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(2n) .g-owlcarousel-item-img::after {
  background-color: #2d2d2d;
  background-color: #2d2d2d;
  background-image: -webkit-linear-gradient(-410deg, #8f4dae, #4db2b3);
  background-image: linear-gradient(140deg, #000000, transparent);
  opacity: 0.75;
}
.g-owlcarousel-item-title {
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 2.5rem;
}
#g-footer .g-totop {
  padding: 0.5rem 0;
}
#g-footer .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-footer .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0rem 0;
}
#g-utility {
  color: #000;
}
.blog .s2s_supra_contenedor {
  display: none;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding-right: 0rem;
}
.modal-search-container.style2 {
  margin-top: 7px;
}
.pg-image {
  margin-top: -7px !important;
}
#phocagallery-pane .pg-box1, #phocagallery .pg-box1, .pg-box1 {
  overflow: hidden;
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
/*
.pagination.pagination-centered, .ph-cb.pg-csv-paginaton, .ph-cb.pg-cv-paginaton, .ph-cb {
    display: none;
}
*/
.pg-csv-name-i a {
  font-size: 18px !important;
  line-height: 30px !important;
  color: #000000 !important;
  font-weight: 700 !important;
  background-color: #FFF;
  text-align: center;
  text-transform: uppercase;
  /*padding-bottom: 1.5rem;*/
}
.pg-csv-name-i {
  text-align: center;
  margin-top: 1rem;
}
.pg-csv-count {
  display: none;
}
.pull-left.item-image {
  margin: 0 0rem 1.5rem 0;
}
.blog a, .blog a:hover {
  color: #000;
}
.nopaddingmainbar #g-mainbar {
  padding: 0rem 0;
}
#phocagallery-pane .pg-box2, #phocagallery .pg-box2, .pg-box2 {
  padding-top: 5px;
}
.pg-csv-box {
  max-height: 290px !important;
}
/* Custom Welcome Module */
#mainpage-title {
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 3.5rem !important;
  line-height: 4rem;
  font-weight: 500;
  margin: 1.25rem 1.25rem 0.625rem;
  text-transform: uppercase;
  top: 50%;
}
#mainpage-descc {
  font-size: 1.5rem !important;
  line-height: 1.2;
  font-weight: 300;
  padding-bottom: 1.407rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
#g-header {
  background-color: #2d2d2d;
  background-color: #2d2d2d;
  background-image: -webkit-linear-gradient(-410deg, #8f4dae, #4db2b3);
  background-image: linear-gradient(140deg, #000, transparent);
  background: url('../../../../images/template/about-bg.jpg') center top no-repeat;
}
/* Table view */
#g-mainbar table {
  width: 90% !important;
}
/*G5 - Joomla Article (Staff)*/
.staff .g-array-item-image {
  float: left;
  width: 140px;
  margin-right: 25px;
}
.staff .g-array-item-text {
  margin-top: -20px;
}
.staff .g-item-title a {
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Roboto Condensed";
  color: #384660;
}
.staff .g-item-title a:hover {
  text-decoration: underline;
  color: #2472b5;
}
/* Staff */
.blogstaff .pull-none.item-image img {
  float: left;
  width: 25%;
  margin-right: 25px;
}
.blogstaff .blog a, .blog a:hover {
  color: #384660;
}
.blogstaff .page-header h2 {
  font-weight: 500;
}
.blogstaff .page-header h2 {
  font-size: 1.5rem;
  margin-bottom: -20px;
  font-family: "Roboto Condensed";
  color: #384660;
}
.blogstaff .page-header h2 a:hover {
  text-decoration: underline;
  color: #2472b5;
}
@media (max-width: 48rem) {
  #g-footer .g-content, #g-top .g-content {
    margin-top: 0.28rem;
    text-align: center;
  }
  #g-top {
    min-height: 70px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #g-top p {
    font-size: 12px;
  }
  .g-menu-item-title {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.8rem;
  }
  .logotitle2 {
    font-size: 10px;
  }
  .logotitle {
    font-size: 12px;
  }
}
.g-content-array.g-joomla-articles img {
  object-fit: cover;
}
.news .g-content-array.g-joomla-articles img {
  height: 242px;
  width: 363px;
  object-fit: cover;
}
#g-header::before {
  background-color: #092341;
}
#g-header {
  color: #FFF;
}
.department h3 {
  font-size: 1.8rem;
}
.g-social {
  margin-top: 7px;
  float: right;
  margin-right: -5px;
}
#g-top .fa.fa-twitter {
  font-size: 18px;
}
.staff2 .g-array-item-image {
  float: left;
  width: 140px;
  margin-right: 25px;
}
.staff2 .g-item-title a {
  font-weight: 500;
  font-size: 1.5rem;
  color: #384660;
}
.staff2 .g-item-title a:hover {
  text-decoration: underline;
  color: #2472b5;
}
.staff2 .g-array-item-text {
  font-size: 1rem !important;
}
.staff2 .g-array-item {
  max-width: 650px !important;
}
.staff2 .g-grid {
  margin-bottom: 0rem !important;
}
#g-above {
  padding: 0rem;
}
.intro2.moduletable {
  float: right;
  margin-top: 5px;
}
/*# sourceMappingURL=custom__body_only.css.map */