html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
}
@media only screen and (min-width: 1000px) {
  body::after {
    content: 'desktop';
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  body::after {
    content: 'desktop/narrow';
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  body::after {
    content: 'mobile';
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  body::after {
    content: 'mobile/medium';
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  body::after {
    content: 'mobile/narrow';
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  body::after {
    content: 'mobile/supernarrow';
    display: none;
  }
}
body,
button {
  font: 18px/1.2em PT Sans, Arial, Sans-Serif;
}
a {
  cursor: pointer;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
a:link,
a:visited {
  color: #256782;
  border-bottom-color: rgba(37, 103, 130, 0);
}
a:hover,
a:focus,
a:active {
  color: #256782;
  border-bottom-color: #256782;
}
a:focus {
  outline: none;
}
.r24Hidden {
  display: none;
}
#r24Container {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 48px;
}
.r24Wrapper {
  height: inherit;
  max-width: 1200px;
  min-width: 320px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1200px) {
  .r24Wrapper {
    max-width: none;
  }
}
.r24Clear {
  clear: both;
}
.r24SelectSiteButton {
  background-image: url(../img/arrow-dd-big-black.png);
  background-size: 24px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.r24SelectSiteButton button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.r24Toolbar {
  display: table;
  width: 100%;
  height: 100%;
}
.r24Toolbar > * {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.r24Toolbar > .r24_button,
.r24Toolbar > a {
  height: 100%;
  opacity: 1;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
}
.r24Toolbar > .r24_button:hover,
.r24Toolbar > a:hover,
.r24Toolbar > .r24_button:focus,
.r24Toolbar > a:focus,
.r24Toolbar > .r24_button:active,
.r24Toolbar > a:active {
  opacity: 1;
}
.r24Toolbar > .r24_button.r24_icon,
.r24Toolbar > a.r24_icon {
  width: 56px;
  background-size: 36px 36px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 999px) {
  .r24Toolbar > .r24_button.r24_icon,
  .r24Toolbar > a.r24_icon {
    width: 56px;
  }
}
.r24Toolbar > .r24_button > button {
  display: table-cell;
  width: inherit;
  height: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
}
.r24Toolbar > a {
  border-bottom: none !important;
  padding-right: 15px;
  padding-left: 15px;
}
.r24Toolbar > .r24_button.r24_dropdown > button {
  padding-right: 31px;
  padding-left: 11px;
  background-image: url(../img/arrow-dd-black.png);
  background-size: 16px 21px;
  background-position: right 9px center;
  background-repeat: no-repeat;
}
.r24Toolbar button:focus {
  outline: none;
}
.r24CalendarButton.r24_dropdown > button {
  width: 129px;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 500;
}
.r24CalendarButton.r24_icon {
  background-image: url("../img/");
}
.r24SearchButton {
  background-image: url("../img/icon-search.png");
}
.r24Label {
  display: inline-block;
  position: relative;
  padding-top: 0.38em;
  padding-bottom: 0.38em;
  font-size: 22px;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  overflow: hidden;
}
.r24Label.r24_top,
.r24Label.r24_new {
  right: 0;
  margin-left: 0.2em;
  padding-left: 1.2em;
  padding-right: 0.7em;
}
.r24Label.r24_top {
  color: #fff;
  overflow: hidden;
}
.r24Label.r24_top:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ee1c24;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
  z-index: -1;
}
.r24Label.r24_new {
  color: #ee1c24;
  overflow: hidden;
}
.r24Label.r24_new:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
  z-index: -1;
}
.r24Label.r24_city {
  left: 0;
  padding-left: 0.7em;
  padding-right: 1.2em;
  color: #ee1c24;
  overflow: hidden;
}
.r24Label.r24_city:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  z-index: -1;
}
a.r24ArrowLink {
  display: inline-block;
  padding-right: 36px;
  font-size: 20px;
  color: #5c5c5c;
  border-bottom: none !important;
  background-image: url(../img/arrow-goto.png);
  background-position: right 8px;
  background-repeat: no-repeat;
  background-size: 26px 8px;
}
a.r24ArrowLink span {
  border-bottom: solid 1px rgba(92, 92, 92, 0);
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
}
a.r24ArrowLink:hover span {
  border-bottom-color: #5c5c5c;
}
section h2 {
  margin: 0 0 16px;
  color: #5c5c5c;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 120%;
}
@media only screen and (max-width: 999px) {
  section h2 {
    margin: 0 0 9px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 520px) {
  section h2 {
    font-size: 24px;
  }
}
section > header {
  margin-bottom: 16px;
  text-align-last: justify;
}
section > header h2 {
  display: inline-block;
  margin-bottom: 0;
  text-align-last: left;
}
@media only screen and (max-width: 850px) {
  section > header {
    margin-bottom: 12px;
  }
  section > header h2 {
    display: block;
  }
  section > header a.r24ArrowLink {
    font-size: 20px;
    margin-top: 3px;
  }
}
a.r24ExtUrl {
  display: block !important;
  max-width: 600px !important;
  padding: 10px 25px !important;
  color: #4a7e94 !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out !important;
  background-color: transparent !important;
  border: solid 2px #6591a4 !important;
  border-radius: 35px !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  margin: 25px auto;
}
a.r24ExtUrl:hover {
  color: #fff !important;
  background-color: #4a7e94 !important;
  border-color: #4a7e94 !important;
}
.r24CommonBanner {
  margin: 45px 0;
}
#s29TopMenu {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  height: 41px;
  background-color: #fff;
}
@media only screen and (max-width: 999px) {
  #s29TopMenu {
    display: none;
  }
}
#s29TopMenu a,
#s29TopMenu button {
  height: 100%;
  padding: 0 14px;
  color: #464646;
  transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  background-color: transparent;
  border: none !important;
  vertical-align: middle;
  font-family: PT Sans;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none !important;
  cursor: pointer;
}
#s29TopMenu a.s29_current,
#s29TopMenu button.s29_current {
  color: #7a7a7a;
}
#s29TopMenu a:focus,
#s29TopMenu button:focus {
  outline: 0;
}
#s29TopMenu a:hover,
#s29TopMenu button:hover {
  color: #ed1c24;
}
#s29TopMenu a.s29_telegram,
#s29TopMenu button.s29_telegram {
  padding: 0;
  background-image: url(/plugins/s29_functions/topmenu/img/icon-telegram-dark.png);
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-size 0.08s ease-in-out;
  -webkit-transition: background-size 0.08s ease-in-out;
  -moz-transition: background-size 0.08s ease-in-out;
  -o-transition: background-size 0.08s ease-in-out;
}
#s29TopMenu a.s29_telegram:hover,
#s29TopMenu button.s29_telegram:hover {
  background-size: 26px 26px;
}
#s29TopMenu a.s29_telegram::after,
#s29TopMenu button.s29_telegram::after {
  display: block;
  content: "";
  width: 41px;
}
#s29TopMenu .s29_menu {
  display: table;
  height: 100%;
}
#s29TopMenu .s29_menu.s29_main {
  opacity: 0;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
  width: calc(100% + 2 * 14px);
  margin-left: -14px;
  margin-right: -14px;
}
#s29TopMenu .s29_menu.s29_main.s29_visible {
  opacity: 1;
}
#s29TopMenu .s29_menu.s29_main > * {
  width: 1%;
}
#s29TopMenu .s29_menu.s29_main > .s29_placeholder {
  width: 99%;
}
#s29TopMenu .s29_menu.s29_main > .s29_right {
  display: none;
}
#s29TopMenu .s29_menu.s29_sub {
  display: none;
}
#s29TopMenu .s29_menu > * {
  display: table-cell;
}
#s29TopMenu .s29_submenuContainer {
  display: none;
  height: 100%;
  margin-left: -6px;
}
#s29TopMenu .s29_back {
  float: left;
  font-size: 20px;
}
#s29TopMenu .s29_back span {
  position: relative;
  top: -1px;
}
#s29TopMenu.r24_hideable.r24_hidden {
  display: none;
}
.r24Header {
  padding-top: 0;
  padding-bottom: 0;
}
.r24Header > .r24Wrapper {
  position: relative;
}
.r24Header > .r24Toolbar,
.r24Header > .r24Wrapper > .r24Toolbar,
.r24Header > .r24_body > .r24Toolbar,
.r24Header > .r24Wrapper > .r24_body > .r24Toolbar {
  height: 100px;
}
@media only screen and (max-width: 999px) {
  .r24Header > .r24Toolbar,
  .r24Header > .r24Wrapper > .r24Toolbar,
  .r24Header > .r24_body > .r24Toolbar,
  .r24Header > .r24Wrapper > .r24_body > .r24Toolbar {
    height: 68px;
  }
}
.r24Header a:hover,
.r24Header a:focus,
.r24Header a:active {
  border-bottom: none !important;
}
.r24Header .r24_main {
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 127px;
  border-bottom: none;
}
.r24Header .r24_main > .r24_body {
  height: 100%;
  margin-right: -10px;
}
@media only screen and (max-width: 999px) {
  .r24Header .r24_main {
    margin-left: 98.52px;
  }
}
@media only screen and (max-width: 850px) {
  .r24Header .r24_main {
    margin-left: 61.52px;
  }
}
.r24Header .r24_main .r24_dropdown button {
  background-image: url("../img/arrow-dd-brightgray.png");
}
@media only screen and (max-width: 850px) {
  .r24Header .r24_main .r24CalendarButton {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .r24Header .r24_main .r24SearchButton {
    display: none;
  }
}
.r24Header.r24_alternate .r24_main {
  margin-left: 82.5px;
}
@media only screen and (max-width: 850px) {
  .r24Header.r24_alternate .r24_main {
    margin-left: 45.5px;
  }
}
@media only screen and (max-width: 520px) {
  .r24Header .r24Wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.r24Logo {
  width: 89px;
  padding: 0 !important;
  background-image: url("../img/logos/person.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: none !important;
}
@media only screen and (max-width: 999px) {
  .r24Logo {
    width: 60.52px;
  }
}
#r24MainHeader.r24_alternate .r24Logo {
  width: 44.5px;
}
#r24MainHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #1c5173;
}
.r24HasTopMenu #r24MainHeader {
  top: 41px;
}
@media only screen and (max-width: 999px) {
  #r24MainHeader {
    top: 0 !important;
  }
}
#r24MainHeader.r24_sliding {
  padding-top: 41px;
  top: -141px !important;
  transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
  -moz-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
}
#r24MainHeader.r24_sliding.r24_visible {
  top: 0 !important;
}
@media only screen and (max-width: 999px) {
  #r24MainHeader.r24_sliding.r24_visible {
    top: -41px !important;
  }
}
#r24MainHeader.r24_sliding + #r24ContentArea > #r24Content {
  margin-top: 41px;
  padding-top: 0;
}
@media only screen and (max-width: 999px) {
  #r24MainHeader.r24_sliding + #r24ContentArea > #r24Content {
    margin-top: 0;
  }
}
#r24MainHeader,
#r24MainHeader a,
#r24MainHeader button {
  color: #e2e2e2;
}
#r24MainHeader .r24SelectSiteButton {
  margin-left: 6px;
  width: 32px;
  height: 100px;
  background-image: url("../img/arrow-dd-big-brightgray.png");
}
@media only screen and (max-width: 999px) {
  #r24MainHeader .r24SelectSiteButton {
    height: 68px;
  }
}
@media only screen and (max-width: 850px) {
  #r24MainHeader .r24SelectSiteButton {
    display: none;
  }
}
#r24MainHeader.r24_alternate {
  height: 50px;
  padding-top: 0;
}
#r24MainHeader.r24_alternate .r24SelectSiteButton {
  height: 50px;
}
#r24MainHeader.r24_alternate > .r24Wrapper > .r24Toolbar {
  height: 50px !important;
}
#r24MainTitleArea {
  width: 100%;
  padding: 0 4px;
  text-align: left;
  color: #e2e2e2;
  padding-left: 30px;
}
@media only screen and (max-width: 999px) {
  #r24MainTitleArea {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #r24MainTitleArea {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 520px) {
  #r24MainTitleArea {
    padding-left: 8px;
  }
}
#r24MainTitleArea .r24Toolbar {
  table-layout: fixed;
}
#r24MainTitleArea a {
  color: #e2e2e2;
  border-bottom: none !important;
}
#r24MainTitle {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding-right: 10px;
}
@media only screen and (max-width: 850px) {
  #r24MainTitle {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 520px) {
  #r24MainTitle {
    padding-right: 0;
  }
}
#r24MainTitle.r24_hasRegionButton {
  padding-right: 40px;
}
#r24MainTitle .r24_content {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 999px) {
  #r24MainTitle .r24_content {
    padding: 5px 0;
  }
}
#r24MainTitle .r24_title {
  display: block;
  font-size: 42px;
  font-family: Open sans, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 115%;
}
#r24MainTitle .r24_title.r24_multiline b {
  display: block;
}
#r24MainTitle.r24_hasSubTitle .r24_title {
  font-size: 38px;
}
#r24MainTitle .r24_subtitle {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  font-family: Open sans, Arial, sans-serif;
  font-weight: 500;
  line-height: 115%;
}
#r24MainTitle.r24_ready .r24_content {
  overflow: auto;
  white-space: normal;
}
#r24MainHeader.r24_alternate #r24MainTitle .r24_content {
  max-width: 100%;
  overflow: hidden;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#r24MainHeader.r24_alternate #r24MainTitle .r24_title,
