.o-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #67b5d1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

@media all and (min-width: 320px) {
  .c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
    width: 300px;
  }
}
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}

.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}

.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .c-menu--slide-left,
.c-menu--push-left {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.c-menu--slide-right,
.c-menu--push-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .c-menu--slide-right,
.c-menu--push-right {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}
.c-menu--slide-right.is-active,
.c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.c-menu--slide-top,
.c-menu--slide-bottom,
.c-menu--push-top,
.c-menu--push-bottom {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow-x: scroll;
}

.c-menu--slide-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--push-bottom .c-menu__items {
  display: inline-block;
  text-align: center;
}

.c-menu--slide-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--push-bottom .c-menu__item {
  display: inline-block;
  line-height: 60px;
}

.c-menu--slide-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--push-bottom .c-menu__link {
  display: block;
  padding: 0 4px;
  color: #fff;
}

.c-menu--slide-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--push-bottom .c-menu__close {
  display: inline-block;
  margin-right: 12px;
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
}

.c-menu--slide-top,
.c-menu--push-top {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

.c-menu--slide-top.is-active,
.c-menu--push-top.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.c-menu--slide-bottom,
.c-menu--push-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.c-menu--slide-bottom.is-active,
.c-menu--push-bottom.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}
.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
.o-wrapper.has-push-top {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.o-wrapper.has-push-bottom {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

body.has-active-menu {
  overflow: hidden;
}

.c-menu__close {
  color: #fff;
  background-color: #3184a1;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-menu__close:focus {
  outline: none;
}

.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-buttons {
  margin-bottom: 48px;
  text-align: center;
}

.c-button {
  display: inline-block;
  margin: 4px;
  padding: 12px 24px;
  color: #67b5d1;
  background: none;
  font-size: 14px;
  border: solid 2px #67b5d1;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-button:focus {
  outline: none;
}

.c-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.closeBtn {
  float: left;
  position: absolute;
  top: 0px;
  right: 0px;
}
.closeBtn i {
  color: #fff;
  font-size: 22px;
}

.closeBtn:hover {
  text-decoration: none !important;
}

.c-menu {
  background-color: #1a345b;
  color: #fff;
  overflow: hidden;
}

.c-menu__close {
  background-color: #1a345b;
  text-align: right;
}

.offcanvas {
  margin-top: 70px;
}
.offcanvas ul {
  padding-left: 20px;
}
.offcanvas ul li {
  list-style: none;
  margin-bottom: 5px;
}
.offcanvas ul li ul {
  padding-left: 20px;
  display: none;
}
.offcanvas ul li ul ul {
  padding-left: 20px;
  display: none;
}
.offcanvas ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px 6px;
}
.offcanvas ul li a:hover {
  text-decoration: none;
  background: #fff !important;
  color: #1a345b !important;
}
.offcanvas .topNav {
  display: none;
  background: rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 1px;
  margin-top: 15px;
}
.offcanvas .topNav ul {
  padding-left: 20px;
}
.offcanvas .topNav li {
  list-style: none;
  margin-bottom: 5px;
}
.offcanvas .topNav li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px 6px;
}
.offcanvas .topNav li a:hover {
  text-decoration: none;
  background: #fff !important;
  color: #1a345b !important;
}
@media screen and (max-width: 600px) {
  .offcanvas .topNav {
    display: block;
  }
}
.offcanvas .socials {
  display: none;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .offcanvas .socials {
    display: block;
  }
}
.offcanvas .socials li {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
}
.offcanvas .socials li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px 6px;
}
.offcanvas .socials li a:hover {
  text-decoration: none;
  background: #fff;
  color: #222;
}

