@font-face {
  font-family: 'icomoon';
  src: url('../Fonts/icomoon.eot?v3');
  src: url('../Fonts/icomoon.eot?#iefix&v3') format('embedded-opentype'), url('../Fonts/icomoon.woff?v3') format('woff'), url('../Fonts/icomoon.ttf?v3') format('truetype'), url('../Fonts/icomoon.svg#icon?v3') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'calibri';
  src: url('../Fonts/calibri.eot?v3');
  src: url('../Fonts/calibri.eot?#iefix&v3') format('embedded-opentype'), url('../Fonts/calibri.woff?v3') format('woff'), url('../Fonts/calibri.ttf?v3') format('truetype'), url('../Fonts/calibri.svg#icon?v3') format('svg');
  font-weight: 400;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e900";
}
.icon-time:before {
  content: "\e901";
}
.icon-clock:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}
.icon-chevron-thin-down:before {
  content: "\e905";
}
.icon-chevron-thin-up:before {
  content: "\e906";
}
.icon-chevron-thin-left:before {
  content: "\e907";
}
.icon-chevron-thin-right:before {
  content: "\e908";
}
.icon-cart:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-location:before {
  content: "\e90b";
}
.icon-lock:before {
  content: "\e90c";
}
.icon-star-full:before {
  content: "\e90d";
}
.icon-heart:before {
  content: "\e90e";
}
.icon-cross:before {
  content: "\e90f";
}
.icon-checkmark:before {
  content: "\e910";
}
.icon-arrow-up:before {
  content: "\e911";
}
.icon-arrow-right:before {
  content: "\e912";
}
.icon-arrow-down:before {
  content: "\e913";
}
.icon-arrow-left:before {
  content: "\e914";
}
.icon-arrow-up2:before {
  content: "\e915";
}
.icon-arrow-right2:before {
  content: "\e916";
}
.icon-arrow-down2:before {
  content: "\e917";
}
.icon-arrow-left2:before {
  content: "\e918";
}
.icon-facebook:before {
  content: "\e919";
}
.icon-twitter:before {
  content: "\e91a";
}
.icon-youtube:before {
  content: "\e91b";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-bullhorn:before {
  content: "\e91c";
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hide-text {
  overflow: hidden;
  text-indent: -9999px;
}
.img-resize {
  display: block;
  width: 100%;
  height: auto;
}
.poistion-zero {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*default body style*/
body {
  min-width: 320px;
  background: #fff;
  font-family: 'calibri', Arial sans-serif;
}
/*default img style*/
img {
  max-width: 100%;
}
.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}
.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.error input[type="text"],
.error input[type="email"],
.error input[type="search"],
.error input[type="tel"],
.error input[type="password"],
.error textarea,
.error .form-control {
  border: 1px solid red !important;
}
.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="search"],
.has-error input[type="tel"],
.has-error input[type="password"],
.has-error textarea,
.has-error .form-control {
  border: 1px solid red !important;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media only screen and (min-width: 1025px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
#header {
  position: relative;
  z-index: 10;
}
#header:after {
  content: " ";
  display: block;
  clear: both;
}
.header-t {
  background: #fff;
}
.header-t:after {
  content: " ";
  display: block;
  clear: both;
}
.header-t .links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 16px;
}
.header-t .links:after {
  content: " ";
  display: block;
  clear: both;
}
.header-t .links li {
  float: left;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 1200px) {
  .header-t .links li {
    margin: 0 20px 0 0;
  }
}
.header-t .links a {
  text-decoration: none;
  color: #9d9d9d;
}
.header-t .links a:hover {
  text-decoration: underline;
}
.align-right {
  text-align: left;
}
.align-right:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .align-right {
    text-align: right;
  }
}
.align-right .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .align-right .social-networks {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .align-right .social-networks {
    margin: 0 8px 0 0;
  }
}
.align-right .social-networks li {
  float: left;
  margin: 0 1px 0 0;
}
.align-right .social-networks a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  background: #9d9d9d;
  color: #fff;
  display: block;
  text-align: center;
}
.align-right .social-networks a:hover {
  opacity: 0.7;
}
.align-right .social-networks a span {
  display: none;
}
.align-right .social-networks a .icon-facebook,
.align-right .social-networks a .icon-twitter,
.align-right .social-networks a .icon-youtube,
.align-right .social-networks a .icon-instagram {
  display: block;
  font-size: 14px;
  padding: 5px 0 0;
}
.align-right .social-networks a .icon-facebook {
  font-size: 23px;
  margin: 0 2px 0 0;
  padding: 0;
}
.align-right .social-networks a .icon-instagram {
  font-size: 18px;
  padding: 3px 0;
}
.align-right .user-area {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  margin: 0 -8px 0 17px;
}
@media screen and (min-width: 768px) {
  .align-right .user-area {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0;
  }
}
.align-right .user-area li {
  float: left;
  padding: 9px 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .align-right .user-area li {
    padding: 13px 6px 14px 5px;
  }
}
@media screen and (min-width: 992px) {
  .align-right .user-area li {
    padding: 13px 4px 14px 0;
  }
}
@media screen and (min-width: 1200px) {
  .align-right .user-area li {
    padding: 13px 14px 14px 7px;
  }
}
.align-right .user-area li:hover .drop {
  display: block;
}
.align-right .user-area a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
  display: block;
}
.align-right .user-area a.has-drop-down-a {
  padding: 0 15px 0 0;
  position: relative;
}
.align-right .user-area a.has-drop-down-a:after {
  position: absolute;
  top: 4px;
  right: 0;
  content: '\e905';
  color: #333;
  font-family: 'icomoon' !important;
  font-size: 8px;
}
.align-right .user-area a .icon-cart,
.align-right .user-area a .icon-bullhorn,
.align-right .user-area a .icon-lock {
  color: #a70b29;
  margin: 0 -1px 2px 0;
  font-size: 20px;
}
.align-right .user-area a .icon-cart,
.align-right .user-area a .icon-bullhorn {
  margin: 1px 5px 0 0;
}
@media screen and (min-width: 992px) {
  .align-right .user-area a .icon-cart,
  .align-right .user-area a .icon-bullhorn {
    margin: 1px 10px 0 0;
  }
}
.align-right .user-area a .icon-cart,
.align-right .user-area a .icon-lock,
.align-right .user-area a .icon-bullhorn,
.align-right .user-area a span {
  display: inline-block;
  vertical-align: middle;
}
.align-right .user-area a span {
  letter-spacing: -0.1px;
  margin: 0 0 0 3px;
}
@media screen and (min-width: 768px) {
  .align-right .user-area a span {
    margin: 0;
  }
}
.align-right .user-area a em {
  font-style: normal;
}
.align-right .user-area .drop {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1001;
  right: 0;
  min-width: 291px;
  background: #e0e4eb;
  padding: 17px 30px 24px;
  display: none;
  top: 100%;
}
@media screen and (min-width: 768px) {
  .align-right .user-area .drop {
    margin: 0 -4px 0 0;
    min-width: 334px;
    width: auto;
  }
}
.align-right .user-area .drop li {
  width: 100%;
  margin: 10px 0;
  padding: 0;
}
.align-right .user-area .drop a {
  text-decoration: none;
  display: block;
  color: #333;
  font-size: 18px;
}
.align-right .user-area .drop a:hover {
  color: #a70b29;
}
.align-right .user-area .drop .icon-arrow-right2,
.align-right .user-area .drop span {
  display: inline-block;
  vertical-align: middle;
}
.align-right .user-area .drop .icon-arrow-right2 {
  font-size: 10px;
  margin: 2px 7px 0 4px;
  width: 10px;
}
.align-right .user-area .drop span {
  max-width: 80%;
}
.align-right .user-area .drop .last {
  border-top: 1px solid #fff;
  text-align: right;
  padding: 20px 0 0;
  margin: 14px 0 0;
}
.align-right .user-area .drop .last a {
  font-size: 14px;
  color: #a70b29;
  text-transform: uppercase;
}
.align-right .user-area .drop .last a:hover {
  opacity: 0.7;
}
.align-right .user-area .drop .last .icon-arrow-right2 {
  margin-top: -1px;
}
.align-right .magzine {
  text-decoration: none;
  background: #a70b29;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 11px 7px;
  margin: 0;
  min-height: 49px;
}
.align-right .magzine:hover {
  opacity: 0.7;
}
.align-right .magzine.mobile-version {
  float: right;
}
.align-right .magzine .text,
.align-right .magzine .icon-chevron-thin-right,
.align-right .magzine .ico,
.align-right .magzine .txt {
  display: inline-block;
  vertical-align: middle;
}
.align-right .magzine .ico {
  background: url(../../Images/sprite.png) no-repeat -127px -106px;
  width: 36px;
  height: 21px;
  margin: 0 8px 4px 11px;
}
.align-right .magzine .txt {
  font-size: 21px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.align-right .magzine .icon-chevron-thin-right {
  color: #fff;
  margin: 0 0 0 6px;
}
.header-b {
  background: #fff;
  border-top: 1px solid #cecece;
  padding: 11px 0 0;
}
.header-b:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .header-b {
    padding: 24px 0 21px;
  }
}
@media screen and (min-width: 992px) {
  .header-b {
    padding: 24px 0 0;
  }
}
.logo {
  float: left;
  width: 58px;
  text-align: center;
  margin: 3px 0 0;
  position: absolute;
  left: 15px;
  top: 0;
  text-decoration: none;
  /**@media @tablet{
		width: 195px;
		margin: 1px 0 0;
		position: static;
	}**/
}
@media screen and (min-width: 992px) {
  .logo {
    width: 255px;
    margin: 1px 0 0;
    text-align: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .logo {
    width: 320px;
    margin: 1px 0 0 -6px;
  }
}
.logo a {
  text-decoration: none;
  display: block;
}
.logo a:hover {
  text-decoration: none;
}
.logo .txt {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  margin: 25px 0 20px;
  letter-spacing: -0.2px;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  color: #333;
}
@media screen and (max-width: 991px) {
  .logo .txt {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .logo .txt {
    margin: 5px 11px 0 0;
    width: 100px;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .logo .txt {
    width: 178px;
  }
}
.logo .txt .inner {
  color: #e30613;
}
.logo .img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  /**@media @tablet{
			width: 155px;
		}**/
}
@media screen and (min-width: 992px) {
  .logo .img {
    width: 125px;
  }
}
.logo .img img {
  display: block;
  width: 100%;
  height: auto;
}
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="search"] {
  -webkit-appearance: none !important;
}
.visual {
  overflow: hidden;
}
.visual .owl-carousel img {
  display: block;
  width: 100%;
  height: auto;
  max-width: inherit;
}
.visual .owl-carousel .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .visual .owl-carousel .holder {
    position: absolute;
    left: 0;
    right: 0;
  }
  .visual .owl-carousel .holder.top {
    top: 0;
  }
  .visual .owl-carousel .holder.bottom {
    bottom: 0;
  }
}
.visual .owl-carousel .holder .caption {
  width: 100%;
  float: right;
  padding: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .visual .owl-carousel .holder .caption {
    width: 39.1%;
    padding: 25px 0;
  }
}
@media screen and (min-width: 1200px) {
  .visual .owl-carousel .holder .caption {
    width: 39.1%;
    padding: 60px 70px 0 0;
  }
}
.visual .owl-carousel .holder .title {
  display: block;
  margin: 0 0 1px;
}
.visual .owl-carousel .holder .title span {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 4px 3px 20px rgba(6, 6, 6, 0.2);
  background: #fff;
  color: #3e3e3e;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 6px 12px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1200px) {
  .visual .owl-carousel .holder .title span {
    padding: 12px 18px;
  }
}
.visual .owl-carousel .holder .text {
  margin: 0 0 7px;
}
.visual .owl-carousel .holder .text:after {
  content: " ";
  display: block;
  clear: both;
}
.visual .owl-carousel .holder .text p {
  margin: 0 0 1px;
}
.visual .owl-carousel .holder .text span {
  background: #fff;
  color: #333;
  font-weight: 300;
  padding: 3px 26px 3px 13px;
  font-size: 28px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 4px 3px 20px rgba(6, 6, 6, 0.2);
  letter-spacing: -0.4px;
}
@media screen and (min-width: 992px) {
  .visual .owl-carousel .holder .text span {
    font-size: 38px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .visual .owl-carousel .holder .text span {
    font-size: 48px;
    line-height: 50px;
  }
}
.visual .owl-carousel .holder .more {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #a40b28;
  color: #fff;
  padding: 5px 10px 10px;
}
.visual .owl-carousel .holder .more:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .visual .owl-carousel .holder .more {
    padding: 12px 22px 12px 15px;
  }
}
.visual .owl-carousel .holder .more .icon-arrow-right2,
.visual .owl-carousel .holder .more span {
  display: inline-block;
  vertical-align: middle;
}
.visual .owl-carousel .holder .more .icon-arrow-right2 {
  font-size: 11px;
  margin: 0 9px 0 0;
}
.visual .owl-carousel .holder .more span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.visual .owl-carousel .owl-controls {
  text-align: center;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .visual .owl-carousel .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
}
.visual .owl-carousel .owl-controls .owl-page {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.47);
}
@media screen and (min-width: 768px) {
  .visual .owl-carousel .owl-controls .owl-page {
    background: rgba(255, 255, 255, 0.47);
  }
}
.visual .owl-carousel .owl-controls .owl-page:hover,
.visual .owl-carousel .owl-controls .owl-page.active {
  background: #000;
}
@media screen and (min-width: 768px) {
  .visual .owl-carousel .owl-controls .owl-page:hover,
  .visual .owl-carousel .owl-controls .owl-page.active {
    background: #fff;
  }
}
.article {
  overflow: hidden;
  background: #fff;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .article {
    margin: -7px;
  }
}
.article .heading {
  overflow: hidden;
  padding: 8px 15px 10px;
}
@media screen and (min-width: 992px) {
  .article .heading {
    padding: 13px 58px 13px 18px;
  }
}
@media screen and (min-width: 1200px) {
  .article .heading {
    padding: 13px 18px;
  }
}
.article h1,
.article h2 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .article h1,
  .article h2 {
    font-size: 26px;
    line-height: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .article h1,
  .article h2 {
    min-height: auto;
  }
}
.article h1 a,
.article h2 a {
  text-decoration: none;
  color: #333;
}
.article h1 a:hover,
.article h2 a:hover {
  color: #6b85a8;
}
.article .img {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.article .img img {
  display: block;
  width: 100%;
  height: auto;
  height: 100%;
}
.article .img .tag,
.article .img .date-tag {
  position: absolute;
  right: 0;
  top: 0;
  background: #a70b29;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  padding: 5px 9px 5px;
}
.article .img .date-tag {
  top: auto;
  bottom: 0;
  left: 0;
  font-size: 15px;
  line-height: 18px;
  padding: 2px 15px;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 992px) {
  .article .img .date-tag {
    font-size: 20px;
    line-height: 22px;
    padding: 10px 20px 10px;
  }
}
.article .text {
  overflow: hidden;
  padding: 18px 18px 14px;
}
.article .text time {
  display: block;
  font-weight: 300;
  color: #3e3e3e;
  margin: 0 0 7px;
  font-size: 12px;
  line-height: 14px;
}
.article .text p {
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .article .text p {
    min-height: 216px;
    margin: 0 0 32px !important;
  }
}
@media screen and (min-width: 992px) {
  .article .text p {
    min-height: 169px;
  }
}
@media screen and (min-width: 1200px) {
  .article .text p {
    min-height: auto;
  }
}
.article .text .txt {
  overflow: hidden;
}
.article .text .likes {
  float: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .article .text .likes {
    max-width: 40%;
    width: auto;
  }
}
.article .text .likes .icon-heart,
.article .text .likes .num {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.article .text .likes .icon-heart {
  color: #adb6c8;
  margin: 3px 0 3px 2px;
}
.article .text .likes .num {
  padding: 0 7px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #c9c9c9;
  background-color: #f8f8f8;
  background: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
  position: relative;
  margin: 0 0 0 6px;
}
.article .text .likes .num:hover {
  opacity: 0.7;
}
.article .text .likes .num:after,
.article .text .likes .num:before {
  position: absolute;
  right: 100%;
  top: 2px;
  content: '';
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #c9c9c9 transparent transparent;
  z-index: 1;
}
.article .text .likes .num:before {
  border-color: transparent #ececec transparent transparent;
  margin-right: -2px;
  z-index: 2;
}
.article .text .link {
  float: left;
  text-decoration: none;
  color: #a70b29;
  width: 100%;
}
.article .text .link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .article .text .link {
    float: right;
    width: auto;
  }
}
.article .text .link .icon-arrow-right2,
.article .text .link span {
  display: inline-block;
  vertical-align: middle;
}
.article .text .link .icon-arrow-right2 {
  font-size: 12px;
}
.article .text .link span {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 992px) {
  .article .text .link span {
    font-size: 14px;
    margin: 0 0 0 4px;
  }
}
.popup-holder .link,
.main-holder .link,
.popup-holder .more,
.main-holder .more {
  color: #a70b29;
  text-decoration: none;
}
.popup-holder .link span,
.main-holder .link span,
.popup-holder .more span,
.main-holder .more span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: normal !important;
}
.popup-holder .link .icon-arrow-right2,
.main-holder .link .icon-arrow-right2,
.popup-holder .more .icon-arrow-right2,
.main-holder .more .icon-arrow-right2 {
  font-size: 12px;
  margin: 0 0 0 9px;
}
.popup-holder .link:hover,
.main-holder .link:hover,
.popup-holder .more:hover,
.main-holder .more:hover {
  color: #6b85a8;
  text-decoration: none;
}
.get-involve {
  display: table;
  width: 100%;
  background: #a70b29;
  margin: 69px 0 57px;
}
.get-involve.add {
  margin: 60px 0 68px;
}
@media screen and (max-width: 991px) {
  .get-involve.add h3 {
    font-size: 22px;
  }
}
.get-involve.add .img-holder,
.get-involve.add .text-holder {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .get-involve.add .img-holder,
  .get-involve.add .text-holder {
    width: 50%;
  }
}
.get-involve.add .text-holder {
  padding: 18px 27px 16px 25px;
}
.get-involve .app-store {
  text-decoration: none;
  float: right;
  margin: 23px 0 0;
}
.get-involve .app-store:hover {
  opacity: 0.7;
}
.get-involve .img-holder,
.get-involve .text-holder {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .get-involve .img-holder,
  .get-involve .text-holder {
    width: 50.5%;
    display: table-cell;
    vertical-align: top;
  }
}
.get-involve .img-holder {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .get-involve .img-holder {
    width: 49.5%;
  }
}
.get-involve .img-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.get-involve .text-holder {
  padding: 13px 13px 11px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .get-involve .text-holder {
    padding: 15px 15px 15px 20px;
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .get-involve .text-holder {
    padding: 23px 16px 10px 33px;
    font-size: 24px;
    line-height: 26px;
  }
}
.get-involve .text-holder p {
  margin: 0 0 10px;
}
@media screen and (min-width: 992px) {
  .get-involve .text-holder p {
    margin: 0 0 11px 3px;
  }
}
.get-involve h3 {
  margin: 0;
  font-weight: 300;
  font-size: 35px;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  .get-involve h3 {
    font-size: 45px;
    line-height: 40px;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .get-involve h3 {
    font-size: 55px;
    line-height: 50px;
    margin: 0 20px 13px 0;
  }
}
.get-involve .text {
  overflow: hidden;
}
.get-involve .text .more {
  color: #fff;
  float: left;
  text-decoration: none;
  margin: 0;
}
.get-involve .text .more:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .get-involve .text .more {
    margin: 0 0 0 5px;
  }
}
.get-involve .text .more .icon-arrow-right2,
.get-involve .text .more span {
  display: inline-block;
  vertical-align: middle;
}
.get-involve .text .more .icon-arrow-right2 {
  font-size: 11px;
  margin: 0 8px 0 0;
}
.get-involve .text .more span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.get-involve .text .sign-up {
  color: #fff;
  float: right;
  background: #6b85a8;
  padding: 2px 8px;
  text-decoration: none;
  margin: 0;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.get-involve .text .sign-up:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .get-involve .text .sign-up {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .get-involve .text .sign-up {
    margin: 13px 0 0;
    padding: 17px 24px 14px;
  }
}
.get-involve .text .sign-up .icon-arrow-right2,
.get-involve .text .sign-up span {
  display: inline-block;
  vertical-align: middle;
}
.get-involve .text .sign-up .icon-arrow-right2 {
  font-size: 16px;
  margin: -4px 0 2px;
}
@media screen and (min-width: 768px) {
  .get-involve .text .sign-up .icon-arrow-right2 {
    font-size: 19px;
    margin: -2px 0 0;
  }
}
.get-involve .text .sign-up span {
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 768px) {
  .get-involve .text .sign-up span {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .get-involve .text .sign-up span {
    font-size: 22px;
  }
}
.download-area {
  overflow: hidden;
  padding: 0 0 57px;
}
.download-area h3 {
  text-align: center;
  margin: 0 0 40px;
  font-weight: 300;
  font-size: 35px;
  line-height: 35px;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .download-area h3 {
    font-size: 55px;
    line-height: 58px;
  }
}
.download-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.download-area ul:after {
  content: " ";
  display: block;
  clear: both;
}
.download-area ul li {
  width: 100%;
  padding: 0 0 15px;
  float: left;
}
@media screen and (min-width: 768px) {
  .download-area ul li {
    width: 25%;
    padding: 0 2% 1.6% 0;
  }
}
.download-area ul .ico {
  float: left;
  margin: 0 19px 0 0;
  width: 50px;
  height: 62px;
  background: url(../Images/sprite.png) no-repeat -61px -73px;
}
.download-area ul .ico.ppt {
  background-position: -1px -73px;
}
.download-area ul .ico.pdf {
  background-position: -1px -1px;
}
.download-area ul .ico.word {
  background-position: -61px -1px;
}
.download-area ul .text {
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .download-area ul .text {
    font-size: 20px;
    line-height: 22px;
  }
}
.download-area ul .text a {
  text-decoration: none;
  color: #333;
  font-weight: normal;
  display: block;
}
.download-area ul .text a:hover {
  color: #6b85a8;
}
.download-area ul .text p {
  margin: -2px 0 0;
}
.download-area ul .text .txt {
  font-size: 15px;
  line-height: 18px;
  color: #676767;
  font-weight: normal;
  text-transform: uppercase;
}
.download-area .link {
  color: #a70b29;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.download-area .link:hover {
  opacity: 0.7;
}
.download-area .link .icon-arrow-right2,
.download-area .link span {
  display: inline-block;
  vertical-align: middle;
}
.download-area .link span {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.download-area .link .icon-arrow-right2 {
  font-size: 10px;
  margin: 0 4px 0 2px;
}
.article-area {
  padding: 45px 0 21px;
  overflow: hidden;
  background: #ececec;
  border-top: 1px solid #e0e4eb;
}
@media screen and (min-width: 768px) {
  .article-area {
    padding: 45px 0 51px;
  }
}
.article-area h3 {
  margin: 0 0 39px;
  font-weight: 300;
  color: #333;
  text-align: center;
  font-size: 35px;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .article-area h3 {
    font-size: 55px;
    line-height: 58px;
  }
}
.article-area .article {
  overflow: hidden;
  background: #fff;
  margin-bottom: 31px;
}
.article-area .article .img {
  overflow: hidden;
  width: 100%;
  min-height: inherit;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .article-area .article .img {
    min-height: 202px;
  }
}
.article-area .article .img .img-frame {
  position: relative;
  min-height: 134px;
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .article-area .article .img .img-frame {
    min-height: 164px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .article-area .article .img .img-frame {
    min-height: 190px;
  }
}
.article-area .article .img .img-frame .image {
  width: 120px;
  height: 97px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .article-area .article .img .img-frame .image {
    width: 170px;
    height: 137px;
  }
}
.article-area .article .img .img-frame .image.ico {
  top: 35px;
  left: 31px;
}
@media screen and (min-width: 1200px) {
  .article-area .article .img .img-frame .image.ico {
    top: 65px;
  }
}
.article-area .article .img .img-frame .ico {
  position: absolute;
  left: 10px;
  top: 0;
}
.article-area .article .img .img-frame .ico.one {
  width: 45px;
  height: 45px;
  top: 60px;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .article-area .article .img .img-frame .ico.one {
    top: 112px;
    width: 65px;
    height: 65px;
  }
}
.article-area .article .img .img-frame .ico.two {
  width: 57px;
  height: 57px;
  top: 14px;
  left: 124px;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .article-area .article .img .img-frame .ico.two {
    top: 14px;
    left: 94px;
    width: 77px;
    height: 77px;
  }
}
.article-area .article .img .img-frame .ico.four {
  width: 74px;
  height: 74px;
  left: auto;
  right: 7px;
  top: 60px;
}
@media screen and (min-width: 1200px) {
  .article-area .article .img .img-frame .ico.four {
    width: 104px;
    height: 104px;
    top: 40px;
  }
}
.article-area .article .img img {
  display: block;
  width: 100%;
  height: auto;
}
.article-area .article .img .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #a70b29;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 17px 8px 11px;
}
@media screen and (min-width: 768px) {
  .article-area .article .img .caption {
    font-size: 17px;
    line-height: 20px;
    padding: 16px 24px 16px 16px;
  }
}
.article-area .article .img .caption:after {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  content: '';
  border-style: solid;
  border-width: 72px 17px 0 0;
  border-color: transparent #a70b29 transparent transparent;
}
.article-area .article .img .caption.right {
  right: auto;
  left: 0;
  padding: 8px 10px 9px 15px;
}
.article-area .article .img .caption.right:after {
  right: auto;
  left: 100%;
  border-width: 0 0 72px 17px;
  border-color: transparent transparent transparent #a70b29;
}
@media screen and (min-width: 768px) {
  .article-area .article .img .caption.right {
    padding: 16px 11px 18px 20px;
  }
}
.article-area .article .text {
  overflow: hidden;
  padding: 17px 20px 22px;
}
.article-area .article h4 {
  font-weight: bold;
  margin: 0;
  letter-spacing: -0.3px;
  color: #333;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .article-area .article h4 {
    margin: 0 0 10px;
    min-height: 56px;
    font-size: 26px;
    line-height: 28px;
  }
}
.article-area .article h4 a {
  text-decoration: none;
  color: #333;
}
.article-area .article h4 a:hover {
  color: #6b85a8;
}
.article-area .article p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .article-area .article p {
    min-height: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .article-area .article p {
    min-height: 107px;
  }
}
.article-area .article .more {
  float: right;
  text-decoration: none;
  color: #a70b29;
  font-weight: bold;
  margin: 0 7px 0 0;
}
.article-area .article .more:hover {
  opacity: 0.7;
}
.article-area .article .more span,
.article-area .article .more .icon-arrow-right2 {
  display: inline-block;
  vertical-align: middle;
}
.article-area .article .more .icon-arrow-right2 {
  font-size: 12px;
}
.article-area .article .more span {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 0 8px;
}
.text-area {
  overflow: hidden;
  padding: 68px 0 0;
  margin: 1px 0 0;
  border-top: 1px solid #e0e4eb;
}
.text-area h4 {
  margin: 0 0 20px;
  color: #333;
  font-weight: 300;
  font-size: 35px;
  line-height: 38px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .text-area h4 {
    margin: 0 0 40px;
    font-size: 55px;
    line-height: 58px;
  }
}
.text-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-area ul:after {
  content: " ";
  display: block;
  clear: both;
}
.text-area ul li {
  float: left;
  width: 100%;
  padding: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .text-area ul li {
    width: 25%;
    padding: 0 2% 1.6% 0;
  }
}
.text-area ul .link {
  text-decoration: none;
  background: #a70b29;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  padding: 5px 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 9px;
}
.text-area ul h5 {
  margin: 0;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 25px;
}
.text-area ul h5 a {
  text-decoration: none;
  color: #333;
}
.text-area ul h5 a:hover {
  color: #a70b29;
}
@media screen and (min-width: 768px) {
  .text-area ul h5 {
    min-height: 51px;
  }
}
.text-area ul p {
  margin: 0;
}
.text-area .more {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #a70b29;
  text-transform: uppercase;
}
.text-area .more:hover {
  opacity: 0.7;
}
.text-area .more .icon-arrow-right2,
.text-area .more span {
  display: inline-block;
  vertical-align: middle;
}
.text-area .more .icon-arrow-right2 {
  font-size: 12px;
  margin: 0 9px 0 0;
}
.banner {
  overflow: hidden;
  position: relative;
  margin: 0 0 44px;
}
.banner img {
  position: relative;
  left: 50%;
  margin: 0 0 0 -683px;
  width: 1366px;
  max-width: inherit;
}
@media screen and (min-width: 768px) {
  .banner img {
    position: static;
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .banner .holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .banner .holder {
    bottom: 55px;
  }
}
.banner .caption {
  overflow: hidden;
}
.banner .title {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #333;
  font-size: 42px;
  line-height: 44px;
  font-weight: normal;
  padding: 8px 16px 0 0;
  margin: 0 0 6px;
}
@media screen and (min-width: 768px) {
  .banner .title {
    padding: 3px 16px 1px 10px;
  }
}
.banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner ul:after {
  content: " ";
  display: block;
  clear: both;
}
.banner ul li {
  float: left;
  background: #333;
  color: #fff;
  padding: 0 12px 2px;
  width: 100%;
  margin: 0 0 2px;
}
@media screen and (min-width: 768px) {
  .banner ul li {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .banner ul li:first-child:before {
    display: none;
  }
}
.banner ul li:before {
  content: '\e916';
  font-family: 'icomoon' !important;
  font-size: 12px;
  margin: 0 5px 0 -5px;
}
@media screen and (min-width: 768px) {
  .banner ul li:before {
    margin: 0 10px 0 -14px;
  }
}
.banner ul a {
  text-decoration: none;
  color: #fff;
}
.banner ul a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .sidebar {
    float: left;
  }
}
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul:after {
  content: " ";
  display: block;
  clear: both;
}
.sidebar .sub-nav {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .sidebar .sub-nav {
    margin: 0 11px 0 0;
  }
}
.sidebar .sub-nav li {
  float: left;
  width: 100%;
}
.sidebar .sub-nav li:hover > a {
  color: #a70b29;
}
.sidebar .sub-nav li.has-drop:hover > a:before {
  content: '\e917';
}
.sidebar .sub-nav .drop {
  margin-top: 10px;
}
.sidebar .sub-nav .drop li:hover .sub-drop {
  display: block;
}
.sidebar .sub-nav .sub-drop a {
  padding: 5px 10px 3px 22px;
}
.sidebar .sub-nav .sub-drop a:before {
  font-size: 10px;
  left: 1px;
  top: 13px;
}
.sidebar .sub-nav .sub-drop li:hover .last-drop {
  display: block;
}
.sidebar .sub-nav .title {
  display: block;
  background: #a70b29;
  color: #fff;
  overflow: hidden;
  padding: 3px 5px 5px;
}
@media screen and (min-width: 992px) {
  .sidebar .sub-nav .title {
    padding: 3px 11px 5px;
  }
}
.sidebar .sub-nav .title span {
  float: left;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .sidebar .sub-nav .title span {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1;
  }
}
.sidebar .sub-nav .title .icon-arrow-down2 {
  float: right;
  margin: 6px 3px 0 0;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .sidebar .sub-nav .title .icon-arrow-down2 {
    margin: 13px 3px 0 0;
  }
}
.sidebar .sub-nav a {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 7px 15px 8px;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .sidebar .sub-nav a {
    padding: 7px 20px 8px 28px;
    font-size: 17px;
  }
}
.sidebar .sub-nav a:before {
  position: absolute;
  left: -2px;
  top: 10px;
  font-size: 12px;
  content: '\e916';
  font-family: 'icomoon' !important;
}
@media screen and (min-width: 992px) {
  .sidebar .sub-nav a:before {
    font-size: 16px;
    top: 8px;
  }
}
.sidebar .sub-nav .drop ul {
  display: none;
}
.sidebar .sub-nav .drop li {
  border-bottom: 1px solid #e0e4eb;
}
.sidebar .sub-nav .sub-drop li {
  border: 0;
}
.sidebar .sub-nav .sub-drop a {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .sidebar .sub-nav .sub-drop a {
    font-size: 18px;
  }
}
.sidebar .sub-nav .last-drop a {
  padding: 7px 10px 4px 45px;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .sidebar .sub-nav .last-drop a {
    font-size: 16px;
    padding: 7px 10px 4px 45px;
  }
}
.sidebar .sub-nav .last-drop a:before {
  left: 22px;
  top: 15px;
  font-size: 8px;
}
.sidebar .sub-nav .last-drop li:hover > a:before {
  content: '\e916';
}
a {
  text-decoration: none;
  color: #a70b29;
}
a:hover {
  text-decoration: underline;
  color: #a70b29;
}
@media screen and (min-width: 768px) {
  .content {
    float: right;
  }
}
.content .heading-box {
  overflow: hidden;
}
.content .heading-box .heading {
  float: left;
  margin: 3px 0 7px;
  color: #666;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .content .heading-box .heading {
    max-width: 88%;
  }
}
.content .heading-box .heading h1 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 28px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .content .heading-box .heading h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
.content .heading-box .ico-holder {
  float: right;
  max-width: 10%;
}
@media screen and (max-width: 767px) {
  .content .heading-box .ico-holder {
    display: none;
  }
}
.content .heading-box .ico-holder .btn {
  background: none;
  border: 0;
  padding: 0;
  float: right;
  outline: none;
}
.content .heading-box .ico-holder .btn:focus .icon-star-full,
.content .heading-box .ico-holder .btn:hover .icon-star-full {
  background: #a70b29;
}
.content .heading-box .ico-holder .tooltip.left {
  margin-left: -12px;
  margin-top: -1px;
}
.content .heading-box .ico-holder .tooltip .tooltip-inner {
  background: #6b85a8;
  min-width: 296px;
  font-size: 14px;
  color: #fff;
  padding: 14px 10px 15px;
  border-radius: 0;
  max-width: inherit;
  text-align: center;
  opacity: 1;
}
.content .heading-box .ico-holder .tooltip .tooltip-arrow {
  border-left-color: #6b85a8;
  border-width: 12px 0 12px 12px;
  margin-top: -13px;
  right: -4px;
}
.content .heading-box .ico-holder .icon-star-full {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 2px;
  background: #e0e4eb;
  color: #fff;
  text-align: center;
  margin: 0 0 4px;
  padding: 10px 0 0;
  font-size: 21px;
}
.content .heading-box .ico-holder .icon-star-full:hover {
  background: #a70b29;
}
.content h2 {
  margin: 0 0 15px;
  color: #a70b29;
  font-size: 26px;
  line-height: 28px;
}
.content h3 {
  margin: 0 0 14px;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  line-height: 22px;
}
.content .txt-frame {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .content .txt-frame {
    padding: 0 80px 0 0;
  }
}
.content .text {
  overflow: hidden;
}
.content .text .img-box {
  float: left;
  width: 100%;
  margin: 3px 0 20px;
}
@media screen and (min-width: 768px) {
  .content .text .img-box {
    width: 360px;
    margin: 3px 31px 20px 0;
  }
}
.content .text .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.content .text p {
  margin: 0;
}
.content p {
  margin: 0 0 15px;
}
.content .image {
  overflow: hidden;
  width: 100%;
  margin: 0 0 21px;
}
@media screen and (min-width: 768px) {
  .content .image {
    margin: 25px 17px 21px 0;
  }
}
@media screen and (min-width: 1200px) {
  .content .image {
    width: 750px;
  }
}
.content .image img {
  display: block;
  width: 100%;
  height: auto;
}
.download-area.add {
  padding: 10px 0 0;
}
.download-area.add ul li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .download-area.add ul li {
    width: 38%;
  }
}
.partner-area {
  overflow: hidden;
  padding: 21px 0 29px;
}
.partner-area h3 {
  margin: 0 0 20px 4px;
  color: #999;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
}
.partner-area .box {
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .partner-area .box {
    width: auto;
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .partner-area .box {
    margin: 0 31px 0 0;
  }
}
.partner-area .box .img {
  overflow: hidden;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .partner-area .box .img {
    width: 160px;
    margin: 0 0 0 2px;
  }
  .partner-area .box .img.add {
    width: 260px;
  }
}
.partner-area .box .img img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #cecece;
}
.partner-area .txt-holder {
  float: left;
}
@media screen and (min-width: 768px) {
  .partner-area .txt-holder {
    float: none;
    overflow: hidden;
  }
  .partner-area .txt-holder.add {
    margin-top: 38px;
  }
  .partner-area .txt-holder.add .frame {
    width: 100%;
  }
}
.partner-area .txt-holder h3 {
  text-align: left;
  margin: 0 0 6px;
}
@media screen and (min-width: 768px) {
  .partner-area .txt-holder h3 {
    text-align: center;
    margin: 0 -22px 19px 0;
  }
}
.partner-area .txt-holder .holder {
  overflow: hidden;
}
.partner-area .txt-holder .frame {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .partner-area .txt-holder .frame {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .partner-area .txt-holder .frame {
    width: 45.3%;
  }
}
.partner-area .txt-holder .frame ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.partner-area .txt-holder .frame ul:after {
  content: " ";
  display: block;
  clear: both;
}
.partner-area .txt-holder .frame ul li {
  margin: 0 0 3px;
}
.partner-area .txt-holder .frame ul a {
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
}
.partner-area .txt-holder .frame .tel .icon-phone,
.partner-area .txt-holder .frame .tel span {
  display: inline-block;
  vertical-align: top;
}
.partner-area .txt-holder .frame .tel span {
  color: #333;
  max-width: 80%;
}
.partner-area .txt-holder .frame .tel span:hover {
  color: #a70b29;
}
.partner-area .txt-holder .frame .tel .icon-phone {
  margin: 1px 6px 0 2px;
  width: 18px;
}
.partner-area .txt-holder .frame .email .icon-mail,
.partner-area .txt-holder .frame .email span {
  display: inline-block;
  vertical-align: top;
}
.partner-area .txt-holder .frame .email .icon-mail {
  font-size: 20px;
  margin: 0 5px 0 3px;
  width: 18px;
}
.partner-area .txt-holder .frame .email span {
  max-width: 80%;
}
.partner-area .txt-holder .frame .email span:hover {
  opacity: 0.7;
}
.partner-area .txt-holder .title {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 2px;
}
.partner-area .txt-holder address {
  display: block;
  margin: 0 0 3px;
  font-size: 16px;
  line-height: 23px;
  color: #333;
}
.signup-area {
  overflow: hidden;
  border-top: 3px solid #e0e4eb;
  padding: 37px 0 24px;
}
.signup-area .signup-frame {
  background: #e9ecf1;
  padding: 8px 0 4px 0;
  position: relative;
}
.signup-area .signup-frame:after {
  content: " ";
  display: block;
  clear: both;
}
.signup-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  margin: 20px 0 4px;
}
.signup-area ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .signup-area ul {
    width: 47.8%;
    margin: 0 15px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .signup-area ul {
    margin: 0;
  }
}
.signup-area ul .ico {
  float: left;
  background: url(../Images/sprite.png) no-repeat -1px -145px;
  width: 50px;
  height: 62px;
  margin: 0 18px 0 0;
}
.signup-area ul .txt {
  overflow: hidden;
  color: #aeb0b5;
}
.signup-area ul .txt p {
  margin: 0;
  padding: 0;
  color: #aeb0b5;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.signup-area p {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin: 19px 0 0;
  padding: 5px 10px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .signup-area p {
    overflow: hidden;
    padding: 0;
  }
}
.signup-area p a {
  text-decoration: none;
}
.signup-area p a:hover {
  opacity: 0.7;
}
.signup-area .icon {
  background: #a70b29;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 19px;
  top: -20px;
  padding: 9px 0 0 8px;
  font-size: 21px;
}
.signup-area .icon .icon-lock {
  display: block;
}
.gallery {
  overflow: hidden;
}
.gallery h3 {
  margin: 0 0 20px;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #999;
}
.gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .gallery ul {
    width: 104%;
  }
}
.gallery ul li {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .gallery ul li {
    width: 29.7%;
    margin: 0 3.6% 3.4% 0;
  }
}
.gallery ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.faqs {
  overflow: hidden;
  border-top: 3px solid #e0e4eb;
  padding: 21px 0 43px;
}
.faqs h3 {
  margin: 0 0 18px;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #999;
}
.faqs .panel {
  border: 0;
  margin-bottom: 2px;
}
.faqs .panel-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.faqs .panel-title a {
  text-decoration: none;
  display: block;
  position: relative;
  background: #a70b29;
  color: #fff;
  padding: 14px 20px;
  outline: none;
  border-radius: 3px;
  font-weight: bold;
}
.faqs .panel-title a.collapsed {
  background: #dee3ea;
  color: #333;
}
.faqs .panel-title a.collapsed:before {
  content: '\e916';
  color: #333;
}
.faqs .panel-title a:hover {
  background: #6b85a8;
  color: #fff;
}
.faqs .panel-title a:hover:before {
  color: #fff;
}
.faqs .panel-title a:before {
  position: absolute;
  right: 16px;
  top: 15px;
  content: '\e917';
  color: #fff;
  font-size: 18px;
  font-family: 'icomoon' !important;
}
.faqs .panel-group {
  margin: 0;
}
.faqs .panel-group .panel + .panel {
  margin: 0;
  border-radius: 0;
}
.faqs .panel {
  border-radius: 0;
}
.faqs .panel-body {
  border: 0;
  padding: 15px 105px 11px 22px;
}
.faqs .panel-default > .panel-heading {
  padding: 0;
  background: none;
}
.staff-area {
  overflow: hidden;
  padding: 23px 0 5px;
}
.staff-area h3 {
  margin: 0 0 24px;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #999;
}
.staff-area .filter-links-list li {
  width: 100%;
  margin: 0 0 20px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .staff-area .filter-links-list li {
    width: 29.4%;
    margin: 0 2.9% 3.5% 0;
  }
}
.staff-area .filter-links-list li.active a {
  background: #a70b29;
}
.staff-area .filter-links-list li a {
  color: #fff;
  background: #6b85a8;
  padding: 3px 8px;
}
.staff-area .filter-links-list li a:hover {
  background: #a70b29;
}
@media screen and (max-width: 767px) {
  .staff-area .filter-list {
    height: auto !important;
  }
}
.staff-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.staff-area ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .staff-area ul {
    width: 104%;
  }
}
.staff-area ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  border: 2px solid #cbcbcb;
}
@media screen and (max-width: 767px) {
  .staff-area ul li {
    position: static !important;
  }
}
.staff-area ul li .holder {
  position: relative;
}
@media screen and (min-width: 768px) {
  .staff-area ul li {
    width: 46%;
    margin: 0 3.4% 3.5% 0;
  }
}
@media screen and (min-width: 1200px) {
  .staff-area ul li {
    width: 29.4%;
    margin: 0 3.4% 3.5% 0;
  }
}
.staff-area ul li.active .caption {
  display: block;
}
.staff-area ul li.active .sub-caption,
.staff-area ul li:hover .sub-caption {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .staff-area ul li.active .ico,
  .staff-area ul li:hover .ico {
    display: block;
  }
}
.staff-area ul a {
  display: block;
  text-decoration: none;
}
.staff-area ul .img {
  width: 100%;
}
.staff-area ul .img img {
  display: block;
  width: 100%;
  height: auto;
}
.staff-area ul .sub-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 10px 6px;
  color: #666;
}
@media screen and (min-width: 992px) {
  .staff-area ul .sub-caption {
    padding: 19px 15px 20px 24px;
  }
}
.staff-area ul .sub-caption h4 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (min-width: 992px) {
  .staff-area ul .sub-caption h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
.staff-area ul .sub-caption p {
  margin: 0;
}
.staff-area ul .sub-caption .ico {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: #a70b29;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -21px;
  right: 24px;
}
@media screen and (min-width: 992px) {
  .staff-area ul .sub-caption .ico {
    width: 43px;
    height: 43px;
  }
}
.staff-area ul .sub-caption .ico .icon-arrow-right2,
.staff-area ul .sub-caption .ico .icon-arrow-left2 {
  display: block;
  font-size: 16px;
  padding: 8px 0 0;
}
@media screen and (min-width: 992px) {
  .staff-area ul .sub-caption .ico .icon-arrow-right2,
  .staff-area ul .sub-caption .ico .icon-arrow-left2 {
    font-size: 21px;
    padding: 11px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .staff-area ul .sub-caption .ico .icon-arrow-right2,
  .staff-area ul .sub-caption .ico .icon-arrow-left2 {
    padding: 8px 3px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .staff-area ul .sub-caption .ico .icon-arrow-left2 {
    transform: rotate(-90deg);
  }
}
.staff-area ul .caption {
  position: absolute;
  left: 100%;
  top: -2px;
  bottom: -2px;
  z-index: 1;
  background: #a70b29;
  min-width: 273px;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 0 1px;
  display: none;
}
@media screen and (max-width: 767px) {
  .staff-area ul .caption {
    position: static;
    min-width: auto;
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .staff-area ul .caption {
    padding: 25px 10px 25px 20px;
    min-width: 273px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-area ul .caption {
    padding: 25px 37px;
    min-width: 295px;
  }
}
.staff-area ul .caption.right {
  left: auto;
  right: 100%;
  margin: 0 1px 0 0;
}
.staff-area ul .caption h4 {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (min-width: 992px) {
  .staff-area ul .caption h4 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 5px;
  }
}
.staff-area ul .caption .pos {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .staff-area ul .caption .pos {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 3px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-area ul .caption .pos {
    margin: 0 0 18px;
  }
}
.staff-area ul .caption address {
  margin: 0 0 3px;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 992px) {
  .staff-area ul .caption address {
    font-size: 16px;
    line-height: 23px;
  }
}
.staff-area ul .caption .tel,
.staff-area ul .caption .email {
  color: #fff;
}
.staff-area ul .caption .tel .icon-phone,
.staff-area ul .caption .tel span {
  display: inline-block;
  vertical-align: top;
}
.staff-area ul .caption .tel {
  margin: 0 0 3px;
}
.staff-area ul .caption .tel .icon-phone {
  margin: 5px 7px 0 1px;
  width: 17px;
}
.staff-area ul .caption .tel span {
  max-width: 80%;
}
.staff-area ul .caption .email .icon-mail,
.staff-area ul .caption .email span {
  display: inline-block;
  vertical-align: top;
}
.staff-area ul .caption .email .icon-mail {
  font-size: 20px;
  margin: 5px 4px 0 3px;
  width: 17px;
}
.staff-area ul .caption .email span {
  max-width: 80%;
}
.contact-area {
  overflow: hidden;
  border-top: 3px solid #e0e4eb;
  padding: 26px 0 20px;
}
.contact-area h3 {
  margin: 0 0 18px;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #999;
}
.contact-area .form:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 992px) {
  .contact-area .form {
    max-width: 65.5%;
  }
}
.contact-area .form .row-holder {
  position: relative;
  margin: 0 0 10px;
}
.contact-area .form .row-holder:after {
  content: " ";
  display: block;
  clear: both;
}
.contact-area .form .row-holder.correct .icon-checkmark {
  display: block;
}
.contact-area .form .row-holder.error .error-txt,
.contact-area .form .row-holder.error .icon-cross {
  display: block;
}
.contact-area .form .row-holder.data-privacy .col-holder .jcf-checkbox {
  float: none;
}
.contact-area .form .row-holder.data-privacy .col-holder label {
  display: inline;
}
.contact-area .form label,
.contact-area .form .label {
  float: left;
  min-width: 160px;
  max-width: 160px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
  text-align: left;
  padding: 0;
  margin: 5px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-area .form label,
  .contact-area .form .label {
    width: 100%;
    max-width: none;
    margin: 9px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact-area .form label,
  .contact-area .form .label {
    min-width: 160px;
    max-width: 160px;
  }
}
.contact-area .form .input-holder {
  float: right;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .contact-area .form .input-holder {
    width: 70.4%;
  }
}
.contact-area .form input[type="text"],
.contact-area .form input[type="email"],
.contact-area .form input[type="tel"] {
  float: left;
  width: 100%;
  height: 43px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
.contact-area .form .jcf-select {
  float: right;
  width: 100%;
  height: 43px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
}
.contact-area .form .jcf-select .jcf-select-text {
  font-size: 16px;
  line-height: 38px;
  margin: 0 41px 0 15px;
  white-space: normal !important;
}
.contact-area .form .jcf-select .jcf-select-opener {
  background: none;
  width: 40px;
  height: 41px;
  border-left: 1px solid #e5e5e5;
}
.contact-area .form .jcf-select .jcf-select-opener:before {
  position: absolute;
  right: 10px;
  top: 7px;
  content: "\e905";
  font-family: 'icomoon' !important;
  color: #000;
  font-size: 19px;
}
.contact-area .form .jcf-file {
  float: right;
  width: 100%;
  height: 43px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .contact-area .form .jcf-file {
    width: 70.4%;
  }
}
.contact-area .form .parsley-errors-list {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-area .form .parsley-errors-list .parsley-type,
.contact-area .form .parsley-errors-list .parsley-required {
  text-align: right;
  margin: 0 0 0 19px;
  min-width: 250px;
  color: #e30613;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .contact-area .form .parsley-errors-list .parsley-type,
  .contact-area .form .parsley-errors-list .parsley-required {
    position: absolute;
    left: 100%;
    top: 12px;
    text-align: inherit;
  }
}
.contact-area .form .error-txt {
  display: none;
  text-align: right;
  margin: 0 0 0 19px;
  min-width: 250px;
  color: #e30613;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .contact-area .form .error-txt {
    position: absolute;
    left: 100%;
    top: 12px;
    text-align: inherit;
  }
}
.contact-area .form .icon-checkmark,
.contact-area .form .icon-cross {
  position: absolute;
  right: 13px;
  top: 16px;
  font-size: 11px;
  color: #e30613;
  display: none;
}
.contact-area .form .icon-checkmark {
  color: #208807;
  font-size: 16px;
  right: 11px;
  top: 12px;
}
.contact-area .form .col-holder {
  float: right;
  width: 100%;
  margin: 7px 0 8px;
}
@media screen and (min-width: 768px) {
  .contact-area .form .col-holder {
    width: 70.9%;
  }
}
.contact-area .form .col-holder .jcf-radio,
.contact-area .form .col-holder .jcf-checkbox {
  float: left;
}
.contact-area .form .col-holder.add {
  margin: 7px 0 -8px;
}
.contact-area .form .col-holder.add .col {
  width: 100%;
  margin: 0 0 8px 2px;
}
.contact-area .form .col-holder .col {
  float: left;
  margin: 0 38px 0 0;
}
@media screen and (max-width: 991px) {
  .contact-area .form .col-holder .col {
    margin: 0 0 10px;
    width: 100%;
  }
}
.contact-area .form .col-holder label {
  min-width: inherit;
  margin: 3px 0 0 10px;
  width: auto;
}
.contact-area .form input[type="radio"] {
  float: left;
}
.contact-area .form button[type="submit"] {
  float: right;
  background: #a70b29;
  border: 0;
  min-width: 144px;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 7px 11px;
  margin: 7px 2px 0 0;
}
.contact-area .form button[type="submit"]:hover {
  opacity: 0.7;
}
.contact-area .form button[type="submit"] .icon-arrow-right2,
.contact-area .form button[type="submit"] span {
  display: inline-block;
  vertical-align: middle;
}
.contact-area .form button[type="submit"] span {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin: 0 10px;
}
.contact-area .form button[type="submit"] .icon-arrow-right2 {
  font-size: 11px;
}
.event-area {
  overflow: hidden;
  border-top: 3px solid #e0e4eb;
  padding: 25px 0;
}
.event-area h3 {
  margin: 0 0 12px;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #999;
  float: left;
}
.event-area .heading-frame {
  overflow: hidden;
  margin: 0 0 14px 2px;
}
.event-area .heading-frame .link {
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: -2px 0 0 0;
  text-decoration: none;
}
.event-area .heading-frame .link:hover {
  opacity: 0.7;
}
.event-area .heading-frame .link .icon-arrow-right2,
.event-area .heading-frame .link span {
  display: inline-block;
  vertical-align: middle;
}
.event-area .heading-frame .link .icon-arrow-right2 {
  font-size: 11px;
  margin: -3px 0 0;
}
.event-area .heading-frame .link span {
  margin: 0 0 0 10px;
}
.event-area .calender-area {
  overflow: hidden;
  margin: 0 0 28px;
}
@media screen and (min-width: 768px) {
  .event-area .calender-area {
    margin: 0 0 58px;
  }
}
.event-area .box {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .event-area .box {
    width: 30.9%;
    margin: 0 3.5% 0 0;
  }
}
.event-area .box.add {
  float: right;
  margin: 0;
}
.event-area .box .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 41px;
  border-left: 1px solid #e5e5e5;
}
.event-area .box .ico {
  width: 16px;
  height: 17px;
  display: block;
  margin: 14px 0 0 12px;
  background: url(../Images/sprite.png) no-repeat -137px -36px;
}
.event-area .box input[type="text"],
.event-area .box .jcf-select {
  width: 100%;
  height: 43px;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 4px 41px 3px 17px;
}
.event-area .box .jcf-select .jcf-select-text {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}
.event-area .box .jcf-select .jcf-select-opener {
  background: none;
  width: 40px;
  border-left: 1px solid #e5e5e5;
}
.event-area .box .jcf-select .jcf-select-opener:after {
  color: #000;
  position: absolute;
  right: 11px;
  top: 8px;
  content: '\e905';
  font-family: 'icomoon' !important;
}
.event-area .news-area {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-area .news-area:after {
  content: " ";
  display: block;
  clear: both;
}
.event-area .news-area li {
  padding: 0 0 13px;
  margin: 0 0 16px;
  border-bottom: 3px solid #e0e4eb;
  overflow: hidden;
}
.event-area .news-area h4 {
  margin: 0 0 14px;
  color: #a70b29;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.event-area .news-area h4 .ico {
  float: left;
  background: url(../Images/sprite.png) no-repeat -137px -36px;
  width: 16px;
  height: 17px;
  margin: 4px 13px 0 0;
}
.event-area .news-area h5 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .event-area .news-area h5 {
    font-size: 26px;
    line-height: 28px;
  }
}
.event-area .news-area h5 a {
  color: #3e3e3e;
  text-decoration: none;
}
.event-area .news-area h5 a:hover {
  color: #6b85a8;
}
.event-area .news-area p {
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .event-area .news-area p {
    margin: 0 100px 12px 0;
  }
}
.event-area .news-area .more {
  text-decoration: none;
  color: #a70b29;
  float: right;
  margin: 0;
}
.event-area .news-area .more:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .event-area .news-area .more {
    margin: 0 95px 0 0;
  }
}
.event-area .news-area .more .icon-arrow-right2,
.event-area .news-area .more span {
  display: inline-block;
  vertical-align: middle;
}
.event-area .news-area .more span {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 10px;
}
.event-area .news-area .more .icon-arrow-right2 {
  font-size: 12px;
}
#overlay {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
.popup-holder {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  margin-top: 30px;
  padding: 0;
  visibility: hidden;
  border-radius: 0;
  border: 0;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .popup-holder {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .popup-holder {
    right: 56px;
    min-width: 835px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .popup-holder {
    margin-top: 0;
  }
}
.popup-holder.active,
.popup-holder.in {
  visibility: visible;
}
.popup-holder .holder {
  position: relative;
}
.popup-holder .holder:after {
  content: " ";
  display: block;
  clear: both;
}
.popup-holder .holder:before {
  position: absolute;
  right: 61px;
  top: -10px;
  content: '';
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #b9d0c0 transparent;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .popup-holder .holder:before {
    border-color: transparent transparent #fff transparent;
  }
}
.popup-holder .holder .close {
  right: 15px;
  top: 2px;
  font-size: 34px;
  position: absolute;
  z-index: 2;
  opacity: 1;
  color: #aeb0b5;
}
.popup-holder .holder .close:hover {
  opacity: 0.7;
}
.popup-holder .holder .wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .popup-holder .holder .wrapper {
    flex-direction: column;
  }
}
.popup-holder .img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 1, 1, 0.33);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .popup-holder .img {
    width: 251px;
    height: auto;
  }
}
.popup-holder .txt {
  width: 100%;
  padding: 23px 24px 23px 25px;
  box-shadow: 0 0 10px rgba(0, 1, 1, 0.33);
  position: relative;
  z-index: 1;
  min-height: inherit;
}
@media screen and (min-width: 768px) {
  .popup-holder .txt {
    min-height: 385px;
    overflow: hidden;
    float: none;
  }
}
@media screen and (min-width: 992px) {
  .popup-holder .txt {
    padding: 23px 24px 21px 25px;
  }
}
.popup-holder .txt h1 {
  margin: 0 0 5px;
  color: #3e3e3e;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .popup-holder .txt h1 {
    margin: 0 0 15px;
    font-size: 44px;
    line-height: 46px;
  }
}
.popup-holder .txt h2 {
  margin: 0 0 5px;
  color: #a70b29;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .popup-holder .txt h2 {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 28px;
  }
}
.popup-holder .txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 13px;
  color: #333;
  font-size: 16px;
  line-height: 18px;
}
.popup-holder .txt ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 992px) {
  .popup-holder .txt ul {
    font-size: 20px;
    line-height: 22px;
  }
}
.popup-holder .txt ul li {
  position: relative;
  padding: 0 0 13px 30px;
}
.popup-holder .txt ul li:after {
  position: absolute;
  left: 3px;
  top: 5px;
  content: '';
  background: url(../Images/sprite.png) no-repeat -140px -5px;
  width: 15px;
  height: 14px;
}
.popup-holder .txt .more {
  float: right;
  text-decoration: none;
  background: #6b85a8;
  color: #fff;
  padding: 18px 22px 11px 22px;
}
.popup-holder .txt .more:hover {
  opacity: 0.7;
}
.popup-holder .txt .more span {
  display: inline;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}