#r24MainHeader.r24_alternate #r24MainTitle .r24_subtitle {
  display: inline;
  font-size: inherit;
}
#r24MainHeader.r24_alternate #r24MainTitle .r24_subtitle {
  margin-left: 1.5em;
}
.r24RegionButton {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 100%;
  vertical-align: middle;
  background-image: url("../img/arrow-dd-big-brightgray.png");
  background-size: 24px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 520px) {
  .r24RegionButton {
    width: 28px;
    margin-left: 6px;
    background-size: 20px 13px;
  }
}
.r24RegionButton button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
/*
#r24MainTitleTest {
	display: none;
	
	& > div {
		position:fixed;
		white-space: nowrap;
	}
	
	&.r24_hasRegionButton > div {
		padding-right:40px;
	}
}
*/
/*

#r24MainTitle, #r24MainTitleTest > div {
	font-size:42px; font-family:Open sans, Arial, sans-serif; font-weight:@mainTitleFontWeight; text-transform:uppercase;
	line-height:115%;
	
	b {
		font-weight:800;
	}
	
	&.r24_double 					{ font-size:38px; }
	
	@media @mobile {
		font-size:36px;
		&.r24_double				{ font-size:28px; }
	}
	
	//@media @mobileNarrow {
	//	font-size:32px;
	//	&.r24_double				{ font-size:22px; }
	//}
	
	#r24Header.r24_alternate & {
		font-size:22px;
		&.r24_double				{ font-size:18px; }
	}
}


#r24MainTitle.r24_hasSubTitle, #r24MainTitleTest.r24_hasSubTitle > div {
	font-size:38px;
	
	&.r24_double 					{ font-size:34px; }
	
	@media @mobile {
		font-size:28px;
		&.r24_double 					{ font-size:22px; }
	}
	
	//@media @mobileNarrow {
	//	font-size:28px;
	//}
	
	.r24_subtitle {
		display:block;
		text-transform:none;
		font-size:24px;
		
		@media @mobile {
			font-size:20px;
		}
		
		//@media @mobileNarrow {
		//	font-size:20px;
		//}
	}
}

*/
.r24MenuButton {
  background-image: url("../img/icon-menu-brightgray.png");
}
@media only screen and (max-width: 520px) {
  .r24MenuButton {
    background-size: 32px 32px;
  }
}
a#r24Geohint {
  position: absolute;
  top: 110px;
  right: 15px;
  min-width: 230px;
  max-width: calc(100% - 30px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 30px 22px;
  background: #fff;
  border: solid 2px #5c5c5c;
  border-radius: 4px 0 4px 4px;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media only screen and (max-width: 999px) {
  a#r24Geohint {
    top: 84px;
  }
}
@media only screen and (max-width: 520px) {
  a#r24Geohint {
    right: 8px;
  }
}
a#r24Geohint:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid #5c5c5c;
  border-top: 16px solid transparent;
  border-bottom: 16px solid #5c5c5c;
  right: -2px;
  top: -32px;
}
a#r24Geohint:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid #fff;
  right: 0;
  top: -26px;
}
a#r24Geohint:hover,
a#r24Geohint:active,
a#r24Geohint:focus {
  border-bottom: solid 2px #5c5c5c !important;
}
a#r24Geohint .r24_top {
  margin-bottom: 10px;
  color: #ed1c24;
  font-size: 19px;
  font-weight: bold;
}
a#r24Geohint .r24_title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
a#r24Geohint .r24_title span {
  border-bottom: rgba(0, 0, 0, 0) solid 1px;
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
}
a#r24Geohint:hover .r24_title span {
  border-bottom-color: #000 !important;
}
#r24MainHeader.r24_alternate a#r24Geohint {
  top: 72px;
}
#r24Subheader {
  display: none;
  height: 46px;
  margin-bottom: 26px;
  margin-left: 15px;
}
#r24Subheader .r24Toolbar {
  height: 46px;
}
#r24Subheader .r24Toolbar .r24_placeholder {
  width: 100%;
}
@media only screen and (max-width: 850px) {
  #r24Subheader {
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  #r24Subheader {
    margin-left: 8px;
  }
}
#r24Subheader .r24SearchButton {
  display: none;
  width: 50px;
  background-size: 30px 30px;
}
@media only screen and (max-width: 520px) {
  #r24Subheader .r24SearchButton {
    display: table-cell;
  }
}
#r24Subheader .r24SelectSiteButton {
  width: 60.52px;
  background-position: center 42%;
}
#r24Footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #252525;
}
#r24Footer .r24_bottom .r24_icons {
  float: left;
  margin-right: 20px;
  padding: 6px 0 3px;
  text-align: right;
}
#r24Footer .r24_bottom .r24_icons a {
  border-bottom: none !important;
}
#r24Footer .r24_bottom .r24_icons > * {
  display: inline-block;
  margin-right: 4px;
}
#r24Footer .r24_bottom .r24_icons > *:last-child {
  margin-right: 0;
}
#r24Footer .r24_bottom .r24_icons > .r24_18plus {
  position: relative;
  top: -7px;
  color: #bfbfbf;
  opacity: 0.75;
  font-size: 20px;
}
#r24Footer .r24_bottom .r24_icons > .r24_rss {
  display: none;
  width: 31px;
  height: 31px;
  background-image: url("../img/icon-rss.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.75;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
  border-bottom: none !important;
}
#r24Footer .r24_bottom .r24_icons > .r24_rss:hover {
  opacity: 1;
}
#r24Footer .r24_bottom .r24_copyright {
  float: right;
  padding-top: 15px;
  font-size: 14px;
  line-height: 125%;
}
#r24Footer .r24_bottom .r24_copyright span,
#r24Footer .r24_bottom .r24_copyright a {
  color: #cacaca;
  opacity: 0.75;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
}
#r24Footer .r24_bottom .r24_copyright > span:first-child {
  margin-right: 20px;
}
#r24Footer .r24_bottom .r24_copyright a {
  border-bottom: none !important;
}
#r24Footer .r24_bottom .r24_copyright a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  #r24Footer .r24_bottom .r24_copyright {
    float: left;
  }
}
@media only screen and (max-width: 520px) {
  #r24Footer .r24_bottom .r24_copyright {
    width: 240px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 150%;
  }
}
.r24Blur {
  filter: blur(25px);
  transition: filter 0.4s ease-in;
  -webkit-transition: filter 0.4s ease-in;
  -moz-transition: filter 0.4s ease-in;
  -o-transition: filter 0.4s ease-in;
}
.r24BlurTest {
  filter: blur(25px);
}
#r24Overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #dedede;
}
#r24Overlay.r24_transparent {
  background-color: rgba(222, 222, 222, 0.85);
}
#r24Overlay .r24Wrapper {
  height: 100%;
}
#r24Overlay .r24_outerBody {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 140px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  #r24Overlay .r24_outerBody {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}
#r24Overlay .r24_innerBody {
  position: relative;
  height: 100%;
}
#r24Overlay .r24_innerBody > section {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
#r24Overlay .r24_close.r24_absolute {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 48px;
  height: 48px;
  border: none;
  background-image: url(../img/icon-closeoverlay.png);
  background-color: transparent;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#r24Overlay .r24_close.r24_absolute:focus {
  outline: none;
}
#r24Overlay .r24_loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: roundLoaderAnimation 1.1s infinite linear;
  animation: roundLoaderAnimation 1.1s infinite linear;
}
#r24Overlay .r24_loader,
#r24Overlay .r24_loader:after {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
@-webkit-keyframes roundLoaderAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roundLoaderAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#r24OverlayLogo {
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  width: 62.3px;
  height: 70px;
  background-image: url("../img/themes/person/logo-overlay.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: none !important;
}
@media (max-width: 650px) {
  #r24Locations {
    margin-left: 20px;
  }
}
#r24Locations ul {
  max-height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-count: 4;
  column-gap: 20px;
}
@media only screen and (max-width: 999px) {
  #r24Locations ul {
    column-count: 3;
  }
}
@media only screen and (max-width: 850px) {
  #r24Locations ul {
    column-count: 2;
  }
}
@media (max-width: 650px) {
  #r24Locations ul {
    column-count: auto;
  }
}
#r24Locations ul li {
  margin-bottom: 5px;
  break-inside: avoid;
}
#r24Locations ul li a {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 135%;
}
#r24Locations ul li a:hover,
#r24Locations ul li a:active,
#r24Locations ul li a:focus {
  color: #000;
  border-bottom-color: #000;
}
#r24Locations ul ~ .s29_prev {
  background-image: url(../img/arrow-left.png);
}
#r24Locations ul ~ .s29_prev[disabled] {
  background-image: url(../img/arrow-left-inactive.png);
}
#r24Locations ul ~ .s29_next {
  background-image: url(../img/arrow-right.png);
}
#r24Locations ul ~ .s29_next[disabled] {
  background-image: url(../img/arrow-right-inactive.png);
}
li.r24_city + li.r24_region {
  margin-top: 36px;
}
#r24Region {
  display: flex;
  flex-direction: column;
}
@media (max-width: 650px) {
  #r24Region {
    margin-left: 20px;
  }
}
#r24Region header {
  margin-bottom: 42px;
}
@media only screen and (max-width: 850px) {
  #r24Region header {
    text-align-last: left;
  }
}
#r24Region h2 {
  color: #000;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
}
#r24Region .r24_right {
  float: right;
}
@media only screen and (max-width: 850px) {
  #r24Region .r24_right {
    float: none;
    margin-bottom: 35px;
  }
}
#r24Region #r24SelectRegion {
  height: 32px;
  padding-left: 32px;
  color: #000;
  background-color: transparent;
  background-image: url(../img/icon-menu-overlay.png);
  background-size: 19px 17px;
  background-position: left center;
  background-repeat: no-repeat;
  border: none;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 18px;
  cursor: pointer;
}
#r24Region #r24SelectRegion span {
  border-bottom: rgba(0, 0, 0, 0) solid 1px;
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
}
#r24Region #r24SelectRegion:hover span {
  border-bottom-color: #000;
}
#r24Region .r24_body {
  position: relative;
  height: calc(100% - 217px);
  flex-grow: 1;
  overflow: hidden;
}
#r24Region ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-count: 4;
  column-gap: 20px;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  #r24Region ul {
    column-count: 3;
  }
}
@media only screen and (max-width: 850px) {
  #r24Region ul {
    column-count: 2;
  }
}
@media (max-width: 650px) {
  #r24Region ul {
    column-count: auto;
  }
}
#r24Region ul li {
  margin-bottom: 5px;
  break-inside: avoid;
}
#r24Region ul li a {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 135%;
}
#r24Region ul li a:hover,
#r24Region ul li a:active,
#r24Region ul li a:focus {
  color: #000;
  border-bottom-color: #000;
}
#r24Region ul ~ .s29_prev {
  background-image: url(../img/arrow-left.png);
}
#r24Region ul ~ .s29_prev[disabled] {
  background-image: url(../img/arrow-left-inactive.png);
}
#r24Region ul ~ .s29_next {
  background-image: url(../img/arrow-right.png);
}
#r24Region ul ~ .s29_next[disabled] {
  background-image: url(../img/arrow-right-inactive.png);
}
#r24Region ul li:first-child {
  margin-bottom: 33px;
  break-after: column;
}
#r24Region ul li:first-child a {
  font-size: 24px;
  line-height: 100%;
}
#r24SelectSite {
  text-align: center;
  overflow: hidden;
}
#r24SelectSite .r24_container {
  height: 100%;
  margin-right: -100px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#r24SelectSite ul {
  display: inline-block;
  margin: 0;
  padding: 0 100px 0 0;
  list-style: none;
  text-align: left;
}
#r24SelectSite a {
  display: block;
  clear: both;
  height: 82px;
  padding: 0 54px;
  margin-bottom: 36px;
  border-bottom: none;
}
#r24SelectSite a > * {
  height: inherit;
}
#r24SelectSite a.r24_current {
  background-image: url(../img/arrow-current-black.png);
  background-size: 16px 24px;
  background-repeat: no-repeat;
  background-position: left center;
}
#r24SelectSite .r24_icon {
  display: block;
  float: left;
  width: 82px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#r24SelectSite .r24_text {
  display: table-cell;
  padding-left: 36px;
  color: #000 !important;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
}
#r24SelectSite .r24_text span {
  border-bottom: rgba(0, 0, 0, 0) solid 1px;
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
}
#r24SelectSite a:hover > .r24_text span {
  border-bottom-color: #000 !important;
}
@media only screen and (max-width: 850px) {
  #r24SelectSite a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #r24SelectSite a {
    height: 72px;
    padding-left: 36px;
  }
  #r24SelectSite .r24_icon {
    width: 72px;
  }
  #r24SelectSite .r24_text {
    font-size: 18px;
    padding-left: 24px;
  }
}
.r24Columns {
  display: flex;
  /*flex-direction:row-reverse;*/
  justify-content: space-between;
  margin-bottom: 45px;
}
.r24Columns > .r24_left {
  float: left;
  width: calc(100% - 395px);
}
.r24Columns > .r24_left .r24Banner {
  display: none;
}
.r24Columns > .r24_right {
  float: right;
  width: 336px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.r24Columns > .r24_right .r24_banners {
  position: sticky;
  top: 120px;
}
.r24Columns > .r24_right .r24_banners > .r24Banner {
  margin: 0 0 35px;
}
.r24Columns > .r24_right .r24_banners > .r24Banner:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  .r24Columns {
    display: block;
  }
  .r24Columns > .r24_left {
    width: 100%;
  }
  .r24Columns > .r24_left .r24Banner {
    display: block;
    margin: 0 -15px;
  }
  .r24Columns > .r24_right {
    width: 100%;
  }
  .r24Columns > .r24_right .r24_banners {
    position: static;
  }
}
@media only screen and (max-width: 999px) {
  #r24Content.r24_hasGeohint {
    padding-top: 120px;
  }
}
#r24Content.r24_hasGeohint .r24Columns > .r24_right {
  margin-top: -40px;
}
#r24Content.r24_hasGeohint .r24Columns > .r24_right > .r24_banners {
  padding-top: 140px !important;
}
#r24Content {
  position: relative;
  z-index: 0;
  margin-top: 141px;
  padding-top: 30px;
}
@media only screen and (max-width: 999px) {
  #r24Content {
    margin-top: 68px;
  }
}
@media only screen and (max-width: 850px) {
  #r24Content {
    padding-top: 0;
  }
}
.r24Announce .r24_item {
  position: relative;
}
.r24Announce a.r24_url {
  display: block;
  height: 100%;
  border-bottom: none !important;
}
.r24Announce a.r24_url .r24_image {
  padding-top: 56.2%;
  background-position: center 38%;
  background-repeat: no-repeat;
  background-size: cover;
}
.r24Announce a.r24_url .r24_title {
  margin: 8px 0 0;
}
.r24Announce a.r24_url:link h3,
.r24Announce a.r24_url:visited h3 {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.r24Announce a.r24_url:hover h3,
.r24Announce a.r24_url:focus h3,
.r24Announce a.r24_url:active h3 {
  color: #000;
  border-bottom-color: #000;
}
.r24Announce a.r24_url h3 {
  margin: 0;
  display: inline;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 115%;
}
@media only screen and (max-width: 850px) {
  .r24Announce a.r24_url h3 {
    font-size: 20px;
  }
}
.r24Announce a.r24_url .r24Label {
  z-index: 1;
  position: absolute;
  top: 0;
  font-size: 22px;
}
@media only screen and (max-width: 850px) {
  .r24Announce a.r24_url .r24Label {
    font-size: 18px;
  }
}
.r24Announce a.r24_url .r24Label.r24_top,
.r24Announce a.r24_url .r24Label.r24_new {
  right: 0;
}
.r24Brief {
  margin-bottom: 55px;
}
.r24Brief a.r24_item {
  display: block;
  margin-bottom: 28px;
  border-bottom: none !important;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.r24Brief a.r24_item:last-child {
  margin-bottom: 0;
}
.r24Brief a.r24_item time {
  display: block;
  float: left;
  width: 104px;
  color: #ee1c24;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 520px) {
  .r24Brief a.r24_item time {
    float: none;
    margin-bottom: 3px;
  }
}
.r24Brief a.r24_item h3 {
  display: block;
  margin: 0 0 0 108px;
  color: #000;
  font-family: Oswald;
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
}
@media only screen and (max-width: 520px) {
  .r24Brief a.r24_item h3 {
    margin: 0;
  }
}
.r24Brief a.r24_item h3 span {
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
}
.r24Brief a.r24_item:hover h3 span {
  border-bottom-color: #000;
}
#r24Home .r24Brief {
  columns: 2;
  column-gap: 50px;
}
@media only screen and (max-width: 999px) {
  #r24Home .r24Brief {
    columns: 1;
  }
}
#r24Top {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
#r24Top .r24_single .r24_item {
  overflow: hidden;
}
#r24Top .r24_single .r24_item .r24_image {
  min-height: 380px;
  padding-top: unset;
}
#r24Top .r24_single .r24_item .r24_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 80px 36px 36px;
  background-image: url(../img/newsfade.png);
  background-position: top left;
  background-repeat: repeat-x;
}
#r24Top .r24_single .r24_item h3 {
  color: #fff !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  font-family: Oswald, Arial, sans-serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 120%;
}
#r24Top .r24_single .r24_item:hover h3 {
  border-bottom-color: #fff;
}
#r24Top .r24_single .r24_item .r24Label {
  font-size: 28px;
}
@media only screen and (max-width: 999px) {
  #r24Top .r24_single .r24_item h3 {
    font-size: 48px !important;
  }
}
@media only screen and (max-width: 850px) {
  #r24Top .r24_single .r24_item .r24_image {
    min-height: 400px;
  }
  #r24Top .r24_single .r24_item .r24_title {
    padding: 70px 32px 32px;
  }
  #r24Top .r24_single .r24_item h3 {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 520px) {
  #r24Top .r24_single .r24_item {
    margin-left: -15px;
    margin-right: -15px;
  }
  #r24Top .r24_single .r24_item .r24_image {
    min-height: 420px;
  }
  #r24Top .r24_single .r24_item .r24_title {
    padding: 60px 24px 24px;
  }
  #r24Top .r24_single .r24_item h3 {
    font-size: 34px !important;
  }
  #r24Top .r24_single .r24_item .r24Label {
    font-size: 24px;
  }
}
#r24Top.r24_2 .r24_double .r24_item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 30px) / 2);
}
#r24Top.r24_2 .r24_double .r24_item:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 520px) {
  #r24Top.r24_2 .r24_double .r24_item:first-child {
    margin-bottom: 28px;
  }
}
#r24Top.r24_3 {
  display: flex;
}
#r24Top.r24_3 .r24_single {
  float: left;
  width: calc(100% - calc((100% - 2 * 15px) / 3) - 30px);
}
#r24Top.r24_3 .r24_single .r24Announce {
  height: 100%;
}
#r24Top.r24_3 .r24_single .r24Announce .r24_item {
  height: 100%;
}
#r24Top.r24_3 .r24_single .r24Announce .r24_item .r24_image {
  height: 100%;
}
#r24Top.r24_3 .r24_double {
  float: right;
  width: calc((100% - 2 * 15px) / 3);
}
#r24Top.r24_3 .r24_double .r24_item:first-child {
  margin-bottom: 28px;
}
@media only screen and (max-width: 999px) {
  #r24Top {
    display: block;
    margin-bottom: 28px;
  }
  #r24Top.r24_2 .r24_double .r24_item,
  #r24Top .r24_double .r24_item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 15px) / 2);
  }
  #r24Top.r24_2 .r24_double .r24_item:first-child,
  #r24Top .r24_double .r24_item:first-child {
    margin-right: 15px;
  }
  #r24Top.r24_3 {
    display: block;
  }
  #r24Top.r24_3 .r24_single,
  #r24Top.r24_3 .r24_double {
    float: none;
    width: auto;
  }
  #r24Top.r24_3 .r24_single {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 999px) and only screen and (max-width: 520px) {
  #r24Top.r24_2 .r24_double .r24_item:first-child,
  #r24Top .r24_double .r24_item:first-child {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 520px) {
  #r24Top .r24_single {
    margin-bottom: 20px !important;
  }
  #r24Top .r24_double .r24_item {
    display: block !important;
    width: auto !important;
  }
  #r24Top .r24_double .r24_item:first-child {
    margin-right: 0 !important;
  }
}
.r24Carousel {
  margin-bottom: 55px;
}
.r24Carousel .r24_body {
  position: relative;
  overflow: hidden;
}
.r24Carousel .r24_loader {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 15px solid rgba(250, 187, 189, 0.8);
  border-right: 15px solid rgba(250, 187, 189, 0.8);
  border-bottom: 15px solid rgba(250, 187, 189, 0.8);
  border-left: 15px solid #ee1c24;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: roundLoaderAnimation 1.1s infinite linear;
  animation: roundLoaderAnimation 1.1s infinite linear;
  position: absolute;
  left: calc(50% - 50px);
  top: 30%;
  z-index: 100;
  opacity: 0;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
  pointer-events: none;
}
.r24Carousel .r24_loader,
.r24Carousel .r24_loader:after {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@-webkit-keyframes roundLoaderAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roundLoaderAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.r24Carousel .r24_scroller {
  position: relative;
  width: 200%;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
}
.r24Carousel.r24_loaderEnabled .r24_loader {
  opacity: 1;
}
.r24Carousel.r24_loaderEnabled .r24_scroller {
  opacity: 0.3;
}
.r24Carousel .r24_page {
  display: none;
  float: left;
  position: relative;
  width: 50%;
}
.r24Carousel .r24_page:first-child {
  display: block;
}
@media only screen and (max-width: 999px) {
  .r24Carousel .r24_page {
    float: none;
  }
}
@media only screen and (max-width: 999px) {
  .r24Carousel .r24Paginator {
    display: none;
  }
}
.r24Carousel .r24ShowMore {
  display: none;
}
@media only screen and (max-width: 999px) {
  .r24Carousel .r24ShowMore {
    display: block;
  }
}
.r24Carousel .r24Announce .r24_item,
.r24CarouselLike .r24Announce .r24_item {
  display: block;
  float: left;
  width: calc((100% - 2 * 15px) / 3);
  margin-bottom: 25px;
  margin-right: 15px;
  vertical-align: top;
}
.r24Carousel .r24Announce .r24_item:nth-child(3),
.r24CarouselLike .r24Announce .r24_item:nth-child(3),
.r24Carousel .r24Announce .r24_item:nth-child(6),
.r24CarouselLike .r24Announce .r24_item:nth-child(6) {
  margin-right: 0;
}
.r24Carousel .r24Announce .r24_item .r24_title,
.r24CarouselLike .r24Announce .r24_item .r24_title {
  height: 92px;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  .r24Carousel .r24Announce .r24_item,
  .r24CarouselLike .r24Announce .r24_item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 28px;
  }
  .r24Carousel .r24Announce .r24_item:nth-child(1),
  .r24CarouselLike .r24Announce .r24_item:nth-child(1),
  .r24Carousel .r24Announce .r24_item:nth-child(3),
  .r24CarouselLike .r24Announce .r24_item:nth-child(3),
  .r24Carousel .r24Announce .r24_item:nth-child(4),
  .r24CarouselLike .r24Announce .r24_item:nth-child(4) {
    margin-right: 15px;
  }
  .r24Carousel .r24Announce .r24_item:nth-child(2),
  .r24CarouselLike .r24Announce .r24_item:nth-child(2),
  .r24Carousel .r24Announce .r24_item:nth-child(4),
  .r24CarouselLike .r24Announce .r24_item:nth-child(4),
  .r24Carousel .r24Announce .r24_item:nth-child(6),
  .r24CarouselLike .r24Announce .r24_item:nth-child(6) {
    margin-right: 0;
  }
  .r24Carousel .r24Announce .r24_item .r24_title,
  .r24CarouselLike .r24Announce .r24_item .r24_title {
    height: auto;
    overflow: visible;
  }
}
@media only screen and (max-width: 520px) {
  .r24Carousel .r24Announce .r24_item,
  .r24CarouselLike .r24Announce .r24_item {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
  }
}
.r24Paginator {
  text-align: center;
}
.r24Paginator input[type="radio"] {
  width: 0;
  opacity: 0;
  position: fixed;
}
.r24Paginator label {
  display: inline-block;
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: 12px;
  border-radius: 23px;
  color: #fff;
  background-color: #5c5c5c;
  transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  text-align: center;
  vertical-align: middle;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 44px;
  cursor: pointer;
}
.r24Paginator label:last-of-type {
  margin-right: 0;
}
.r24Paginator input[type="radio"]:hover + label {
  background-color: #727272;
}
.r24Paginator input[type="radio"]:checked + label {
  background-color: #ee1c24;
}
#r24List h2 {
  margin: 0 0 36px;
  font-family: Oswald;
  font-size: 24px;
  font-weight: normal;
}
.r24NewsList .r24_article {
  margin-bottom: 45px;
}
.r24NewsList .r24_article .r24_info {
  margin-bottom: 9px;
}
@media only screen and (max-width: 850px) {
  .r24NewsList .r24_article .r24_info {
    margin-bottom: 10px !important;
  }
}
.r24NewsList .r24_article .r24_section {
  font-size: 20px;
  font-family: Open Sans;
  font-weight: 100;
  line-height: 140%;
  text-transform: uppercase;
}
.r24NewsList .r24_article .r24_section a {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, 0);
  font-weight: normal;
}
.r24NewsList .r24_article .r24_section a:hover,
.r24NewsList .r24_article .r24_section a:active,
.r24NewsList .r24_article .r24_section a:focus {
  border-bottom-color: #000;
}
.r24NewsList .r24_article time {
  display: inline-block;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}