#header {
  position: fixed;
  background: #fff;
  z-index: 120;
  width: 100%;
  -moz-transition: height 0.5s 0s;
  -o-transition: height 0.5s 0s;
  -webkit-transition: height 0.5s 0s;
  transition: height 0.5s 0s;
}
#header .menubar {
  position: absolute;
  top: 25px;
  right: 25px;
}
#header .notice {
  width: 100%;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 5% 10px 5%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#header .notice p {
  margin-bottom: 0;
}
#header .notice a {
  color: #fff;
}
@media screen and (max-width: 500px) {
  #header .notice {
    font-size: 11px;
  }
}
#header .navbar {
  height: auto;
  -moz-transition: height 0.5s 0s;
  -o-transition: height 0.5s 0s;
  -webkit-transition: height 0.5s 0s;
  transition: height 0.5s 0s;
  z-index: 10;
  padding: 0 0 0 0;
  flex-direction: unset !important;
}
#header .navbar.scrolling {
  -webkit-box-shadow: 0 4px 4px -2px #999;
  -moz-box-shadow: 0 4px 4px -2px #999;
  box-shadow: 0 4px 4px -2px #999;
}
#header .navBottom {
  float: right;
  width: 100%;
  text-align: right;
}
#header .logo {
  z-index: 10;
}
#header .logo img {
  width: 100%;
}
#header .logo.left {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 25px;
  -moz-transition: top 0.5s, width 0.5s 0s;
  -o-transition: top 0.5s, width 0.5s 0s;
  -webkit-transition: top 0.5s, width 0.5s 0s;
  transition: top 0.5s, width 0.5s 0s;
}
#header .logo.left.vertical {
  width: 120px;
}
@media screen and (max-width: 1100px) {
  #header .logo.left.vertical {
    width: 80px;
  }
}
#header .logo.left.horizontal {
  width: 200px;
}
@media screen and (max-width: 1100px) {
  #header .logo.left.horizontal {
    width: 140px;
  }
}
#header .logo.left.square {
  width: 100px;
}
@media screen and (max-width: 1100px) {
  #header .logo.left.square {
    width: 90px;
  }
}
#header .logo.center {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50%;
  -moz-transition: margin-left 0.5s, width 0.5s 0s;
  -o-transition: margin-left 0.5s, width 0.5s 0s;
  -webkit-transition: margin-left 0.5s, width 0.5s 0s;
  transition: margin-left 0.5s, width 0.5s 0s;
}
#header .logo.center.vertical {
  width: 120px;
  margin-left: -60px;
}
#header .logo.center.horizontal {
  width: 200px;
  top: 20px;
  margin-left: -100px;
}
#header .logo.center.square {
  width: 100px;
  top: 10px;
  margin-left: -50px;
}
#header .navbar {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media screen and (max-width: 600px) {
  #header .navbar {
    height: 100px;
  }
}
#header .navbar.has-notice .logo.left {
  top: 10px;
  left: 10px;
}
#header .navbar.has-notice .logo.center {
  top: 10px;
}
#header .navbar .navbar-collapse {
  float: right;
  width: 100%;
  text-align: right;
}
#header .navbar .navbar-header {
  float: right;
  width: 100%;
  padding: 5px 0;
  -moz-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
  -o-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
  -webkit-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
  transition: padding-top 0.5s, padding-bottom 0.5s 0s;
}
@media screen and (max-width: 1100px) {
  #header .navbar .navbar-header {
    display: none;
  }
}
#header .navbar.full-nav .navbar-header {
  background: #eee;
}
@media screen and (max-width: 1100px) {
  #header .navbar.centered-logo .search-social {
    padding-right: 20px;
  }
}
#header .topNav {
  /*float:left;*/
  margin: 5px auto 20px auto;
  width: 100%;
  clear: both;
  text-align: right;
  padding-left: 0;
  padding-right: 23px;
  -moz-transition: margin-bottom 0.5s 0s;
  -o-transition: margin-bottom 0.5s 0s;
  -webkit-transition: margin-bottom 0.5s 0s;
  transition: margin-bottom 0.5s 0s;
}
#header .topNav ul {
  padding-left: 0;
}
#header .topNav li {
  display: inline;
  margin-left: 20px;
}
#header .topNav li a {
  color: #999;
  text-transform: none;
  font-size: 10px;
  padding: 0;
}
#header .topNav li a:hover {
  background: none;
  color: #333;
}
@media screen and (max-width: 600px) {
  #header .topNav {
    display: none;
  }
}
#header .search-social {
  /*float:left;*/
  margin: 0 auto 10px auto;
  width: 100%;
  clear: both;
  text-align: right;
  padding-right: 13px;
  -moz-transition: margin-bottom 0.5s 0s;
  -o-transition: margin-bottom 0.5s 0s;
  -webkit-transition: margin-bottom 0.5s 0s;
  transition: margin-bottom 0.5s 0s;
}
#header .search-social .screen-reader-text {
  display: none;
}
#header .search-social .search {
  float: right;
}
#header .search-social .search input[type=submit] {
  background: none;
  border: none;
  box-shadow: none;
}
#header .search-social .search button {
  background: none;
  border: none;
  box-shadow: none;
}
#header .search-social .search input[type=search] {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 12px;
  color: #666;
}
#header .search-social .search input[type=search]:focus {
  border-color: #333;
  outline: none;
}
@media screen and (max-width: 768px) {
  #header .search-social .search {
    display: none;
  }
}
#header .search-social .socials {
  float: right;
  padding-left: 0;
  margin-top: 7px;
  display: block;
}
#header .search-social .socials li {
  list-style: none;
  display: inline-block;
  margin-left: 15px;
}
#header .search-social .socials li a {
  padding: 0;
}
#header .search-social .socials li a:hover {
  background: none;
  color: #333;
}
@media screen and (max-width: 600px) {
  #header .search-social .socials {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  #header .search-social .socials {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #header .search-social {
    padding-right: 80px;
  }
}
#header .navigation ul {
  padding-left: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  flex-direction: unset;
  display: block;
  padding-right: 10px !important;
  -moz-transition: margin-top 0.5s 0s;
  -o-transition: margin-top 0.5s 0s;
  -webkit-transition: margin-top 0.5s 0s;
  transition: margin-top 0.5s 0s;
}
#header .navigation ul li {
  list-style: none;
  display: inline;
  position: relative;
}
#header .navigation ul li a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  display: inline-block;
  padding: 6px 15px;
  -moz-transition: font-size 0.5s 0s;
  -o-transition: font-size 0.5s 0s;
  -webkit-transition: font-size 0.5s 0s;
  transition: font-size 0.5s 0s;
}
#header .navigation ul li a:hover {
  background: #888;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#header .navigation ul li a:focus {
  border: none;
  outline: none;
}
#header .navigation ul li:hover ul {
  left: 0;
  top: 20px;
  background: #fff;
  width: 200px;
  text-align: left;
  padding-right: 0 !important;
}
#header .navigation ul li:hover ul li {
  width: 100%;
  display: block;
  position: relative;
}
#header .navigation ul li:hover ul li a {
  width: 100%;
  display: block;
}
#header .navigation ul li:hover ul li ul {
  left: -99999em;
  top: 0;
  background: #eee;
}
#header .navigation ul li:hover ul li:hover ul {
  left: 200px;
}
#header .navigation ul li ul {
  position: absolute;
  left: -99999em;
}
@media screen and (max-width: 1100px) {
  #header .navigation ul li {
    width: 100%;
    float: left;
  }
  #header .navigation ul li ul {
    display: none;
    text-align: right;
  }
}
@media screen and (max-width: 1100px) {
  #header .navigation ul {
    margin-top: 0px;
    float: left;
    width: 100%;
    background: #fff;
  }
}
@media screen and (max-width: 1100px) {
  #header .navigation {
    padding: 0 !important;
    margin: 0 !important;
  }
  #header .navigation ul {
    background: #eee;
  }
}
#header .navigation.left ul {
  text-align: left;
}
#header .navigation.center ul {
  text-align: center;
}
#header #c-button--push-left {
  cursor: pointer;
  float: left;
  position: absolute;
  top: 40px;
  left: 24px;
  display: none;
  cursor: pointer;
  -moz-transition: top 0.5s 0s;
  -o-transition: top 0.5s 0s;
  -webkit-transition: top 0.5s 0s;
  transition: top 0.5s 0s;
  z-index: 8;
}
#header #c-button--push-left i {
  color: #888;
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  #header #c-button--push-left {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #header #c-button--push-left {
    top: 38px;
  }
}
@media screen and (max-width: 350px) {
  #header #c-button--push-left {
    left: 14px;
  }
}
#header #c-button--push-right {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 47px;
  right: 24px;
  display: none;
  cursor: pointer;
  -moz-transition: top 0.5s 0s;
  -o-transition: top 0.5s 0s;
  -webkit-transition: top 0.5s 0s;
  transition: top 0.5s 0s;
  z-index: 8;
}
#header #c-button--push-right i {
  color: #888;
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  #header #c-button--push-right {
    display: block;
  }
}
#header .menuIcon {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 47px;
  right: 24px;
  display: none;
  cursor: pointer;
  -moz-transition: top 0.5s 0s;
  -o-transition: top 0.5s 0s;
  -webkit-transition: top 0.5s 0s;
  transition: top 0.5s 0s;
  z-index: 8;
}
#header .menuIcon i {
  color: #888;
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  #header .menuIcon {
    display: block;
  }
}