.popup-holder .txt .more .icon-arrow-right2 {
  font-size: 19px;
}
.sub-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-links:after {
  content: " ";
  display: block;
  clear: both;
}
.sub-links li .title {
  display: block;
  font-weight: normal;
  background: #a70b29;
  color: #fff;
  overflow: hidden;
  padding: 3px 5px 5px;
}
@media screen and (min-width: 992px) {
  .sub-links li .title {
    margin: 0 11px 17px 0;
    padding: 3px 11px 5px;
  }
}
.sub-links li .title span {
  float: left;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .sub-links li .title span {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}
.sub-links li .title .icon-arrow-down2 {
  float: right;
  margin: 6px 3px 0 0;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .sub-links li .title .icon-arrow-down2 {
    margin: 13px 3px 0 0;
  }
}
.sub-links .links li {
  float: left;
  margin: 0 1px 1px 0;
}
.sub-links .links li:after {
  content: " ";
  display: block;
  clear: both;
}
.sub-links .links a {
  color: #333;
  padding: 10px 10px 12px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .sub-links .links a {
    padding: 18px 12px 22px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-links .links a {
    padding: 18px 17px 22px;
  }
}
.sub-links .links a.selected {
  background: #6b85a8;
  color: #fff;
  box-shadow: 0 5px 20px rgba(6, 6, 6, 0.2);
  position: relative;
}
.sub-links .links a:hover {
  color: #a70b29;
}
.sub-links .sub-title {
  display: block;
  color: #999;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  margin: 17px 0 6px 3px;
}
.sub-links .links-sec li {
  margin: 0;
  border-bottom: 1px solid #e0e4eb;
}
.sub-links .links-sec a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 5px 13px;
}
.sub-links .links-sec a:hover {
  color: #a70b29;
}
.sub-links .links-sec .icon-arrow-right2,
.sub-links .links-sec span {
  display: inline-block;
  vertical-align: middle;
}
.sub-links .links-sec .icon-arrow-right2 {
  width: 18px;
  margin: 0 8px 0 -7px;
}
.sub-links .links-sec span {
  max-width: 80%;
  font-size: 20px;
  line-height: 22px;
}
.info {
  overflow: hidden;
  padding: 14px 0;
}
@media screen and (min-width: 768px) {
  .info {
    padding: 0 0 14px;
  }
}
.info h3 {
  margin: 0 0 10px;
  color: #999;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .info h3 {
    margin: 0 0 21px;
  }
}
.info .head {
  overflow: hidden;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .info .head {
    margin: 0 0 29px;
  }
}
.info .head h4 {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .info .head h4 {
    margin: 0 0 21px;
    width: auto;
    margin: 7px 6px 0 0;
    font-size: 28px;
    line-height: 30px;
  }
}
.info .head .tarif {
  text-decoration: none;
  background: #6b85a8;
  color: #fff;
  float: left;
  padding: 1px 11px 9px;
}
.info .head .tarif:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .info .head .tarif {
    padding: 7px 15px 14px 15px;
  }
}
.info .head .tarif span,
.info .head .tarif .icon-cross {
  display: inline-block;
  vertical-align: middle;
}
.info .head .tarif span {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 3px 11px 0 0;
}
.info .head .tarif .icon-cross {
  font-size: 13px;
  margin: 2px 0 0;
}
.info .holder {
  overflow: hidden;
}
.info .article {
  overflow: hidden;
  border-bottom: 3px solid #e0e4eb;
  padding: 0 0 15px;
  margin: 0 0 30px;
}
@media screen and (min-width: 992px) {
  .info .article {
    padding: 0 5px 15px 0 !important;
  }
}
.info .article .img {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .info .article .img {
    width: 261px;
    margin: 0 29px 0 0;
  }
}
.info .article .img img {
  display: block;
  width: 100%;
  height: auto;
}
.info .article .txt {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .info .article .txt {
    float: none;
    width: auto;
    overflow: hidden;
  }
}
.info .article .date {
  overflow: hidden;
  margin: -6px 0 7px;
  font-weight: 300;
  letter-spacing: 0.9px;
}
.info .article .date time {
  color: #3e3e3e;
  font-size: 12px;
}
.info .article .date span {
  color: #a70b29;
  font-size: 14px;
}
.info .article h5 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .info .article h5 {
    font-size: 26px;
    line-height: 29px;
  }
}
.info .article h5 a {
  text-decoration: none;
  color: #3e3e3e;
}
.info .article h5 a:hover {
  color: #6b85a8;
}
.info .article p {
  margin: 0 0 10px;
}
.info .article .more {
  text-decoration: none;
  float: right;
  color: #a70b29;
}
.info .article .more .icon-arrow-right2,
.info .article .more:hover {
  opacity: 0.7;
}
.info .article .more span {
  display: inline-block;
  vertical-align: middle;
}
.info .article .more span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.info .article .more .icon-arrow-right2 {
  font-size: 10px;
  margin: 0 10px 0 0;
}
.info .btn-box {
  overflow: hidden;
  text-align: center;
  margin: -11px 0 20px;
}
.info .btn-box a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #a70b29;
  color: #fff;
  padding: 11px 23px 16px;
  text-transform: uppercase;
}
.info .btn-box a:hover {
  opacity: 0.7;
}
.info .btn-box a .icon-arrow-right2,
.info .btn-box a span {
  display: inline-block;
  vertical-align: middle;
}
.info .btn-box a .icon-arrow-right2 {
  font-size: 11px;
  margin: 0 10px 0 -5px;
}
.info .btn-box a span {
  font-size: 14px;
  font-weight: bold;
}
.text-panel {
  overflow: hidden;
  margin: 0 0 3px;
}
@media screen and (min-width: 768px) {
  .text-panel {
    margin: 0 -20px 3px;
  }
}
.text-panel .article {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .text-panel .article {
    width: 29.5%;
    margin: 0 5px 28px 11px;
  }
}
@media screen and (min-width: 992px) {
  .text-panel .article {
    margin: 0 5px 28px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .text-panel .article {
    margin: 0 5px 28px 21px;
  }
}
.text-panel .article.add {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .text-panel .article.add {
    width: 62.4%;
  }
}
.text-panel .article .img {
  overflow: hidden;
}
.text-panel .article .img img {
  display: block;
  width: 100%;
  height: auto;
}
.text-panel .article .txt {
  overflow: hidden;
  background: #e0e4eb;
  padding: 13px 18px 19px;
}
.text-panel .article h4 {
  margin: 0 0 9px;
  color: #333;
  font-size: 19px;
  line-height: 28px;
  font-weight: bold;
}
.text-panel .article h4 a {
  color: #333;
  text-decoration: none;
}
.text-panel .article h4 a:hover {
  color: #a70b29;
}
@media screen and (min-width: 992px) {
  .text-panel .article h4 {
    font-size: 26px;
    line-height: 28px;
  }
}
.text-panel .article p {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .text-panel .article p {
    min-height: 105px;
  }
}
.text-panel .article .more {
  text-decoration: none;
  float: right;
  text-transform: uppercase;
  margin: 0 3px 0 0;
}
.text-panel .article .more:hover {
  opacity: 0.7;
}
.text-panel .article .more .icon-arrow-right2,
.text-panel .article .more span {
  display: inline-block;
  vertical-align: middle;
}
.text-panel .article .more .icon-arrow-right2 {
  font-size: 11px;
  margin: 0 5px 0 0;
}
.text-panel .article .more span {
  letter-spacing: -0.9px;
  font-weight: bold;
}
.description {
  overflow: hidden;
  border-top: 3px solid #e0e4eb;
  padding: 25px 0 55px;
}
.description h2 {
  margin: 0 0 21px;
  color: #999;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
}
.description h3 {
  margin: 0 0 15px;
  color: #333;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.description .list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
.description .list:after {
  content: " ";
  display: block;
  clear: both;
}
.description .list li {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .description .list li {
    width: 33%;
    margin: 0;
  }
}
.description .list .sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.description .list .sub-list:after {
  content: " ";
  display: block;
  clear: both;
}
.description .list .sub-list.add li {
  position: relative;
  padding: 0 0 5px 22px;
  letter-spacing: -0.2px;
}
.description .list .sub-list.add li:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: '';
  width: 10px;
  height: 3px;
  background: #a30b28;
}
.description .list .sub-list.last li {
  position: relative;
  padding: 0 0 5px 31px;
  letter-spacing: -0.2px;
}
.description .list .sub-list.last li:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  width: 15px;
  height: 14px;
  background: url(../Images/sprite.png) no-repeat -140px -5px;
}
.description .list .sub-list.num {
  counter-reset: item;
}
.description .list .sub-list.num li {
  padding: 0 0 5px 23px;
  letter-spacing: -0.2px;
}
.description .list .sub-list.num li:before {
  color: #a70b29;
  content: counters(item, ".", decimal) ".";
  counter-increment: item;
  float: left;
  margin: 0 0 0 -23px;
  width: 23px;
  font-weight: bold;
}
.description .list .sub-list li {
  width: 100%;
  margin: 0;
}
.work-area {
  overflow: hidden;
  margin: 0 0 18px;
}
.work-area .work {
  overflow: hidden;
  border: 3px solid #e0e4eb;
  border-radius: 0 0 5px 5px;
  margin: 0 0 37px;
}
.work-area .work ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px 0 21px;
}
.work-area .work ul:after {
  content: " ";
  display: block;
  clear: both;
}
.work-area .work .add {
  padding-bottom: 9px;
}
.work-area .work li {
  padding: 0 15px 14px;
  overflow: hidden;
}
.work-area .work li a {
  text-decoration: none;
  color: #333;
}
.work-area .work li a:hover {
  color: #a70b29;
}
.work-area .work li .icon-arrow-right2 {
  float: right;
  font-size: 20px;
  margin: 7px 5px 0;
}
.work-area .work li span {
  font-size: 20px;
  float: left;
  font-weight: bold;
  max-width: 85%;
}
.work-area .work li .ico {
  float: left;
  background: url(../Images/sprite.png) no-repeat -137px -36px;
  width: 16px;
  height: 17px;
  margin: 0 13px 0 4px;
}
.work-area .work li .date {
  color: #a70b29;
  letter-spacing: 0.6px;
  line-height: 16px;
}
.work-area .head {
  overflow: hidden;
  padding: 9px 12px 11px;
  background: #e0e4eb;
}
.work-area .head .ico {
  float: left;
  background: url(../Images/sprite.png) no-repeat -136px -70px;
  width: 22px;
  height: 22px;
  margin: 0 16px 0 0;
}
.work-area .head h4 {
  float: left;
  margin: 0;
  max-width: 85%;
}
@media screen and (min-width: 768px) {
  .work-area .head h4 {
    margin: 2px 0 0;
    letter-spacing: 0.3px;
  }
}
.download-panel {
  overflow: hidden;
  margin: 0 0 -20px;
}
.download-panel h3 {
  text-align: left;
  color: #999;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 18px;
}
.download-panel .form {
  margin: 0 0 35px;
}
.download-panel .form:after {
  content: " ";
  display: block;
  clear: both;
}
.download-panel .form .rows {
  margin: 0 0 11px;
}
.download-panel .form .rows:after {
  content: " ";
  display: block;
  clear: both;
}
.download-panel .form label {
  float: left;
  min-width: 136px;
  color: #676767;
  font-weight: normal;
  margin: 7px 0 0;
}
@media screen and (min-width: 992px) {
  .download-panel .form label {
    min-width: 162px;
  }
}
.download-panel .form .col {
  float: right;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .download-panel .form .col {
    float: left;
    width: auto;
    max-width: 74%;
  }
}
.download-panel .form .search-holder {
  float: left;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .download-panel .form .search-holder {
    width: auto;
    min-width: 392px;
  }
}
.download-panel .form .search-holder input[type="search"] {
  float: left;
  background: none;
  border: 0;
  height: 41px;
  width: 100%;
  padding: 0 50px 0 10px;
}
.download-panel .form .search-holder button[type="submit"] {
  float: right;
  background: none;
  border: 0;
  color: #a70b29;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 27px;
  margin: 0 13px 0 0;
  outline: none;
}
.download-panel .form .search-holder .icon-search {
  display: block;
  font-size: 31px;
  margin-top: 4px;
}
.download-panel .form .select-holder {
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .download-panel .form .select-holder {
    width: auto;
    min-width: 320px;
    margin: 0 15px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .download-panel .form .select-holder {
    min-width: 235px;
    width: 235px;
    margin: 0 33px 0 0;
  }
}
.download-panel .form .select-holder .jcf-select {
  float: left;
  width: 100%;
  height: 43px;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0;
}
.download-panel .form .select-holder .jcf-select .jcf-select-text {
  font-size: 16px;
  line-height: 38px;
  margin: 0 39px 0 17px;
}
.download-panel .form .select-holder .jcf-select .jcf-select-opener {
  background: none;
  border-left: 1px solid #e5e5e5;
  width: 39px;
}
.download-panel .form .select-holder .jcf-select .jcf-select-opener:before {
  color: #000;
  content: '\e905';
  font-family: "icomoon" !important;
  position: absolute;
  right: 9px;
  top: 9px;
}
.download-panel .downloads {
  margin: 0;
  padding: 0;
  list-style: none;
}
.download-panel .downloads:after {
  content: " ";
  display: block;
  clear: both;
}
.download-panel .downloads li {
  margin: 0 0 17px;
  padding: 0 0 16px;
  overflow: hidden;
  border-bottom: 3px solid #e0e4eb;
}
.download-panel .downloads .txt-holder {
  float: left;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .download-panel .downloads .txt-holder {
    width: auto;
    margin: 0;
  }
}
.download-panel .downloads .txt-holder .ico {
  float: left;
  background: url(../Images/sprite.png) no-repeat -1px -1px;
  width: 50px;
  height: 62px;
  margin: 3px 17px 0 0;
}
.download-panel .downloads .txt-holder .ico.jpg,
.download-panel .downloads .txt-holder .ico.jpeg {
  background-position: -61px -73px;
}
.download-panel .downloads .txt-holder .ico.ppt {
  background-position: -1px -73px;
}
.download-panel .downloads .txt-holder .ico.doc,
.download-panel .downloads .txt-holder .ico.docx {
  background-position: -61px -1px;
}
.download-panel .downloads .txt-holder .ico.zip {
  background-image: url('../Images/download-icon-zip.png');
  background-position: 0 0;
}
.download-panel .downloads .txt-holder .ico.mp3 {
  background-image: url('../Images/download-icon-mp3.png');
  background-position: 0 0;
}
.download-panel .downloads .txt-holder .txt {
  overflow: hidden;
}
.download-panel .downloads .txt-holder h4 {
  font-weight: bold;
  margin: 0 0 1px;
  color: #3e3e3e;
  font-size: 20px;
  line-height: 22px;
}
.download-panel .downloads .txt-holder h4 a {
  text-decoration: none;
  color: #3e3e3e;
}
.download-panel .downloads .txt-holder h4 a:hover {
  color: #6b85a8;
}
.download-panel .downloads .btn {
  float: right;
  background: #a70b29;
  text-decoration: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  margin: 5px 0 0;
  padding: 12px 19px 13px;
}
.download-panel .downloads .btn:hover {
  opacity: 0.7;
}
.download-panel .downloads .btn span,
.download-panel .downloads .btn .icon-arrow-down {
  display: inline-block;
  vertical-align: middle;
}
.download-panel .downloads .btn span {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px 0 1px;
}
.download-panel .downloads .btn .icon-arrow-down {
  font-size: 16px;
}
.login-area {
  overflow: hidden;
  border-top: 3px solid #e0e4eb;
  padding: 19px 0 15px;
}
.login-area h3 {
  margin: 0 0 11px;
  color: #333;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
.login-area p {
  margin: 0 0 23px;
  font-size: 20px;
  line-height: 25px;
}
.login-area .form {
  margin: 0 0 21px;
}
.login-area .form:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (min-width: 992px) {
  .login-area .form {
    max-width: 65.5%;
  }
}
.login-area .form .rows {
  margin: 0 0 10px;
}
.login-area .form .rows:after {
  content: " ";
  display: block;
  clear: both;
}
.login-area .form label {
  float: left;
  min-width: 130px;
  color: #676767;
  font-size: 16px;
  font-weight: normal;
  margin: 7px 0 0;
}
@media screen and (min-width: 1200px) {
  .login-area .form label {
    min-width: 163px;
  }
}
.login-area .form .col {
  float: right;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .login-area .form .col {
    width: 70.5%;
  }
}
.login-area .form input[type="email"],
.login-area .form input[type="password"] {
  float: left;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 43px;
  padding: 0 10px;
}
.login-area .form .forget {
  float: left;
  text-decoration: none;
  color: #a70b29;
  font-size: 16px;
  margin: -6px 0 0;
}
.login-area .form .forget:hover {
  opacity: 0.7;
}
.login-area .form button[type="submit"] {
  float: right;
  padding: 0;
  border: 0;
  background: #a70b29;
  color: #fff;
  padding: 12px 35px 15px 17px;
  text-transform: uppercase;
}
.login-area .form button[type="submit"]:hover {
  opacity: 0.7;
}
.login-area .form button[type="submit"] .icon-arrow-right2,
.login-area .form button[type="submit"] span {
  display: inline-block;
  vertical-align: middle;
}
.login-area .form button[type="submit"] .icon-arrow-right2 {
  font-size: 11px;
  margin: 0 11px 0 0;
}
.login-area .form button[type="submit"] span {
  font-size: 14px;
}
.login-area .member {
  overflow: hidden;
}
.login-area .member p {
  color: #666;
  font-size: 20px;
  margin: 0 0 20px;
}
.login-area .member h4 {
  margin: 0 0 10px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.login-area .member ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 18px;
  margin: 0 0 15px;
}
.login-area .member ul:after {
  content: " ";
  display: block;
  clear: both;
}
.login-area .member ul li {
  margin: 0;
  padding: 0 0 5px 34px;
  position: relative;
}
.login-area .member ul li:after {
  position: absolute;
  left: 2px;
  top: 7px;
  content: '';
  background: url(../Images/sprite.png) no-repeat -140px -5px;
  width: 15px;
  height: 14px;
}
.detail {
  overflow: hidden;
  margin: 0 0 26px;
  padding: 28px 0 0;
}
.detail .title {
  display: block;
  color: #999;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 21px;
}
.detail .date {
  overflow: hidden;
  margin: 0 0 7px;
}
.detail .date .ico {
  float: left;
  background: url(../Images/sprite.png) no-repeat -137px -36px;
  width: 16px;
  height: 17px;
  margin: 3px 14px 0 2px;
}
.detail .date time {
  float: left;
  color: #a70b29;
  font-size: 20px;
  line-height: 22px;
}
.detail h1 {
  margin: 0 0 7px;
  color: #3e3e3e;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
.detail h2 {
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 11px;
  color: #a70b29;
}
.detail p {
  margin: 0 50px 16px 0;
}
.detail .location {
  overflow: hidden;
}
.detail .location .txt {
  overflow: hidden;
  margin: 0 0 33px;
}
.detail .location .txt .icon-location {
  float: left;
  color: #a70b29;
  font-size: 27px;
  margin: 0 4px 0 -1px;
}
.detail .location .txt em {
  float: left;
  font-style: normal;
  font-weight: bold;
  color: #a70b29;
  font-size: 20px;
  line-height: 22px;
  margin: 4px 13px 0 0;
}
.detail .location .txt span {
  float: left;
  color: #676767;
  font-size: 16px;
  line-height: 22px;
  margin: 6px 0 0;
}
.detail .location .schedule-holder {
  overflow: hidden;
  background: #e0e4eb;
  padding: 26px 30px 25px;
  margin: 0 0 19px;
}
.detail .location h3 {
  margin: 0 0 20px;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  line-height: 22px;
}
.detail .location .schedule {
  overflow: hidden;
  color: #676767;
  font-size: 16px;
  margin: 0 0 19px;
}
.detail .location .schedule h4 {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: bold;
}
.detail .location .schedule p {
  margin: 0 2px;
}
.detail .location .back {
  float: left;
  color: #676767;
  text-decoration: none;
}
.detail .location .back:hover {
  color: #a70b29;
}
.detail .location .back .icon-arrow-left2,
.detail .location .back span {
  display: inline-block;
  vertical-align: middle;
}
.detail .location .back .icon-arrow-left2 {
  font-size: 12px;
  margin: 0 8px 0 0;
}
.detail .location .back span {
  font-size: 16px;
}
.text-box {
  border-top: 3px solid #e0e4eb;
  padding: 19px 0 67px;
}
.text-box .title {
  display: block;
  color: #999;
  font-size: 20px;
  margin: 0 0 4px;
}
.text-box h1 {
  margin: 0;
  color: #3e3e3e;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
}
.team-holder {
  overflow: hidden;
  padding: 0 0 57px;
}
.team-holder .team-info {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .team-holder .team-info {
    margin: 0 0 0 13px;
  }
}
.team-holder h1 {
  margin: 0 0 15px;
  color: #3e3e3e;
  text-align: center;
  font-weight: 300;
  font-size: 35px;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .team-holder h1 {
    font-size: 55px;
    line-height: 58px;
    margin: -3px 0 35px;
  }
}
.team-holder h2 {
  margin: 0 0 10px;
  color: #3e3e3e;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .team-holder h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 19px;
  }
}
.team-holder p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 18px;
}
@media screen and (min-width: 768px) {
  .team-holder p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 18px;
  }
}
.team-holder .downloads-add {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1px 0 0;
}
.team-holder .downloads-add:after {
  content: " ";
  display: block;
  clear: both;
}
.team-holder .downloads-add li {
  margin: 0 0 13px;
}
.team-holder .downloads-add .ico {
  float: left;
  background: url(../Images/sprite.png) no-repeat -1px -1px;
  width: 50px;
  height: 62px;
  margin: 3px 18px 0 0;
}
.team-holder .downloads-add .txt {
  overflow: hidden;
}
.team-holder .downloads-add .txt h3 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.team-holder .downloads-add .txt h3 a {
  text-decoration: none;
  color: #3e3e3e;
}
.team-holder .downloads-add .txt h3 a:hover {
  color: #6b85a8;
}
.team-holder .downloads-add .txt span {
  font-size: 15px;
  line-height: 18px;
}
.map {
  overflow: hidden;
  margin: 0 0 75px;
  padding: 66px 0 30px;
  background: #ececec url(../Images/img-33.png) no-repeat 52% 0;
}
@media screen and (min-width: 768px) {
  .map {
    padding: 66px 0 90px;
  }
}
.map h4 {
  margin: 0 0 15px;
  text-align: center;
  color: #3e3e3e;
  font-weight: 300;
  font-size: 35px;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .map h4 {
    font-size: 55px;
    line-height: 58px;
    margin: 0 0 67px;
  }
}
.map .box {
  overflow: hidden;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .map .box {
    margin: 0;
  }
}
.map .box .ico-holder {
  float: left;
  margin: 19px 5px 0 0;
  min-width: 74px;
}
@media screen and (min-width: 768px) {
  .map .box .ico-holder {
    min-width: inherit;
  }
}
@media screen and (min-width: 992px) {
  .map .box .ico-holder {
    margin: 19px 15px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .map .box .ico-holder {
    margin: 19px 45px 0 33px;
  }
}
.map .box .ico-holder.loc {
  margin: 11px 5px 0 0;
}
@media screen and (min-width: 992px) {
  .map .box .ico-holder.loc {
    margin: 11px 14px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .map .box .ico-holder.loc {
    margin: 11px 14px 0 37px;
  }
}
.map .box .ico-holder.clock {
  margin: 6px 5px 0 0;
}
@media screen and (min-width: 1200px) {
  .map .box .ico-holder.clock {
    margin: 6px 15px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .map .box .ico-holder.clock {
    margin: 6px 31px 0 30px;
  }
}
.map .box .ico-holder .icon-user {
  float: left;
  font-size: 55px;
  color: #a70b29;
}
@media screen and (min-width: 768px) {
  .map .box .ico-holder .icon-user {
    font-size: 75px;
  }
}
.map .box .ico-holder .icon-location {
  float: left;
  font-size: 50px;
  color: #a70b29;
}
@media screen and (min-width: 768px) {
  .map .box .ico-holder .icon-location {
    font-size: 80px;
  }
}
.map .box .ico-holder .icon-clock {
  float: left;
  font-size: 63px;
  color: #a70b29;
}
@media screen and (min-width: 768px) {
  .map .box .ico-holder .icon-clock {
    font-size: 93px;
  }
}
.map .box .txt {
  overflow: hidden;
}
.map .box address {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
.map .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.map .box ul:after {
  content: " ";
  display: block;
  clear: both;
}
.map .box ul li {
  margin: 0;
}
.map .box .tel {
  text-decoration: none;
  color: #333;
}
.map .box .email {
  text-decoration: none;
  color: #a70b29;
}
.map .box dl {
  margin: 0;
  overflow: hidden;
}
.map .box dl dt {
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .map .box dl dt {
    display: inherit;
    float: left;
    clear: both;
    min-width: 90px;
  }
}
.map .box dl dd {
  overflow: hidden;
}
.map h5 {
  margin: 0 0 8px;
  font-weight: normal;
  color: #999;
  font-size: 24px;
  line-height: 26px;
}
.wrap-holder {
  position: relative;
}
.wrap-holder:after,
.wrap-holder:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  content: '';
  background: #e0e4eb;
  height: 1px;
}
.wrap-holder:after {
  top: auto;
  bottom: 1px;
}
.skip a {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
#footer {
  overflow: hidden;
}
.aside {
  overflow: hidden;
  background: #ececec;
  padding: 62px 0 47px;
}
.aside .social-area {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .aside .social-area {
    width: 25.6%;
    margin: 0 0 0 2px;
  }
}
.aside h6 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
.aside .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside .social-networks:after {
  content: " ";
  display: block;
  clear: both;
}
.aside .social-networks li {
  float: left;
  margin: 0 1px 0 0;
}
.aside .social-networks a {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
}
.aside .social-networks a:hover {
  opacity: 0.7;
}
.aside .social-networks a span {
  display: none;
}
.aside .social-networks a.facebook {
  background: #435b9c;
}
.aside .social-networks a.twitter {
  background: #2ca7e0;
}
.aside .social-networks a.youtube {
  background: #e30613;
}
.aside .social-networks a.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.aside .social-networks .icon-facebook,
.aside .social-networks .icon-twitter,
.aside .social-networks .icon-youtube,
.aside .social-networks .icon-instagram {
  display: block;
  font-size: 39px;
  padding: 1px 0 0;
}
.aside .social-networks .icon-twitter {
  font-size: 23px;
  padding: 10px 0 0;
}
.aside .social-networks .icon-youtube {
  font-size: 23px;
  padding: 9px 3px 0 0;
}
.aside .social-networks .icon-instagram {
  font-size: 28px;
  padding: 6px 0;
}
.aside .contact {
  margin: 0 0 15px;
}
.aside .contact .form {
  margin: 0 0 10px;
}
.aside .contact .form:after {
  content: " ";
  display: block;
  clear: both;
}
.aside .contact .form input[type="email"] {
  float: left;
  width: 100%;
  height: 34px;
  font-style: italic;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 3px 11px;
}
.aside .contact .more {
  text-decoration: none;
  color: #a70b29;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.aside .contact .more:hover {
  opacity: 0.7;
}
.aside .contact .more.add {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .aside .contact .more.add {
    margin-bottom: 55px;
  }
}
.aside .contact .more span,
.aside .contact .more .icon-arrow-right2 {
  display: inline-block;
  vertical-align: middle;
}
.aside .contact .more span {
  text-transform: uppercase;
}
.aside .contact .more .icon-arrow-right2 {
  font-size: 11px;
  margin: 0 5px 0 0;
}
.aside .links {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .aside .links {
    width: 48.7%;
  }
  .aside .links.add {
    width: 65.9%;
  }
}
.aside .links li {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .aside .links li {
    width: 33%;
  }
}
.aside .links h6 {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .aside .links h6 {
    margin: 0 0 29px;
  }
}
.aside .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside .links ul:after {
  content: " ";
  display: block;
  clear: both;
}
.aside .links ul li {
  width: 100%;
  margin: 0 0 6px;
}
.aside .links a {
  text-decoration: none;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.aside .links a:hover {
  color: #a70b29;
}
.aside .links a .icon-arrow-right2,
.aside .links a span {
  display: inline-block;
  vertical-align: middle;
}
.aside .links a .icon-arrow-right2 {
  font-size: 11px;
  margin: 0 2px 0 0;
}
.footer-b {
  overflow: hidden;
  padding: 13px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-b {
    text-align: left;
  }
}
.footer-b .quick-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-b .quick-links:after {
  content: " ";
  display: block;
  clear: both;
}
.footer-b .quick-links li {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 12px 0 1px;
}
.footer-b .quick-links a {
  text-decoration: none;
  color: #9d9d9d;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.footer-b .quick-links a:hover {
  text-decoration: underline;
}
.footer-b .top {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #a70b29;
  display: block;
  margin: 5px auto;
  text-decoration: none;
}
.footer-b .top:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .footer-b .top {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 25px;
    right: 30px;
  }
}
.footer-b .top .icon-arrow-up2 {
  display: block;
  color: #fff;
  padding: 3px 0 0 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-b .top .icon-arrow-up2 {
    padding: 12px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-b .top .icon-arrow-up2:before {
    font-size: 22px;
  }
}
.footer-b .copy-right {
  float: right;
  color: #9d9d9d;
  font-size: 14px;
  line-height: 16px;
  margin: 3px 0 0;
  letter-spacing: 0.2px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-b .copy-right {
    width: auto;
    margin: 3px 6px 0 0;
  }
}
.footer-b .copy-right a {
  text-decoration: none;
  color: #9d9d9d;
}
.footer-b .copy-right a:hover {
  text-decoration: underline;
}
.nav-active #wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.7);
  content: '';
  z-index: 10;
}
.form-active #wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.7);
  content: '';
  z-index: 10;
}
.form-active .nav-area .form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-active .nav-area .form {
    width: 499px;
  }
}
@media screen and (min-width: 992px) {
  .form-active .nav-area .form {
    width: 657px;
  }
}
@media screen and (min-width: 1200px) {
  .form-active .nav-area .form {
    width: 792px;
  }
}
.form-active .nav-area .form input[type="search"] {
  width: 100%;
  height: 60px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .form-active .nav-area .form input[type="search"] {
    width: 100%;
    height: 84px;
    padding: 6px 60px 0 21px;
  }
}
.form-active .nav-area .form .holder {
  display: block;
}
.nav-area {
  float: right;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nav-area {
    width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .nav-area {
    width: 71%;
  }
}
.nav-area .navbar-nav {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .nav-area .navbar-nav.right {
    float: right;
  }
}
.nav-area .form {
  float: right;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 34px;
}
@media screen and (min-width: 768px) {
  .nav-area .form {
    top: -15px;
    right: 80px;
    padding: 0 15px;
    padding: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 992px) {
  .nav-area .form {
    top: 0;
    right: 0;
    padding: 0 15px;
    right: 4px;
    padding: 0;
    z-index: 10;
    width: 60px;
  }
}
.nav-area .form input[type="search"] {
  float: left;
  padding: 0;
  outline: none;
  background: #f1f3f6;
  width: 0;
  height: 0;
  color: #808080;
  font-size: 22px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  z-index: 1;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .nav-area .form input[type="search"] {
    margin-top: 0;
  }
}
.nav-area .form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 104px;
  z-index: 2;
  float: right;
  border: 0;
  background: none;
  color: #a70b29;
  padding: 1px;
  outline: none;
}
@media screen and (min-width: 768px) {
  .nav-area .form button[type="submit"] {
    right: 15px;
    top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .nav-area .form button[type="submit"] {
    top: 0;
    right: 0;
    padding: 24px 14px;
  }
}
.nav-area .form .icon-search {
  display: block;
  color: #a70b29;
  font-size: 39px;
}
@media screen and (min-width: 768px) {
  .nav-area .form .icon-search {
    font-size: 35px;
  }
}
.nav-area .form .holder {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 18px 15px 0;
}
@media screen and (min-width: 768px) {
  .nav-area .form .holder {
    padding: 23px 0 0;
    right: 11px;
  }
}
.nav-area .form .holder .frame {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}
.nav-area .form .holder .frame:after {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -20px;
  top: -15px;
  content: '';
  background: url(../Images/sprite.png) no-repeat -186px -110px;
  width: 39px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .nav-area .form .holder .frame:after {
    left: auto;
    margin: 0;
    right: 136px;
  }
}
.nav-area .form .holder .title {
  display: block;
  color: #3e3e3e;
  padding: 11px 20px 12px;
  font-size: 22px;
  font-weight: 300;
}
.nav-area .form .holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-area .form .holder ul:after {
  content: " ";
  display: block;
  clear: both;
}
.nav-area .form .holder ul li {
  border-top: 1px solid #ddd;
  padding: 13px 22px 16px;
}
.nav-area .form .holder ul li.focus {
  background: #ccc;
}
.nav-area .form .holder ul .ico-holder {
  float: left;
  width: 133px;
}
.nav-area .form .holder ul .ico,
.nav-area .form .holder ul .txt {
  display: inline-block;
  vertical-align: middle;
}
.nav-area .form .holder ul .ico {
  background: url(../Images/sprite.png);
  min-width: 17px;
  margin: 0 11px 4px 0;
}
.nav-area .form .holder ul .ico.news {
  background-position: -181px -5px;
  width: 15px;
  height: 13px;
}
.nav-area .form .holder ul .ico.set {
  background-position: -218px -4px;
  width: 17px;
  height: 16px;
}
.nav-area .form .holder ul .ico.doc {
  background-position: -182px -38px;
  width: 13px;
  height: 16px;
}
.nav-area .form .holder ul .ico.sem {
  background-position: -183px -76px;
  width: 17px;
  height: 16px;
}
.nav-area .form .holder ul .ico.per {
  background-position: -220px -39px;
  width: 16px;
  height: 16px;
}
.nav-area .form .holder ul .txt {
  color: #3e3e3e;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 6px;
}
.nav-area .form .holder ul .text {
  overflow: hidden;
  color: #777;
  font-size: 15px;
  line-height: 23px;
}
.nav-area .form .holder ul .text p {
  margin: 0;
}
.nav-area .form .holder ul .text a {
  text-decoration: none;
  color: #a70b29;
}
.nav-area .form .holder ul .text a:hover {
  text-decoration: underline;
}
.nav-area .form .holder .btn-holder {
  overflow: hidden;
  display: none;
  background: #6b85a8;
  font-size: 16px;
  text-align: center;
  padding: 9px 0 18px;
  margin: 0 1px 1px;
}
.nav-area .form .holder .btn-holder a {
  text-decoration: none;
  color: #fff;
}
.nav-area .form .holder .btn-holder .icon-search,
.nav-area .form .holder .btn-holder span {
  display: inline-block;
  vertical-align: middle;
}
.nav-area .form .holder .btn-holder span {
  font-weight: bold;
  margin: 3px 0 0;
}
.nav-area .form .holder .btn-holder .icon-search {
  font-size: 18px;
  color: #fff;
  margin: 0 13px 0 22px;
}
.nav-area .form.max-hidden-active .btn-holder {
  display: block;
}
.nav-area .navbar {
  border: 0;
  margin: 0 -15px;
  position: inherit;
  background: inherit;
}
@media screen and (min-width: 992px) {
  .nav-area .navbar {
    width: 97%;
    margin: 0;
  }
}
.nav-area .navbar li {
  padding: 0;
  position: inherit;
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li {
    width: 50%;
    margin: 0;
    position: inherit;
    padding: 0 0 32px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-area .navbar li {
    width: auto;
  }
}
.nav-area .navbar li.dropdown.active > a,
.nav-area .navbar li.dropdown.open > a {
  background: none;
  color: #a70b29;
}
@media screen and (min-width: 768px) {
  .nav-area .navbar li.dropdown.active > a:after,
  .nav-area .navbar li.dropdown.open > a:after {
    color: #a70b29;
    content: '\e917';
  }
}
@media screen and (max-width: 767px) {
  .nav-area .navbar li.dropdown.active > a:after,
  .nav-area .navbar li.dropdown.open > a:after {
    color: #a70b29;
    content: '\e917';
  }
}
.nav-area .navbar li.dropdown.open .overlay {
  display: block;
}
.nav-area .navbar li.dropdown .overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 55, 0.7);
  z-index: -10;
  pointer-events: none;
}
.nav-area .navbar li.dropdown > a {
  position: relative;
}
.nav-area .navbar li.dropdown > a:after {
  position: absolute;
  right: 18px;
  top: 14px;
  content: '\e916';
  color: #333;
  font-family: 'icomoon' !important;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li.dropdown > a:after {
    left: 19px;
    bottom: 7px;
    top: auto;
    right: auto;
  }
}
.nav-area .navbar li.dropdown.open > a {
  color: #a70b29;
}
@media screen and (min-width: 768px) {
  .nav-area .navbar li.dropdown.open > a:after {
    color: #a70b29;
    content: '\e917';
  }
}
@media screen and (max-width: 767px) {
  .nav-area .navbar li.dropdown.open > a:after {
    color: #a70b29;
    content: '\e917';
  }
}
.nav-area .navbar li.dropdown.open a {
  background: none;
}
.nav-area .navbar li.dropdown.open a:focus,
.nav-area .navbar li.dropdown.open a:hover {
  background: none;
  border-color: #e0e4eb;
}
.nav-area .navbar li > a {
  font-size: 22px;
  padding: 13px 40px 16px 13px;
  font-weight: bold;
  letter-spacing: -0.3px;
  border: solid #e0e4eb;
  border-width: 0 0 1px;
  color: #333;
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li > a {
    border-width: 0 1px;
    padding: 23px 10px 37px;
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-area .navbar li > a {
    border-width: 0 1px 0 0;
    font-size: 22px;
    padding: 23px 18px 37px;
  }
}
.nav-area .navbar li:first-child > a {
  border-left: 1px solid #e0e4eb;
}
@media screen and (min-width: 768px) {
  .nav-area .navbar li:first-child > a {
    border-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li:first-child > a {
    border-left: 1px solid #e0e4eb;
  }
}
.nav-area .navbar li .dropdown-menu {
  border: 0;
  padding: 0;
  border-top: 1px solid #e0e4eb;
  box-shadow: none;
  background: #fff;
  width: 100%;
  position: static;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li .dropdown-menu {
    overflow: visible;
    position: absolute;
    display: block;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    visibility: hidden;
    padding: 45px 0 27px;
  }
}
.nav-area .navbar li .dropdown-menu:after,
.nav-area .navbar li .dropdown-menu:before {
  position: absolute;
  left: 100%;
  top: -1px;
  bottom: 0;
  content: '';
  background: #fff;
  width: 1000%;
  border-top: 1px solid #e0e4eb;
}
.nav-area .navbar li .dropdown-menu:before {
  left: auto;
  right: 100%;
}
.nav-area .navbar li .dropdown-menu.active {
  display: none;
}
.nav-area .navbar li .dropdown-menu li {
  width: 100%;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li .dropdown-menu li {
    width: 33.33%;
    margin: 0 0 20px;
  }
}
.nav-area .navbar li .dropdown-menu li:hover > a {
  color: #6b85a8;
  background: none;
}
.nav-area .navbar li .dropdown-menu li:hover > a:focus {
  background: none;
}
.nav-area .navbar li .dropdown-menu .text-box {
  width: 100%;
  margin: 3px 0 0 15px;
}
.nav-area .navbar li .dropdown-menu .text-box .box {
  max-width: 77.7%;
  background: #cbd0e3;
  padding: 0 9px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li .dropdown-menu .text-box .box {
    max-width: 59.7%;
  }
}
@media screen and (min-width: 1200px) {
  .nav-area .navbar li .dropdown-menu .text-box .box {
    max-width: 55.7%;
  }
}
.nav-area .navbar li .dropdown-menu .text-box .img-box {
  position: relative;
  float: left;
  width: 45%;
  min-height: 102px;
}
.nav-area .navbar li .dropdown-menu .text-box .img-box .img {
  position: absolute;
}
.nav-area .navbar li .dropdown-menu .text-box .img-box .img.one {
  width: 62px;
  z-index: 5;
  left: 0;
  top: 22px;
}
.nav-area .navbar li .dropdown-menu .text-box .img-box .img.two {
  z-index: 2;
  width: 170px;
  left: 29px;
  top: -33px;
}
.nav-area .navbar li .dropdown-menu .text-box .img-box .img.three {
  left: 168px;
  z-index: 5;
  width: 51px;
  top: 4px;
}
.nav-area .navbar li .dropdown-menu .text-box .img-box .img.four {
  z-index: 4;
  width: 104px;
  top: 28px;
  left: 174px;
}
.nav-area .navbar li .dropdown-menu .text-box .img-box .img img {
  max-width: inherit;
  display: block;
  width: 100%;
  height: auto;
}
.nav-area .navbar li .dropdown-menu .text-box ul {
  float: right;
  width: 48.5%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 12px 0 0;
}
.nav-area .navbar li .dropdown-menu .text-box ul li {
  width: 100%;
  margin: 0 0 1px;
}
.nav-area .navbar li .dropdown-menu .text-box ul li:first-child a {
  padding: 4px 12px 6px 14px;
}
.nav-area .navbar li .dropdown-menu .text-box ul a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background: #a70b29;
  color: #fff;
  padding: 1px 3px 6px 14px;
}
.nav-area .navbar li .dropdown-menu .text-box ul span {
  font-size: 16px;
  margin: 0 4px 0 0;
  letter-spacing: 0.1px;
}
.nav-area .navbar li .dropdown-menu .text-box ul span,
.nav-area .navbar li .dropdown-menu .text-box ul .icon-arrow-right2 {
  display: inline-block;
  vertical-align: middle;
}
.nav-area .navbar li .dropdown-menu .text-box ul .icon-arrow-right2 {
  font-size: 14px;
}
.nav-area .navbar li .dropdown-menu a {
  font-size: 20px;
  margin: 0 15px;
  padding: 12px 37px 15px;
  border: 0;
  letter-spacing: 0;
  white-space: normal;
  border-bottom: 1px solid #e0e4eb;
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li .dropdown-menu a {
    padding: 0 15px;
    margin: 0;
    border: 0;
  }
}
.nav-area .navbar li .dropdown-menu a:hover {
  color: #6b85a8;
}
.nav-area .navbar li .dropdown-menu .icon-arrow-right2,
.nav-area .navbar li .dropdown-menu span {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.nav-area .navbar li .dropdown-menu .icon-arrow-right2 {
  font-size: 16px;
  margin: 4px 8px 0 0;
  width: 16px;
  display: none;
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li .dropdown-menu .icon-arrow-right2 {
    display: inline-block;
    vertical-align: top;
  }
}
.nav-area .navbar li .dropdown-menu .btn-close {
  position: absolute;
  top: 15px;
  right: 0;
  width: auto;
  float: none;
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .nav-area .navbar li .dropdown-menu .btn-close {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li .dropdown-menu .btn-close {
    top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-area .navbar li .dropdown-menu .btn-close {
    right: -27px;
  }
}
.nav-area .navbar li .dropdown-menu .btn-close a {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: normal;
}
.nav-area .navbar li .dropdown-menu .btn-close a:hover {
  color: #a70b29;
}
.nav-area .navbar li .dropdown-menu .btn-close span,
.nav-area .navbar li .dropdown-menu .btn-close .icon-cross {
  float: left;
  width: 82%;
}
.nav-area .navbar li .dropdown-menu .btn-close .icon-cross {
  float: right;
  font-size: 8px;
  margin: 10px 0 0 3px;
  width: 8px;
}
.nav-area .navbar li .drop,
.nav-area .navbar li .sub-drop {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-area .navbar li .drop:after,
.nav-area .navbar li .sub-drop:after {
  content: " ";
  display: block;
  clear: both;
}
.nav-area .navbar li .drop li,
.nav-area .navbar li .sub-drop li {
  width: 100% !important;
}
.nav-area .navbar li .drop a,
.nav-area .navbar li .sub-drop a {
  text-decoration: none;
  color: #333;
  display: block;
}
.nav-area .navbar li .drop li {
  margin: 0;
}
.nav-area .navbar li .sub-drop a {
  font-size: 18px;
}
.nav-area .navbar li .sub-drop .icon-arrow-right2 {
  font-size: 12px;
  margin: 8px 11px 0 2px;
}
.nav-area .navbar li .title {
  display: block;
  border-bottom: 1px solid #e0e4eb;
  font-size: 20px;
  color: #333;
  padding: 2px 19px 6px;
  margin: 0 0 3px;
}
.nav-area .navbar li.open > a {
  color: #a70b29;
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li.open .dropdown-menu {
    visibility: visible;
    left: 0;
    right: 0;
    top: 100%;
  }
}
.nav-area .navbar .magazine {
  background: #a70b29;
}
.nav-area .navbar .magazine a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-area .navbar .magazine .ico {
  background: url(../Images/sprite.png) no-repeat -127px -106px;
  height: 21px;
  margin: 0 8px 4px 11px;
  width: 36px;
}
.nav-area .navbar .magazine .txt {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.nav-area .navbar .magazine .icon-chevron-thin-right {
  color: #fff;
  margin: 6px -19px 0 0;
  float: right;
  font-size: 14px;
}
.nav-area .navbar .magazine .text,
.nav-area .navbar .magazine .icon-chevron-thin-right,
.nav-area .navbar .magazine .ico,
.nav-area .navbar .magazine .txt {
  display: inline-block;
  vertical-align: middle;
}
.nav-area .navbar .navbar-toggle {
  margin-right: 4px;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .nav-area .navbar .navbar-toggle {
    padding-top: 5px;
  }
}
@media screen and (min-width: 992px) {
  .nav-area .navbar .navbar-toggle {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  body.nav-active .nav-area .collapse {
    display: block !important;
  }
  body.nav-active .nav-area .collapse.in {
    display: block !important;
  }
  body.nav-active .navbar .navbar-toggle .icon-bar.t {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  body.nav-active .navbar .navbar-toggle .icon-bar.c {
    opacity: 0;
    visibility: hidden;
  }
  body.nav-active .navbar .navbar-toggle .icon-bar.b {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: -23px;
  }
  body .navbar .collapsing {
    height: auto !important;
  }
  body .navbar .collapse {
    display: none !important;
  }
  body .navbar .collapse.in {
    display: none !important;
  }
  body .navbar .navbar-toggle {
    background: none;
    border: 0;
    margin-top: 0;
    padding-top: 2px;
    margin-bottom: 7px;
    margin-right: 4px;
    height: 46px;
  }
  body .navbar .navbar-toggle:focus,
  body .navbar .navbar-toggle:hover {
    background: none;
  }
  body .navbar .navbar-toggle .icon-bar {
    width: 50px;
    height: 10px;
    background: #a70b29;
    transition: all 0.2s linear;
  }
  body .navbar .navbar-toggle .icon-bar.t {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    margin: 0;
  }
  body .navbar .navbar-toggle .icon-bar.c {
    opacity: 1;
    visibility: visible;
  }
  body .navbar .navbar-toggle .icon-bar.b {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    margin-top: 4px;
  }
}
/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin: 0 3px 0 0;
  height: 26px;
  width: 26px;
}
.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 7px;
  width: 13px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  border: 3px solid #a70b29;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}
.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-checkbox.jcf-checked {
  background: #f6f6f6;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}
/* custom radio styles */
.jcf-radio {
  float: left;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  margin: 0 3px 0 0;
  height: 26px;
  width: 26px;
}
.jcf-checkbox.jcf-checked {
  background: #fbfeff;
}
.jcf-radio span {
  display: none;
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background: #a70b29;
  border-radius: 100%;
}
.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-radio.jcf-checked span {
  display: block;
}
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #e5e5e5;
}
/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}
/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 11px 15px;
  color: #656565;
  height: 1%;
  font-size: 14px;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
/* custom file input styles */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
}
.jcf-file .jcf-fake-input {
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  padding: 0 13px;
  font-size: 16px;
  line-height: 38px;
  height: 43px;
  width: 60%;
}
.jcf-file .jcf-upload-button {
  float: right;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 -1px;
  padding: 0 6px;
  line-height: 38px;
  height: 43px;
  background: #e5e5e5;
  min-width: 104px;
  text-align: center;
}
/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-datepicker {
  width: 17em;
  padding: 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  margin: 0 -1px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #6b85a8;
  font-size: 13px;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker-header .ui-datepicker-next:before {
  position: absolute;
  left: 2px;
  top: 3px;
  content: '\e907';
  color: #fff;
  font-size: 16px;
  font-family: 'icomoon' !important;
}
.ui-datepicker-header .ui-datepicker-next:before {
  content: '\e908';
  left: auto;
  right: 2px;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #d9d9d9;
  background: #f7f7f7;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #a70b29;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  text-align: center;
  font-weight: normal;
  color: #454545;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  color: #fff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #6b85a8;
  color: #fff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #fff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
/*
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("Images/ui-icons_444444_256x240.png")
}
.ui-widget-header .ui-icon {
	background-image: url("Images/ui-icons_444444_256x240.png")
}
.ui-state-default .ui-icon {
	background-image: url("Images/ui-icons_777777_256x240.png")
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url("Images/ui-icons_555555_256x240.png")
}
.ui-state-active .ui-icon {
	background-image: url("Images/ui-icons_ffffff_256x240.png")
}
.ui-state-highlight .ui-icon {
	background-image: url("Images/ui-icons_777620_256x240.png")
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("Images/ui-icons_cc0000_256x240.png")
}
*/
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
.mt-s {
  margin-top: 10px !important;
}
.ml-s {
  margin-left: 10px !important;
}
.mb-s {
  margin-bottom: 10px !important;
}
.mr-s {
  margin-right: 10px !important;
}
.mt-l {
  margin-top: 15px !important;
}
.ml-l {
  margin-left: 15px !important;
}
.mb-l {
  margin-bottom: 15px !important;
}
.mr-l {
  margin-right: 15px !important;
}
.mt-xl {
  margin-top: 30px !important;
}
.ml-xl {
  margin-left: 30px !important;
}
.mb-xl {
  margin-bottom: 30px !important;
}
.mr-xl {
  margin-right: 30px !important;
}
/*
* =============================================================
* GENERAL
* =============================================================
*/
.btn {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
  border: 0;
  color: #fff;
  padding: 12px 35px 15px 17px;
  text-transform: uppercase;
}
.btn.btn-primary {
  background: #a70b29;
}
.btn.btn-primary:hover {
  background: #a30b28;
}
.btn.btn-primary i.icon {
  font-size: 11px;
  margin: 0 11px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-primary span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
figure {
  width: 100%;
  height: auto;
  display: block;
}
a:link {
  text-decoration: none !important;
}
/*
* =============================================================
* TYPO3-OVERRIDES
* =============================================================
*/
.csc-frame {
  background-position: top center;
  background-repeat: no-repeat;
}
.csc-frame.type-div {
  margin: 15px 0 30px 0;
}
.csc-frame.type-div hr {
  padding: 0;
  margin: 0;
  border-top: 3px solid #e0e4eb;
}
.csc-frame.type-textpic .csc-textpic-intext-left .csc-textpic-imagewrap {
  margin: 3px 31px 20px 0;
}
.csc-frame.type-textpic .csc-textpic-intext-left .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}
.csc-frame.type-textpic .csc-textpic-intext-right .csc-textpic-imagewrap {
  margin: 3px 0px 20px 31px;
}
.csc-frame.type-textpic .csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}
.csc-frame.type-textpic .csc-textpic-imagewrap {
  max-width: 400px;
}
.csc-frame.type-image {
  margin: 0 0 20px 0;
}
.csc-frame.type-image .csc-textpic-imagewrap .csc-textpic-imagerow {
  margin-bottom: 1%;
}
.csc-frame.type-image .csc-textpic-imagewrap[data-csc-cols="1"] {
  width: 100%;
}
.csc-frame.type-image .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn {
  width: 48%;
  margin-right: 2%;
}
.csc-frame.type-image .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
  width: 31%;
  margin-right: 2%;
}
.csc-frame.type-image .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn {
  width: 23%;
  margin-right: 2%;
}
.csc-frame.type-text p.bodytext:last-child {
  margin-bottom: 0 !important;
}
.csc-frame.type-text .header {
  text-align: left;
}
.csc-frame.type-text ul {
  list-style: none;
}
.csc-frame .csc-textpic .csc-textpic-imagewrap figure,
.csc-frame .csc-textpic figure.csc-textpic-imagewrap {
  display: block;
}
/*
* Forms
* ---------------------------------------------
*/
.contact-area {
  padding-top: 0;
}
.contact-area form.form {
  max-width: 80%;
}
.contact-area form.form .error input[type="date"] {
  border: 1px solid red !important;
}
.contact-area form.form .input-holder.box .icon-checkmark,
.contact-area form.form .input-holder.box .icon-cross {
  right: 55px;
}
.contact-area form.form .input-holder.box .icon-checkmark {
  top: 14px;
}
.contact-area form.form .input-holder.box input {
  width: 100%;
  height: 43px;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 4px 41px 3px 17px;
}
.contact-area form.form .input-holder.box input::-webkit-inner-spin-button,
.contact-area form.form .input-holder.box input::-webkit-clear-button,
.contact-area form.form .input-holder.box input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.contact-area form.form .input-holder.box .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 41px;
  border-left: 1px solid #e5e5e5;
}
.contact-area form.form .input-holder.box .icon .ico {
  width: 16px;
  height: 17px;
  display: block;
  margin: 14px 0 0 12px;
  background: url(../Images/sprite.png) no-repeat -137px -36px;
}
.contact-area form.form .powermail_check_inner label {
  width: 80%;
  max-width: inherit;
}
/*
* Explizit styles for home
* ---------------------------------------------
*/
body.home #content .csc-header .header > h1,
body.home #content .csc-header .header > h2 {
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  font-weight: 300;
  margin: 0 0 40px;
}
body.home #content .frame-type-header header > h1,
body.home #content .frame-type-header header > h2 {
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  font-weight: 300;
  margin: 0 0 40px;
}
body.home #content .frame-type-list header > h1,
body.home #content .frame-type-list header > h2 {
  text-align: center;
  font-size: 55px;
  line-height: 58px;
  font-weight: 300;
  margin: 0 0 40px;
}
/*
* Explizit styles for default page
* ---------------------------------------------
*/
body.main .csc-frame,
body.default .csc-frame {
  padding: 0 0 30px;
}
body.main .csc-frame:first-child,
body.default .csc-frame:first-child {
  padding-top: 0;
}
body.main .csc-frame.type-text,
body.default .csc-frame.type-text {
  padding-bottom: 30px;
}
body.main .csc-frame.type-text ul,
body.default .csc-frame.type-text ul {
  margin-left: 0;
}
body.main .csc-frame.type-text ul li,
body.default .csc-frame.type-text ul li {
  position: relative;
  padding: 0 0 5px 22px;
  letter-spacing: -0.2px;
}
body.main .csc-frame.type-text ul li:before,
body.default .csc-frame.type-text ul li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 12px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 6px;
  content: "\e916";
  color: #a30b28;
}
body.main .csc-frame.type-shortcut,
body.default .csc-frame.type-shortcut {
  padding: 0;
}
body.main .csc-frame ul,
body.default .csc-frame ul {
  margin-left: 0;
  padding-left: 0;
}
body.main .csc-frame ul.disadvantages,
body.default .csc-frame ul.disadvantages,
body.main .csc-frame ul.advantages,
body.default .csc-frame ul.advantages {
  margin: 0;
  padding: 0;
}
/*
* Explizit styles for fullwidth page
* ---------------------------------------------
*/
body.fullwidth #content .csc-frame:first-child {
  padding-top: 0;
}
/*
* Overrides
* ---------------------------------------------
*/
.tx-felogin-pi1 .login-area {
  border-top: none;
  padding: 0;
}
.tx-felogin-pi1 .login-area .form {
  margin-bottom: 0;
}
.tx-felogin-pi1 .login-area .form input {
  float: left;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 43px;
  padding: 0 10px;
}
.tx-felogin-pi1 .message {
  padding: 0px;
  margin: 0 0 20px 0;
  border: 1px solid #fff;
}
.tx-felogin-pi1 .message.header {
  margin: 0 0 5px;
  font-weight: bold;
}
.tx-felogin-pi1 .message.errorMessage {
  padding: 10px;
  color: #DA1D1D;
  background-color: #FFDFDF;
  border-color: #FFBBBB;
}
.tx-felogin-pi1 .message.noticeMessage {
  padding: 10px;
  color: #CCBD00;
  background-color: #FFF8D7;
  border-color: #F1E988;
}
.tx-felogin-pi1 .message.successMessage {
  padding: 10px;
  color: #3E933A;
  background-color: #E2F7D8;
  border-color: #9FDE9C;
}
.signup-area {
  border-top: none;
}
.signup-area .extension {
  text-transform: uppercase;
}
.info .head .category {
  text-decoration: none;
  background: #6b85a8;
  color: #fff;
  float: left;
  padding: 7px 15px 14px 15px;
  margin-right: 6px;
  display: inline-block;
}
.info .head .category span {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 3px 11px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.info .head .category i {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin: 2px 0 0;
}
/*
* =============================================================
* RESPONSIVE
* =============================================================
*/
@media screen and (max-width: 991px) {
  .csc-frame.type-image {
    margin: 0 0 20px 0;
  }
  .csc-frame.type-image .csc-textpic-imagewrap .csc-textpic-imagerow {
    margin-bottom: 1%;
  }
  .csc-frame.type-image .csc-textpic-imagewrap[data-csc-cols="1"] {
    width: 100%;
  }
  .csc-frame.type-image .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn {
    width: 100%;
    margin-right: 0%;
  }
  .csc-frame.type-image .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
    width: 100%;
    margin-right: 0%;
  }
  .csc-frame.type-image .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn {
    width: 100%;
    margin-right: 0%;
  }
  .default .csc-frame.type-textpic .csc-textpic-imagewrap {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: block;
    max-width: inherit;
  }
  .type-gridelements_pi1 .row.grid > div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .videowrapper iframe {
    width: 100%;
    min-height: 350px;
  }
  .csc-frame .csc-textpic .csc-textpic-imagewrap {
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .csc-frame .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    display: block;
    width: 100%;
  }
  .csc-frame .csc-textpic .csc-textpic-imagewrap .csc-textpic-image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .visual .owl-carousel .holder.left .caption {
    float: left;
  }
  .article .text p {
    min-height: inherit;
  }
}
@media screen and (min-width: 992px) {
  .nav-area .navbar li {
    width: auto;
  }
  .tx-felogin-pi1 .message {
    max-width: 65.5%;
  }
  .default .csc-frame.type-text,
  .default .csc-frame.type-textpic,
  .default .csc-frame.type-image,
  .default .csc-frame.type-header {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .visual .owl-carousel .holder .caption {
    padding: 85px 0;
  }
}
#content .mini-teaser .ico-holder {
  text-align: center;
  margin: 6px 31px 20px 0;
  float: left;
}
#content .mini-teaser .ico-holder > i {
  font-size: 93px;
  color: #a70b29;
}
#content .mini-teaser .txt {
  max-width: 235px;
  float: left;
}
#content .mini-teaser .txt p {
  margin-bottom: 8px;
}
#content .mini-teaser .txt .h5 {
  font-weight: normal;
  color: #999;
  font-size: 24px;
  line-height: 26px;
}
#content .mini-teaser .txt td {
  padding-right: 5px;
}
#content .teaser.article h3 {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #333333;
  font-weight: bold;
}
#content .teaser.article h3 a {
  color: #333;
  text-decoration: none;
}
#content .teaser.article h3 a:hover {
  color: #6b85a8;
}
#content .teaser.article .link a {
  text-transform: uppercase;
  font-size: 16px;
}
#content .teaser.article .link a:hover {
  color: #6b85a8;
  text-decoration: none;
}
#content .teaser.article .image-holder-topic {
  position: relative;
  overflow: hidden;
}
#content .teaser.article .image-holder-topic .topic-right,
#content .teaser.article .image-holder-topic .topic-left {
  position: absolute;
  text-transform: uppercase;
  color: white;
  background-color: #A70A29;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
}
#content .teaser.article .image-holder-topic .topic-right {
  right: 0;
}
#content .teaser.article .image-holder-topic .topic-left {
  left: 0;
}
#content .teaser.article .image-holder-topic .topic-right:before {
  content: '';
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 44px solid #A70A29;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  top: 0;
  left: -20px;
}
#content .teaser.article .image-holder-topic .topic-left:after {
  content: '';
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-top: 44px solid #A70A29;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: 0;
  right: -19px;
}
#content .teaser.article .same-height-holder {
  display: inline-block;
}
#content .teaser.get-involve {
  margin: 0;
}
#content .teaser.get-involve .buttonteaser.type2 {
  text-align: right;
}
#content .teaser.get-involve p.bodytext {
  margin: 0 0 11px 3px;
}
#content .teaser.get-involve p.bodytext:last-child {
  margin-bottom: 0;
}
#content .teaser.get-involve .more {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
#content .teaser.get-involve .more:before {
  font-size: 11px;
  margin: 0 8px 0 0;
  content: "\e916";
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#content .teaser.get-involve .sign-up {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  #content .mini-teaser .txt {
    max-width: inherit;
  }
}
/*
* =============================================================
* HEADER
* =============================================================
*/
/*
* Top-Header
* ---------------------------------------------
*/
.header-t h1,
.header-t .h1,
.header-t h2,
.header-t .h2,
.header-t h3,
.header-t .h3,
.header-t h4,
.header-t .h4,
.header-t h5,
.header-t .h5,
.header-t h6,
.header-t .h6 {
  display: none;
}
.header-t .social-networks a {
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
}
.header-t .social-networks a i {
  text-indent: initial;
}
.header-b .logo {
  width: 320px;
}
.header-b .logo .img {
  width: 100%;
}
.header-b .logo .img.responsive {
  display: none;
}
/*
* Main-Navigation
* ---------------------------------------------
*/
.navbar-nav li.dropdown.open .dropdown-menu {
  visibility: visible;
  left: 0;
  right: 0;
  top: 100%;
}
.nav-area .navbar li.active > a,
.nav-area .navbar li.active > ul.drop strong.title {
  color: #a70b29;
}
.nav-area .navbar li > a {
  background: white;
}
.nav-area .navbar li .dropdown-menu .advertise {
  display: block;
  width: 100%;
  float: left;
}
.nav-area .navbar li .dropdown-menu .advertise a {
  display: inline;
  width: auto;
}
.banner img {
  width: 100%;
  height: auto;
  left: inherit;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .header-b .logo {
    width: 255px;
  }
  .header-b .logo .img {
    width: 100%;
  }
  .banner .holder {
    bottom: 25px;
  }
}
@media (max-width: 991px) {
  .header-b .logo {
    width: 58px;
  }
  .header-b .logo .img {
    width: 100%;
    display: none;
  }
  .header-b .logo .img.responsive {
    display: block;
  }
  .banner .holder {
    position: relative;
    margin-top: 20px;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .banner .holder .caption .title {
    font-size: 30px;
    line-height: 32px;
    padding-left: 0;
  }
  .banner .holder .caption ul li:before {
    margin-left: 0px;
  }
}
/*
* =============================================================
* FOOTER
* =============================================================
*/
#footer .more {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
#footer .contact a:hover {
  color: #6b85a8;
}
#footer .social-networks a {
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}
#footer .social-networks a i {
  text-indent: initial;
}
#footer .social-networks a i.icon-youtube {
  padding: 9px 1px 0 0;
}
#footer .newsletter.box button.more.add {
  border: none;
  margin-top: 10px;
  margin-bottom: 35px;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  line-height: 16px;
  font-weight: normal;
  padding-left: 0;
}
#footer .newsletter.box button.more.add i {
  margin-right: 0;
}
.form .parsley-errors-list.filled {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100%;
  text-align: center;
  z-index: 15;
  display: inline-block;
  max-width: 300px;
  list-style: none outside none;
}
.form .parsley-errors-list.filled li {
  color: white !important;
  background: #e30613 !important;
  font-weight: 300;
  padding: 6px 16px 9px !important;
  font-size: 14px;
}
.form .parsley-errors-list.filled li.parsley-custom-error-message,
.form .parsley-errors-list.filled li.parsley-equalto,
.form .parsley-errors-list.filled li.parsley-minlength,
.form .parsley-errors-list.filled li.parsley-required {
  top: 29px;
}
/*
* =============================================================
* RESPONSIVE
* =============================================================
*/
@media screen and (min-width: 992px) {
  .contact-area {
    overflow: visible !important;
  }
  .contact-area .form .parsley-errors-list .parsley-equalto,
  .contact-area .form .parsley-errors-list .parsley-minlength,
  .contact-area .form .parsley-errors-list .parsley-required,
  .contact-area .form .parsley-errors-list .parsley-custom-error-message {
    position: absolute;
    text-align: inherit;
    margin: -5px 0 0 19px;
    min-width: 160px;
    color: #e30613;
    font-weight: 300;
  }
  .contact-area .form .parsley-errors-list.filled li {
    color: #e30613;
    background: white;
    font-weight: 300;
    padding: 0;
    text-align: left;
  }
  .contact-area .form .parsley-errors-list.filled:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .contact-area form.form {
    max-width: 100%;
  }
  .contact-area form.form .parsley-errors-list.filled {
    position: relative;
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .contact-area .form .parsley-errors-list .parsley-equalto,
  .contact-area .form .parsley-errors-list .parsley-minlength,
  .contact-area .form .parsley-errors-list .parsley-required,
  .contact-area .form .parsley-errors-list .parsley-custom-error-message {
    min-width: 250px;
    margin-top: 0;
  }
}
/*
* Sitemap
* ---------------------------------------------------------
*/
.csc-frame .csc-sitemap {
  margin-top: 20px;
}
.csc-frame .csc-sitemap #sitemap-toggleAll {
  display: none;
}
.csc-frame .csc-sitemap a {
  background: none;
}
.csc-frame .csc-sitemap a.page {
  background: url(../Images/sitemap-li.gif) no-repeat left center;
  text-indent: -9999px;
  display: block;
  width: 17px;
  float: left;
  padding: 0 5px 0 0;
}
.csc-frame .csc-sitemap a.folder.open-sitemap {
  background: url(../Images/sitemap-minus.gif) no-repeat left center;
  text-indent: -9999px;
  display: block;
  width: 17px;
  float: left;
  padding: 0 5px 0 0;
}
.csc-frame .csc-sitemap a.folder.close-sitemap {
  background: url(../Images/sitemap-plus.gif) no-repeat left center;
  text-indent: -9999px;
  display: block;
  width: 17px;
  float: left;
  padding: 0 5px 0 0;
  opacity: 1;
}
.csc-frame .csc-sitemap ul {
  list-style: none;
  padding-left: 0;
}
.csc-frame .csc-sitemap ul li {
  background: none;
  padding: 0;
}
.csc-frame .csc-sitemap ul li::before {
  content: none;
}
.csc-frame .csc-sitemap ul li ul {
  margin-left: 20px !important;
}
/*
	* Akkordion
	* ---------------------------------------------
	*/
