@charset "utf-8";
@font-face {
  font-family: 'swis721hveunormal';
  src: url('../fonts/0102eu27-webfont.eot');
  src: url('../fonts/0102eu27-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/0102eu27-webfont.woff2') format('woff2'), url('../fonts/0102eu27-webfont.woff') format('woff'), url('../fonts/0102eu27-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'swis721mdeunormal';
  src: url('../fonts/0759eu27-webfont.eot');
  src: url('../fonts/0759eu27-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/0759eu27-webfont.woff2') format('woff2'), url('../fonts/0759eu27-webfont.woff') format('woff'), url('../fonts/0759eu27-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'swis721lteunormal';
  src: url('../fonts/0001eu27-webfont.eot');
  src: url('../fonts/0001eu27-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/0001eu27-webfont.woff2') format('woff2'), url('../fonts/0001eu27-webfont.woff') format('woff'), url('../fonts/0001eu27-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
::selection {
  background: #2850A4;
  color: #ffffff;
}
::-moz-selection {
  background: #2850A4;
  color: #ffffff;
}
body,
html {
  font-family: 'swis721mdeunormal';
  font-size: 14px;
  color: #1b1817;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  height: 100%;
  position: relative;
}
body {
  overflow-x: hidden;
}
header,
section,
footer,
nav,
aside,
article {
  display: block;
}
.clear {
  clear: both;
}
.ulClear {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
a {
  cursor: pointer;
}
a img {
  border: none;
}
input,
textarea,
button {
  outline: none;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
form {
  padding: 0;
  margin: 0;
}
strong {
  font-family: 'swis721hveunormal';
  font-weight: normal;
}
.wrapper {
  margin: 0 40px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
}
.mobile_menu_popup {
  position: fixed;
  width: 100%;
  z-index: 999999;
  height: 100%;
  background: #ffffff;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0.0;
}
.mobile_menu_popup .mobile_menu_popup_container {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.mobile_menu_popup .mobile_menu_popup_container .mobile_menu_popup_middle {
  display: table-cell;
  vertical-align: middle;
}
.mobile_menu_popup .mobile_menu_popup_container .mobile_menu_popup_middle .mobile_menu_popup_window {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition-delay: 0.0s;
  -webkit-transition-delay: 0.0s;
  -moz-transition-delay: 0.0s;
  opacity: 0;
}
.mobile_menu_popup .mobile_menu_popup_container .mobile_menu_popup_middle .mobile_menu_popup_window.show {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  opacity: 1;
}
.mobile_menu_popup .mobile_menu_popup_container .mobile_menu_popup_middle .mobile_menu_popup_window ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_menu_popup .mobile_menu_popup_container .mobile_menu_popup_middle .mobile_menu_popup_window ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: 'swis721mdeunormal';
}
.mobile_menu_popup .mobile_menu_popup_container .mobile_menu_popup_middle .mobile_menu_popup_window ul li:last-of-type {
  border: none;
}
.mobile_menu_popup .mobile_menu_popup_container .mobile_menu_popup_middle .mobile_menu_popup_window ul li.active a {
  color: #2850A4 !important;
}
.mobile_menu_popup .mobile_menu_popup_container .mobile_menu_popup_middle .mobile_menu_popup_window ul li a {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #1b1817;
  text-decoration: none;
  display: block;
  padding: 13px 0;
}
.mobile_menu_popup .mobile_menu_popup_container .mobile_menu_popup_middle .mobile_menu_popup_window ul li a:hover {
  color: #2850A4;
}
.mobile_menu_popup .mobile_menu_popup_close {
  position: fixed;
  top: 0;
  right: 0;
}
.mobile_menu_popup .mobile_menu_popup_close a {
  position: absolute;
  right: 30px;
  top: 29px;
  display: block;
  z-index: 99999 !important;
}
.mobile_menu_popup .mobile_menu_popup_close a line {
  stroke: #1b1817;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.mobile_menu_popup .mobile_menu_popup_close a:hover line {
  stroke: #2850A4;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header {
  top: 0;
  position: relative;
  left: 0;
  right: 0;
  height: 145px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  z-index: 9999;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.header .logo {
  left: 0;
  top: 30px;
  position: absolute;
  z-index: 9999999 !important;
}
.header .logo img {
  width: 140px;
  height: auto;
}
.header .nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 91px !important;
  font-size: 12px !important;

}
.header .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.header .nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  font-family: 'swis721hveunormal';
}
.header .nav ul li a {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #1b1817;
  text-decoration: none;
}
.header .nav ul li a:hover {
  color: #2850A4;
}
.header .nav ul li.active a {
  color: #a19490;
}
.header .nav.desc {
  text-align: center !important;
  top: 36px !important;
}
.header .nav.desc span {
  color: #2850A4;
  font-size: 38px;
  font-family: 'swis721mdeunormal';
}
.header .mobile_menu {
  position: absolute;
  right: 0;
  top: 28px;
  display: none;
}
.header .mobile_menu a {
  display: block;
}
.header .mobile_menu a line {
  stroke: #1b1817;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header .mobile_menu a:hover line {
  stroke: #2850A4;
}
.header .lang {
  position: absolute;
  right: 0;
  top: 55px;
}
.header .lang ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .lang ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 0 0 3px;
}
.header .lang ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border: solid 1px #e7e4e3;
  font-size: 10px;
  color: #8b8988;
  text-align: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-family: 'swis721hveunormal';
  text-decoration: none;
  text-transform: uppercase;
  line-height: 30px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header .lang ul li a:hover {
  color: #2850A4;
}
.buttonBar {
  background: #2850A4;
  padding: 30px 0;
  font-family: 'swis721mdeunormal';
  font-size: 20px;
}
.buttonBar a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  background: url(../images/arrow_right_white.svg) right center no-repeat;
  padding: 0 30px 0 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.buttonBar a:hover {
  padding: 0 40px 0 0;
}
.slider {
  position: relative;
  height: 500px;
  background: #2a2623;
  color: #ffffff;
}
.slider .flexslider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.slider .flexslider .flex-prev,
.slider .flexslider .flex-next {
  display: none;
}
.slider .flexslider ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider .flexslider ul li {
  height: 100%;
}
.slider .flexslider ul li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999 !important;
}
.slider .flexslider ul li .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.85;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.slider .flexslider ul li .slideContent {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.slider .flexslider ul li .slideContent .slideContentContainer {
  position: absolute;
  bottom: 80px;
  left: 80px;
  right: 80px;
}
.slider .flexslider ul li .slideContent .slideContentContainer .title {
  font-family: 'swis721hveunormal';
  font-size: 48px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.slider .flexslider ul li .slideContent .slideContentContainer .title strong {
  color: #2850A4;
}
.slider .flexslider ul li .slideContent .slideContentContainer .button {
  padding: 25px 0 0 0;
}
.slider .flexslider ul li .slideContent .slideContentContainer .button a {
  display: inline-block;
  background: #2850A4;
  color: #ffffff;
  text-decoration: none;
  font-family: 'swis721lteunormal';
  font-size: 24px;
  padding: 5px 20px;
}
.slider .flexslider ul li .preloader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #2850A4;
  -webkit-transition: 0 ease;
  -moz-transition: 0 ease;
  -o-transition: 0 ease;
  transition: 0 ease;
}
.slider .flexslider ul li.flex-active-slide .preloader {
  width: 100%;
  -webkit-transition: 8s linear;
  -moz-transition: 8s linear;
  -o-transition: 8s linear;
  transition: 8s linear;
}
.flex-control-nav {
  right: 40px !important;
  top: 40px !important;
}
.flex-control-nav li {
  margin: 0 0 0 10px !important;
}
.flex-control-paging li a {
  width: 18px !important;
  height: 18px !important;
}
.menu ul.level1Ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul.level1Ul li.level1Li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 20%;
  color: #ffffff;
}
.menu ul.level1Ul li.level1Li a {
  color: #ffffff;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px;
  font-family: 'swis721mdeunormal';
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.menu ul.level1Ul li.level1Li a:hover {
  opacity: 0.5;
}
.menu ul.level1Ul li.level1Li.level1Li1 {
  background: #2a2623;
}
.menu ul.level1Ul li.level1Li.level1Li1 ul.level2Ul {
  background: #2a2623;
}
.menu ul.level1Ul li.level1Li.level1Li2 {
  background: #35312e;
}
.menu ul.level1Ul li.level1Li.level1Li2 ul.level2Ul {
  background: #35312e;
}
.menu ul.level1Ul li.level1Li.level1Li3 {
  background: #3f3b38;
}
.menu ul.level1Ul li.level1Li.level1Li3 ul.level2Ul {
  background: #3f3b38;
}
.menu ul.level1Ul li.level1Li.level1Li4 {
  background: #4a4643;
}
.menu ul.level1Ul li.level1Li.level1Li4 ul.level2Ul {
  background: #4a4643;
}
.menu ul.level1Ul li.level1Li.level1Li5 {
  background: #2850A4;
}
.menu ul.level1Ul li.level1Li.level1Li5 ul.level2Ul {
  background: #2850A4;
}
.menu ul.level1Ul ul.level2Ul {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 30px 0;
  display: none;
  z-index: 999;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.menu ul.level1Ul ul.level2Ul li {
  width: 20%;
  float: left;
}
.menu ul.level1Ul ul.level2Ul li a {
  display: block;
  margin: 0 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  font-size: 14px;
  padding: 5px 0;
  overflow: hidden;
  height: 27px;
}
.menu ul.level1Ul ul.level2Ul li.active a {
  color: #2850A4;
}
.menu ul.level1Ul ul.level2Ul li.active a:hover {
  opacity: 1;
}
.news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 20%;
  position: relative;
}
.news ul li .item {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.news ul li .item .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('../images/news.png') top right no-repeat;
}
.news ul li .item .itemContainer {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
}
.news ul li .item .itemContainer .itemContainerBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.news ul li .item .itemContainer .itemContainerBox .bottom {
  position: absolute;
  bottom: 0;
}
.news ul li .item .itemContainer .itemContainerBox .bottom .more a {
  display: inline-block;
  color: #7BA428;
  text-decoration: none;
  font-family: 'swis721hveunormal';
  border-bottom: solid 1px rgba(242, 89, 0, 0.2);
  vertical-align: middle;
  padding: 0 0 2px 0;
  font-size: 14px;
}
.news ul li .item .itemContainer .itemContainerBox .bottom .more span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news ul li .item .itemContainer .itemContainerBox .bottom .more span.active {
  padding: 0 0 0 25px;
}
.news ul li .item .itemContainer .itemContainerBox .title {
  font-family: 'swis721lteunormal';
  font-size: 22px;
  padding: 0 0 20px 0;
}
.news ul li .item .itemContainer .itemContainerBox .title a {
  color: #1b1817;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news ul li .item .itemContainer .itemContainerBox .title a:hover {
  color: #2850A4;
}
.news ul li .item .itemContainer .itemContainerBox .description {
  color: #8b8988;
  font-family: 'swis721lteunormal';
}
.news ul li.main .item {
  border: none;
  background: #2850A4;
  color: #ffffff;
}
.news ul li.main .item .titleMain {
  font-family: 'swis721mdeunormal';
  font-size: 20px;
}
.news ul li.main .item .descriptionMain {
  font-family: 'swis721lteunormal';
}
.news ul li.main .item .moreMain {
  padding: 20px 0 0 0;
}
.news ul li.main .item .moreMain a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-family: 'swis721hveunormal';
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  padding: 0 0 2px 0;
  font-size: 14px;
}
.news ul li.main .item .moreMain span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news ul li.main .item .moreMain span.active {
  padding: 0 0 0 25px;
}
.menuFooter {
  background: #2a2623;
  color: #8b8988;
  padding: 10px 0 40px 0;
}
.menuFooter .box {
  float: left;
}
.menuFooter .box.box1 {
  width: 60%;
}
.menuFooter .box.box1 ul li {
  width: 33.33%;
}
.menuFooter .box.box2 {
  width: 40%;
}
.menuFooter .box.box2 ul li {
  width: 50%;
}
.menuFooter .box.box3 {
  width: 20%;
}
.menuFooter .box.box3 ul li {
  width: 100%;
}
.menuFooter .box.box4 {
  width: 40%;
}
.menuFooter .box.box4 ul li {
  width: 50%;
}
.menuFooter .box.box5 {
  width: 40%;
}
.menuFooter .box.box5 ul li {
  width: 50%;
}
.menuFooter .box .headline {
  padding: 30px 40px 20px 40px;
  font-size: 20px;
  font-family: 'swis721mdeunormal';
}
.menuFooter .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuFooter .box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.menuFooter .box ul li a {
  display: block;
  margin: 0 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  font-size: 14px;
  padding: 5px 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-family: 'swis721lteunormal';
  overflow: hidden;
  max-height: 15px;
}
.menuFooter .box ul li a:hover {
  opacity: 0.5;
}
.menuFooter .box ul li.active a {
  color: #2850A4;
}
.menuFooter .box ul li.active a:hover {
  opacity: 1;
}
.footer {
  padding: 60px 0 120px;
}
.footer .copyright {
  float: left;
  font-family: 'swis721hveunormal';
}
.footer .social {
  float: right;
}
.footer .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -17px 0 0 0;
}
.footer .social ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 0 0 5px;
}
.footer .social ul li.google a {
  background: #c20907;
}
.footer .social ul li.facebook a {
  background: #336699;
}
.footer .social ul li a {
  display: block;
  width: 34px;
  height: 34px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  -o-border-radius: 34px;
  border-radius: 34px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer .social ul li a:hover {
  background: #8b8988;
}
.pagination {
  padding: 60px 0;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'swis721hveunormal';
  padding: 0 10px;
}
.pagination ul li a {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
  color: #2a2623;
}
.pagination ul li a:hover {
  color: #2850A4;
}
.pagination ul li.active a {
  color: #aea59e;
}
.pagination ul li.prev {
  margin: 0 20px 0 0;
}
.pagination ul li.prev a {
  display: block;
  width: 38px;
  height: 38px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
  -o-border-radius: 38px;
  border-radius: 38px;
  background: url('../images/arrow_right_orange_2.svg') center center no-repeat;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.pagination ul li.prev a:hover {
  border: solid 1px rgba(0, 0, 0, 0.5);
}
.pagination ul li.next {
  margin: 0 0 0 20px;
}
.pagination ul li.next a {
  display: block;
  width: 38px;
  height: 38px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
  -o-border-radius: 38px;
  border-radius: 38px;
  background: url('../images/arrow_right_orange.svg') center center no-repeat;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.pagination ul li.next a:hover {
  border: solid 1px rgba(0, 0, 0, 0.5);
}
.article {
  display: table;
  width: 100%;
}
.article .sidebar {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  padding: 0 0 40px 0;
}
.article .sidebar .headline {
  padding: 40px 0 20px 0;
  color: #8b8988;
  font-size: 20px;
  font-family: 'swis721mdeunormal';
}
.article .sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article .sidebar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article .sidebar ul li a {
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 5px 0 3px 0;
  overflow: hidden;
  text-decoration: none;
  color: #1b1817;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.article .sidebar ul li a:hover {
  color: #a19490;
}
.article .sidebar ul li.active a {
  color: #2850A4;
}
.article .sidebar ul li.active a:hover {
  opacity: 1;
}
.article .articleContent {
  display: table-cell;
  vertical-align: top;
}
.media {
  position: relative;
}
.media ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.media ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.media ul li .thumb {
  width: 25%;
  position: relative;
  float: left;
}
.media ul li .thumb a {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  position: absolute;
  width: 100%;
  height: 100%;
}
.media ul li .type {
  width: 25%;
  float: left;
  position: relative;
}
.media ul li .type .date {
  top: 35px;
  left: 40px;
  position: absolute;
}
.media ul li .type .date .day {
  font-family: 'swis721hveunormal';
  color: #2850A4;
  padding: 0 0 20px 0;
  font-size: 24px;
}
.media ul li .type .date .month {
  font-family: 'swis721hveunormal';
  font-size: 16px;
}
.media ul li .type .date .year {
  font-family: 'swis721lteunormal';
  font-size: 16px;
}
.media ul li .type .icon {
  left: 40px;
  bottom: 35px;
  position: absolute;
}
.media ul li .description {
  float: left;
  width: 50%;
  position: relative;
}
.media ul li .description .descriptionContainer {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
}
.media ul li .description .descriptionContainer .title {
  font-family: 'swis721lteunormal';
  font-size: 22px;
  padding: 0 0 20px 0;
}
.media ul li .description .descriptionContainer .title a {
  color: #1b1817;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.media ul li .description .descriptionContainer .title a:hover {
  color: #2850A4;
}
.media ul li .description .descriptionContainer .desc {
  font-family: 'swis721lteunormal';
  color: #8b8988;
}
.media ul li .description .descriptionContainer .more {
  bottom: 0;
  position: absolute;
}
.media ul li .description .descriptionContainer .more a {
  display: inline-block;
  color: #2850A4;
  text-decoration: none;
  font-family: 'swis721hveunormal';
  border-bottom: solid 1px rgba(242, 89, 0, 0.2);
  vertical-align: middle;
  padding: 0 0 2px 0;
  font-size: 14px;
}
.media ul li .description .descriptionContainer .more span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.media ul li .description .descriptionContainer .more span.active {
  padding: 0 0 0 25px;
}
.articleContent .content {
  max-width: none !important;
}
.articleContent .content .wrapper {
  width: auto;
  margin: 0 40px;
}
.newsOpen .wrapper {
  width: 80%;
  margin: 0 auto;
}
.newsOpen .content {
  max-width: 800px;
  margin: 0 auto;
}
.newsOpen .content .wrapper {
  width: auto;
  margin: 0 40px;
}
.newsOpen .articleContent .content {
  max-width: none !important;
}
.newsOpen .articleContent .content .wrapper {
  width: auto;
  margin: 0 40px;
}
.newsOpen a {
  color: #2850A4;
  text-decoration: none;
  border-bottom: solid 1px rgba(242, 89, 0, 0.2);
  padding: 0 0 2px 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.newsOpen a:hover {
  border-bottom: solid 1px #f25900;
}
.newsOpen .photo {
  height: 500px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.newsOpen .steps {
  background: #2a2623;
  color: #8b8988;
  padding: 60px 0;
  text-align: center;
}
.newsOpen .steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsOpen .steps ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  padding: 15px 0;
  width: 180px;
  border-top: solid 2px rgba(255, 255, 255, 0.1);
  vertical-align: top;
  text-align: left;
}
.newsOpen .steps ul li.active {
  color: #ffffff;
  border-top: solid 2px #ffffff;
}
.newsOpen .content {
  padding: 60px 0 0 0;
}
.newsOpen .content h1 {
  font-size: 48px;
  font-family: 'swis721hveunormal';
  line-height: normal !important;
}
.newsOpen .content .info {
  padding: 20px 0 50px 0;
}
.newsOpen .content .info .author {
  font-family: 'swis721hveunormal';
  display: inline-block;
  padding: 0 20px 0 0;
}
.newsOpen .content .info .author strong {
  color: #2850A4;
}
.newsOpen .content .info .date {
  display: inline-block;
  font-family: 'swis721lteunormal';
}
.newsOpen .content .contentText {
  padding: 0 160px 50px 160px;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  font-family: 'swis721lteunormal';
}
.newsOpen .content .contentText h1 {
  font-size: 48px;
  font-family: 'swis721hveunormal';
  line-height: normal !important;
}
.newsOpen .content .contentText.withMargin {
  margin: 40px 0 0 0;
}
.newsOpen .content .contentText p {
  padding: 0 0 20px 0;
}
.newsOpen .content .contentText strong {
  font-family: 'swis721mdeunormal';
}
.newsOpen .content .contentText .audio {
  padding: 20px 0 0 0;
}
.newsOpen .content .contentText .audio iframe {
  width: 100%;
}
.newsOpen .content .contentText .video {
  padding: 20px 0 40px;
}
.newsOpen .content .contentText .video .videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.newsOpen .content .contentText .video .videoContainer .videoIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsOpen .content .contentText .table {
  background: #e8e8e7;
  padding: 20px 30px;
}
.newsOpen .content .contentText table {
  width: 100%;
  border-collapse: collapse;
}
.newsOpen .content .contentText table thead tr td {
  border-bottom: solid 2px #d5d5d4;
  padding: 10px 0;
  vertical-align: top;
  font-family: 'swis721hveunormal';
}
.newsOpen .content .contentText table tbody tr td {
  border-bottom: solid 1px #d5d5d4;
  padding: 10px 0;
  vertical-align: top;
}
.newsOpen .content .contentText form {
  padding: 20px 0 40px;
}
.newsOpen .content .contentText form .photoSet {
  position: absolute;
  width: 600px;
  top: 130px;
  right: 160px;
}
.newsOpen .content .contentText form .photoSet .photoSetContainer {
  position: relative;
  height: 100%;
  width: 100%;
}
.newsOpen .content .contentText form .formRow {
  padding: 0 0 10px 0;
  position: relative;
}
.newsOpen .content .contentText form .formRow.width400 {
  width: 400px;
}
.newsOpen .content .contentText form .formRow.width200 {
  width: 200px;
}
.newsOpen .content .contentText form .formRow.width600 {
  width: 600px;
}
.newsOpen .content .contentText form .formRow .formHeadline {
  font-family: 'swis721mdeunormal';
  padding: 10px 0 10px 0;
  color: #2850A4;
}
.newsOpen .content .contentText form .formRow input[type='text'] {
  display: inline-block;
  background: #f2f2f2;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #524946;
  font-family: 'swis721lteunormal';
  font-size: 14px;
  padding: 12px 25px;
  width: 100%;
  margin: 1px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.newsOpen .content .contentText form .formRow input[type='text']::-webkit-input-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow input[type='text']:-moz-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow input[type='text']::-moz-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow input[type='text']:-ms-input-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow select {
  display: inline-block;
  background: #f2f2f2;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #524946;
  font-family: 'swis721lteunormal';
  font-size: 14px;
  padding: 12px 25px;
  width: 100%;
  margin: 1px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.newsOpen .content .contentText form .formRow select::-webkit-input-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow select:-moz-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow select::-moz-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow select:-ms-input-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow textarea {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #524946;
  font-family: 'swis721lteunormal';
  font-size: 14px;
  padding: 12px 25px;
  height: 180px;
  width: 100%;
  margin: 1px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.newsOpen .content .contentText form .formRow textarea::-webkit-input-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow textarea:-moz-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow textarea::-moz-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow textarea:-ms-input-placeholder {
  opacity: 1.0;
  color: #524946;
}
.newsOpen .content .contentText form .formRow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsOpen .content .contentText form .formRow ul .icheck {
  padding: 0 0 10px 0 !important;
}
.newsOpen .content .contentText form .formRow ul .icheck .icheckbox_flat {
  float: left !important;
}
.newsOpen .content .contentText form .formRow ul .icheck .iradio_flat {
  float: left !important;
}
.newsOpen .content .contentText form .formRow ul .icheck label {
  font-size: 14px;
  color: #524946;
  padding: 0px 20px 0 45px;
  display: block !important;
}
.newsOpen .content .contentText form .formRow ul .icheck label a {
  text-decoration: none;
  padding: 0 0 15px 0;
}
.newsOpen .content .contentText form .formRow ul .icheck label a:hover {
  padding: 0 0 5px 0;
}
.newsOpen .content .contentText form .formRow ol {
  margin: 0;
}
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background: url(../images/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_flat {
  background-position: 0 0;
}
.icheckbox_flat.checked {
  background-position: -32px 0;
}
.icheckbox_flat.disabled {
  background-position: -64px 0;
  cursor: default;
}
.icheckbox_flat.checked.disabled {
  background-position: -96px 0;
}
.iradio_flat {
  background-position: -128px 0;
}
.iradio_flat.checked {
  background-position: -161px 0;
}
.iradio_flat.disabled {
  background-position: -193px 0;
  cursor: default;
}
.iradio_flat.checked.disabled {
  background-position: -226px 0;
}
.galleryThumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.galleryThumbs ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 10%;
  position: relative;
  float: left;
}
.galleryThumbs ul li .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.galleryThumbs ul li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  background: rgba(242, 89, 0, 0);
}
.galleryThumbs ul li .mask.active {
  background: rgba(242, 89, 0, 0.9);
}
.galleryThumbs ul li .zoom {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin: -10px 0 0 0;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
  font-family: 'swis721lteunormal';
  opacity: 0;
  pointer-events: none;
}
.galleryThumbs ul li .zoom.active {
  opacity: 1;
}
.orangeColor {
  color: #2850A4;
}
.lineThrough {
  text-decoration: line-through;
}
.formButton {
  padding: 20px 0 0 0;
}
.formButton a {
  display: inline-block;
  color: #2850A4;
  text-decoration: none;
  font-family: 'swis721hveunormal';
  border-bottom: solid 1px rgba(242, 89, 0, 0.2);
  vertical-align: middle;
  padding: 0 0 2px 0;
  font-size: 18px;
}
.formButton span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.formButton span.active {
  padding: 0 0 0 25px;
}
@media screen and (max-width: 1919px) {
  .news ul li .item .itemContainer .itemContainerBox .title {
    font-size: 16px;
  }
  .news ul li .item .itemContainer .itemContainerBox .description {
    top: 60px;
  }
}
@media screen and (max-width: 1599px) {
  .header .logo img {
    width: 140px;
    height: auto;
  }
  .header .nav ul li {
    padding: 0 12px;
    font-size: 14px;
  }
  .header .nav.desc {
    top: 43px !important;
  }
  .header .nav.desc span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1439px) {
  body,
  html {
    font-size: 13px;
  }
  .wrapper {
    margin: 0 30px;
  }
  .header {
    height: 125px;
  }
  .header .logo img {
    width: 140px;
    height: auto;
  }
  .header .nav {
    top: 91 !important;
  }
  .header .nav ul li {
    padding: 0 12px;
    font-size: 12px;
  }
  .header .nav.desc {
    top: 33px !important;
  }
  .header .lang {
    top: 48px;
  }
  .buttonBar {
    font-size: 18px;
    padding: 25px 0;
  }
  .slider .flexslider ul li .slideContent .slideContentContainer {
    bottom: 60px;
    left: 60px;
    right: 60px;
  }
  .slider .flexslider ul li .slideContent .slideContentContainer .title {
    font-size: 42px;
  }
  .slider .flexslider ul li .slideContent .slideContentContainer .button a {
    font-size: 22px;
  }
  .flex-control-nav {
    right: 30px !important;
    top: 30px !important;
  }
  .flex-control-nav li {
    margin: 0 0 0 7px !important;
  }
  .flex-control-paging li a {
    width: 15px !important;
    height: 15px !important;
  }
  .menu ul.level1Ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu ul.level1Ul li.level1Li a {
    padding: 25px 30px;
    font-size: 18px;
  }
  .menu ul.level1Ul ul.level2Ul li {
    width: 20%;
    float: left;
  }
  .menu ul.level1Ul ul.level2Ul li a {
    margin: 0 30px;
    font-size: 13px;
  }
  .news ul li .item .itemContainer {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  .news ul li .item .itemContainer .itemContainerBox .title {
    font-size: 14px;
    padding: 0 0 15px 0;
  }
  .news ul li .item .itemContainer .itemContainerBox .description {
    top: 50px;
  }
  .menuFooter {
    padding: 0 0 30px 0;
  }
  .menuFooter .box .headline {
    padding: 30px 30px 20px 30px;
    font-size: 18px;
  }
  .menuFooter .box ul li a {
    margin: 0 30px;
    font-size: 13px;
  }
  .footer {
    padding: 40px 0 80px;
  }
  .article .sidebar .headline {
    font-size: 18px;
    padding: 30px 0 20px 0;
  }
  .article .sidebar ul li a {
    font-size: 13px;
  }
  .media ul li .type .date {
    top: 25px;
    left: 30px;
  }
  .media ul li .type .date .day {
    font-size: 18px;
  }
  .media ul li .type .date .month {
    font-size: 14px;
  }
  .media ul li .type .date .year {
    font-size: 14px;
  }
  .media ul li .type .icon {
    left: 25px;
    bottom: 20px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .media ul li .description .descriptionContainer {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  .media ul li .description .descriptionContainer .title {
    font-size: 18px;
  }
  .newsOpen .steps ul li {
    width: 120px;
  }
  .newsOpen .content {
    padding: 40px 0 0 0;
  }
  .newsOpen .content h1 {
    font-size: 42px;
  }
  .newsOpen .content .info {
    padding: 20px 0 30px 0;
  }
  .newsOpen .content .contentText p {
    padding: 0 0 30px 0;
  }
  .newsOpen .content .contentText form .photoSet {
    position: absolute;
    width: 400px;
    top: 130px;
    right: 160px;
  }
  .galleryThumbs ul li {
    width: 12.5%;
  }
}
@media screen and (max-width: 1280px) {
  .header {
    height: 95px;
  }
  .header .logo {
    top: 20px;
  }
  .header .logo img {
    width: 80px;
    height: auto;
  }
  .header .nav {
    top: 90px !important;
  }
  .header .nav ul li {
    padding: 0 5px;
    font-size: 12px;
  }
  .header .nav.desc {
    top: 25px !important;
  }
  .header .nav.desc span {
    font-size: 20px;
  }
  .header .lang {
    top: 33px;
  }
  .news ul li {
    width: 25%;
  }
  .pagination {
    padding: 50px 0;
  }
  .pagination ul li {
    font-size: 18px;
  }
  .media ul li .type {
    display: none;
  }
  .media ul li .description {
    width: 75%;
  }
  .newsOpen .steps ul li {
    width: 90px;
  }
  .newsOpen .content .contentText form .photoSet {
    position: relative;
    width: 400px;
    top: auto;
    right: auto;
  }
  .contact .contactRow .contactColumn {
    width: 49.8% !important;
  }
}
@media screen and (max-width: 1024px) {
  .slider {
    height: 400px;
  }
  .slider .flexslider ul li .slideContent .slideContentContainer .title {
    font-size: 32px;
  }
  .slider .flexslider ul li .slideContent .slideContentContainer .button a {
    font-size: 18px;
  }
  .header {
    height: 80px;
  }
  .header .logo {
    top: 21px;
  }
  .header .logo img {
    width: 70px;
    height: auto;
  }
  .header .nav {
    display: none;
  }
  .header .nav.desc {
    display: block;
    top: 28px;
  }
  .header .nav.desc span {
    font-size: 12px;
  }
  .header .lang {
    right: 50px;
    top: 25px;
  }
  .header .mobile_menu {
    display: block;
  }
  .menu ul.level1Ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu ul.level1Ul li.level1Li.level1Li1 {
    width: 50%;
  }
  .menu ul.level1Ul li.level1Li.level1Li2 {
    width: 50%;
  }
  .menu ul.level1Ul li.level1Li.level1Li3 {
    width: 50%;
  }
  .menu ul.level1Ul li.level1Li.level1Li4 {
    width: 50%;
  }
  .menu ul.level1Ul li.level1Li.level1Li5 {
    width: 100%;
    border-bottom: solid 1px #d04e03;
  }
  .menu ul.level1Ul li.level1Li ul.level2Ul li {
    width: 25%;
  }
  .menuFooter .box {
    float: none;
  }
  .menuFooter .box.box1 {
    width: 100%;
  }
  .menuFooter .box.box1 ul li {
    width: 25%;
  }
  .menuFooter .box.box2 {
    width: 100%;
  }
  .menuFooter .box.box2 ul li {
    width: 25%;
  }
  .menuFooter .box.box3 {
    width: 100%;
  }
  .menuFooter .box.box3 ul li {
    width: 25%;
  }
  .menuFooter .box.box4 {
    width: 100%;
  }
  .menuFooter .box.box4 ul li {
    width: 25%;
  }
  .menuFooter .box.box5 {
    width: 100%;
  }
  .menuFooter .box.box5 ul li {
    width: 25%;
  }
  .article {
    display: block;
  }
  .article .sidebar {
    width: 100%;
    display: block;
    padding: 0 0 40px 0;
  }
  .article .articleContent {
    display: block;
  }
  .newsOpen .photo {
    height: 400px;
  }
  .newsOpen .content {
    padding: 40px 0 0 0;
  }
  .newsOpen .content h1 {
    font-size: 32px;
  }
  .newsOpen .content .contentText {
    padding: 0 80px 40px 80px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'swis721lteunormal';
  }
  .newsOpen .content .contentText p {
    padding: 0 0 10px 0;
  }
  .newsOpen .content .contentText strong {
    font-family: 'swis721mdeunormal';
  }
  .newsOpen .steps ul li {
    width: auto;
    display: block;
  }
  .galleryThumbs ul li {
    width: 20%;
  }
}
@media screen and (max-width: 959px) {
  .news ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 799px) {
  .header .nav {
    display: none;
  }
  .header .nav.desc {
    display: none;
  }
  .menu ul.level1Ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu ul.level1Ul li.level1Li ul.level2Ul li {
    width: 50%;
  }
  .news ul li {
    width: 50%;
  }
  .menuFooter .box {
    float: none;
  }
  .menuFooter .box.box1 ul li {
    width: 50%;
  }
  .menuFooter .box.box2 ul li {
    width: 50%;
  }
  .menuFooter .box.box3 ul li {
    width: 50%;
  }
  .menuFooter .box.box4 ul li {
    width: 50%;
  }
  .menuFooter .box.box5 ul li {
    width: 50%;
  }
  .slider {
    height: 300px;
  }
  .slider .flexslider ul li .slideContent .slideContentContainer {
    bottom: 40px;
    left: 30px;
    right: 30px;
  }
  .slider .flexslider ul li .slideContent .slideContentContainer .title {
    font-size: 24px;
  }
  .slider .flexslider ul li .slideContent .slideContentContainer .button a {
    font-size: 14px;
    font-family: 'swis721mdeunormal';
  }
  .footer .copyright {
    float: none;
  }
  .footer .social {
    float: none;
  }
  .footer .social ul {
    margin: 20px 0 0 0;
  }
  .pagination {
    padding: 40px 0;
  }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .pagination ul li {
    font-size: 14px;
    padding: 0 7px;
  }
  .pagination ul li.prev {
    margin: 0 10px 0 0;
  }
  .pagination ul li.next {
    margin: 0 0 0 10px;
  }
  .media ul li .description .descriptionContainer .desc {
    display: none;
  }
  .media ul li .description .descriptionContainer .more {
    bottom: auto;
    position: relative;
  }
  .newsOpen .photo {
    height: 300px;
  }
  .newsOpen .content {
    padding: 40px 0 0 0;
  }
  .newsOpen .content h1 {
    font-size: 24px;
  }
  .newsOpen .content .contentText {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .newsOpen .content .contentText p {
    padding: 0 0 10px 0;
  }
  .newsOpen .content .contentText form .formRow.width400 {
    width: auto;
  }
  .newsOpen .content .contentText form .formRow.width600 {
    width: auto;
  }
  .newsOpen .content .contentText form .photoSet {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
  }
  .contact .contactRow .contactColumn {
    width: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  .media ul li .description .descriptionContainer .more {
    display: none;
  }
  .galleryThumbs ul li {
    width: 25%;
  }
  .table table thead {
    display: block;
  }
  .table table thead tr {
    display: block;
    border-bottom: solid 1px #d5d5d4;
    padding: 15px 0 !important;
  }
  .table table thead tr td {
    display: block;
    border-bottom: none !important;
    padding: 0 !important;
    vertical-align: top;
  }
  .table table tbody {
    display: block;
  }
  .table table tbody tr {
    display: block;
    border-bottom: solid 1px #d5d5d4;
    padding: 15px 0 !important;
  }
  .table table tbody tr td {
    display: block;
    border-bottom: none !important;
    padding: 0 !important;
    vertical-align: top;
  }
}
@media screen and (max-width: 459px) {
  .news ul li {
    width: 100%;
  }
  .menu ul.level1Ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu ul.level1Ul li.level1Li {
    width: 100%;
  }
  .menu ul.level1Ul li.level1Li.level1Li1 {
    width: 100%;
  }
  .menu ul.level1Ul li.level1Li.level1Li2 {
    width: 100%;
  }
  .menu ul.level1Ul li.level1Li.level1Li3 {
    width: 100%;
  }
  .menu ul.level1Ul li.level1Li.level1Li4 {
    width: 100%;
  }
  .menu ul.level1Ul li.level1Li.level1Li5 {
    width: 100%;
  }
  .menuFooter .box.box1 ul li {
    width: 100%;
  }
  .menuFooter .box.box2 ul li {
    width: 100%;
  }
  .menuFooter .box.box3 ul li {
    width: 100%;
  }
  .menuFooter .box.box4 ul li {
    width: 100%;
  }
  .menuFooter .box.box5 ul li {
    width: 100%;
  }
  .galleryThumbs ul li {
    width: 50%;
  }
}