.headerTop {
  width: 100%;
  position: relative;
  margin: 0 auto;
  float: left;
  min-height: 120px;
  -moz-transition: min-height 0.5s 0s;
  -o-transition: min-height 0.5s 0s;
  -webkit-transition: min-height 0.5s 0s;
  transition: min-height 0.5s 0s;
}

.navbar-header.navigation .menu-primary-menu-container {
  float: none !important;
  margin: 0 auto;
}

#footer-menu li {
  position: relative;
}

#footer-menu .menu-item-has-children .toggle {
  position: absolute;
  background: url(images/arrow.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

#footer-menu .menu-item-has-children:hover .toggle {
  /*background-image:url(images/arrow2.svg);*/
}

#footer-menu .menu-item-has-children li .toggle {
  display: none;
}

#footer-menu .menu-item-has-children li.menu-item-has-children .toggle {
  display: block;
}

#footer-menu .menu-item-has-children.active .toggle {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling #c-button--push-left,
#header .navbar.navbar-default.navbar-fixed-top.scrolling #c-button--push-right,
#header .navbar.navbar-default.navbar-fixed-top.scrolling .menuIcon {
  top: 35px;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling .topNav {
  margin-bottom: 5px;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling .search-social {
  margin-bottom: 0;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling .navigation li a {
  font-size: 12px;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling .navbar-header {
  padding: 0;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.vertical {
  width: 80px;
  margin-left: -40px;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.horizontal {
  width: 80px;
  margin-left: -40px;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.square {
  width: 70px;
  margin-left: -35px;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.vertical {
  width: 80px;
  margin-left: 0;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.horizontal {
  width: 140px;
  margin-left: 0;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.square {
  width: 70px;
  margin-left: 0;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.vertical {
  left: 7px;
  top: 1px;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.horizontal {
  left: 7px;
  top: 1px;
}

#header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.square {
  left: 7px;
  top: 1px;
}

@media screen and (max-width: 1100px) {
  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.vertical {
    width: 60px;
    margin-left: -30px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.horizontal {
    width: 60px;
    margin-left: -30px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.square {
    width: 70px;
    margin-left: -30px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.vertical {
    width: 60px;
    margin-left: 0;
    margin-top: 8px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.horizontal {
    width: 100px;
    margin-left: 0;
    margin-top: 8px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.square {
    width: 70px;
    margin-left: 0;
    margin-top: 8px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.vertical {
    left: 7px;
    top: 1px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.horizontal {
    left: 7px;
    top: 1px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.square {
    left: 7px;
    top: 1px;
  }
}
@media screen and (max-width: 620px) {
  #header .navbar.navbar-default.navbar-fixed-top .logo.center.vertical {
    width: 60px;
    margin-left: -30px;
  }

  #header .navbar.navbar-default.navbar-fixed-top .logo.center.horizontal {
    width: 60px;
    margin-left: -30px;
  }

  #header .navbar.navbar-default.navbar-fixed-top .logo.center.square {
    width: 70px;
    margin-left: -30px;
  }

  #header .navbar.navbar-default.navbar-fixed-top .logo.left.vertical {
    width: 60px;
    margin-left: 0;
    margin-top: 8px;
  }

  #header .navbar.navbar-default.navbar-fixed-top .logo.left.horizontal {
    width: 100px;
    margin-left: 0;
    margin-top: 8px;
  }

  #header .navbar.navbar-default.navbar-fixed-top .logo.left.square {
    width: 70px;
    margin-left: 0;
    margin-top: 8px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.has-notice .logo.left.vertical {
    left: 7px;
    top: 1px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.has-notice .logo.left.horizontal {
    left: 7px;
    top: 1px;
  }

  #header .navbar.navbar-default.navbar-fixed-top.has-notice .logo.left.square {
    left: 7px;
    top: 1px;
  }
}
/* fix header bug for transitions */
body.has-active-menu #header {
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

body.has-active-menu #header.rightpush .navbar {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

body.has-active-menu #header.rightpush .notice {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

body.has-active-menu #header.leftpush .navbar {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

body.has-active-menu #header.leftpush .notice {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  body.has-active-menu #header.rightpush .navbar {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  body.has-active-menu #header.rightpush .notice {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  body.has-active-menu #header.leftpush .navbar {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }

  body.has-active-menu #header.leftpush .notice {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}
* html {
  visibility: visible;
}

body {
  font-family: "Open Sans", sans-serif !important;
  color: #2E2E2E;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #2E2E2E;
  font-weight: 300;
}

h1, h2 {
  font-size: 36px;
}

h3, h4, h5, h6 {
  font-size: 14px;
}

section {
  float: left;
  width: 100%;
  background: #fff;
}

html, body, p {
  margin: 0 !important;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #162b43;
}

article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
  display: block;
}

.placeholder {
  float: left;
  width: 100%;
  clear: both;
  height: 142px;
}
@media screen and (max-width: 1080px) {
  .placeholder {
    height: 100px;
  }
}

header {
  float: left;
  width: 100%;
  clear: both;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: 142px;
}
@media screen and (max-width: 1080px) {
  header {
    height: 100px;
  }
}
header #c-button--push-right {
  display: none;
  position: absolute;
  top: 37px;
  right: 3%;
}
@media screen and (max-width: 1080px) {
  header #c-button--push-right {
    display: block;
  }
}
header .logo {
  position: absolute;
  top: 55px;
  width: 245px;
  left: 5%;
}
@media screen and (max-width: 1300px) {
  header .logo {
    width: 200px;
    left: 3%;
  }
}
@media screen and (max-width: 1080px) {
  header .logo {
    top: 36px;
  }
}
@media screen and (max-width: 500px) {
  header .logo {
    width: 160px;
  }
}
header .logo img {
  width: 100%;
}
header ul {
  text-align: center;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  margin-top: 52px;
}
@media screen and (max-width: 1080px) {
  header ul {
    display: none;
  }
}
header ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 1300px) {
  header ul li {
    margin: 0 5px;
  }
}
header ul li a {
  text-decoration: none;
  color: #1a214c;
  font-size: 18px;
  line-height: 40px;
  padding: 0 15px;
  display: block;
}
header ul li a:hover {
  color: #508cca;
  text-decoration: none;
}
header ul li a:focus {
  color: #508cca;
  outline: 0;
  text-decoration: none;
}
header ul li a.active {
  background: #508cca;
  color: #fff;
}
header ul li a.active:hover {
  background: #1a214c;
  color: #fff;
}
header .logo2 {
  position: absolute;
  top: 38px;
  width: 235px;
  right: 5%;
}
@media screen and (max-width: 1300px) {
  header .logo2 {
    width: 200px;
    right: 3%;
  }
}
@media screen and (max-width: 1080px) {
  header .logo2 {
    right: 12%;
    top: 21px;
  }
}
@media screen and (max-width: 500px) {
  header .logo2 {
    width: 160px;
    top: 27px;
  }
}
header .logo2 img {
  width: 100%;
}

.mainHeader {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}
.mainHeader img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mainHeader .sliderContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
.mainHeader .sliderContainer::after {
  background: rgba(26, 52, 91, 0.48);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  content: "";
}
.mainHeader .sliderContainer h2 {
  color: #fff;
  z-index: 3;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0%;
  height: 100%;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.3em;
  display: table;
}
.mainHeader .sliderContainer h2 span {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
  .mainHeader .sliderContainer h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 990px) {
  .mainHeader .sliderContainer h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .mainHeader .sliderContainer h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .mainHeader .sliderContainer h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .mainHeader .sliderContainer h2 br {
    display: none;
  }
}
.mainHeader .sliderContainer img {
  z-index: 1;
  position: relative;
}
.mainHeader .caption {
  background: #508cca;
  color: #fff;
  position: absolute;
  bottom: 0%;
  left: 0;
  padding: 30px 40px;
  z-index: 10;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .mainHeader .caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .mainHeader .caption {
    width: 100%;
    position: static;
  }
}
.mainHeader .caption span {
  border-left: 1px solid white;
  padding-left: 10px;
  display: block;
  margin-bottom: 15px;
  line-height: 1.7em;
}
.mainHeader .caption span a {
  color: #fff;
}
.mainHeader .caption .btn {
  background: #1a214c;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
  padding: 8px 30px;
}
@media screen and (max-width: 1300px) {
  .mainHeader .caption .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .mainHeader .caption .btn {
    float: right;
    margin-top: -70px;
  }
}
@media screen and (max-width: 550px) {
  .mainHeader .caption .btn {
    float: none;
    margin-top: 0px;
  }
}
.mainHeader .caption .btn:hover {
  background: #1a345b;
}

.slider {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}
.slider .flexslider {
  margin: 0;
  border: none;
}
.slider li .sliderContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider li .sliderContainer::after {
  background: rgba(26, 52, 91, 0.48);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  content: "";
}
.slider li .sliderContainer h2 {
  color: #fff;
  z-index: 3;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0%;
  height: 100%;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.3em;
  display: table;
}
.slider li .sliderContainer h2 span {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
  .slider li .sliderContainer h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 990px) {
  .slider li .sliderContainer h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .slider li .sliderContainer h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .slider li .sliderContainer h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .slider li .sliderContainer h2 br {
    display: none;
  }
}
.slider li .sliderContainer img {
  z-index: 1;
  position: relative;
}
.slider .caption {
  background: #508cca;
  color: #fff;
  position: absolute;
  bottom: 0%;
  left: 0;
  padding: 30px 40px;
  z-index: 10;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .slider .caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .slider .caption {
    width: 100%;
    position: static;
  }
}
.slider .caption span {
  border-left: 1px solid white;
  padding-left: 10px;
  display: block;
  margin-bottom: 15px;
  line-height: 1.7em;
}
.slider .caption span a {
  color: #fff;
}
.slider .caption .btn {
  background: #1a214c;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
  padding: 8px 30px;
}
@media screen and (max-width: 1300px) {
  .slider .caption .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .slider .caption .btn {
    float: right;
    margin-top: -70px;
  }
}
@media screen and (max-width: 550px) {
  .slider .caption .btn {
    float: none;
    margin-top: 0px;
  }
}
.slider .caption .btn:hover {
  background: #1a345b;
}

#mainContent {
  float: left;
  width: 100%;
  clear: both;
  background: #fff;
  color: #162b43;
  text-align: left;
  padding: 60px 0;
}
#mainContent p {
  color: #162b43;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 20px !important;
}
#mainContent h2 {
  font-size: 25px;
  color: #162b43;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
}
#mainContent h2::after {
  /* width:373px; height:2px; background:$brown; bottom:-25px; left:50%; margin-left:-185px; content:''; position:absolute;*/
}
#mainContent.new {
  padding: 100px 0;
}
#mainContent.new h1 {
  font-size: 44px;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #mainContent.new h1 {
    font-size: 30px;
  }
}
#mainContent.new p {
  font-size: 17px;
  line-height: 1.5em;
}
@media screen and (max-width: 600px) {
  #mainContent.new p {
    font-size: 18px;
  }
}