.t3ddy-accordion {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-family: inherit;
}
.t3ddy-accordion .ui-accordion-header-icon {
  display: none;
}
.t3ddy-accordion h3 {
  margin-top: 2px;
  background: none;
  border: none;
  color: #333;
  background-color: #dee3ea;
  padding: 14px 50px 14px 20px;
  outline: none;
  border-radius: 3px;
  font-weight: bold;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .t3ddy-accordion h3 {
    padding: 14px 20px;
  }
}
.t3ddy-accordion h3:before {
  content: "\e916";
  color: #333;
  position: absolute;
  right: 16px;
  top: 15px;
  font-size: 18px;
  font-family: "icomoon" !important;
}
.t3ddy-accordion h3:hover {
  background: #6b85a8;
  color: #fff;
  cursor: pointer;
}
.t3ddy-accordion h3:hover:before {
  color: #fff;
}
.t3ddy-accordion h3.ui-state-active {
  background: #a70b29;
  color: #fff;
}
.t3ddy-accordion h3.ui-state-active:before {
  content: "\e917";
  color: white;
}
.t3ddy-accordion .t3ddy-accordion-item {
  margin: 0;
  background: none;
  border: none;
  padding: 15px 0px 11px 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #676767;
}
.t3ddy-accordion .t3ddy-accordion-item a {
  color: #a70b29;
}
.t3ddy-accordion .t3ddy-accordion-item .csc-textpic-responsive img {
  height: auto;
  max-width: 100%;
}
#typo3-messages {
  margin-bottom: 10px;
  font-family: arial, sans-serif;
}
.typo3-message {
  margin-bottom: 4px;
  padding: 12px;
  padding-left: 36px;
}
.typo3-message ul,
.typo3-message ol {
  padding-left: 16px;
}
.typo3-message .message-header {
  display: block;
}
.typo3-message {
  border: 1px solid;
  background-position: 10px 15px;
  background-repeat: no-repeat;
}
.typo3-message a {
  text-decoration: underline;
}
.typo3-message li {
  margin-bottom: 10px;
  list-style: disc;
}
.typo3-message .message-header {
  font-size: 11px;
  font-weight: bold;
}
.message-notice {
  padding-left: 46px !important;
  position: relative;
  color: #777777;
  background-color: #F6F7FA;
  background-image: url("/typo3/sysext/t3skin/icons/gfx/notice.png");
  border-color: #C2CBCF;
}
.message-notice:before {
  background: #777777;
  content: "i";
  position: absolute;
  top: 10px;
  left: 10px;
  color: #F6F7FA;
  font-family: arial sans-serif;
  border-radius: 50px;
  width: 24px;
  padding: 0px 10px;
  display: block;
}
.message-notice a {
  color: #777777;
}
.message-information {
  padding-left: 46px !important;
  position: relative;
  color: #4C73A1;
  background-color: #EAF7FF;
  background-image: url("/typo3/sysext/t3skin/icons/gfx/information.png");
  border-color: #C5DBE6;
}
.message-information:before {
  background: #4C73A1;
  content: "i";
  position: absolute;
  top: 10px;
  left: 10px;
  color: #EAF7FF;
  font-family: arial sans-serif;
  border-radius: 50px;
  width: 24px;
  padding: 0px 10px;
  display: block;
}
.message-information a {
  color: #4C73A1;
}
.message-ok {
  padding-left: 36px !important;
  position: relative;
  color: #3B7826;
  background-color: #CDEACA;
  border-color: #58B548;
}
.message-ok:before {
  content: "\e910";
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.message-ok a {
  color: #3B7826;
}
.message-warning {
  padding-left: 36px !important;
  position: relative;
  color: #9E7D4A;
  background-color: #FBF6DE;
  border-color: #B1905C;
}
.message-warning:before {
  background: #CCBD00;
  content: "!";
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF8D7;
  font-family: arial sans-serif;
  border-radius: 50px;
  width: 20px;
  padding: 0px 8px;
  display: block;
}
.message-warning a {
  color: #9E7D4A;
}
.message-error {
  padding-left: 36px !important;
  position: relative;
  color: #AA0225;
  background-color: #F6D3CF;
  border-color: #D66C68;
}
.message-error:before {
  content: "\e90f";
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.message-error a {
  color: #AA0225;
}
.message.errorMessage {
  padding-left: 36px !important;
  position: relative;
}
.message.errorMessage:before {
  content: "\e90f";
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.message.successMessage {
  padding-left: 36px !important;
  position: relative;
}
.message.successMessage:before {
  content: "\e910";
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.message.noticeMessage {
  padding-left: 46px !important;
  position: relative;
}
.message.noticeMessage:before {
  background: #CCBD00;
  content: "i";
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF8D7;
  font-family: arial sans-serif;
  border-radius: 50px;
  width: 24px;
  padding: 0px 10px;
  display: block;
}
.header-t a:hover {
  text-decoration: none;
  color: #6b85a8;
}
.header-t .social-networks a:hover {
  color: #fff;
}
.header-t .user-area form.onlineshop button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.header-t .user-area form.onlineshop button .icon-cart {
  color: #a70b29;
  margin: 0 7px 2px 0;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.header-t .user-area form.onlineshop button:hover {
  color: #6b85a8;
}
#header .nav-area .navbar #bs-example-navbar-collapse-1.open li.active > a {
  color: #333;
}
#header .nav-area .navbar #bs-example-navbar-collapse-1.open li.active > a:after {
  color: #333;
  content: '\e916';
}
#header .nav-area .navbar #bs-example-navbar-collapse-1.open li.open > a {
  color: #a70b29;
}
#header .nav-area .navbar #bs-example-navbar-collapse-1.open li.open > a:after {
  color: #a70b29;
}
#header .nav-area .navbar #bs-example-navbar-collapse-1.open li.open.active > a:after {
  content: '\e917';
}
#header .nav-area .navbar li .drop li {
  margin: 2px 0;
}
#header .nav-area .navbar li.dropdown > a {
  padding: 23px 14px 37px;
  font-size: 17px;
}
#header .nav-area .navbar li.dropdown > a:hover {
  color: #a70b29;
}
#header .nav-area .navbar li.dropdown > a:hover:after {
  color: #a70b29;
}
@media screen and (min-width: 1200px) {
  #header .nav-area .navbar li.dropdown > a {
    font-size: 22px;
  }
}
#header .nav-area .navbar li .dropdown-menu a {
  padding: 0 0 0 10px;
  font-size: 17px;
}
#header .nav-area .navbar li .sub-drop.level3 li.active a {
  color: #a70b29 !important;
}
#header .nav-area .navbar .sub-drop.level3 > li.active > a:after,
#header .nav-area .navbar .dropdown-menu.level2 > li.active > a:after {
  content: '';
  display: none;
}
.nav-active #header .nav-area .navbar li.open > a:focus,
.nav-active #header .nav-area .navbar li.open > a:hover {
  background: white;
}
.nav-active #header .nav-area .navbar li.dropdown .level2 li a {
  padding: 12px 37px 15px;
  font-size: 20px;
}
.nav-active #header .nav-area .navbar li.dropdown > a {
  padding: 13px 40px 13px 13px;
}
.nav-active #header .nav-area .navbar li.dropdown > a:after {
  top: 14px;
}
.nav-active #header .nav-area .navbar li .dropdown-menu li a {
  font-size: 18px;
  padding: 12px 37px 15px;
}
.nav-active #header .nav-area .navbar .drop .sub-drop li {
  margin: 0;
}
.nav-active #header .nav-area .navbar .drop .sub-drop li a {
  padding: 3px 0 3px 10px;
}
.sidebar .sub-nav ul.level2 {
  margin-left: 25px;
}
.sidebar .sub-nav ul.level2 li a {
  font-size: 17px;
}
.sidebar .sub-nav ul.level2 li a:before {
  top: 10px;
}
.sidebar .sub-nav .drop ul {
  display: block;
}
.sidebar .sub-nav .drop > li {
  border-bottom: none;
}
.sidebar .sub-nav .drop > li > a {
  border-top: 1px solid #e0e4eb;
}
.sidebar .sub-nav .drop > li.first > a {
  border: none;
}
.sidebar li.active > a {
  color: #a70b29;
}
.news.loading {
  background: url('../Images/ajax-loader.gif') no-repeat center center;
  min-height: 64px;
}
.news .work-area ul {
  margin-bottom: 0 !important;
}
.news .work-area .work li a:hover {
  text-decoration: none;
  color: #6b85a8;
}
.news .article {
  overflow: visible;
}
.news .article .news-list-category {
  padding-left: 5px;
}
.news .article .heading .h1 {
  font-size: 26px;
  line-height: 31px;
  margin: 0;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .news .article .heading .h1 {
    font-size: 24px;
  }
}
.news .article .heading .h1 a {
  color: #333;
}
.news .article .heading .h1 a:hover {
  color: #6b85a8;
  text-decoration: none;
}
.news .article .txt .szLikesMe {
  float: left;
}
.news .metaholder .buttons {
  width: 20px;
}
.news .metaholder .buttons .text a {
  width: 20px;
  text-align: center;
}
.news .txt a {
  display: inline-block;
  vertical-align: middle;
}
.news .txt a:hover {
  color: #6b85a8;
  text-decoration: none;
}
.news .text-area {
  padding-top: 0;
  border: none;
}
.news .text-area h3 {
  margin: 0;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  min-height: 51px;
}
.news .text-area h3 a {
  text-decoration: none;
  color: #333;
}
.news .text-area h3 a:hover {
  color: #6b85a8;
}
.news .text-area .more:hover {
  color: #6b85a8;
}
.news .page-teaser {
  padding-bottom: 25px;
  border-bottom: 3px solid #e0e4eb;
}
.news .page-teaser .img {
  margin-bottom: 20px;
}
.news .page-teaser .img img {
  width: 100%;
  height: auto;
}
.news .page-teaser h2 {
  font-size: 26px;
  line-height: 29px;
  margin: 0 0 10px;
  font-weight: bold;
}
.news .page-teaser h2 a {
  text-decoration: none;
  color: #3e3e3e;
}
.news .page-teaser h2 a:hover {
  color: #6b85a8;
}
.news .page-teaser .date {
  overflow: hidden;
  margin: -6px 0 7px;
  font-weight: 300;
  letter-spacing: 0.9px;
}
.news .page-teaser .date time {
  color: #3e3e3e;
  font-size: 12px;
}
.news .page-teaser .date span {
  color: #a70b29;
  font-size: 14px;
}
.news .page-teaser .more {
  text-decoration: none;
  float: right;
  color: #a70b29;
}
.news.news-single .article .heading {
  padding-left: 0 !important;
}
.news.news-single .header .title {
  display: block;
  color: #999;
  font-size: 20px;
  margin: 0 0 4px;
}
.news.news-single .header .title .news-list-category {
  padding-left: 5px;
  color: #a70b29;
}
.news.news-single .header h1 {
  margin-bottom: 20px;
}
.news.news-single .header h2 {
  margin: 0 0 15px;
  color: #a70b29;
  font-size: 26px;
  line-height: 28px;
  font-weight: normal;
}
.news.news-single .header .teaser-text {
  margin: 0 0 15px;
  color: #666;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.news.news-single .socialBar {
  border-top: 3px solid #e0e4eb;
  border-bottom: 3px solid #e0e4eb;
  padding: 16px 20px 0;
  margin: 20px 0 60px;
}
.news.news-single .socialBar .szLikesMe {
  float: left;
  min-width: 100px;
  margin-top: 2px;
}
.news.news-single .socialBar #socialshareprivacy {
  float: left;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.news.news-single .socialBar #socialshareprivacy .fbshare {
  width: 120px;
}
.news.news-single .news-img-wrap {
  float: left;
  margin: 0 25px 0 0;
  width: 315px;
}
@media screen and (max-width: 767px) {
  .news.news-single .news-img-wrap {
    float: none;
    margin: 0 0 15px;
    width: auto;
  }
  .news.news-single .news-img-wrap img {
    max-width: 100%;
    width: auto;
  }
}
.news.news-single .news-img-wrap img {
  width: 100%;
  height: auto;
}
.news.news-single .news-img-wrap .news-img-caption {
  font-size: 14px;
}
.news.news-single .news-img-wrap a {
  padding: 0;
  border: none;
}
.news.news-single .news-text-wrap h3 {
  margin: 0 0 14px;
}
.news.news-single .news-text-wrap ul.disadvantages {
  display: inline-block;
  display: flow-root;
}
.news.news-single .download-area {
  margin: 40px 0 25px;
}
.news.news-single .news-related-files li {
  width: 100%;
}
.news.news-single .news-related-files li .text {
  padding: 0;
}
.news.news-single .work-area h4 {
  font-weight: bold;
}
.news.news-single .work-area.news-related-links li span.desc {
  font-weight: normal;
  font-size: 14px;
}
.tx-sz-extnewscat {
  margin-bottom: 20px;
}
.tx-sz-extnewscat .relatedPages.loading {
  background: url('../Images/ajax-loader.gif') no-repeat center center;
  min-height: 64px;
  margin-top: 25px;
}
.sidebar .tx-sz-extnewscat .sub-links .relatedPages .tx-szlikesme-pi1 {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news .news-list-view .article .img {
    width: 100%;
    margin: 0 0 25px;
    float: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .news .text-area .add li {
    height: 230px;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
}
/*
* Searchform
* ---------------------------------------------
*/
.form-active .nav-area .form {
  margin-bottom: 35px;
  display: block;
  min-height: 116px;
}
.tx-sz-indexed-search {
  position: relative;
}
.tx-indexedsearch-searchbox-results {
  display: none;
  position: absolute;
  z-index: 9999;
  height: auto;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 15px;
  width: 100%;
  top: 120px;
  right: 0px;
}
.tx-indexedsearch-searchbox-results:after {
  right: 136px;
  position: absolute;
  margin: 0 0 0 -20px;
  top: -15px;
  content: '';
  background: url(../Images/sprite.png) no-repeat -186px -110px;
  width: 39px;
  height: 16px;
}
.tx-indexedsearch-searchbox-results .title {
  display: block;
  color: #3e3e3e;
  padding: 11px 20px 12px;
  font-size: 22px;
  font-weight: 300;
}
.tx-indexedsearch-searchbox-results .results-drop {
  padding: 11px 20px 12px;
}
.tx-indexedsearch-searchbox-results .btn-holder {
  overflow: hidden;
  background: #6b85a8;
  font-size: 16px;
  text-align: center;
  margin: 0 1px 1px;
}
.tx-indexedsearch-searchbox-results .btn-holder a {
  cursor: pointer;
  display: block;
  padding: 12px 0 12px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.tx-indexedsearch-searchbox-results .btn-holder a .icon-search {
  font-size: 18px;
  color: #fff;
  margin: 0 13px 0 22px;
}
.tx-indexedsearch-searchbox-results .ajax-loader {
  width: 32px;
  height: 32px;
  margin: 40px auto;
  background: url(/typo3conf/ext/sz_indexed_search/Resources/Public/Icons/ajax-loader.gif);
}
/*
* Schnellfinder
* ---------------------------------------------
*/
.tx-sz-indexed-search .results-drop {
  list-style: none outside none;
  padding: 0;
}
.tx-sz-indexed-search .results-drop li {
  border-top: 1px solid #D9D9D9;
  padding: 22px 17px;
}
.tx-sz-indexed-search .results-drop li .ico-holder {
  width: 120px;
  float: left;
}
.tx-sz-indexed-search .results-drop li .ico-holder .ico {
  background: url('../Images/sprite.png');
  min-width: 17px;
  margin: 0 11px 4px 0;
  display: inline-block;
  vertical-align: middle;
}
.tx-sz-indexed-search .results-drop li .ico-holder .ico.news {
  background-position: -181px -5px;
  width: 15px;
  height: 13px;
}
.tx-sz-indexed-search .results-drop li .ico-holder .ico.page {
  background-position: -218px -4px;
  width: 17px;
  height: 16px;
}
.tx-sz-indexed-search .results-drop li .ico-holder .ico.download {
  background-position: -179px -38px;
  width: 17px;
  height: 16px;
}
.tx-sz-indexed-search .results-drop li .ico-holder .ico.document {
  background-position: -182px -38px;
  width: 13px;
  height: 16px;
}
.tx-sz-indexed-search .results-drop li .ico-holder .ico.event {
  background-position: -183px -76px;
  width: 17px;
  height: 16px;
}
.tx-sz-indexed-search .results-drop li .ico-holder .ico.person {
  background-position: -220px -38px;
  width: 16px;
  height: 16px;
}
.tx-sz-indexed-search .results-drop li .ico-holder .txt {
  display: inline-block;
  vertical-align: middle;
}
.tx-sz-indexed-search .results-drop li .text {
  padding-left: 120px;
  color: #777;
  font-size: 15px;
  line-height: 23px;
}
.tx-sz-indexed-search .results-drop li .text p {
  margin: 0 0 10px 0;
}
.tx-sz-indexed-search .results-drop li .text a {
  text-decoration: none;
  color: #a70b29;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px 0;
}
.tx-sz-indexed-search .results-drop li .text a:hover {
  text-decoration: underline;
}
.tx-sz-indexed-search .results-drop li .text .meta {
  display: block;
  font-weight: normal;
  border: 0;
  padding: 0;
  margin: 0;
}
.tx-sz-indexed-search .results-drop li .text .meta .text-uppercase {
  margin-right: 5px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .tx-indexedsearch-searchbox-results {
    width: 499px;
    top: 84px;
    right: 80px;
  }
}
@media screen and (min-width: 992px) {
  .tx-indexedsearch-searchbox-results {
    width: 657px;
    top: 84px;
    right: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .tx-indexedsearch-searchbox-results {
    width: 792px;
    top: 84px;
    right: 4px;
  }
}
.tx-sz-downloadcenter {
  margin-bottom: 30px;
}
.tx-sz-downloadcenter a:hover {
  color: #6b85a8;
  text-decoration: none;
}
.tx-sz-downloadcenter .download-panel {
  overflow: inherit;
  margin: 0;
}
.tx-sz-downloadcenter .download-panel .download .extension {
  text-transform: uppercase;
}
.tx-sz-downloadcenter .download-panel .download .downloadPrev {
  border: 3px solid #E0E4EB;
  float: left;
  margin-right: 20px;
}
.tx-sz-downloadcenter .download-panel .download .txt-holder .txt .h4 > a {
  color: #676767;
  line-height: 26px;
}
.tx-sz-downloadcenter .download-panel .ias-trigger {
  text-align: center;
}
.tx-sz-downloadcenter .download-panel .ias-trigger a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #A70B29;
  color: #FFFFFF;
  padding: 11px 23px 16px;
  text-transform: uppercase;
}
.tx-sz-downloadcenter .download-panel .ias-trigger a:hover {
  color: #6b85a8;
}
.tx-sz-downloadcenter .download-panel .ias-trigger a i {
  font-size: 11px;
  margin: 0 10px 0 -5px;
  display: inline-block;
  vertical-align: middle;
}
.tx-sz-downloadcenter .download-panel .ias-trigger a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}
.tx-sz-downloadcenter .download-panel .ias-trigger a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.tx-sz-downloadcenter .download-panel .select-holder.or {
  min-width: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
}
.download-area.downloadPublic ul li {
  width: 100%;
  padding: 0;
}
.download-area.downloadPublic ul li .text {
  margin-top: 4px;
}
.team-holder,
.download-area {
  padding: 0 0 0;
}
.team-holder ul .text,
.download-area ul .text {
  margin: 0 0 0;
}
.team-holder .downloads-add i.ico.jpg,
.download-area .downloads-add i.ico.jpg,
.team-holder .downloads-add i.ico.jpeg,
.download-area .downloads-add i.ico.jpeg {
  background-position: -61px -73px;
}
.team-holder .downloads-add i.ico.ppt,
.download-area .downloads-add i.ico.ppt {
  background-position: -1px -73px;
}
.team-holder .downloads-add i.ico.doc,
.download-area .downloads-add i.ico.doc,
.team-holder .downloads-add i.ico.docx,
.download-area .downloads-add i.ico.docx {
  background-position: -61px -1px;
}
.team-holder .downloads-add i.ico.zip,
.download-area .downloads-add i.ico.zip {
  background-image: url('/typo3conf/ext/typo3sz_assets/Resources/Public/Images/download-icon-zip.png');
  background-position: 0 0;
}
.team-holder .downloads-add i.ico.mp3,
.download-area .downloads-add i.ico.mp3 {
  background-image: url('/typo3conf/ext/typo3sz_assets/Resources/Public/Images/download-icon-mp3.png');
  background-position: 0 0;
}
/* SimpleList - Overrides */
.team-holder .downloads-add p {
  margin: -3px 0 0;
}
.team-holder .downloads-add p a {
  text-decoration: none;
  color: #676767;
  font-weight: 500;
  font-size: 20px;
}
.team-holder .downloads-add p a:hover {
  color: #6B85A8;
}
.team-holder .downloads-add .txt {
  font-size: 15px;
  line-height: 18px;
  color: #676767;
  font-weight: normal;
  text-transform: uppercase;
}
.article .download-area .ico {
  margin-top: 3px;
}
.article .download-area .text p {
  margin: -3px 0 0 !important;
}
.article .download-area .text p a {
  font-size: 20px;
  line-height: 26px;
  color: #676767;
}
.article .download-area .text p a:hover {
  color: #6b85a8;
}
.article .download-area .text p span {
  font-size: 16px;
  line-height: 1.5;
}
.download-panel .downloads .signup-area {
  padding-bottom: 0;
}
.download-panel .downloads .signup-area ul {
  margin: 0 25px 0;
}
.download-panel .downloads .signup-area ul li {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .download-area .downloads-add li {
    width: 48%;
    margin-right: 1%;
    height: 75px;
  }
}
@media (min-width: 768px) {
  .tx-sz-downloadcenter .download {
    position: relative;
  }
  .tx-sz-downloadcenter .download .txt-holder {
    width: 100%;
    padding-right: 200px;
  }
  .tx-sz-downloadcenter .download .btn {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
/*
* Galleria
* ---------------------------------------------
*/
.sz-galleria .galleria {
  margin-top: 0;
}
.sz-galleria .galleriaFallBack img {
  height: auto;
}
.galleria-container {
  background: white;
}
.galleria-stage {
  bottom: 100px;
  margin-bottom: 50px;
}
.galleria-thumbnails-container {
  height: 90px;
  bottom: 20px;
}
.galleria-thumbnails .galleria-image {
  border: none;
  width: 140px;
  height: 90px;
  background: none;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
}
.galleria-thumbnails .galleria-image.active {
  filter: none;
  -webkit-filter: none;
}
.galleria-thumbnails-list {
  height: 90px;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  height: 85px;
}
.galleria-counter {
  bottom: -15px;
  left: 30px !important;
  color: #000;
}
.galleria-stage {
  overflow: visible;
}
.galleria-thumbnails {
  margin: 0 auto;
}
.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
}
.galleria-thumb-nav-left {
  background-position: 0 30px;
}
.galleria-thumb-nav-right {
  background-position: -295px 30px;
}
.galleria-info-link {
  display: none;
}
.galleria-errors {
  display: none;
}
/*
* Lightbox
* ---------------------------------------------
*/
.galleria-lightbox-shadow {
  background: none !important;
}
.galleria-lightbox-overlay {
  background: #fff !important;
}
.galleria-lightbox-content {
  clear: both;
  box-shadow: 5px 7px 15px grey;
}
.galleria-lightbox-content .galleria-lightbox-image img {
  height: auto !important;
}
.galleria-lightbox-content .galleria-lightbox-info {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  z-index: 1;
}
.galleria-lightbox-content .galleria-lightbox-info:after {
  content: " ";
  display: block;
  clear: both;
}
.galleria-lightbox-content .galleria-lightbox-info .galleria-lightbox-counter {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
}
.galleria-lightbox-image-link {
  clear: both;
}
.galleria-lightbox-image-link .download-btn {
  background: #A70B29;
  border: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px;
  margin: 5px 0 0 10px;
  float: right;
}
.galleria-lightbox-image-link .download-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.galleria-lightbox-image-link .download-btn:active,
.galleria-lightbox-image-link .download-btn :focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .sz-galleria .galleria-thumbnails-container {
    display: none;
  }
  .sz-galleria .galleria {
    height: 260px;
  }
  .sz-galleria .galleria-stage {
    bottom: 0;
    margin-bottom: 20px;
    left: 0;
    right: 0;
  }
  .sz-galleria .galleria-counter {
    bottom: -15px;
  }
}
.contact-area {
  border-top: 0;
}
.tx-powermail .powermail_legend,
.tx-powermail .powermail_check_legend,
.tx-powermail .powermail_radio_legend,
.tx-powermail .tx-powermail .hidethis {
  display: none;
}
.tx-powermail .powermail_form .powermail_tabmenu {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.tx-powermail .powermail_form .powermail_tabmenu li {
  display: inline-block;
  width: auto;
  padding: 0 10px 0 0;
  opacity: 0.5;
  outline: none;
  cursor: pointer;
}
.tx-powermail .powermail_form .powermail_tabmenu li.act {
  opacity: 1;
  font-weight: 700;
}
.tx-powermail .powermail_form .powermail_tabmenu li.act.parsley-error {
  color: red;
}
.tx-powermail .powermail_tab_navigation .powermail_tab_navigation_next,
.tx-powermail .powermail_tab_navigation .powermail_tab_navigation_previous {
  float: right;
  min-width: 144px;
  padding: 12px 22px 12px 15px;
  margin-top: 7px;
  background: #a40b28;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.tx-powermail .powermail_tab_navigation .powermail_tab_navigation_next i,
.tx-powermail .powermail_tab_navigation .powermail_tab_navigation_previous i {
  margin: 0 9px 0 0;
  font-size: 11px;
}
.tx-powermail .powermail_tab_navigation .powermail_tab_navigation_next:hover,
.tx-powermail .powermail_tab_navigation .powermail_tab_navigation_previous:hover {
  opacity: 0.7;
}
.tx-powermail .powermail_tab_navigation .powermail_tab_navigation_previous {
  float: left;
}
.tx-powermail .powermail_fieldwrap.layout1 input {
  background: #e5e5e5;
  cursor: not-allowed;
}
.tx-powermail .powermail_fieldwrap.layout2 {
  display: none;
}
.tx-powermail .powermail_morestep .powermail_fieldwrap_submit {
  float: right;
  z-index: 2;
}
.tx-powermail .powermail_morestep .powermail_fieldwrap_submit .input-holder {
  width: auto;
}
.tx-powermail .powermail_morestep .powermail_fieldwrap_submit .input-holder .powermail_submit {
  padding: 12px 22px 12px 15px;
  font-size: 14px;
}
.tx-powermail .powermail_fieldwrap_select.error .jcf-select-powermail_select {
  border: 1px solid red !important;
}
.tx-powermail .powermail_fieldwrap_select.error .jcf-select-powermail_select .jcf-select-opener {
  border-left: 1px solid red !important;
}
.tx-powermail .powermail_fieldwrap_text {
  margin-bottom: 20px;
}
.tx-powermail .powermail_check_inner,
.tx-powermail .powermail_radio_inner {
  width: 48%;
  margin-right: 2% !important;
}
.tx-powermail .powermail_check_inner label,
.tx-powermail .powermail_radio_inner label,
.tx-powermail .powermail_check_inner input:hover,
.tx-powermail .powermail_radio_inner input:hover {
  cursor: pointer;
}
.tx-powermail .contact-area {
  overflow: visible;
  border-top: 0px;
}
.tx-powermail .contact-area textarea {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
.tx-powermail .contact-area input[type="password"] {
  float: left;
  width: 100%;
  height: 43px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
.tx-powermail .contact-area .fake-upload-input {
  float: right;
  width: 100%;
  height: 43px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
.tx-powermail .contact-area .btn .btn-primary.btn-readmore.pull-left {
  float: right;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 -1px;
  padding: 0 6px;
  line-height: 38px;
  height: 43px;
  background: #e5e5e5;
  min-width: 104px;
  text-align: center;
}
.tx-powermail .contact-area .not-uploaded .text {
  margin: 10px;
  position: absolute;
  display: inline-block;
}
.tx-powermail .contact-area .not-uploaded .btn {
  float: right !important;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 -1px;
  padding: 0 6px;
  line-height: 38px;
  height: 43px;
  background: #e5e5e5;
  min-width: 104px;
  text-align: center;
  border: none;
  border-radius: 0;
  color: #666;
}
.tx-powermail .contact-area .input-file.input-holder {
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
}
.tx-powermail .contact-area .input-file.input-holder .uploaded {
  display: none;
  position: relative;
}
.tx-powermail .contact-area .input-file.input-holder .uploaded .fake-upload-input {
  float: none;
  display: block;
  padding: 12px 40px 12px 15px;
}
.tx-powermail .contact-area .input-file.input-holder .uploaded .fake-upload-bin {
  position: absolute;
  right: 12px;
  top: 4px;
  color: #aeb0b5;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.tx-powermail .contact-area .jcf-file {
  display: none;
}
#ui-datepicker-div .ui-icon {
  cursor: pointer;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input::-webkit-clear-button,
input::-webkit-date-and-time-value,
input::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
.tx-szlikesme-pi1 .num {
  padding: 0 7px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #c9c9c9;
  background-color: #f8f8f8;
  background: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
  position: absolute;
  margin: 2px 0 0 25px;
}
.tx-szlikesme-pi1 .num:before {
  position: absolute;
  right: 100%;
  top: 2px;
  content: '';
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #c9c9c9 transparent transparent;
  z-index: 1;
}
.tx-szlikesme-pi1 .likeButton {
  text-decoration: none;
  margin-left: 1px;
}
.tx-szlikesme-pi1 .likeButton.alreadyVoted i {
  color: #a70b29;
}
.tx-szlikesme-pi1 .likeButton .icon-heart {
  color: #adb6c8;
}
.tx-szlikesme-pi1 .likeButton .icon-heart:hover {
  color: #a70b29;
  text-decoration: none;
}
#socialshareprivacy {
  margin: 20px 0 40px;
}
#socialshareprivacy .settings_info_menu {
  display: none;
}
#socialshareprivacy li {
  margin-bottom: 20px !important;
}
#socialshareprivacy li.mail .dummy_btn a {
  background: url('../Images/sprite.png') no-repeat -213px -71px;
}
#socialshareprivacy li.mail .dummy_btn a img {
  display: none;
}
#content {
  position: relative;
}
#content .pagecollector {
  /*position: absolute;*/
  top: 0;
  /*left: 0;
		right: 0;
		width: 100%;*/
  text-align: right;
}
#content .pagecollector a {
  background: none;
  border: 0;
  padding: 0;
  float: right;
  outline: none;
}
#content .pagecollector a i {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 2px;
  background: #e0e4eb;
  color: #fff;
  text-align: center;
  margin: 0 0 4px;
  padding: 10px 0 0;
  font-size: 21px;
}
#content .pagecollector a i:hover {
  background: #a70b29;
}
#content .pagecollector a.active i {
  background: #a70b29;
}
#favoriteList .dropdown ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
#favoriteList .dropdown ul li i.icon-star-full {
  margin-right: 10px;
  color: #a70b29;
}
#favoriteList .dropdown ul li a.pageLink {
  display: inline-block;
  min-width: 150px;
}
#favoriteList .dropdown ul li a.del {
  color: #cecece;
  margin-left: 20px;
  text-decoration: none;
}
#favoriteList .dropdown .returnPageUid,
#favoriteList .dropdown .listPageUid {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
#favoriteList .dropdown .returnPageUid i,
#favoriteList .dropdown .listPageUid i {
  display: inline-block;
  vertical-align: middle;
}
#favoriteList .dropdown .returnPageUid span,
#favoriteList .dropdown .listPageUid span {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  vertical-align: middle;
}
.tx-indexedsearch form {
  margin-bottom: 20px;
}
.tx-indexedsearch form input.form-control {
  width: 100%;
  height: 43px;
  border: 1px solid #e5e5e5;
  border-radius: inherit;
  box-shadow: none;
  background: #f6f6f6;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
.tx-indexedsearch form .btn {
  background-color: #a70b29;
  border-color: #a70b29;
  border-radius: inherit;
  border: 0;
  min-width: 144px;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 7px 10px;
  margin: 0;
}
.tx-indexedsearch form .btn:hover {
  opacity: 0.7;
}
.tx-indexedsearch form .btn i {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
.tx-indexedsearch form .btn span {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox {
  border-radius: 0;
  margin: 0 -3px;
  text-align: center;
  padding: 30px 0 5px;
  overflow: hidden;
  display: block;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox > li {
  display: inline;
  margin: 0 3px 5px;
  float: left;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox > li a {
  display: block;
  border: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  min-width: 24px;
  padding: 3px 1px 4px;
  border-radius: 2px !important;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox > .tx-indexedsearch-browselist-currentPage a,
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox > .tx-indexedsearch-browselist-currentPage a:hover,
.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox > .tx-indexedsearch-browselist-currentPage a:focus {
  z-index: 2;
  color: #fff;
  background-color: #a70b29;
  border-color: #a70b29;
  cursor: default;
}
.tx-indexedsearch .tx-indexedsearch-res {
  margin-top: 20px;
}
.tx-indexedsearch .tx-indexedsearch-res .search-result {
  display: block;
}
.tx-indexedsearch .tx-indexedsearch-res .search-result .results .post {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.tx-femanager {
  border-top: 0;
}
.tx-femanager .femanager_flashmessages .typo3-message {
  background-image: none;
}
.tx-femanager .femanager.user.show address {
  margin-bottom: 0;
}
.tx-femanager .femanager.user.show span.phone,
.tx-femanager .femanager.user.show span.email {
  vertical-align: top;
  line-height: 1.5;
  font-size: 16px;
}
.tx-femanager .femanager.user.show span.phone i,
.tx-femanager .femanager.user.show span.email i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.tx-femanager .femanager.user.show span.phone span,
.tx-femanager .femanager.user.show span.email span {
  display: inline-block;
  vertical-align: middle;
}
.tx-femanager .femanager.user.show span.email {
  color: #a70b29;
}
.tx-femanager .femanager input {
  float: left;
  width: 100%;
  height: 43px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
.tx-femanager .typo3-message.message-ok,
.tx-femanager .femanager_error {
  margin-bottom: 50px;
  background-position: 10px 17px;
  padding: 12px 12px 12px 36px !important;
}
#content .tx-sz-dorg-stuffcouncil .download-panel .form .select-holder {
  max-width: 100%;
}
#content .tx-sz-dorg-stuffcouncil .download-panel .form .select-holder .jcf-select {
  cursor: pointer;
}
#content .tx-sz-dorg-stuffcouncil .download-panel .form .select-holder .jcf-select.jcf-disabled {
  opacity: 0.5;
}
#content .tx-sz-dorg-stuffcouncil .download-panel .form .select-holder .jcf-select .jcf-select-text {
  cursor: pointer;
}
#content .tx-sz-dorg-stuffcouncil .staff-area ul {
  font-size: 16px;
}
#content .tx-sz-dorg-stuffcouncil .staff-area ul li {
  width: 21.2%;
}
#content .tx-sz-dorg-stuffcouncil .staff-area ul li:nth-child(4n) {
  margin-right: 0;
}
#content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption {
  left: -2px;
  min-width: 250px;
  padding-top: 40px;
}
#content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption .email {
  font-size: 90%;
}
#content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption .email .icon-mail {
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  #content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption .email span {
    word-wrap: break-word;
  }
}
#content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption .tel .icon-phone {
  margin-top: 3px;
}
#content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption .tel span > a {
  color: #FFFFFF;
}
#content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption a.caption-closer {
  color: #fff;
  position: absolute;
  top: 15px;
  width: 43px;
  height: 43px;
  right: -10px;
}
#content .tx-sz-dorg-stuffcouncil .staff-area .pagination {
  display: none;
}
#content .tx-sz-dorg-stuffcouncil .staff-area #infscr-loading {
  text-align: center;
  margin-bottom: 30px;
}
#content .tx-sz-dorg-stuffcouncil .staff-area #infscr-loading:nth-child(n+2) {
  display: none !important;
}
#content .tx-sz-dorg-stuffcouncil .partner-area {
  padding-bottom: 0;
}
#content .tx-sz-dorg-stuffcouncil .partner-area .partner {
  margin-bottom: 20px;
  float: left;
}
#content .tx-sz-dorg-stuffcouncil .partner-area .partner .txt-holder .frame {
  width: 100%;
}
#content .tx-sz-dorg-stuffcouncil .partner-area .partner .txt-holder .frame .email .icon-mail {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #content .tx-sz-dorg-stuffcouncil .partner-area .partner .txt-holder .frame .email span {
    word-wrap: break-word;
  }
}
#content .tx-sz-dorg-stuffcouncil .partner-area .partner .txt-holder .frame .tel > span {
  white-space: nowrap;
}
.arbeitsgruppen {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  #content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption {
    padding: 40px 22px 25px;
  }
}
@media (max-width: 1024px) {
  #content .tx-sz-dorg-stuffcouncil .download-panel .form .select-holder {
    min-width: 0;
    width: 100%;
  }
  #content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption {
    min-width: 206px;
  }
}
@media (max-width: 768px) {
  #content .tx-sz-dorg-stuffcouncil .staff-area ul li {
    width: 46%;
  }
  #content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption {
    min-width: 343px;
    padding: 30px;
  }
  #content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption h4 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  #content .tx-sz-dorg-stuffcouncil .staff-area ul li .caption .pos {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 3px;
  }
}
@media (max-width: 425px) {
  #content .tx-sz-dorg-stuffcouncil .staff-area ul li {
    width: 100%;
  }
  #content .tx-sz-dorg-stuffcouncil .jcf-select {
    min-width: 0;
  }
}
.szdorgseminars .bookedUp {
  color: #a70b29 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.szdorgseminars .bookedUp:before {
  font-family: "calibri", Arial sans-serif !important;
}
.szdorgseminars .imageBookedUp {
  opacity: .3;
}
.szdorgseminars .contact-area {
  border-top: none;
}
.szdorgseminars .contact-area textarea {
  float: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
}
.szdorgseminars .contact-area .h1.phone {
  display: none !important;
}
.szdorgseminars .article.teaser .txt .szLikesMe {
  float: left;
}
.szdorgseminars .event-area {
  border-top: 0;
}
.szdorgseminars .event-area .box input[type="date"] {
  width: 100%;
  height: 43px;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 4px 41px 3px 17px;
}
.szdorgseminars .event-area .listFilter.loading .box .ico,
.szdorgseminars .event-area .listFilter.loading .jcf-select,
.szdorgseminars .event-area .listFilter.loading select:disabled,
.szdorgseminars .event-area .listFilter.loading input:disabled {
  opacity: .5;
}
.szdorgseminars .event-area .listFilter .box {
  width: 19%;
}
.szdorgseminars .event-area .listFilter .box.filter {
  width: 21%;
}
.szdorgseminars .event-area .listFilter .box.date {
  width: 17%;
}
.szdorgseminars .event-area .listFilter .box.date:last-child {
  margin-right: 0;
}
.szdorgseminars .event-area .listFilter .box.or,
.szdorgseminars .event-area .listFilter .box.datepicker {
  text-align: center;
  line-height: 43px;
  width: 3%;
}
.szdorgseminars .event-area .listFilter .box.datepicker {
  margin-right: 0.5%;
}
.szdorgseminars .event-area .wrapper.loading {
  display: block;
  width: 100%;
  height: 64px;
  background: url('../Images/ajax-loader.gif') no-repeat center center;
}
.szdorgseminars .event-area .wrapper .no-events-found {
  border-bottom: 0;
}
.szdorgseminars .event-area #infscr-loading {
  text-align: center;
}
.szdorgseminars .news-area li.event .h4 {
  margin: 0 0 14px;
  color: #a70b29;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.szdorgseminars .news-area li.event .h4 .ico {
  float: left;
  background: url(../Images/sprite.png) no-repeat -137px -36px;
  width: 16px;
  height: 17px;
  margin: 4px 13px 0 0;
}
.szdorgseminars .news-area li.event p {
  font-size: 16px;
}
.szdorgseminars .news-area li.event .h5 {
  float: none;
  font-family: inherit;
  font-size: 26px;
  font-weight: bold;
  line-height: 29px;
}
.szdorgseminars .news-area li.event .h5 a {
  color: #3e3e3e;
  text-decoration: none;
  float: none;
}
.szdorgseminars .news-area li.event .imageWrap .bookedUp {
  position: absolute;
  font-size: 20px;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a70b29;
  cursor: default;
}
@media (min-width: 768px) {
  .szdorgseminars .news-area li.event .imageWrap .bookedUp {
    font-size: 18px;
    top: 150px;
  }
}
@media (min-width: 992px) {
  .szdorgseminars .news-area li.event .imageWrap .bookedUp {
    font-size: 15px;
    top: 50%;
  }
}
.szdorgseminars .news-area li.event .imageWrap .bookedUp:before {
  text-transform: lowercase;
  width: 24px;
}
.szdorgseminars .news-area li.event .imageWrap a {
  width: 100%;
  margin: 0;
}
.szdorgseminars .news-area li.event .imageWrap img {
  height: auto;
}
.szdorgseminars .szdorgseminars-detail .message.noticeMessage {
  color: #a70b29;
}
.szdorgseminars .szdorgseminars-detail .message.noticeMessage:before {
  text-transform: lowercase;
  width: 25px;
}
.szdorgseminars .szdorgseminars-detail.imported .body .body-wrap p,
.szdorgseminars .szdorgseminars-detail.imported .body .body-wrap p span {
  margin: 0 !important;
  text-indent: 0 !important;
  line-height: 1.5 !important;
}
.szdorgseminars .szdorgseminars-detail.imported .body .body-wrap p,
.szdorgseminars .szdorgseminars-detail.imported .body .body-wrap p span,
.szdorgseminars .szdorgseminars-detail.imported .body .body-wrap ul li,
.szdorgseminars .szdorgseminars-detail.imported .body .body-wrap ol li {
  font-family: 'calibri', Arial sans-serif !important;
  font-size: 16px !important;
  color: #676767 !important;
}
.szdorgseminars .szdorgseminars-detail.imported .body .body-wrap ul {
  margin: 0;
}
.szdorgseminars .szdorgseminars-detail .date {
  font-size: 20px;
  font-weight: bold;
  color: #999999;
  margin-bottom: 4px;
}
.szdorgseminars .szdorgseminars-detail .body .img-wrap {
  float: left;
  margin: 0 10px 17px 0;
}
.szdorgseminars .szdorgseminars-detail .body .img-wrap img {
  height: auto;
}
.szdorgseminars .szdorgseminars-detail .body .img-wrap .img-caption {
  font-size: 14px;
  color: #888888;
}
.szdorgseminars .szdorgseminars-detail .body .body-wrap {
  float: none;
}
.szdorgseminars .szdorgseminars-detail .body .body-wrap:after:after {
  content: " ";
  display: block;
  clear: both;
}
.szdorgseminars .szdorgseminars-detail .body .body-wrap p,
.szdorgseminars .szdorgseminars-detail .body .body-wrap p span {
  margin: 0 !important;
  text-indent: 0 !important;
  line-height: 1.5 !important;
}
.szdorgseminars .szdorgseminars-detail .body .body-wrap p,
.szdorgseminars .szdorgseminars-detail .body .body-wrap p span,
.szdorgseminars .szdorgseminars-detail .body .body-wrap ul li,
.szdorgseminars .szdorgseminars-detail .body .body-wrap ol li {
  font-family: 'calibri', Arial sans-serif !important;
  font-size: 16px !important;
  color: #676767 !important;
}
.szdorgseminars .szdorgseminars-detail .body .body-wrap ol {
  clear: left;
}
.szdorgseminars .szdorgseminars-detail .body .body-wrap ol:after:after {
  content: " ";
  display: block;
  clear: both;
}
.szdorgseminars .szdorgseminars-detail .body .body-wrap ul {
  clear: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.szdorgseminars .szdorgseminars-detail .body .body-wrap ul:after:after {
  content: " ";
  display: block;
  clear: both;
}
.szdorgseminars .szdorgseminars-detail .body .body-wrap ul li {
  letter-spacing: -0.2px;
  padding: 0 0 5px 22px;
  position: relative;
  width: 100%;
  float: left;
  color: #676767;
}
.szdorgseminars .szdorgseminars-detail .body .body-wrap ul li:before {
  background: #a30b28 none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 10px;
}
.szdorgseminars .szdorgseminars-detail .link {
  margin: 30px 15px 0 0;
  display: inline-block;
}
.szdorgseminars .szdorgseminars-detail ul.ag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.szdorgseminars .szdorgseminars-detail ul.ag-list li {
  margin-left: 40px;
}
.szdorgseminars .szdorgseminars-detail ul.ag-list li span {
  position: absolute;
  left: 0;
}
.szdorgseminars-registration .checkboxholder {
  margin-bottom: 10px;
}
.szdorgseminars-registration .checkboxholder:last-child {
  margin-bottom: 0;
}
.szdorgseminars-registration .checkboxholder label {
  float: none;
  display: inline;
}
.szdorgseminars-registration .contact-area .form .row-holder .select-holder .icon-cross,
.szdorgseminars-registration .contact-area .form .row-holder .select-holder .icon-checkmark {
  right: 50px;
}
.szdorgseminars-registration .contact-area .form .row-holder.error .select-holder .jcf-select {
  border: 1px solid red !important;
}
@media (max-width: 1199px) {
  .szdorgseminars .event-area .listFilter .box {
    margin-bottom: 25px;
  }
  .szdorgseminars .event-area .listFilter .box.datepicker {
    margin-right: 0.9%;
  }
  .szdorgseminars .event-area .listFilter .box.datepicker.last {
    clear: both;
  }
  .szdorgseminars .event-area .listFilter .box.date {
    width: 38%;
  }
  .szdorgseminars .event-area .listFilter .box.filter {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .szdorgseminars .event-area .listFilter .box.date {
    width: 100%;
    margin-bottom: 20px;
  }
  .szdorgseminars .event-area .listFilter .box.or,
  .szdorgseminars .event-area .listFilter .box.filter {
    width: 100%;
  }
}
.contact-area.szNewsletter .typo3-message {
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-area.szNewsletter .col-holder span {
  float: left;
  margin-right: 5px;
}
.contact-area.szNewsletter .col-holder span input:hover {
  cursor: pointer;
}
.contact-area.szNewsletter .col-holder label {
  float: none;
}
.contact-area.szNewsletter .col-holder label:hover {
  cursor: pointer;
}
.contact-area.szNewsletter .col-holder .clearall {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
  margin-bottom: 10px;
}
.tx_solr .solr-content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tx_solr .solr-sidebar {
    padding: 0;
  }
  .tx_solr .solr-content {
    padding-left: 35px;
  }
}
.tx_solr .solr-pagination .pagination a {
  color: #a70b29;
  border: none;
  padding: 0 7px;
  margin: 0 3px;
}
.tx_solr .solr-pagination .pagination .active {
  background: #a70b29;
  border: #a70b29;
}
.tx_solr .solr-pagination .pagination .active a {
  color: #FFFFFF;
}
.tx_solr .solr-pagination .pagination .active .solr-ajaxified {
  background: #a70b29;
  border: #a70b29;
}
.tx_solr #tx-solr-search .show-search-functions {
  cursor: pointer;
  background: #a70b29;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  padding: 0 5px;
  max-width: 100px;
  margin-top: 10px;
}
.tx_solr #tx-solr-search .tx-solr-search-form {
  background-color: #fff;
  border: 0;
  margin-bottom: 20px;
}
.tx_solr #tx-solr-search .tx-solr-search-form .tx-solr-q {
  margin-right: 0;
  padding-right: 0;
  width: 70%;
  float: left;
  line-height: 29px;
  background-color: #f8f8f8;
  border-radius: inherit;
  border: 1px solid #cfcecf;
}
@media screen and (min-width: 768px) {
  .tx_solr #tx-solr-search .tx-solr-search-form .tx-solr-q {
    width: 79%;
  }
}
.tx_solr #tx-solr-search .tx-solr-search-form .tx-solr-submit {
  padding: 5px 10px;
  display: inline-block;
  float: right;
  width: 25%;
  min-width: 70px;
  max-width: 144px;
  background: #a70b29;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .tx_solr #tx-solr-search .tx-solr-search-form .tx-solr-submit {
    padding: 5px 40px;
    width: 17%;
  }
}
.tx_solr #tx-solr-search .result-explain-range {
  display: block;
}
.tx_solr #tx-solr-search #tx-solr-pagination {
  height: auto;
}
.tx_solr #tx-solr-search .tx-solr-pagination-page-browser {
  float: none;
  margin: 40px 0;
}
.tx_solr #tx-solr-search .tx-solr-pagination-page-browser ul.tx-pagebrowse {
  text-align: left;
  padding-left: 0;
}
.tx_solr #tx-solr-search .tx-solr-pagination-page-browser ul.tx-pagebrowse li.tx-pagebrowse-pages ol li {
  display: inline-block;
  margin: 0 6px 0 2px;
  border-radius: 2px;
  padding: 4px 8px;
  line-height: 15px;
  color: #a70b29;
  background: #fff;
  font-weight: bold;
  font-size: 80%;
}
.tx_solr #tx-solr-search .tx-solr-pagination-page-browser ul.tx-pagebrowse li.tx-pagebrowse-pages ol li.tx-pagebrowse-current {
  background: #a70b29;
  color: #fff;
}
.tx_solr #tx-solr-search .tx-solr-pagination-page-browser ul.tx-pagebrowse li.tx-pagebrowse-pages ol li:before {
  display: none;
}
.tx_solr #tx-solr-search .results-list .results-entry {
  border: none;
  border-bottom: 1px solid #cfcecf;
  margin: 10px 0;
  padding: 10px 0px;
}
.tx_solr #tx-solr-search .results-list .results-entry .results-topic {
  font-size: 24px;
}
.tx_solr #tx-solr-search .results-list .results-entry .results-teaser .result-content {
  display: inline-block;
  overflow: hidden;
  max-height: 48px;
  margin-bottom: 0;
}
.tx_solr #tx-solr-search .results-list .results-entry .results-teaser .result-content .results-highlight {
  background: none;
  font-weight: bold;
}
.tx_solr #tx-solr-search-functions {
  display: none;
  width: 100%;
  float: none;
  height: 500px;
  overflow: scroll;
  border: 1px solid #333;
  padding: 10px 5px;
  margin-bottom: 20px;
}
.tx_solr #tx-solr-search-functions div.secondaryContentSection {
  padding: 0 0 0 0;
  margin: 0 10px 0 0;
}
.tx_solr #tx-solr-search-functions ul {
  padding: 0;
}
.tx_solr #tx-solr-search-functions ul li {
  border-bottom: 1px solid #cbd0e3;
  position: relative;
  padding: 10px 0;
}
.tx_solr #tx-solr-search-functions ul li a {
  color: #676767;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  display: block;
  margin-left: 26px;
  line-height: 20px;
}
.tx_solr #tx-solr-search-functions ul li a:before {
  content: '\e916';
  font-family: 'icomoon' !important;
  font-size: 14px;
  margin-left: -25px;
  padding-right: 12px;
}
.tx_solr #tx-solr-search-functions span.remove {
  float: right;
  color: #a70b29;
  font-size: 16px;
  position: absolute;
  padding: 0;
  right: 5px;
  top: 3px;
}
.tx_solr #tx-solr-search-functions .facet-label,
.tx_solr #tx-solr-search-functions .csc-header,
.tx_solr #tx-solr-search-functions .csc-firstHeader {
  font-size: 20px !important;
  font-weight: normal !important;
  padding-left: 0;
  margin-bottom: 5px;
  margin-top: -3px;
  color: #777 !important;
}
.tx_solr #tx-solr-search-functions .facets-remove-all {
  text-align: right;
  border: none;
}
.tx_solr #tx-solr-search-functions .facets-remove-all a {
  color: #a70b29;
  font-size: 14px;
  padding-right: 30px;
}
.tx_solr #tx-solr-search-functions .facets-remove-all a:before {
  display: none;
}
.tx_solr #tx-solr-search-functions #tx-solr-sorting {
  margin-bottom: 25px;
}
.tx_solr #tx-solr-search-functions #tx-solr-sorting .glyphicon {
  color: #a70b29;
  font-size: 14px;
  top: 5px;
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use {
  margin-bottom: 0;
  padding-left: 0;
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use .panel-heading {
  padding: 0;
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a {
  color: #a70b29;
  display: block;
  text-align: left;
  text-transform: none;
  position: relative;
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.remove-all-filters {
  text-transform: none;
  padding-right: 20px;
  text-align: right;
  font-size: 14px;
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-category_stringM:before {
  content: '\e916';
  font-family: 'icomoon' !important;
  font-size: 14px;
  padding-right: 13px;
  color: #3e3e3e;
  margin-left: -26px;
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type {
  text-align: left;
  padding: 0 0 4px 35px;
  border-bottom: 1px solid #cbd0e3;
  color: #676767;
  font-weight: bold;
  font-size: 20px;
  padding-right: 20px;
  white-space: initial;
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type:before {
  content: '\e916';
  font-family: 'icomoon' !important;
  font-size: 14px;
  margin-left: -32px;
  padding-right: 14px;
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type.facet-text-Seite:before,
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type.facet-text-Meldungen:before,
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type.facet-text-Dokument:before,
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type.facet-text-Fortbildung:before,
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type.facet-text-Person:before {
  background: url(/typo3conf/ext/typo3sz_assets/Resources/Public/Images/SVG/GEW_slide_grey-01.svg);
  background-repeat: no-repeat;
  margin: 0 8px -3px 0;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-left: -32px;
  content: '';
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type.facet-text-Seite:before {
  background-image: url(/typo3conf/ext/typo3sz_assets/Resources/Public/Images/SVG/GEW_slide_grey-01.svg);
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type.facet-text-Meldungen:before {
  background-image: url(/typo3conf/ext/typo3sz_assets/Resources/Public/Images/SVG/GEW_slide_grey-02.svg);
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type.facet-text-Dokument:before {
  background-image: url(/typo3conf/ext/typo3sz_assets/Resources/Public/Images/SVG/GEW_slide_grey-03.svg);
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type.facet-text-Fortbildung:before {
  background-image: url(/typo3conf/ext/typo3sz_assets/Resources/Public/Images/SVG/GEW_slide_grey-04.svg);
}
.tx_solr #tx-solr-search-functions .tx-solr-facets-in-use a.facet-name-type.facet-text-Person:before {
  background-image: url(/typo3conf/ext/typo3sz_assets/Resources/Public/Images/SVG/GEW_slide_grey-05.svg);
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets {
  margin-bottom: 0;
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet {
  border: none;
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet .panel-heading {
  padding-left: 0;
  padding-right: 0;
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet .panel-heading .facet-label {
  background: none;
  padding-left: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet .facet-option-list {
  padding-left: 10px;
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet .facet-option-list .facet-option {
  height: auto;
  padding: 10px 0;
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet .facet-option-list .facet-option a {
  color: #676767;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  display: block;
  margin-left: 26px;
  line-height: 20px;
  padding-right: 25px;
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet .facet-option-list .facet-option a:before {
  content: '\e916';
  font-family: 'icomoon' !important;
  font-size: 14px;
  margin-left: -25px;
  padding-right: 12px;
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet span.facet-result-count {
  position: absolute;
  right: 0;
  top: 12px;
  font-weight: bold;
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet.facet-type .facet-option-list {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet.facet-type .facet-option-list {
    padding-bottom: 10px;
  }
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet.facet-category_stringM {
  display: none;
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet.facet-category_stringM .facet-result-count {
  display: none;
}
@media screen and (min-width: 768px) {
  .tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet.facet-category_stringM {
    display: list-item;
  }
}
.tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets .facet .badge {
  background-color: initial;
  color: #999;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .tx_solr #tx-solr-search-functions #tx-solr-faceting .solr-facets-available .facets {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .tx_solr #tx-solr-search-functions {
    overflow: auto;
    display: block;
    height: initial;
    border: none;
    padding: 0;
  }
  .tx_solr #tx-solr-search-functions div.secondaryContentSection {
    padding: 0 0 10px 0;
    margin: 0 10px 2.4em 0;
  }
}
/*
* =============================================================
* CONTENT
* =============================================================
*/
#content {
  /*
	* Video
	* ---------------------------------------------
	*/
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .h1,
#content .h2,
#content .h3,
#content .h4,
#content .h5 {
  margin-top: 0;
  display: block;
}
#content .h2 {
  margin: 0 0 15px;
  color: #a70b29;
  font-size: 26px;
  line-height: 28px;
}
#content .h3 {
  margin: 0 0 14px;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  line-height: 22px;
}
#content p.bodytext {
  margin-bottom: 25px;
}
#content .lead {
  margin: 3px 0 7px;
  color: #666;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .3px;
}
#content ul {
  margin-bottom: 25px;
  padding: 0 0 0 5px;
}
#content ul.advantages {
  list-style: none;
}
#content ul.advantages li {
  position: relative;
  padding: 0 0 5px 25px;
  letter-spacing: -0.2px;
}
#content ul.advantages li:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 15px;
  height: 14px;
  background: url(../Images/sprite.png) no-repeat -140px -5px;
}
#content ul.disadvantages {
  list-style: none;
}
#content ul.disadvantages li {
  position: relative;
  padding: 0 0 5px 22px;
  margin-left: 2px;
  letter-spacing: -0.2px;
}
#content ul.disadvantages li:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  width: 10px;
  height: 3px;
  background: #a30b28;
}
#content ol {
  counter-reset: item;
  margin: 0;
  padding: 0 0 0 8px;
  list-style: none;
}
#content ol li {
  padding: 0 0 5px 23px;
  letter-spacing: -0.2px;
}
#content ol li:before {
  color: #a70b29;
  content: counters(item, ".", decimal) ".";
  counter-increment: item;
  float: left;
  margin: 0 0 0 -23px;
  width: 23px;
  font-weight: bold;
}
#content blockquote {
  font-size: 16px;
  margin-bottom: 25px;
}
#content blockquote p.bodytext {
  margin-bottom: 0;
}
#content .banner {
  margin: 0;
}
#content .container .container {
  width: 100%;
  padding: 0;
}
#content section {
  padding: 68px 0 61px;
}
#content section.layout-1 {
  position: relative;
  background-color: #ececec;
  padding: 45px 0 51px;
}
#content section.layout-1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
  border-top: 1px solid #e0e4eb;
}
#content section.layout-1:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
  border-bottom: 1px solid #e0e4eb;
}
#content section.layout-2 {
  position: relative;
  background-color: #ececec;
  padding: 45px 0 0;
}
#content section.layout-2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
  border-top: 1px solid #e0e4eb;
}
#content section.layout-3 {
  position: relative;
  background-color: #ececec;
  padding: 0 0 51px;
}
#content section.layout-3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
  border-bottom: 1px solid #e0e4eb;
}
#content section section {
  border: none;
  margin: 0;
  padding: 0 0 25px 0;
}
#content section section section {
  padding: 0;
}
#content div.csc-textpic-center .csc-textpic-center-outer,
#content div.csc-textpic-center .csc-textpic-center-inner {
  float: none;
}
#content .videowrapper iframe {
  max-width: 100%;
}
.aside .h6 {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
.aside .links {
  width: 100%  !important;
  float: none;
}
.aside .links li {
  width: 100% !important;
  float: none;
  margin: 0 0 6px;
}
#content table td,
#main table td,
#content table th,
#main table th {
  text-align: left;
  border: none;
}
#content table.table thead tr,
#main table.table thead tr {
  background: #a70b29;
  color: #fff;
}
#content table.table thead tr th,
#main table.table thead tr th {
  padding: 5px 10px;
  vertical-align: top;
}
#content table.table tbody tr:nth-child(even),
#main table.table tbody tr:nth-child(even) {
  background: #f1f3f6;
}
#content table.table tbody tr td,
#main table.table tbody tr td {
  padding: 5px 10px;
  vertical-align: top;
}
/* Headers */
/* Clear floats after csc-textpic and after csc-textpic-imagerow */
/* Set padding for tables */
/* Settings for figure and figcaption (HTML5) */
/* Captions */
/* Float the columns */
/* Border just around the image */
/* Space below each image (also in-between rows) */
/* colSpace around image columns, except for last column */
/* Add margin from image-block to text (in case of "Text & Images") */
/* Positioning of images: */
/* Center (above or below) */
/* Right (above or below) */
/* Left (above or below) */
/* Left (in text) */
/* Right (in text) */
/* Right (in text, no wrap around) */
/* Left (in text, no wrap around) */
/* Browser fixes: */
/* Fix for unordered and ordered list with image "In text, left" */
/* File Links */
/* Table background colors: */
/* specific page styles for extension "tx_cssstyledcontent" */
.csc-header-alignment-center {
  text-align: center;
}
.csc-header-alignment-right {
  text-align: right;
}
.csc-header-alignment-left {
  text-align: left;
}
div.csc-textpic-responsive {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.csc-textpic-responsive * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.csc-textpic {
  overflow: hidden;
}
div.csc-textpic div.csc-textpic-imagerow {
  overflow: hidden;
}
div.csc-textpic .csc-textpic-imagewrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
div.csc-textpic .csc-textpic-imagewrap table tr td {
  padding: 0;
  vertical-align: top;
}
div.csc-textpic .csc-textpic-imagewrap figure {
  margin: 0;
  display: table;
}
div.csc-textpic .csc-textpic-imagewrap img {
  border: none;
  display: block;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 10px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
  margin-bottom: 0;
}
div.csc-textpic figure.csc-textpic-imagewrap {
  margin: 0;
  display: table;
}
div.csc-textpic div.csc-textpic-imagecolumn {
  float: left;
}
div.csc-textpic div.csc-textpic-imagerow-last {
  margin-bottom: 0;
}
div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last {
  margin-bottom: 0;
}
ul.csc-uploads {
  padding: 0;
}
ul.csc-uploads li {
  overflow: hidden;
  list-style: none outside none;
  margin: 1em 0;
}
ul.csc-uploads img {
  float: left;
  margin-right: 1em;
  vertical-align: top;
}
ul.csc-uploads span {
  display: block;
}
ul.csc-uploads span.csc-uploads-fileName {
  text-decoration: underline;
}
figcaption.csc-textpic-caption {
  display: table-caption;
}
.csc-textpic-caption {
  text-align: left;
  caption-side: bottom;
}
div.csc-textpic-caption-c .csc-textpic-caption {
  text-align: center;
}
.csc-textpic-imagewrap .csc-textpic-caption-c {
  text-align: center;
}
.csc-textpic-imagewrap .csc-textpic-caption-r {
  text-align: right;
}
.csc-textpic-imagewrap .csc-textpic-caption-l {
  text-align: left;
}
div.csc-textpic-caption-r .csc-textpic-caption {
  text-align: right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
  text-align: left;
}
div.csc-textpic-border div.csc-textpic-imagewrap img {
  border: 2px solid black;
  padding: 0px 0px;
}
div.csc-textpic-imagecolumn {
  margin-right: 10px;
}
td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 10px;
}
div.csc-textpic-imagecolumn.csc-textpic-lastcol {
  margin-right: 0;
}
td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
  margin-right: 0;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap {
  margin-right: 10px;
  float: left;
}
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 10px;
  float: left;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap {
  margin-left: 10px;
  float: right;
}
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 10px;
  float: right;
}
div.csc-textpic-center .csc-textpic-imagewrap {
  overflow: hidden;
}
div.csc-textpic-center figure.csc-textpic-imagewrap {
  overflow: hidden;
}
div.csc-textpic-center .csc-textpic-center-outer {
  position: relative;
  float: right;
  right: 50%;
}
div.csc-textpic-center .csc-textpic-center-inner {
  position: relative;
  float: right;
  right: -50%;
}
div.csc-textpic-right .csc-textpic-imagewrap {
  float: right;
}
div.csc-textpic-right div.csc-textpic-text {
  clear: right;
}
div.csc-textpic-left .csc-textpic-imagewrap {
  float: left;
}
div.csc-textpic-left div.csc-textpic-text {
  clear: left;
}
.csc-textpic-intext-left ol {
  padding-left: 40px;
  overflow: auto;
}
.csc-textpic-intext-left ul {
  padding-left: 40px;
  overflow: auto;
}
table.contenttable-color-1 {
  background-color: #EDEBF1;
}
table.contenttable-color-2 {
  background-color: #F5FFAA;
}
table.contenttable-color-240 {
  background-color: black;
}
table.contenttable-color-241 {
  background-color: white;
}
table.contenttable-color-242 {
  background-color: #333333;
}
table.contenttable-color-243 {
  background-color: gray;
}
table.contenttable-color-244 {
  background-color: silver;
}
.csc-textpic-intext-right-nowrap .csc-textpic-text {
  margin-right: 310px;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 310px;
}
@media print {
  .szdorgseminars-detail .logo-print {
    display: block !important;
  }
  .szdorgseminars-detail .body {
    margin-top: 25px;
  }
  .szdorgseminars-detail .body .body-wrap {
    float: none;
  }
  .szdorgseminars-detail .body .img-wrap {
    float: left;
    width: 33.33333333%;
    margin: 0 10px 17px 0;
  }
  .szdorgseminars-detail .hidden-print {
    display: none !important;
  }
  .szdorgseminars-detail .header {
    margin-top: 50px !important;
  }
  .tx-powermail {
    display: none;
  }
}
.logo-print {
  display: none !important;
  content: url(../Images/gew-logo-print.svg);
  position: absolute;
  right: 0;
  width: 160px;
  margin-top: -105px;
}
/**
	Responsive Images fuer TYPO3 Fluid Styled Content
	blog.teamgeist-medien.de
*/
@media (max-width: 992px) {
  .ce-gallery {
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 1200px) {
  .ce-gallery .ce-column {
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .ce-gallery .ce-column:first-child {
    padding-left: 0;
  }
  .ce-gallery .ce-column:last-child {
    margin-right: 0;
  }
  .ce-gallery img,
  .ce-gallery picture {
    width: 100%;
    height: auto;
  }
  .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%;
  }
  .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33%;
  }
  .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
  }
  .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .ce-gallery .ce-column {
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .ce-gallery img,
  .ce-gallery picture {
    width: 100%;
    height: auto;
  }
}
.ce-gallery .image {
  width: auto !important;
  margin: 0;
}
.tx-szcomments-pi1 #customMessages li {
  list-style: none;
}
.tx-szcomments-pi1 ol li {
  margin-bottom: 25px;
  background: none;
}
.tx-szcomments-pi1 ol li.comment {
  padding: 30px !important;
  border: 2px solid #a70b29;
}
.tx-szcomments-pi1 ol li.comment .comment_reply {
  text-align: right;
}
.tx-szcomments-pi1 ol li ol li {
  background: #f2f2f2;
  border-left: 6px solid #e0e0e0;
  margin: 30px 0 1px 24px;
  padding: 20px 0 0 21px;
}
.tx-szcomments-pi1 #comments {
  margin-bottom: 60px;
}
.tx-szcomments-pi1 .comment-reply {
  padding: 30px !important;
}
.tx-szcomments-pi1 .comment_author {
  font-size: 16px;
  font-weight: bold;
}
.tx-szcomments-pi1 .comment_date {
  font-size: 12px;
}
.tx-szcomments-pi1 #writeComment {
  background: #f2f2f2;
  padding: 40px;
  margin-bottom: 25px;
}
.tx-szcomments-pi1 #writeComment textarea {
  font-size: 16px;
}
.tx-szcomments-pi1 #writeComment label span {
  font-size: 14px;
}
.tx-szcomments-pi1 #writeComment input.button {
  background: #a70b29;
  border: 0;
  min-width: 144px;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 7px 11px;
  margin: 7px 2px 0 0;
}
.tx-szcomments-pi1 #writeComment input.button:hover {
  opacity: .7;
}
.tx-szcomments-pi1 h2 {
  text-align: center;
}
.tx-szcomments-pi1 #thanksForYourComment li {
  list-style: none;
}
.tx-szcomments-pi1 .comment_list .comment_reply a {
  background: #a70b29;
  border: 0;
  min-width: 144px;
  color: #fff;
  padding: 10px 7px 10px;
  margin: 7px 2px 0 0;
}
.tx-szcomments-pi1 .comment_list .comment_reply a:hover {
  opacity: .7;
}
.tx-szcomments-pi1 .comment_list li:before {
  content: none !important;
}
.tx-szcomments-pi1 .comment_list .comment_content_wrap {
  padding-left: 0;
  width: 100%;
}
.tx-szcomments-pi1 .comment_list .comment_content_wrap .comment_body {
  font-size: 16px;
  line-height: inherit;
}
.tx-szcomments-pi1 .comment_list .comment_content_wrap .comment_body .comment_voting {
  font-size: 18px;
}
.tx-szcomments-pi1 .comment_list .comment_content_wrap .comment_body .comment_voting .glyphicon-thumbs-up {
  top: 2px;
}
.tx-szcomments-pi1 .comment_list .comment_content_wrap .comment_body .already_voted {
  color: #009900;
}
.tx-szcomments-pi1 .comment_list .comment_content_wrap .comment_body .image {
  margin: 0;
}
.tx-szcomments-pi1 .comment_list .comment_content_wrap .comment_body a {
  color: #a70b29;
}
.tx-szcomments-pi1 .comment_list .comment_content_wrap .comment_body a:hover {
  color: #6b85a8;
  opacity: .7;
}
.redStyle {
  background: #a70b29;
  color: white;
  display: block;
  font-weight: normal;
  overflow: hidden;
  margin: 0 11px 17px 0;
  padding: 3px 11px 5px;
}
.redStyle span {
  font-size: 24px;
  letter-spacing: -0.5px;
}
.redStyle i {
  margin: 13px 3px 0 0;
  float: right;
  font-size: 12px;
}
#content .csc-firstHeader {
  margin-right: 30px;
}
.jcf-select,
.jcf-select .jcf-select-text,
.jcf-list .jcf-option {
  cursor: pointer;
}
#infscr-loading {
  text-align: center;
}
.header-t .align-right .user-area .drop span {
  display: inline;
}
figcaption.csc-textpic-caption {
  display: inline;
}
@media (max-width: 991px) {
  .text.same-height-left.same-height-right {
    height: auto!important;
  }
}
@media (max-width: 991px) {
  .text.same-height-left.same-height-right p {
    height: auto!important;
  }
}
@media (max-width: 767px) {
  .flexHeight {
    height: auto!important;
  }
}
@media (max-width: 767px) {
  .flexHeight {
    height: auto!important;
  }
}
.news.news-single .detailSzLikesMe {
  position: absolute;
  left: 122px;
}
.news.news-single .detailSzLikesMe .num {
  top: 3px;
}
.news.news-single .socialBar #socialshareprivacy .social_share_privacy_area li {
  width: 100%;
}
@media (min-width: 650px) {
  .news.news-single .socialBar #socialshareprivacy .social_share_privacy_area li {
    width: 186px !important;
  }
}
@media (min-width: 770px) {
  .news.news-single .socialBar #socialshareprivacy .social_share_privacy_area li {
    width: 162px !important;
  }
}
@media (min-width: 992px) {
  .news.news-single .socialBar #socialshareprivacy .social_share_privacy_area li {
    width: 216px !important;
  }
}
@media (min-width: 1200px) {
  .news.news-single .socialBar #socialshareprivacy .social_share_privacy_area li {
    width: 145px !important;
  }
}
@media (min-width: 650px) {
  .news.news-single .socialBar #socialshareprivacy .social_share_privacy_area li .dummy_btn {
    width: 80px !important;
  }
}
.news.news-single .socialBar #socialshareprivacy .social_share_privacy_area li.mail .dummy_btn a {
  margin-left: 20px;
}
@media (min-width: 650px) {
  .news.news-single .socialBar #socialshareprivacy .social_share_privacy_area li.mail .dummy_btn a {
    margin-left: 22px !important;
  }
}
@media (min-width: 1200px) {
  .news.news-single .socialBar #socialshareprivacy .social_share_privacy_area li.mail .dummy_btn a {
    margin-left: -10px !important;
  }
}
@media (min-width: 1200px) {
  .news.news-single .socialBar #socialshareprivacy .social_share_privacy_area li.fbshare .dummy_btn a {
    margin-left: -56px !important;
  }
}
.news.news-single .socialBar #socialshareprivacy .social_share_privacy_area .fbshare {
  width: 80px;
  margin-left: 34px;
}
@media (min-width: 650px) {
  .news.news-single .socialBar #socialshareprivacy .social_share_privacy_area .fbshare {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .news.news-single .socialBar #socialshareprivacy .social_share_privacy_area .fbshare {
    width: 80px !important;
  }
}
.tx-szlikesme-pi1 .num {
  margin: 1px 0 0 38px;
}
.tx-szlikesme-pi1 .likeButton {
  margin-left: 7px;
}
.heading h2 {
  font-size: 26px;
  line-height: 31px;
}
@media (max-width: 1199px) {
  iframe {
    width: 100%;
  }
}
#optout {
  width: 100%;
  border: none;
}
.szdorgseminars .szdorgseminars-registration .dataprotection .jcf-checkbox {
  float: left;
}
.szdorgseminars .szdorgseminars-registration .dataprotection .dataprotection-label {
  width: calc(100% - 63px);
  max-width: none;
}
.szdorgseminars .szdorgseminars-registration .dataprotection .dataprotection-label span {
  margin: -5px 0 0 5px;
}
.rotate-360 {
  transform: rotate(180deg);
}
.ce-image .ce-gallery .image {
  margin: 0;
  margin-bottom: 10px;
}
/*# sourceMappingURL=all.css.map */