.r24NewsList .r24_article .r24_body {
  position: relative;
}
.r24NewsList .r24_article .r24_body a {
  display: block;
  border-bottom: none !important;
}
.r24NewsList .r24_article .r24_body a h3 {
  position: relative;
  top: -2px;
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: bold;
  font-family: Oswald;
  line-height: 1.25em;
}
.r24NewsList .r24_article .r24_body a h3 span {
  color: #000;
  border-bottom: rgba(0, 0, 0, 0) solid 1px;
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
}
.r24NewsList .r24_article .r24_body a:hover h3 span {
  border-bottom-color: #000;
}
.r24NewsList .r24_article .r24_body a .r24_img {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 37.5%;
  height: auto;
  padding-top: 21%;
  background-position: center 20%;
  background-size: cover;
  border-bottom: none !important;
}
.r24NewsList .r24_article .r24_body a .r24_extra {
  display: block;
  border-bottom: none !important;
}
.r24NewsList .r24_article .r24_body a .r24_extra .r24_desc {
  display: block;
  color: #414141;
  border-bottom: none;
  font-size: 18px;
}
.r24NewsList .r24_article .r24_body a .r24_extra .r24_desc p {
  margin: 0 0 10px;
}
.r24NewsList .r24_article .r24_body a .r24_extra .r24_desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 520px) {
  .r24NewsList .r24_article .r24_body a .r24_extra .r24_desc {
    font-size: 16px;
  }
}
.r24NewsList .r24_article .r24_body a .r24_extra .r24_info {
  display: block;
  font-size: 13px;
  border-bottom: none !important;
}
.r24NewsList .r24_article .r24_body a .r24_extra .r24_info > * {
  display: inline-block;
}
@media only screen and (max-width: 999px) {
  .r24NewsList .r24_article .r24_body a .r24_img {
    width: 300px;
    height: 168px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  .r24NewsList .r24_article .r24_body a .r24_img {
    position: static;
    width: 396px;
    height: 222px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 520px) {
  .r24NewsList .r24_article .r24_body a .r24_img {
    width: auto;
    height: auto;
    padding-top: 56%;
  }
}
@media only screen and (max-width: 850px) {
  .r24NewsList .r24_article {
    margin-bottom: 20px;
    padding-bottom: 24px;
    border-bottom: dotted 2px #999;
  }
}
.r24NewsList .r24_article.r24_hasImage .r24_info {
  margin-bottom: 7px;
}
.r24NewsList .r24_article.r24_hasImage .r24_body {
  min-height: 168px;
}
.r24NewsList .r24_article.r24_hasImage .r24_body h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 999px) {
  .r24NewsList .r24_article.r24_hasImage .r24_body h3 {
    margin-bottom: 10px;
  }
}
.r24NewsList .r24_article.r24_hasImage .r24_body h3,
.r24NewsList .r24_article.r24_hasImage .r24_body .r24_extra {
  margin-left: calc(37.5% + 30px);
}
@media only screen and (max-width: 999px) {
  .r24NewsList .r24_article.r24_hasImage .r24_body h3,
  .r24NewsList .r24_article.r24_hasImage .r24_body .r24_extra {
    margin-left: 330px;
  }
}
@media only screen and (max-width: 850px) {
  .r24NewsList .r24_article.r24_hasImage .r24_body h3,
  .r24NewsList .r24_article.r24_hasImage .r24_body .r24_extra {
    margin-left: 0;
  }
}
.r24NewsList .r24_dummy {
  display: none;
}
.s29NewsSlideshow {
  opacity: 0;
  height: 374px;
  margin: 0 0 30px;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  .s29NewsSlideshow {
    height: 374px;
  }
}
@media only screen and (max-width: 520px) {
  .s29NewsSlideshow {
    height: 420px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.s29NewsSlideshow article {
  position: relative;
  width: 100%;
  height: 374px;
}
@media only screen and (max-width: 999px) {
  .s29NewsSlideshow article {
    height: 374px;
  }
}
@media only screen and (max-width: 520px) {
  .s29NewsSlideshow article {
    height: 420px;
  }
}
.s29NewsSlideshow article .s29_img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 30%;
}
.s29NewsSlideshow article > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.s29NewsSlideshow article > a:hover ~ .s29_fade h3 span,
.s29NewsSlideshow article > a:focus ~ .s29_fade h3 span,
.s29NewsSlideshow article > a:active ~ .s29_fade h3 span {
  border-bottom: solid 1px rgba(255, 255, 255, 0.75) !important;
}
.s29NewsSlideshow article .s29_fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 65px;
  color: #fff;
  background-image: url(/plugins/s29_news/newsslideshow/img/fade.png);
  background-repeat: repeat-x;
  background-position: center top;
  text-align: center;
  pointer-events: none;
}
.s29NewsSlideshow article .s29_fade .s29_body {
  display: inline-block;
  max-width: calc((100% - 72px * 2) * 0.9);
  margin: 0 auto;
  padding-bottom: 46px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .s29NewsSlideshow article .s29_fade .s29_body {
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  .s29NewsSlideshow article .s29_fade .s29_body {
    text-align: center;
  }
}
.s29NewsSlideshow article .s29_fade .s29_body .s29_section {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  z-index: 102;
}
.s29NewsSlideshow article .s29_fade .s29_body .s29_section a {
  color: #fff !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  text-decoration: none !important;
  pointer-events: auto;
}
.s29NewsSlideshow article .s29_fade .s29_body .s29_section a:hover,
.s29NewsSlideshow article .s29_fade .s29_body .s29_section a:active,
.s29NewsSlideshow article .s29_fade .s29_body .s29_section a:focus {
  border-bottom: solid 1px rgba(255, 255, 255, 0.75) !important;
}
.s29NewsSlideshow article .s29_fade .s29_body h3 {
  margin: 0 0 12px;
  padding-bottom: 5px;
  max-height: 170.1px;
  overflow: hidden;
  color: #fff !important;
  font-family: Oswald;
  font-size: 42px;
  font-weight: bold;
  line-height: 135%;
}
@media only screen and (max-width: 999px) {
  .s29NewsSlideshow article .s29_fade .s29_body h3 {
    max-height: 194.4px;
    font-size: 36px;
    line-height: 135%;
  }
}
@media only screen and (max-width: 520px) {
  .s29NewsSlideshow article .s29_fade .s29_body h3 {
    max-height: 216px;
    font-size: 32px;
    line-height: 135%;
  }
}
.s29NewsSlideshow article .s29_fade .s29_body h3 span {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
}
.s29NewsSlideshow article .s29_fade .s29_body .s29_info > * {
  display: inline-block;
}
.s29NewsSlideshow article .s29_fade .s29_body .s29_info time {
  margin-right: 10px;
  color: #fff;
  opacity: 0.7;
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 520px) {
  .s29NewsSlideshow article .s29_fade .s29_body {
    max-width: 100%;
    margin-right: 30px;
    margin-left: 30px;
    padding-bottom: 56px;
  }
}
.s29NewsSlideshow.s29_singleItem article .s29_fade .s29_body {
  padding-bottom: 36px;
}
.s29NewsSlideshow .slick-arrow {
  position: absolute;
  z-index: 101;
  bottom: 0;
  width: 74px;
  height: 176px;
  border: none;
  cursor: pointer;
  background-size: 32px 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  color: transparent;
}
@media only screen and (max-width: 520px) {
  .s29NewsSlideshow .slick-arrow {
    display: none !important;
  }
}
.s29NewsSlideshow .slick-arrow:hover {
  background-size: 36px 72px;
}
.s29NewsSlideshow .slick-arrow.slick-next {
  right: 0;
  background-image: url(/plugins/s29_news/newsslideshow/img/button-next.png);
}
.s29NewsSlideshow .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/plugins/s29_news/newsslideshow/img/button-prev.png);
}
.s29NewsSlideshow .slick-dots {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  pointer-events: none;
}
.s29NewsSlideshow .slick-dots li {
  display: inline-block;
  margin: 0;
  pointer-events: auto;
}
.s29NewsSlideshow .slick-dots li button {
  width: 24px;
  height: 36px;
  color: transparent;
  background-color: transparent;
  background-image: url(/plugins/s29_news/newsslideshow/img/paginator-dot.png);
  background-size: 14px 14px;
  background-position: center 42%;
  background-repeat: no-repeat;
  border: none;
}
.s29NewsSlideshow .slick-dots li.slick-active button,
.s29NewsSlideshow .slick-dots li button:hover {
  background-image: url(/plugins/s29_news/newsslideshow/img/paginator-dot-active.png);
  cursor: pointer;
}
#r24Article {
  margin-bottom: 50px;
}
#r24Article section {
  margin-bottom: 45px;
}
@media only screen and (max-width: 999px) {
  #r24Article section {
    margin-bottom: 35px;
  }
}
#r24Article section:last-of-type {
  margin-bottom: 0;
}
#r24Article section h2 {
  font-size: 24px;
  margin-bottom: 14px !important;
}
@media only screen and (max-width: 999px) {
  #r24Article section h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 520px) {
  #r24Article section h2 {
    font-size: 22px;
  }
}
#r24Article .r24Announce {
  margin-bottom: 0px;
}
#r24Article .r24Announce .r24_item {
  display: block;
  float: left;
  width: calc((100% - 15px) / 2);
  margin-bottom: 25px;
  margin-right: 15px;
  vertical-align: top;
}
#r24Article .r24Announce .r24_item:nth-child(even) {
  margin-right: 0;
}
#r24Article .r24Announce .r24_item:last-child,
#r24Article .r24Announce .r24_item:nth-last-child(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 520px) {
  #r24Article .r24Announce .r24_item {
    width: 100%;
    margin-right: 0 !important;
  }
  #r24Article .r24Announce .r24_item:nth-last-child(2) {
    margin-bottom: 25px;
  }
}
#r24Article .r24Brief {
  margin-bottom: 0;
}
#r24Article .r24Columns > .r24_left .dbnPlace {
  display: none;
  margin-top: 38px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 999px) {
  #r24Article .r24Columns > .r24_left .dbnPlace {
    display: block;
  }
}
#r24OpinionWarning {
  margin-bottom: 35px;
  padding-top: 5px;
  color: #555;
  border-top: solid 1px #444;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-family: Open Sans;
}
#r24OpinionWarning a:link,
#r24OpinionWarning a:visited {
  color: #777;
  border-bottom-color: rgba(119, 119, 119, 0);
}
#r24OpinionWarning a:hover,
#r24OpinionWarning a:focus,
#r24OpinionWarning a:active {
  color: #777;
  border-bottom-color: #777;
}
.r24SourceUrl,
a.r24SourceUrl {
  color: #999;
  border-bottom-color: rgba(119, 119, 119, 0);
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
.r24SourceUrl:hover,
a.r24SourceUrl:hover {
  border-bottom-color: #777;
}
a#r24AllNewsUrl {
  display: block;
  max-width: 460px;
  padding: 12px 25px;
  color: #5c5c5c;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  background-color: transparent;
  border: solid 2px #747474;
  border-radius: 35px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto 35px;
}
a#r24AllNewsUrl:hover {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}
#r24MainArticle {
  position: relative;
  margin-bottom: 55px;
}
#r24MainArticle > header {
  margin-bottom: 12px;
}
#r24MainArticle > header h1 {
  margin: 0 0 18px;
  font-family: Oswald;
  font-size: 54px;
  font-weight: bold;
  line-height: 115%;
  letter-spacing: -0.018em;
}
@media only screen and (max-width: 850px) {
  #r24MainArticle > header h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 520px) {
  #r24MainArticle > header h1 {
    font-size: 32px;
  }
}
#r24MainArticle > header time {
  display: block;
  margin: 0 0 9px;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 300;
}
#r24MainArticle > header .r24_body {
  position: relative;
}
#r24MainArticle > header .r24_stats {
  position: absolute;
  right: 0;
  bottom: -2px;
  white-space: nowrap;
}
#r24MainArticle > header .r24_stats > span {
  display: in24ine-block;
  margin-left: 16px;
  padding-left: 24px;
  background-size: 20px 13px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #7e7e7e;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 16px;
}
#r24MainArticle > header .r24_stats > span.r24ViewCount {
  background-image: url(../img/icon-views.png);
}
#r24MainArticle > header .r24_stats > span.r24CommentCount {
  background-image: url(../img/icon-comments.png);
}
#r24MainArticle > .r24_body {
  margin-bottom: 30px;
}
#r24MainArticle > .r24_body > .r24_image {
  max-width: 100%;
  margin-bottom: 10px;
}
#r24MainArticle > .r24_body > .r24_image.r24_vertical {
  max-width: 400px;
}
#r24MainArticle > .r24_body > .r24_image.r24_float {
  margin-right: 15px;
  float: left;
}
@media only screen and (max-width: 520px) {
  #r24MainArticle > .r24_body > .r24_image {
    float: none !important;
    width: 100%;
    max-width: none;
    margin-right: 0 !important;
  }
}
#r24MainArticle > .r24_body > .r24_text {
  font-size: 18px;
  line-height: 140%;
}
#r24MainArticle > .r24_body > .r24_text,
#r24MainArticle > .r24_body > .r24_text * {
  background-color: transparent !important;
  color: #000000 !important;
}
#r24MainArticle > .r24_body > .r24_text a:link,
#r24MainArticle > .r24_body > .r24_text a:visited {
  color: #256782 !important;
  border-bottom-color: rgba(37, 103, 130, 0) !important;
}
#r24MainArticle > .r24_body > .r24_text a:hover,
#r24MainArticle > .r24_body > .r24_text a:focus,
#r24MainArticle > .r24_body > .r24_text a:active {
  color: #256782 !important;
  border-bottom-color: #256782 !important;
}
#r24MainArticle > .r24_body > .r24_text img,
#r24MainArticle > .r24_body > .r24_text figure {
  max-width: 100% !important;
  height: auto !important;
}
#r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_900 {
  max-width: 900px !important;
}
@media (max-width: 950px) {
  #r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_900 {
    max-width: 100% !important;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_800 {
  max-width: 800px !important;
}
@media (max-width: 850px) {
  #r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_800 {
    max-width: 100% !important;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_700 {
  max-width: 700px !important;
}
@media (max-width: 750px) {
  #r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_700 {
    max-width: 100% !important;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_600 {
  max-width: 600px !important;
}
@media (max-width: 650px) {
  #r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_600 {
    max-width: 100% !important;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_520 {
  max-width: 520px !important;
}
@media (max-width: 570px) {
  #r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_520 {
    max-width: 100% !important;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_400 {
  max-width: 400px !important;
}
@media (max-width: 450px) {
  #r24MainArticle > .r24_body > .r24_text .s29LimitImgWidth.s29_400 {
    max-width: 100% !important;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29FloatLeft {
  display: block;
  margin-bottom: 15px;
}
#r24MainArticle > .r24_body > .r24_text .s29FloatLeft.s29_480 {
  max-width: 480px !important;
  float: left;
  margin-right: 20px;
}
@media (max-width: 960px) {
  #r24MainArticle > .r24_body > .r24_text .s29FloatLeft.s29_480 {
    max-width: 100% !important;
    float: none;
    margin-right: 0;
  }
  #r24MainArticle > .r24_body > .r24_text .s29FloatLeft.s29_480.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29FloatLeft.s29_400 {
  max-width: 400px !important;
  float: left;
  margin-right: 20px;
}
@media (max-width: 800px) {
  #r24MainArticle > .r24_body > .r24_text .s29FloatLeft.s29_400 {
    max-width: 100% !important;
    float: none;
    margin-right: 0;
  }
  #r24MainArticle > .r24_body > .r24_text .s29FloatLeft.s29_400.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29FloatLeft.s29_320 {
  max-width: 320px !important;
  float: left;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #r24MainArticle > .r24_body > .r24_text .s29FloatLeft.s29_320 {
    max-width: 100% !important;
    float: none;
    margin-right: 0;
  }
  #r24MainArticle > .r24_body > .r24_text .s29FloatLeft.s29_320.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29FloatRight {
  display: block;
  margin-bottom: 15px;
}
#r24MainArticle > .r24_body > .r24_text .s29FloatRight.s29_480 {
  max-width: 480px !important;
  float: right;
  margin-left: 20px;
}
@media (max-width: 960px) {
  #r24MainArticle > .r24_body > .r24_text .s29FloatRight.s29_480 {
    max-width: 100% !important;
    float: none;
    margin-left: 0;
  }
  #r24MainArticle > .r24_body > .r24_text .s29FloatRight.s29_480.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29FloatRight.s29_400 {
  max-width: 400px !important;
  float: right;
  margin-left: 20px;
}
@media (max-width: 800px) {
  #r24MainArticle > .r24_body > .r24_text .s29FloatRight.s29_400 {
    max-width: 100% !important;
    float: none;
    margin-left: 0;
  }
  #r24MainArticle > .r24_body > .r24_text .s29FloatRight.s29_400.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29FloatRight.s29_320 {
  max-width: 320px !important;
  float: right;
  margin-left: 20px;
}
@media (max-width: 640px) {
  #r24MainArticle > .r24_body > .r24_text .s29FloatRight.s29_320 {
    max-width: 100% !important;
    float: none;
    margin-left: 0;
  }
  #r24MainArticle > .r24_body > .r24_text .s29FloatRight.s29_320.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery::after {
  display: block;
  content: "";
  clear: both;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure {
  clear: both;
  margin: 0 0 80px;
  max-width: 800px;
  word-spacing: 0;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure figcaption {
  margin-bottom: 20px;
  word-spacing: normal;
  font-size: 1.4em;
  line-height: 120%;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure a {
  display: block;
  max-width: 800px;
  border: none !important;
  text-decoration: none !important;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure img {
  position: relative;
  display: inline-block;
  width: 50% !important;
  height: auto;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(odd) {
  margin-right: -7.5%;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(odd) figcaption {
  margin-left: calc(50% + 18px);
  margin-right: 7.5%;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(odd) img:first-of-type {
  top: -80px;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(odd) img:last-of-type {
  left: -7.5%;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(even) {
  float: right;
  margin-left: -7.5%;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(even) figcaption {
  margin-left: 7.5%;
  width: calc(50% - 7.5% - 18px);
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(even) img:first-of-type {
  left: 7.5%;
}
#r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(even) img:last-of-type {
  top: -80px;
}
@media only screen and (max-width: 520px) {
  #r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure {
    float: none !important;
    margin: 0 0 35px !important;
  }
  #r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure figcaption {
    width: 100% !important;
    margin: 0 0 12px !important;
  }
  #r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure a::after {
    display: block;
    content: "";
    clear: both;
  }
  #r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure img {
    display: block;
    left: 0 !important;
    width: 75% !important;
  }
  #r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure img:first-of-type {
    top: 0 !important;
  }
  #r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure img:last-of-type {
    top: -65px !important;
    margin-bottom: -65px;
  }
  #r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(odd) img:first-of-type {
    float: left;
  }
  #r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(odd) img:last-of-type {
    float: right;
  }
  #r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(even) img:first-of-type {
    float: right;
  }
  #r24MainArticle > .r24_body > .r24_text .s29MiniGallery figure:nth-child(even) img:last-of-type {
    float: left;
  }
}
#r24MainArticle > .r24_body > .r24_text h2 {
  font-size: 30px;
  font-weight: normal;
}
#r24MainArticle > .r24_body > .r24_text h3 {
  font-size: 20px;
  font-weight: bold;
}
#r24MainArticle > .r24_body > .r24_text h4 {
  font-size: 18px;
  font-weight: bold;
}
#r24MainArticle > .r24_body iframe {
  max-width: 100%;
}
#r24MainArticle > footer .r24_source {
  text-align: right;
}
#r24MainArticle > footer .r24_source > span {
  display: inline-block;
  margin-right: 10px;
  font-style: italic;
}
#r24MainArticle .r24Label {
  float: right;
  font-size: 28px;
}
@media only screen and (max-width: 850px) {
  #r24MainArticle .r24Label {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  #r24MainArticle .r24Label {
    font-size: 22px;
  }
}
.r24ShowMore {
  padding: 12px 20px 0;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .r24ShowMore {
    padding-top: 6px;
  }
}
.r24ShowMore button,
.r24ShowMore .r24_indicator {
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}
.r24ShowMore button {
  width: 100%;
  max-width: 300px;
  padding: 0;
  color: #ee1c24;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  background-color: transparent;
  border: solid 2px #f13e45;
  border-radius: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
.r24ShowMore button:hover {
  color: #fff;
  background-color: #ee1c24;
  border-color: #ee1c24;
}
.r24ShowMore .r24_indicator {
  display: none;
  background-image: url("../img/loader-small.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
h3 {
  margin: 12px 0;
  color: #5c5c5c;
  font-size: 24px;
  font-weight: 800;
  font-family: Open Sans, sans serif;
  line-height: 120%;
}
h3 a {
  display: inline-block;
  padding-right: 36px;
  color: #5c5c5c !important;
  border-bottom: none !important;
  background-image: url(../img/arrow-goto.png);
  background-position: right 8px;
  background-repeat: no-repeat;
  background-size: 26px 8px;
}
h3 a:hover {
  color: #7f7f7f !important;
}
#s29RespCalendar {
  font-size: 16px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 999px) {
  #s29RespCalendar {
    max-width: 620px;
    margin-top: 30px;
  }
}
#s29RespCalendar a {
  color: #000 !important;
}
#s29RespCalendar a:hover span {
  border-bottom-color: #000;
}
#s29RespCalendar a.s29_current {
  color: #fff !important;
  background-color: #000;
}
#s29RespCalendar a.s29_current:hover span {
  border-bottom-color: #fff !important;
}
#s29RespCalendar a.s29_today {
  font-weight: 800;
}
#s29RespCalendar button {
  width: 54px;
  height: 38px;
  background-size: 16px 32px;
  transition: background-size 0.08s ease-out;
  -webkit-transition: background-size 0.08s ease-out;
  -moz-transition: background-size 0.08s ease-out;
  -o-transition: background-size 0.08s ease-out;
}
#s29RespCalendar button:hover {
  background-size: calc(16px * 1.14) calc(32px * 1.14);
}
#s29RespCalendar button.s29_prev {
  background-image: url("../img/arrow-big-left-black.png");
}
#s29RespCalendar button.s29_next {
  background-image: url("../img/arrow-big-right-black.png");
}
#s29RespCalendar button.s29_prev[disabled] {
  background-image: url("../img/arrow-big-left-black-inactive.png");
}
#s29RespCalendar button.s29_next[disabled] {
  background-image: url("../img/arrow-big-right-black-inactive.png");
}
#s29RespCalendar button:hover[disabled] {
  background-size: 16px 32px;
}
#s29RespCalendar .s29_days {
  margin-top: 12px;
}
#s29RespCalendar .s29_days .s29_loader {
  background-image: url(../img/loader-black-darker.gif);
  background-size: 69px 12px;
}
#s29RespCalendar .s29_months .s29_item,
#s29RespCalendar .s29_days .s29_item {
  height: 36px;
  padding-top: 6px;
}
#s29RespCalendar .s29_months div.s29_item,
#s29RespCalendar .s29_days div.s29_item {
  color: #959595;
}