#brownContent {
  float: left;
  width: 100%;
  clear: both;
  background: #D8E1EA;
  color: #162b43;
  text-align: left;
  padding: 100px 0;
}
#brownContent p {
  color: #162b43;
  font-size: 17px;
  line-height: 1.3em;
  margin-bottom: 20px !important;
  line-height: 1.5em;
}
@media screen and (max-width: 600px) {
  #brownContent p {
    font-size: 18px;
  }
}
#brownContent ul {
  font-size: 17px;
}
@media screen and (max-width: 600px) {
  #brownContent ul {
    font-size: 18px;
  }
}
#brownContent ul li {
  list-style: none;
  font-weight: bold;
  margin-bottom: 12px;
}
#brownContent h2 {
  font-size: 25px;
  color: #162b43;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
}

.heroheader {
  width: 100%;
  position: relative;
}
.heroheader img {
  position: relative;
}
.heroheader a {
  position: absolute;
  top: 150px;
  left: 3%;
}
@media screen and (max-width: 990px) {
  .heroheader {
    display: none;
  }
}
.heroheader .gomb {
  line-height: 65px;
  margin-bottom: 20px;
  border: none;
  color: #fff;
  width: 250px;
  background: #EBBE14;
}
@media screen and (min-width: 1440px) {
  .heroheader .gomb {
    top: 200px;
  }
}
@media screen and (min-width: 1800px) {
  .heroheader .gomb {
    top: 250px;
  }
}
@media screen and (min-width: 2300px) {
  .heroheader .gomb {
    top: 300px;
  }
}

.hero {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .hero {
    display: none;
  }
}

.header {
  float: left;
  width: 100%;
  height: 780px;
  background: url(images/ferfi.jpg) bottom center no-repeat;
  background-size: cover;
  clear: both;
  position: relative;
  display: none;
}
@media screen and (max-width: 990px) {
  .header {
    height: 580px;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .header {
    background-position: 20% 40px;
  }
}
.header .gomb {
  margin-top: 20px;
  width: 90%;
  margin-left: 5%;
  background: #EBBE14;
  width: 200px;
  font-size: 18px !important;
  line-height: 40px !important;
  float: right;
  margin-right: 5%;
  position: relative;
}
@media screen and (max-width: 575px) {
  .header .gomb {
    float: left;
    margin-top: -50px;
  }
}
.header img {
  display: block;
  position: absolute;
}
.header img.info {
  top: 5%;
  left: 3%;
  width: 18%;
  max-width: 280px;
}
@media screen and (max-width: 990px) {
  .header img.info {
    width: 210px;
    top: 10%;
  }
}
@media screen and (max-width: 575px) {
  .header img.info {
    width: 40%;
  }
}
.header img.slogan {
  left: 55%;
  width: 40%;
  bottom: 13%;
  max-width: 540px;
}
@media screen and (max-width: 740px) {
  .header img.slogan {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .header img.slogan {
    left: 15%;
    width: 70%;
  }
}
.header img.logo {
  top: 5%;
  right: 5%;
  width: 15%;
  max-width: 240px;
}
@media screen and (max-width: 990px) {
  .header img.logo {
    width: 210px;
    top: 25%;
  }
}
@media screen and (max-width: 575px) {
  .header img.logo {
    width: 40%;
  }
}
@media screen and (max-width: 990px) {
  .header .top {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    height: 140px;
    background: #162b43;
  }
}
@media screen and (max-width: 575px) {
  .header .top {
    height: 190px !important;
  }
}

#feature {
  float: left;
  width: 100%;
  clear: both;
  padding: 50px 0;
  /*background:url(images/bg.png) center center no-repeat; background-size:100%; */
  background: #1a345b;
}
@media screen and (max-width: 1170px) {
  #feature {
    background-size: auto 100%;
  }
}
#feature h2 {
  color: #f2e0a7;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3em;
}
@media screen and (max-width: 600px) {
  #feature h2 {
    font-size: 30px;
  }
}
#feature p {
  font-size: 17px;
  color: #fff;
  text-align: left;
  line-height: 1.5em;
}
#feature.new {
  background: #1a345b;
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 1170px) {
  #feature.new {
    background-size: auto 100%;
    padding: 60px 0 40px 0;
  }
}
@media screen and (max-width: 600px) {
  #feature.new br {
    display: none;
  }
}
#feature.new p {
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  #feature.new p {
    font-size: 18px;
  }
}
#feature.new.light {
  background: rgba(164, 194, 216, 0.24);
}
#feature.new.light h2, #feature.new.light p {
  color: #508cca;
}

.container-fluid {
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1440px) {
  .container-fluid {
    width: 90%;
  }
}

.gomb {
  border: 1px solid #ddd;
  line-height: 65px;
  margin-bottom: 20px;
  border: none;
  color: #fff;
  width: 100%;
  float: left;
  margin-top: 50px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
  font-size: 24px !important;
  background: #5b8fb4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5b8fb4 1%, #253e77 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5b8fb4 1%, #253e77 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5b8fb4 1%, #253e77 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5b8fb4", endColorstr="#253e77",GradientType=1 );
  /* IE6-9 */
  -webkit-box-shadow: 10px 10px 28px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 28px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 28px -11px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.gomb:hover {
  text-decoration: none;
  color: #fff;
}

.a11y-non-responsive {
  display: none;
}

#form {
  float: left;
  width: 100%;
  clear: both;
  padding: 60px 0 60px;
  background: #E8E7E3;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#form h2 {
  font-size: 35px;
  color: #1a3450;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
#form .contactForm {
  width: 80%;
  margin: 0 auto;
  clear: both;
  max-width: 540px;
}
#form .contactForm input[type=text] {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 50px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding: 0 5%;
  font-size: 18px !important;
}
#form .contactForm input[type=email] {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 50px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  padding: 0 5%;
  font-size: 18px !important;
}
#form .contactForm input[type=submit] {
  border: 1px solid #ddd;
  line-height: 65px;
  margin-bottom: 20px;
  border: none;
  color: #fff;
  width: 100%;
  float: left;
  margin-top: 50px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
  font-size: 24px !important;
  background: #5b8fb4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5b8fb4 1%, #253e77 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5b8fb4 1%, #253e77 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5b8fb4 1%, #253e77 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5b8fb4", endColorstr="#253e77",GradientType=1 );
  /* IE6-9 */
  -webkit-box-shadow: 10px 10px 28px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 28px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 28px -11px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#form .hide {
  display: none;
}
#form .nemek {
  width: 100%;
  clear: both;
  margin-bottom: 50px;
  padding-left: 15%;
}
#form .nemek .labelBox {
  width: 38%;
  display: inline-block;
}
#form .acceptance {
  font-size: 18px !important;
  color: #858680;
}
#form .acceptance a {
  color: #858680;
  text-decoration: underline;
}
#form .containerlabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #858680;
}
#form .containerlabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  color: #858680;
}
#form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}
#form .containerlabel:hover input ~ .checkmark {
  background-color: #eee;
}
#form .containerlabel input:checked ~ .checkmark {
  background-color: #253e77;
}
#form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#form .containerlabel input:checked ~ .checkmark:after {
  display: block;
}
#form .containerlabel .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#why {
  float: left;
  width: 100%;
  clear: both;
  padding: 20px 0 60px;
  background: #fff;
}
#why h2 {
  font-size: 70px;
  color: #1c3654;
  font-family: "Rift";
  width: 100%;
  text-align: center;
  margin: 30px 0 60px;
}
#why ul {
  padding-left: 0%;
}
#why ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  color: #a88045;
  font-size: 17px;
}
#why ul li img {
  float: left;
  width: 80px;
  margin-right: 10px;
}
#why .video img {
  max-width: 100%;
  width: 100%;
}

#bottom {
  float: left;
  width: 100%;
  clear: both;
  padding: 30px 0 10px 0;
  background: #74a0bf;
}
#bottom h2 {
  color: white;
  text-transform: uppercase;
  font-size: 54px;
  text-align: left;
  margin-bottom: 0;
}

#columns {
  float: left;
  width: 100%;
  clear: both;
  background: #fff;
  padding: 60px 0;
  border-bottom: 1px solid #D4D7DC;
}
#columns.new h2 {
  font-size: 54px;
  color: #1c3654;
  font-family: "Rift";
  width: 100%;
  text-align: center;
  margin: 30px 0 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #columns.new h2 {
    font-size: 50px;
  }
}
#columns.newsecond .csomagPic {
  width: 100%;
  margin-bottom: 50px;
}
#columns.newsecond table {
  margin-top: 50px;
}
#columns.newsecond small {
  display: block;
  margin-bottom: 50px;
}
#columns.newsecond h2 {
  font-size: 54px;
  color: #1c3654;
  font-family: "Rift";
  width: 100%;
  text-align: center;
  margin: 30px 0 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #columns.newsecond h2 {
    font-size: 50px;
  }
}
#columns.newsecond thead {
  border-top: 1px solid #6386AA;
  background: #D8DEE6;
  border-bottom: 1px solid #6386AA;
}
#columns.newsecond thead th {
  padding: 8px 15px;
  border-right: 1px solid #6386AA;
  text-align: center;
}
#columns.newsecond thead th:first-child {
  text-align: left;
}
#columns.newsecond thead th:nth-child(4n+1) {
  text-align: left;
}
#columns.newsecond thead th:nth-child(4n) {
  border-right: none;
}
#columns.newsecond tbody tr {
  border-bottom: 1px solid #6386AA;
}
#columns.newsecond tbody tr td {
  padding: 8px 15px;
  border-right: 1px solid #6386AA;
  text-align: center;
}
#columns.newsecond tbody tr td:first-child {
  text-align: left;
}
#columns.newsecond tbody tr td:nth-child(4n+1) {
  text-align: left;
}
#columns.newsecond tbody tr td:nth-child(4n) {
  border-right: none;
}
#columns.newsecond tfoot {
  background: #D8DEE6;
  border-bottom: 1px solid #6386AA;
  font-weight: bold;
}
#columns.newsecond tfoot td {
  padding: 8px 15px;
  border-right: 1px solid #6386AA;
  text-align: center;
}
#columns.newsecond tfoot td:first-child {
  text-align: left;
}
#columns.newsecond tfoot td:nth-child(4n+1) {
  text-align: left;
}
#columns.newsecond tfoot td:nth-child(4n) {
  border-right: none;
}
#columns .imageBox {
  float: left;
  width: 100%;
  background-size: cover;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  #columns .imageBox {
    height: 530px;
  }
}
@media screen and (max-width: 600px) {
  #columns .imageBox {
    height: 370px;
  }
}
#columns p {
  line-height: 1.1em;
}
#columns .box {
  float: left;
  width: 100%;
  color: #121310;
  font-size: 15px;
}
@media screen and (max-width: 990px) {
  #columns .box {
    margin-bottom: 40px;
  }
}
#columns .box.first {
  background: #E4E9EC;
}
#columns .box.first .imageBox {
  background-image: url(images/site_pasi30+.jpg);
}
#columns .box.second {
  background: #E4E9EC;
}
#columns .box.second .imageBox {
  background-image: url(images/site_pasi40+.jpg);
}
#columns .box.third {
  background: #E4E9EC;
}
#columns .box.third .imageBox {
  background-image: url(images/site_pasi50+.jpg);
}
#columns .box .evek {
  float: left;
  width: 100%;
  position: relative;
  padding: 3% 10%;
  /*&::after {
      background:#BA9C71; width:90%; content:''; position:absolute; bottom:25px; height:25px; left:5%;
  }*/
}
@media screen and (max-width: 990px) {
  #columns .box .evek {
    padding: 1% 5%;
  }
}
#columns .box .evek strong {
  font-size: 90px;
  float: left;
  position: relative;
  z-index: 2;
  width: 40%;
  font-family: "Rift";
  font-weight: normal;
  margin-top: -20px;
}
#columns .box .evek span {
  float: left;
  font-size: 18px;
  text-align: right;
  width: 60%;
}
#columns .box .evek .boxLabel {
  background: #BA9C71;
  width: 90%;
  content: "";
  position: absolute;
  bottom: 25px;
  height: 25px;
  left: 5%;
  color: #fff;
  text-align: right;
  padding-right: 5%;
  z-index: 1;
  font-size: 20px;
}
@media screen and (max-width: 990px) {
  #columns .box .evek .boxLabel {
    left: 2%;
    width: 96%;
  }
}
#columns .box ul {
  padding-left: 5%;
}
#columns .box ul li {
  list-style: none;
  list-style-image: url(images/bullet.png);
  margin-bottom: 5px;
}
#columns .content {
  float: left;
  width: 100%;
  padding: 0 9% 9% 9%;
}
#columns .content p {
  margin-bottom: 8px !important;
  font-size: 17px;
}
@media screen and (max-width: 990px) {
  #columns .content {
    height: auto;
  }
}
#columns .szuroTable {
  width: 100%;
  clear: both;
  margin: 40px 0 0px 0;
  border-top: 1px solid #9DB8CD;
  color: #0A2E4B;
}
#columns .szuroTable tr {
  border-bottom: 1px solid #86A8C3;
}
#columns .szuroTable tr td {
  padding: 4px 8px;
}
#columns .szuroTable tr td:first-child {
  width: 50%;
}
#columns .szuroTable tr td:nth-child(2) {
  text-align: right;
  width: 25%;
}
#columns .szuroTable tr td:nth-child(3) {
  text-align: right;
  width: 25%;
}
#columns .szuroTable th {
  padding: 4px 4px;
  text-align: right;
}
#columns .szuroTable thead tr {
  background: #B8CCDA;
}
#columns .szuroTable tfoot tr {
  background: #B8CCDA;
  font-weight: bold;
}
#columns .szuroTable .tick {
  width: 12px;
  background: url(images/tick.svg) top left no-repeat;
  background-size: 100%;
  height: 10px;
  float: right;
}
#columns .szuroTable .title {
  font-weight: bold;
}
#columns .szuroTable .title small {
  display: block;
}

#columnsTwo {
  float: left;
  width: 100%;
  clear: both;
  background: #fff;
  padding: 60px 0;
  border-bottom: 1px solid #D4D7DC;
}
#columnsTwo.new h2 {
  font-size: 54px;
  color: #1c3654;
  font-family: "Rift";
  width: 100%;
  text-align: center;
  margin: 0px 0 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #columnsTwo.new h2 {
    font-size: 50px;
  }
}
#columnsTwo.new h3 {
  font-size: 25px;
  color: #1c3654;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
#columnsTwo .imageBox {
  float: left;
  width: 100%;
  background-size: cover;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  #columnsTwo .imageBox {
    height: 530px;
  }
}
@media screen and (max-width: 600px) {
  #columnsTwo .imageBox {
    height: 370px;
  }
}
#columnsTwo p {
  line-height: 1.1em;
}
#columnsTwo .box {
  float: left;
  width: 100%;
  color: #121310;
  font-size: 15px;
}
@media screen and (max-width: 990px) {
  #columnsTwo .box {
    margin-bottom: 40px;
  }
}
#columnsTwo .box.first {
  background: #E4E9EC;
}
#columnsTwo .box.first .imageBox {
  background-image: url(images/site_pasi30+.jpg);
}
#columnsTwo .box.second {
  background: #E4E9EC;
}
#columnsTwo .box.second .imageBox {
  background-image: url(images/site_pasi40+.jpg);
}
#columnsTwo .box.third {
  background: #E4E9EC;
}
#columnsTwo .box.third .imageBox {
  background-image: url(images/site_pasi50+.jpg);
}
#columnsTwo .box.third .content {
  padding-bottom: 5px;
}
#columnsTwo .box .evek {
  float: left;
  width: 100%;
  position: relative;
  padding: 3% 10%;
  /*&::after {
      background:#BA9C71; width:90%; content:''; position:absolute; bottom:25px; height:25px; left:5%;
  }*/
}
@media screen and (max-width: 990px) {
  #columnsTwo .box .evek {
    padding: 1% 5%;
  }
}
#columnsTwo .box .evek strong {
  font-size: 90px;
  float: left;
  position: relative;
  z-index: 2;
  width: 40%;
  font-family: "Rift";
  font-weight: normal;
  margin-top: -20px;
}
#columnsTwo .box .evek span {
  float: left;
  font-size: 18px;
  text-align: right;
  width: 60%;
}
#columnsTwo .box .evek .boxLabel {
  background: #BA9C71;
  width: 90%;
  content: "";
  position: absolute;
  bottom: 25px;
  height: 25px;
  left: 5%;
  color: #fff;
  text-align: right;
  padding-right: 5%;
  z-index: 1;
  font-size: 20px;
}
@media screen and (max-width: 990px) {
  #columnsTwo .box .evek .boxLabel {
    left: 2%;
    width: 96%;
  }
}
#columnsTwo .box ul {
  padding-left: 5%;
}
#columnsTwo .box ul li {
  list-style: none;
  list-style-image: url(images/bullet.png);
  margin-bottom: 5px;
}
#columnsTwo .content {
  float: left;
  width: 100%;
  padding: 0 9% 9% 9%;
}
#columnsTwo .content p {
  margin-bottom: 8px !important;
  font-size: 17px;
}
@media screen and (max-width: 990px) {
  #columnsTwo .content {
    height: auto;
  }
}
#columnsTwo .szuroTable {
  width: 100%;
  clear: both;
  margin: 40px 0 0px 0;
  border-top: 1px solid #9DB8CD;
  color: #0A2E4B;
}
#columnsTwo .szuroTable tr {
  border-bottom: 1px solid #86A8C3;
}
#columnsTwo .szuroTable tr td {
  padding: 4px 8px;
}
#columnsTwo .szuroTable tr td:first-child {
  width: 50%;
}
#columnsTwo .szuroTable tr td:nth-child(2) {
  text-align: right;
  width: 25%;
}
#columnsTwo .szuroTable tr td:nth-child(3) {
  text-align: right;
  width: 25%;
}
#columnsTwo .szuroTable th {
  padding: 4px 4px;
  text-align: right;
}
#columnsTwo .szuroTable thead tr {
  background: #B8CCDA;
}
#columnsTwo .szuroTable tfoot tr {
  background: #B8CCDA;
  font-weight: bold;
}
#columnsTwo .szuroTable .tick {
  width: 12px;
  background: url(images/tick.svg) top left no-repeat;
  background-size: 100%;
  height: 10px;
  float: right;
}
#columnsTwo .szuroTable .title {
  font-weight: bold;
}
#columnsTwo .szuroTable .title small {
  display: block;
}

#szakrendeles {
  float: left;
  width: 100%;
  clear: both;
  padding: 60px 0 120px;
  background: #D5E1EA;
  color: #1A3450;
}
#szakrendeles h2 {
  font-size: 61px;
  color: #1A3450;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "Rift";
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #szakrendeles h2 {
    font-size: 50px;
  }
}
#szakrendeles ul {
  padding: 0;
  margin: 0;
  border-left: 1px solid #1A3450;
  padding-left: 25px;
  float: left;
  width: 31%;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  #szakrendeles ul {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
#szakrendeles ul li {
  list-style: none;
  margin-bottom: 8px;
}
#szakrendeles ul li a {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: #1A3450;
  font-weight: 300;
  line-height: 1.4em;
}
@media screen and (max-width: 600px) {
  #szakrendeles ul li a {
    font-size: 15px;
  }
}
#szakrendeles ul li a:hover {
  text-decoration: none;
}

footer {
  float: left;
  clear: both;
  width: 100%;
  background: #0D253B;
  padding: 60px 0;
  text-align: center;
}
footer img {
  display: block;
  margin: 0 auto 60px auto;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
  display: inline;
  margin: 0 15px 0 5px;
  padding: 0 25px 0 15px;
  border-right: 1px solid #d4d2cd;
  font-family: "Rift";
}
footer ul li:last-child {
  border: none;
}
footer ul li a {
  color: #d4d2cd;
  font-size: 17px;
  font-family: "Rift";
}
@media screen and (max-width: 600px) {
  footer ul li a {
    font-size: 14px;
  }
}
footer ul li a:hover {
  color: #fff;
}
footer.new {
  color: #AEB7BE;
  font-size: 16px;
  text-align: left;
  line-height: 1.3em;
  font-size: 300;
}
footer.new h2 {
  font-size: 33px;
  font-family: "Rift";
  color: #AEB7BE;
  line-height: 1.3em;
}
@media screen and (max-width: 600px) {
  footer.new h2 {
    font-size: 23px;
  }
}
footer.new h3 {
  color: #AEB7BE;
  line-height: 1.3em;
  font-weight: 700;
}
footer.new .adat {
  float: right;
  clear: both;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  footer.new .adat {
    float: left;
  }
}
footer.new a {
  color: #AEB7BE;
}
footer.new a:hover {
  color: #fff;
}
footer.new img {
  float: right;
  clear: both;
  margin-bottom: 0;
  margin-top: 190px;
}
@media screen and (max-width: 575px) {
  footer.new img {
    margin-top: 50px;
    float: left;
    margin-left: -11px;
  }
}

#accordioNSection {
  float: left;
  width: 100%;
  clear: both;
  background: #fff;
  padding: 80px 0;
  border-bottom: 1px solid #D4D7DC;
}
#accordioNSection.blue {
  background: rgba(164, 194, 216, 0.24);
}
#accordioNSection.blue .accordionBox .accordionTitle {
  border-color: #1a214c;
}
#accordioNSection.blue .accordionBox .accordionTitle h3 {
  color: #1a214c;
}
#accordioNSection.blue .accordionContent .cms-content h4, #accordioNSection.blue .accordionContent .cms-content p {
  color: #1a214c;
}
#accordioNSection h2 {
  font-size: 25px;
  color: #1c3654;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #D4D7DC;
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  #accordioNSection h2 {
    font-size: 25px;
  }
}
#accordioNSection .accordionBox {
  float: left;
  width: 100%;
  clear: both;
}
#accordioNSection .accordionBox .accordionTitle {
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #D4D7DC;
  padding: 15px 0%;
  position: relative;
  cursor: pointer;
}
#accordioNSection .accordionBox .accordionTitle::after {
  width: 18px;
  height: 15px;
  background: url(images/chevron.svg) center center no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 45%;
  content: "";
  -moz-transition: transform 0.5s 0;
  -o-transition: transform 0.5s 0;
  -webkit-transition: transform 0.5s 0;
  transition: transform 0.5s 0;
}
#accordioNSection .accordionBox .accordionTitle.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#accordioNSection .accordionBox .accordionTitle:hover h3 {
  color: #1c3654;
}
#accordioNSection .accordionBox .accordionTitle h3 {
  color: #5588B4;
  font-size: 22px;
}
#accordioNSection .accordionBox .accordionContent {
  float: left;
  width: 100%;
  clear: both;
  padding: 25px 0;
  display: none;
}
#accordioNSection .accordionBox .accordionContent .cms-content {
  font-size: 17px;
  line-height: 1.5em;
  color: #1c3654;
}
#accordioNSection .accordionBox .accordionContent .cms-content p {
  font-size: 17px;
  line-height: 1.5em;
  color: #1c3654;
}
#accordioNSection .accordionBox .accordionContent .cms-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

#singleTable {
  float: left;
  width: 100%;
  clear: both;
  background: #fff;
  padding: 60px 0;
  border-bottom: 1px solid #D4D7DC;
}
#singleTable h2 {
  font-size: 54px;
  color: #1c3654;
  font-family: "Rift";
  width: 100%;
  text-align: center;
  margin: 0px 0 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #singleTable h2 {
    font-size: 50px;
  }
}
#singleTable h3 {
  font-size: 25px;
  color: #1c3654;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
#singleTable .tableBox {
  float: left;
  width: 100%;
  clear: both;
}
#singleTable .tableBox .tableLeft {
  width: 40%;
  float: left;
  background: url(images/csomag.jpg) center center no-repeat;
  height: 211px;
  background-size: cover;
  border-right: 1px solid white;
}
@media screen and (max-width: 1050px) {
  #singleTable .tableBox .tableLeft {
    width: 100%;
    height: 380px;
  }
}
#singleTable .tableBox .tableRight {
  float: left;
  width: 60%;
  background: #E4E9EC;
}
@media screen and (max-width: 1050px) {
  #singleTable .tableBox .tableRight {
    width: 100%;
  }
}
#singleTable .szuroTable {
  width: 100%;
  clear: both;
  margin: 0px 0 0px 0;
  color: #0A2E4B;
}
#singleTable .szuroTable tr {
  border-bottom: 1px solid #86A8C3;
}
#singleTable .szuroTable tr td {
  padding: 4px 8px;
}
#singleTable .szuroTable tr td:first-child {
  width: 50%;
}
#singleTable .szuroTable tr td:nth-child(2) {
  text-align: right;
  width: 25%;
}
#singleTable .szuroTable tr td:nth-child(3) {
  text-align: right;
  width: 25%;
}
#singleTable .szuroTable th {
  padding: 4px 4px;
  text-align: right;
}
#singleTable .szuroTable thead tr {
  background: #BA9C71;
  border: none;
}
#singleTable .szuroTable thead tr th {
  color: #fff;
  text-transform: uppercase;
}
#singleTable .szuroTable tfoot tr {
  background: #B8CCDA;
  font-weight: bold;
}
#singleTable .szuroTable .tick {
  width: 12px;
  background: url(images/tick.svg) top left no-repeat;
  background-size: 100%;
  height: 10px;
  float: right;
}
#singleTable .szuroTable .title {
  font-weight: bold;
}
#singleTable .szuroTable .title small {
  display: block;
}

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