@charset "UTF-8";
/* https://engageinteractive.co.uk/blog/top-10-scss-mixins */
/* my mixins */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&subset=latin-ext");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* VARIABLES */
/* COLORS */
/* */
/* BODY */
html, body {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* EXTRA RESET */
a {
  outline: none;
  cursor: pointer;
  -ms-user-select: none;
}

* {
  background-repeat: no-repeat;
}

textarea, input {
  outline: none;
}

b, strong {
  font-weight: 700;
}

/* LAYOUT HELPERS */
.cb, .clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nowrap, .nobr {
  white-space: nowrap;
}

.tal, .text-left {
  text-align: left;
}

.tar, .text-right {
  text-align: right;
}

.tac, .text-center {
  text-align: center;
}

*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-backface-visibility:hidden;*/
}

/* CONTENT */
html {
  min-width: 320px;
  overflow: auto !important;
}

body {
  overflow: hidden;
  background: #fff;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3f4951;
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden !important;
}

* {
  font-feature-settings: "liga" 0;
}

textarea, input {
  font-family: "Montserrat", sans-serif;
}

/*body.stretched { background: #f0f0f0; }


@media (max-width: 768px) {

	body {
		font-size: 16px;
    line-height: 22px;
	}    

}
@media (max-width: 580px) {

	.container { 
	    padding-right: 25px;
	    padding-left: 25px;
	}     

}*/
hr {
  margin-top: 0px;
  margin-bottom: 50px;
}

/* global */
.link-next {
  float: right;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #3f4951;
  margin-left: 20px;
  margin-right: 15px;
}
.link-next:before {
  content: "";
  width: 10px;
  height: 9px;
  display: block;
  position: absolute;
  top: 4px;
  right: -13px;
  bottom: auto;
  left: auto;
  transform: rotate(180deg);
}
.link-next:hover {
  color: #3f4951;
}

section.hp-next-tv .link-next,
body.subpage.tv .link-next {
  margin-right: 5px;
}
section.hp-next-tv .link-next:before,
body.subpage.tv .link-next:before {
  background: transparent url("../gfx/icon/arrow03.png") 0px 0px no-repeat;
}

section.hp-next-library .link-next:before,
body.subpage.library .link-next:before {
  background: transparent url("../gfx/icon/arrow02.png") 0px 0px no-repeat;
}

section.hp-next-academy .link-next:before,
body.subpage.academy .link-next:before {
  background: transparent url("../gfx/icon/arrow04.png") 0px 0px no-repeat;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 7px;
  padding-right: 7px;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1600px) {
  .col-lg-9 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1199px) {
  .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: none !important;
  }
}
@media (max-width: 768px) {
  .col-lg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.breadcrumb {
  background: transparent;
  margin-top: -20px;
  margin-bottom: 5px;
}
.breadcrumb ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.breadcrumb ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: transparent url("../gfx/icon/breadcrumb01.png") 0px 0px no-repeat;
  margin: 0px 2px 0px 5px;
  position: relative;
  top: -1px;
}
.breadcrumb ul li a {
  color: #a2b0ba;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
.breadcrumb ul li:first-of-type a {
  font-weight: 700;
}
.breadcrumb ul li:last-of-type {
  color: #a2b0ba;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumb ul li:last-of-type:after {
  display: none;
}

body.subpage.library .breadcrumb ul li:first-of-type a {
  color: #cf0e58;
}
body.subpage.library .breadcrumb ul li:first-of-type:after {
  background: transparent url("../gfx/icon/breadcrumb01.png") 0px 0px no-repeat;
}

body.subpage.tv .breadcrumb ul li:first-of-type a {
  color: #ef8702;
}
body.subpage.tv .breadcrumb ul li:first-of-type:after {
  background: transparent url("../gfx/icon/breadcrumb02.png") 0px 0px no-repeat;
}

body.subpage.academy .breadcrumb ul li:first-of-type a {
  color: #0080c8;
}
body.subpage.academy .breadcrumb ul li:first-of-type:after {
  background: transparent url("../gfx/icon/breadcrumb03.png") 0px 0px no-repeat;
}

body {
  padding-top: 157px;
}

.header {
  height: 97px;
  border-top: 4px #a2b0ba solid;
  border-bottom: 1px #009a9d solid;
  margin-bottom: 60px;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999;
  background: #fff;
}
.header .col-md-12 {
  height: 97px;
  position: relative;
}
.header .logo {
  position: absolute;
  top: 14px;
  right: auto;
  bottom: auto;
  left: 15px;
  z-index: 99;
}
.header .logo img {
  width: 223px;
  height: auto;
}
.header .menu-toggle {
  display: none;
}
.header .block-right {
  position: absolute;
  top: 13px;
  right: 15px;
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .search {
  /*@include position-absolute(9px,260px,auto,auto);*/
  position: relative;
}
.header .search .search-toggle {
  display: block;
  width: 28px;
  height: 28px;
  color: #009a9d;
}
.header .search .search-toggle .icon {
  font-size: 28px;
}
.header .search:hover .search-toggle {
  color: #3f4951;
}
.header .search .search-form {
  position: absolute;
  top: -2px;
  right: 40px;
  bottom: auto;
  left: auto;
  width: 0px;
  height: 36px;
  overflow: hidden;
  z-index: 999;
  transition: all 0.25s linear;
}
.header .search .search-form.active {
  width: 220px;
}
.header .search .search-form.spinning form .submit {
  background: transparent url("../gfx/icon/spin.gif") center center no-repeat !important;
  background-size: 32px auto !important;
}
.header .search .search-form form {
  /*padding-right:32px;*/
  position: relative;
  padding-top: 3px;
}
.header .search .search-form form .icon-holder {
  display: none;
}
.header .search .search-form form .submit {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 28px;
  height: 36px;
  background: transparent;
  font-size: 0px;
  border: none;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background: transparent url("../gfx/icon/arrow01.png") center center no-repeat;
}
.header .search .search-form form .search-field {
  width: 100%;
  height: 28px;
  border-radius: 3px;
  padding: 0px 10px;
  color: #8b8b8b;
  border: 1px #a2b0ba solid;
}
.header .user-not-logged {
  /*@include position-absolute(13px,15px,auto,auto);*/
  position: relative;
  padding-left: 34px;
  margin-left: 10px;
}
.header .user-not-logged:before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.header .user-not-logged .icon {
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
  font-size: 25px;
  color: #009a9d;
}
.header .user-not-logged span.divider,
.header .user-not-logged span.username {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #a2b0ba;
  text-transform: uppercase;
  cursor: pointer;
}
.header .user-not-logged .nav.nav-logged {
  position: absolute;
  top: 27px;
  right: 0px;
  bottom: auto;
  left: auto;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.25s linear;
  min-width: 140px;
}
.header .user-not-logged .nav.nav-logged ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background: #fff;
  border: 1px #a2b0ba solid;
  border-bottom: none;
  width: 100%;
}
.header .user-not-logged .nav.nav-logged ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header .user-not-logged .nav.nav-logged ul li {
  border-bottom: 1px #a2b0ba solid;
}
.header .user-not-logged .nav.nav-logged ul li a {
  display: block;
  padding: 5px 10px;
}
.header .user-not-logged .nav.nav-logged ul li a:after {
  display: none;
}
.header .user-not-logged:hover .nav.nav-logged {
  max-height: 100px;
}
.header .user-not-logged a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #a2b0ba;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
.header .user-not-logged a:hover {
  text-decoration: underline;
}
.header .user-not-logged a:after {
  content: "|";
  color: #009a9d;
  margin: 0px 11px;
  position: relative;
  top: -1px;
}
.header .user-not-logged a:last-of-type:after {
  display: none;
}
.header .user-not-logged a.mobile-link {
  display: none;
}
.header .nav.nav-lang {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 20px;
  left: auto;
}
.header .nav.nav-lang a {
  display: block;
  width: 30px;
  height: 20px;
}
.header .nav.nav-lang a img {
  border: 1px #a2b0ba solid;
}
.header .nav.nav-logged-mobile {
  display: none;
}
.header .nav.nav-logged-mobile,
.header .nav.nav-main {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 4px;
  left: 285px;
  justify-content: flex-start;
  align-items: flex-end;
}
.header .nav.nav-logged-mobile ul,
.header .nav.nav-main ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.header .nav.nav-logged-mobile ul li,
.header .nav.nav-main ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header .nav.nav-logged-mobile ul li a,
.header .nav.nav-main ul li a {
  display: inline-block;
  height: 45px;
  padding: 0px 35px;
  position: relative;
  display: flex;
  align-items: center;
  color: #3f4951;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.header .nav.nav-logged-mobile ul li a:hover,
.header .nav.nav-main ul li a:hover {
  color: #009a9d;
  text-decoration: none;
}
.header .nav.nav-logged-mobile ul li a:hover:after, .header .nav.nav-logged-mobile ul li a:hover:before,
.header .nav.nav-main ul li a:hover:after,
.header .nav.nav-main ul li a:hover:before {
  opacity: 1;
}
.header .nav.nav-logged-mobile ul li a:after,
.header .nav.nav-main ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -4px;
  left: 0px;
  border-left: 1px #009a9d solid;
  border-right: 1px #009a9d solid;
  height: 14px;
  opacity: 0;
}
.header .nav.nav-logged-mobile ul li a:before,
.header .nav.nav-main ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -4px;
  left: 0px;
  height: 4px;
  background: #009a9d;
  opacity: 0;
}
.header .nav.nav-logged-mobile ul li.current-menu-item a,
.header .nav.nav-main ul li.current-menu-item a {
  color: #009a9d;
  text-decoration: none;
}
.header .nav.nav-logged-mobile ul li.current-menu-item a:after, .header .nav.nav-logged-mobile ul li.current-menu-item a:before,
.header .nav.nav-main ul li.current-menu-item a:after,
.header .nav.nav-main ul li.current-menu-item a:before {
  opacity: 1;
}

body.subpage {
  padding-top: 240px;
}
body.subpage .header {
  height: 180px;
  margin-bottom: 60px;
}
body.subpage .header .home {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 25px;
  left: 15px;
  width: 54px;
  height: 54px;
  display: block;
  background: transparent url("../gfx/icon/globe.png") 0px 100% no-repeat;
  background-size: 54px auto;
  z-index: 99;
}
body.subpage .header .home img {
  display: none;
}
body.subpage .header .home:hover {
  background-position: 0px 0%;
}
body.subpage .header .home:after {
  content: "";
  display: block;
  width: 1px;
  height: 54px;
  position: absolute;
  top: 0px;
  right: -15px;
  bottom: auto;
  left: auto;
  background: #dce2e6;
}
body.subpage .header .col-md-12 {
  height: 180px;
  position: relative;
}
body.subpage .header .disclaimer {
  color: #a2b0ba;
  position: absolute;
  top: 18px;
  right: auto;
  bottom: auto;
  left: 15px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
body.subpage .header .logo {
  top: 32px;
  left: 50%;
  margin-left: -111px;
}
body.subpage .header .block-right {
  right: 15px;
}
body.subpage .header .search {
  /*right:370px;*/
}
body.subpage .header .search .search-form {
  top: 30px;
  left: 0px;
  right: 0px;
}
body.subpage .header .search .search-form.active {
  width: 250px;
}
body.subpage .header .search .search-form form {
  padding-right: 0px;
}
body.subpage .header .search .search-form form .submit {
  /*right:auto;
  left:0px;
  top:-35px;*/
  right: 0px;
}
body.subpage .header .user-not-logged {
  /*right:105px;

  a:last-of-type {
  	&:after {
  		display:inline-block;
  	}
  }*/
}
body.subpage .header .nav.nav-lang {
  bottom: 25px;
}
body.subpage .header .nav.nav-main {
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 9px;
  left: 0px;
}
body.subpage .header .nav.nav-main ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

body.subpage.library .header {
  border-bottom: 1px #cf0e58 solid;
}
body.subpage.library .header .search .search-toggle {
  color: #cf0e58;
}
body.subpage.library .header .search .search-form form .submit {
  background: transparent url("../gfx/icon/arrow02.png") center center no-repeat;
}
body.subpage.library .header .user-not-logged .icon {
  color: #cf0e58;
}
body.subpage.library .header .user-not-logged a:after {
  color: #cf0e58;
}
body.subpage.library .header .nav.nav-main ul li a:hover {
  color: #cf0e58;
}
body.subpage.library .header .nav.nav-main ul li a:after {
  border-left: 1px #cf0e58 solid;
  border-right: 1px #cf0e58 solid;
}
body.subpage.library .header .nav.nav-main ul li a:before {
  background: #cf0e58;
}
body.subpage.library .header .nav.nav-main ul li.current-menu-item a {
  color: #cf0e58;
}

body.subpage.tv .header {
  border-bottom: 1px #ef8702 solid;
}
body.subpage.tv .header .search .search-toggle {
  color: #ef8702;
}
body.subpage.tv .header .search .search-form form .submit {
  background: transparent url("../gfx/icon/arrow03.png") center center no-repeat;
}
body.subpage.tv .header .user-not-logged .icon {
  color: #ef8702;
}
body.subpage.tv .header .user-not-logged a:after {
  color: #ef8702;
}
body.subpage.tv .header .nav.nav-main ul li a:hover {
  color: #ef8702;
}
body.subpage.tv .header .nav.nav-main ul li a:after {
  border-left: 1px #ef8702 solid;
  border-right: 1px #ef8702 solid;
}
body.subpage.tv .header .nav.nav-main ul li a:before {
  background: #ef8702;
}
body.subpage.tv .header .nav.nav-main ul li.current-menu-item a {
  color: #ef8702;
}

body.subpage.academy .header {
  border-bottom: 1px #0080c8 solid;
}
body.subpage.academy .header .search .search-toggle {
  color: #0080c8;
}
body.subpage.academy .header .search .search-form form .submit {
  background: transparent url("../gfx/icon/arrow04.png") center center no-repeat;
}
body.subpage.academy .header .user-not-logged .icon {
  color: #0080c8;
}
body.subpage.academy .header .user-not-logged a:after {
  color: #0080c8;
}
body.subpage.academy .header .nav.nav-main ul li a:hover {
  color: #0080c8;
}
body.subpage.academy .header .nav.nav-main ul li a:after {
  border-left: 1px #0080c8 solid;
  border-right: 1px #0080c8 solid;
}
body.subpage.academy .header .nav.nav-main ul li a:before {
  background: #0080c8;
}
body.subpage.academy .header .nav.nav-main ul li.current-menu-item a {
  color: #0080c8;
}

@media (max-width: 1599px) {
  .header .nav.nav-main ul li a {
    padding: 0px 25px;
  }
}
@media (max-width: 1199px) {
  .header .logo {
    top: 20px;
  }
  .header .logo img {
    width: 173px;
    height: auto;
  }
  .header .nav.nav-main {
    left: auto;
    right: 0px;
  }
  .header .nav.nav-main ul li a {
    padding: 0px 15px;
  }
  body.subpage .header .logo {
    margin-left: -111px;
    top: 55px;
  }
  body.subpage .header .logo img {
    width: 223px;
  }
}
@media (max-width: 991px) {
  .header {
    height: 127px;
    margin-bottom: 60px;
  }
  .header .search {
    /*right:260px;*/
  }
  .header .search .search-form.active {
    width: 210px;
  }
  .header .disclaimer {
    display: none;
  }
  .header .nav.nav-main {
    left: 15px;
    right: auto;
  }
  .header .nav.nav-main ul li a {
    padding: 0px 15px;
  }
  .header .col-md-12 {
    height: 127px;
  }
  body.subpage .header .search {
    /*right:360px;*/
  }
}
@media (max-width: 768px) {
  body.subpage {
    padding-top: 190px;
  }
  body.header-collapsed.subpage header .home {
    display: none;
  }
  body.subpage.header-collapsed .header .col-md-12 {
    height: 77px;
  }
  body.subpage.header-collapsed .header {
    height: 77px;
  }
  body.subpage.header-collapsed .header .menu-toggle {
    top: 22px;
    left: auto;
    right: 15px;
  }
  body.subpage.header-collapsed .header .user-not-logged,
  body.subpage.header-collapsed .header .search {
    position: static;
    margin-left: 0px;
  }
  body.subpage.header-collapsed .header .search .search-toggle .icon {
    left: 0px;
  }
  body.subpage.header-collapsed .header .search .search-form {
    width: auto;
    border-right: 1px #009a9d solid;
    border-left: 1px #009a9d solid;
    top: 51px;
    left: 0px;
  }
  body.subpage.header-collapsed .header .search .search-form form {
    padding-right: 15px;
  }
  body.subpage.header-collapsed .header .search .search-form form .submit {
    top: 16px;
    right: 16px !important;
    width: 40px;
  }
  body.subpage.header-collapsed .header .user-not-logged {
    padding-left: 15px;
  }
  body.subpage.header-collapsed .header .user-not-logged .username {
    display: none;
  }
  body.subpage.header-collapsed .header .user-not-logged .nav.nav-logged {
    display: none;
  }
  body.subpage.header-collapsed .header .user-not-logged .icon {
    right: 0px;
    top: 2px;
  }
  body.subpage.header-collapsed .header .block-right {
    top: 21px;
    bottom: auto;
    left: -1px;
    right: -1px;
    justify-content: flex-end;
    padding-left: 185px;
    padding-right: 75px;
  }
  body.subpage.header-collapsed .header .nav.nav-main {
    bottom: auto;
    top: 72px;
    padding-right: 0px;
  }
  body.subpage .header,
  .header {
    height: 145px;
    margin-bottom: 60px;
  }
  body.subpage .header .block-right,
  .header .block-right {
    left: 15px;
    right: 15px;
    top: auto;
    bottom: 25px;
    height: 32px;
    z-index: 2;
  }
  body.subpage .header .search,
  .header .search {
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: -16px;
  }
  body.subpage .header .search .search-toggle .icon,
  .header .search .search-toggle .icon {
    font-size: 32px;
    position: relative;
    left: -55px;
  }
  body.subpage .header .search .search-form,
  .header .search .search-form {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 154px;
    background: #fff;
    width: 100%;
    height: 0px;
    z-index: 0;
  }
  body.subpage .header .search .search-form.active,
  .header .search .search-form.active {
    width: 100%;
    height: 66px;
  }
  body.subpage .header .search .search-form form,
  .header .search .search-form form {
    padding: 15px;
    border-bottom: 1px #009a9d solid;
    bottom: 1px;
  }
  body.subpage .header .search .search-form form .icon-holder,
  .header .search .search-form form .icon-holder {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    display: block;
    z-index: 8;
  }
  body.subpage .header .search .search-form form .icon-holder .icon,
  .header .search .search-form form .icon-holder .icon {
    font-size: 28px;
    color: #009a9d;
  }
  body.subpage .header .search .search-form form .search-field,
  .header .search .search-form form .search-field {
    height: 36px;
  }
  body.subpage .header .search .search-form form .submit,
  .header .search .search-form form .submit {
    height: 36px;
    width: 36px;
    z-index: 9;
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: auto;
    left: auto;
    background: transparent !important;
  }
  body.subpage .header .user-not-logged,
  .header .user-not-logged {
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: -16px;
  }
  body.subpage .header .user-not-logged .icon,
  .header .user-not-logged .icon {
    font-size: 32px;
    position: relative;
    right: -20px;
    left: auto;
  }
  body.subpage .header .user-not-logged.type2 .icon.icon-user:before,
  .header .user-not-logged.type2 .icon.icon-user:before {
    content: "M";
  }
  body.subpage .header .user-not-logged > .nav.nav-logged,
  body.subpage .header .user-not-logged > .username,
  body.subpage .header .user-not-logged > a,
  .header .user-not-logged > .nav.nav-logged,
  .header .user-not-logged > .username,
  .header .user-not-logged > a {
    display: none;
  }
  body.subpage .header .user-not-logged a.mobile-link,
  .header .user-not-logged a.mobile-link {
    display: block;
    z-index: 5;
    width: 32px;
    height: 39px;
    position: absolute;
    top: -5px;
    right: -19px;
    bottom: auto;
    left: auto;
  }
  body.subpage .header .user-not-logged a.mobile-link:after,
  .header .user-not-logged a.mobile-link:after {
    display: none;
  }
  body.subpage .header .logo,
  .header .logo {
    position: absolute;
    top: 15px;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: -102.5px;
  }
  body.subpage .header .logo img,
  .header .logo img {
    width: 205px;
    height: auto;
  }
  body.subpage .header .nav.nav-lang,
  .header .nav.nav-lang {
    z-index: 9;
  }
  body.subpage .header .nav.nav-logged-mobile,
  .header .nav.nav-logged-mobile {
    display: block;
    position: absolute;
  }
  body.subpage .header .nav.nav-logged-mobile ul li span,
  body.subpage .header .nav.nav-logged-mobile ul li a,
  .header .nav.nav-logged-mobile ul li span,
  .header .nav.nav-logged-mobile ul li a {
    padding: 0px 15px;
    display: flex;
    align-items: center;
    height: 45px;
    color: #3f4951;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
  }
  body.subpage .header .nav.nav-logged-mobile ul li span b,
  .header .nav.nav-logged-mobile ul li span b {
    margin-left: 7px;
  }
  body.subpage .header .nav.nav-logged-mobile,
  body.subpage .header .nav.nav-main,
  .header .nav.nav-logged-mobile,
  .header .nav.nav-main {
    max-height: 0px;
    overflow: hidden;
    bottom: auto;
    top: 140px;
    left: 0px;
    right: 0px;
    background: #fff;
    transition: all 0.45s linear;
  }
  body.subpage .header .nav.nav-logged-mobile ul,
  body.subpage .header .nav.nav-main ul,
  .header .nav.nav-logged-mobile ul,
  .header .nav.nav-main ul {
    display: block;
    width: 100%;
    border-bottom: 1px #009a9d solid;
  }
  body.subpage .header .nav.nav-logged-mobile ul li,
  body.subpage .header .nav.nav-main ul li,
  .header .nav.nav-logged-mobile ul li,
  .header .nav.nav-main ul li {
    display: block;
  }
  body.subpage .header .nav.nav-logged-mobile ul li a:after,
  body.subpage .header .nav.nav-main ul li a:after,
  .header .nav.nav-logged-mobile ul li a:after,
  .header .nav.nav-main ul li a:after {
    bottom: 0px;
  }
  body.subpage .header .nav.nav-logged-mobile ul li a:before,
  body.subpage .header .nav.nav-main ul li a:before,
  .header .nav.nav-logged-mobile ul li a:before,
  .header .nav.nav-main ul li a:before {
    bottom: -2px;
  }
  body.subpage .header .nav.nav-logged-mobile.open,
  body.subpage .header .nav.nav-main.open,
  .header .nav.nav-logged-mobile.open,
  .header .nav.nav-main.open {
    max-height: 350px;
  }
  body.subpage .header .menu-toggle,
  .header .menu-toggle {
    display: block;
    width: 46px;
    height: 30px;
    position: absolute;
    top: 90px;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 3;
    margin-left: -23px;
  }
  body.subpage .header .menu-toggle span,
  .header .menu-toggle span {
    display: block;
    width: 46px;
    height: 6px;
    border-radius: 3px;
    background: #3f4951;
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  body.subpage .header .menu-toggle span:nth-of-type(1),
  .header .menu-toggle span:nth-of-type(1) {
    top: 0px;
  }
  body.subpage .header .menu-toggle span:nth-of-type(2),
  .header .menu-toggle span:nth-of-type(2) {
    top: 12px;
  }
  body.subpage .header .menu-toggle span:nth-of-type(3),
  .header .menu-toggle span:nth-of-type(3) {
    top: 24px;
  }
  body.subpage .header .menu-toggle.active span,
  .header .menu-toggle.active span {
    background: #009a9d;
  }
  .header .col-md-12 {
    height: 145px;
  }
  body.subpage .header {
    height: 145px;
  }
  body.subpage .header .col-md-12 {
    height: 145px;
  }
  body.subpage.library .header .search .search-form form {
    border-bottom: 1px #cf0e58 solid;
  }
  body.subpage.library .header .search .search-form form .icon-holder .icon {
    color: #cf0e58;
  }
  body.subpage.tv .header .search .search-form form {
    border-bottom: 1px #ef8702 solid;
  }
  body.subpage.tv .header .search .search-form form .icon-holder .icon {
    color: #ef8702;
  }
  body.subpage.academy .header .search .search-form form {
    border-bottom: 1px #0080c8 solid;
  }
  body.subpage.academy .header .search .search-form form .icon-holder .icon {
    color: #0080c8;
  }
  body.subpage .header .home {
    width: 32px;
    height: 32px;
    background-size: 32px auto;
  }
  body.subpage .header .home:after {
    display: none;
  }
}
body.header-collapsed {
  /*padding-top:97px + 60; */
  padding-top: 157px;
}
body.header-collapsed.subpage {
  /*padding-top:180px + 60;*/
  padding-top: 157px;
}
body.header-collapsed.subpage header {
  height: 97px;
}
body.header-collapsed.subpage header .col-md-12 {
  height: 97px;
}
body.header-collapsed.subpage header .logo {
  /*left:15px;*/
  left: 100px;
  top: 14px;
  margin-left: 0px;
}
body.header-collapsed.subpage header .home {
  top: 18px;
  left: 15px;
  right: auto;
}
body.header-collapsed.subpage header .home img {
  width: 85px;
}
body.header-collapsed.subpage header .disclaimer {
  display: none;
}
body.header-collapsed.subpage header .search .search-form {
  position: absolute;
  top: -2px;
  right: 40px;
  bottom: auto;
  left: auto;
}
body.header-collapsed.subpage header .search .search-form form {
  /*padding-right:32px;*/
}
body.header-collapsed.subpage header .search .search-form form .submit {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  right: 0px !important;
  width: 28px;
  height: 36px;
}
body.header-collapsed.subpage header .block-right {
  right: 60px;
}
body.header-collapsed.subpage header .nav.nav-lang {
  bottom: auto;
  top: 15px;
  z-index: 7;
}
body.header-collapsed.subpage header .nav.nav-main {
  padding-right: 15px;
  bottom: 4px;
}
body.header-collapsed.subpage header .nav.nav-main ul {
  justify-content: flex-end;
}

@media (max-width: 991px) {
  body.header-collapsed.subpage header .nav.nav-lang {
    right: 15px;
  }
  body.header-collapsed.subpage header .logo {
    top: 22px;
  }
  body.header-collapsed.subpage header .logo img {
    width: 110px;
  }
}
@media (max-width: 767px) {
  body.header-collapsed.subpage header .nav.nav-lang {
    right: 165px;
    top: 21px;
  }
  body.header-collapsed.subpage header .nav.nav-lang a {
    width: 47px;
    height: 32px;
  }
}
@media (max-width: 380px) {
  body.subpage.header-collapsed .header .search .search-toggle .icon,
  body.subpage.header-collapsed .header .user-not-logged .icon {
    font-size: 22px;
  }
  body.subpage.header-collapsed .header .user-not-logged {
    padding-left: 8px;
  }
  body.subpage.header-collapsed .header .search .search-toggle .icon {
    position: relative;
    top: 3px;
    left: 2px;
  }
  body.header-collapsed.subpage header .nav.nav-lang {
    right: 145px;
    top: 27px;
  }
  body.header-collapsed.subpage header .nav.nav-lang a {
    width: 30px;
    height: 20px;
  }
}
.footer {
  background: #eceff1;
  border-top: 2px #a2b0ba solid;
  padding: 25px 0px 30px 0px;
}
.footer .container .row .col-md-3:first-of-type {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  border: none;
}
.footer .container .row .col-md-3:first-of-type img {
  max-width: 90%;
}
.footer .container .row .col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  border-left: 1px #a2b0ba solid;
}
.footer .container .row .col-md-3 .nav.nav-footer {
  padding: 10px 20px 30px 30px;
  display: block;
}
.footer .container .row .col-md-3 .nav.nav-footer h2 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.footer .container .row .col-md-3 .nav.nav-footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer .container .row .col-md-3 .nav.nav-footer ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer .container .row .col-md-3 .nav.nav-footer ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.footer .container .row .col-md-3 .nav.nav-footer ul li a {
  color: #3f4951;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .container .row .col-md-3 .nav.nav-footer ul li a:hover {
  text-decoration: underline;
}
.footer .container .row .col-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0px 10px 0px;
}
.footer .container .row .col-12 p {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0px 15px;
  text-transform: uppercase;
}
.footer .container .row .col-12 p a {
  color: #3f4951;
}

@media (max-width: 1600px) {
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer .container .row .col-md-3 .nav.nav-footer {
    padding: 10px 10px 30px 10px;
  }
  .footer .container .row .col-md-3 .nav.nav-footer h2 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
  }
  .footer .container .row .col-md-3 .nav.nav-footer ul li {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .footer .container .row > div:nth-of-type(2) {
    border-left: none;
  }
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .container .row .col-md-3 img {
    margin-bottom: 25px;
  }
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer .container .row .col-md-3 .nav.nav-footer {
    padding: 10px 10px 30px 10px;
  }
  .footer .container .row .col-md-3 .nav.nav-footer h2 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
  }
  .footer .container .row .col-md-3 .nav.nav-footer ul li {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .footer .container .row > div:nth-of-type(2) {
    border-left: none;
  }
  .footer .container .row > div:nth-of-type(4) {
    border-left: none;
  }
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .container .row .col-md-3 img {
    margin-bottom: 25px;
  }
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 15px;
  }
  .footer .container .row .col-md-3 .nav.nav-footer {
    padding: 10px 30px 30px 30px;
  }
  .footer .container .row .col-md-3 .nav.nav-footer h2 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
  }
  .footer .container .row .col-md-3 .nav.nav-footer ul li {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .footer .container .row > div:nth-of-type(2) {
    border-left: none;
  }
  .footer .container .row > div:nth-of-type(4) {
    border-left: none;
  }
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .container .row .col-md-3 img {
    margin-bottom: 25px;
  }
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 15px;
  }
  .footer .container .row .col-md-3 .nav.nav-footer {
    padding: 10px 10px 30px 10px;
  }
  .footer .container .row .col-md-3 .nav.nav-footer h2 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
  }
  .footer .container .row .col-md-3 .nav.nav-footer ul li {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
  }
}
@media (max-width: 450px) {
  .footer .container .row > div {
    border-left: none;
  }
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .container .row .col-md-3 img {
    margin-bottom: 25px;
  }
  .footer .container .row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .footer .container .row .col-md-3 .nav.nav-footer {
    text-align: center;
  }
  .footer .container .row .col-md-3 .nav.nav-footer h2 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 15px;
  }
  .footer .container .row .col-md-3 .nav.nav-footer ul li {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
  }
  .footer .container .row .col-12 {
    padding-top: 0px;
  }
}
.pmpro_btn,
input.button,
.btn {
  padding: 15px 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer !important;
  background: #cf0e58;
  border-radius: 0px;
  color: #fff;
  border: none;
}
.pmpro_btn.pmpro_btn-submit-checkout, .pmpro_btn.button-primary, .pmpro_btn.btn-primary,
input.button.pmpro_btn-submit-checkout,
input.button.button-primary,
input.button.btn-primary,
.btn.pmpro_btn-submit-checkout,
.btn.button-primary,
.btn.btn-primary {
  background: #009a9d;
  color: #fff;
  border: 1px #009a9d solid;
  letter-spacing: 1px;
}
.pmpro_btn.pmpro_btn-submit-checkout:hover, .pmpro_btn.button-primary:hover, .pmpro_btn.btn-primary:hover,
input.button.pmpro_btn-submit-checkout:hover,
input.button.button-primary:hover,
input.button.btn-primary:hover,
.btn.pmpro_btn-submit-checkout:hover,
.btn.button-primary:hover,
.btn.btn-primary:hover {
  background: #fff;
  color: #009a9d;
  border: 1px #009a9d solid;
}
.pmpro_btn.btn-secondary,
input.button.btn-secondary,
.btn.btn-secondary {
  background: #fff;
  color: #3f4951;
  border: 2px #fff solid;
  letter-spacing: 1px;
}
.pmpro_btn.btn-secondary:hover,
input.button.btn-secondary:hover,
.btn.btn-secondary:hover {
  background: #3f4951;
  color: #fff;
  border: 2px #3f4951 solid;
}
.pmpro_btn.btn-tertiary,
input.button.btn-tertiary,
.btn.btn-tertiary {
  background: #dbd7d7;
  color: #3f4951 !important;
  border: 1px #dbd7d7 solid;
  letter-spacing: 1px;
}
.pmpro_btn.btn-tertiary:hover,
input.button.btn-tertiary:hover,
.btn.btn-tertiary:hover {
  background: #fff !important;
  color: #3f4951 !important;
  border: 1px #dbd7d7 solid !important;
}
.pmpro_btn.btn-wide,
input.button.btn-wide,
.btn.btn-wide {
  padding: 14px 15px;
  width: 100%;
  border: 1px #ac793d solid;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.pmpro_btn:hover,
input.button:hover,
.btn:hover {
  background: #ac793d;
  color: #fff;
}

*::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
p::-moz-selection {
  background-color: #0080c8;
  color: #fff;
}

*::selection,
h1::selection,
h2::selection,
h3::selection,
p::selection {
  background-color: #0080c8;
  color: #fff;
}

.text-page {
  padding: 20px 0px;
}
.text-page h1 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  color: #3f4951;
  margin-bottom: 25px;
}
.text-page .row img {
  max-width: 100%;
}
.text-page .row .article {
  margin-bottom: 25px;
}
.text-page .row .article h1 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  color: #3f4951;
  margin-bottom: 25px;
}
.text-page .row .article h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #3f4951;
  margin-bottom: 10px;
}
.text-page .row .article h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 900;
  margin-bottom: 30px;
}
.text-page .row .article span.img-caption {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
.text-page .row .article p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
.text-page .row .article p a {
  color: #b0761a;
  font-weight: 500;
}
.text-page .row .article img {
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
}
.text-page .row .article ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  margin-left: 40px;
}
.text-page .row .article ul li {
  padding-left: 1px;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.text-page .row .article ul li a {
  color: #3f4951;
  font-weight: 700;
  text-decoration: underline;
}
.text-page .row .article ul li a:hover {
  text-decoration: none;
}
.text-page .row .article ol {
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
  counter-reset: item;
}
.text-page .row .article ol li {
  counter-increment: item;
  list-style-type: none;
  padding-left: 33px;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.text-page .row .article ol li a {
  color: #3f4951;
  font-weight: 700;
  text-decoration: underline;
}
.text-page .row .article ol li a:hover {
  text-decoration: none;
}
.text-page .row .article ol ul, .text-page .row .article ol ol {
  margin-left: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.text-page .row .article ol > li:before {
  display: inline-block;
  width: 1em;
  color: #0080c8;
  margin-right: 0px;
  font-weight: 700;
  content: counter(item) ".";
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.text-page .row .article table {
  border-spacing: 0px;
  border-collapse: 0px;
  margin-bottom: 20px;
  width: auto;
  width: 100%;
}
.text-page .row .article table.fl {
  margin-right: 70px;
}
.text-page .row .article table.fr {
  margin-left: 70px;
}
.text-page .row .article table th {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 60px;
  background: #ac793d;
  border-right: 1px #fff solid;
  border-right: 1px #fff solid;
  vertical-align: middle;
}
.text-page .row .article table td {
  color: #3f4951;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 10px;
  min-height: 60px;
  background: #fff;
  border-right: 1px #fff solid;
  vertical-align: middle;
  border-right: 1px #fff solid;
}
.text-page .row .article table tr th:last-child {
  border: none;
}
.text-page .row .article table tr td:last-child {
  border: none;
}
.text-page .row .article table tr:nth-of-type(odd) td {
  background: #efefef;
}
.text-page .row .article table.center td, .text-page .row .article table.center th {
  text-align: center;
}
.text-page .row .article img[align=left],
.text-page .row .article img[style*="float: left"],
.text-page .row .article img[style*="float:left"] {
  margin: 5px 30px 10px 0px;
}
.text-page .row .article img[align=right],
.text-page .row .article img[style*="float: right"],
.text-page .row .article img[style*="float:right"] {
  margin: 5px 0px 10px 30px;
}

@media (max-width: 1024px) {
  .textpage .row .article {
    margin-bottom: 25px;
  }
  .textpage .row .article h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    margin-bottom: 30px;
  }
  .textpage .row .article h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 15px;
  }
  .textpage .row .article h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 15px;
  }
  .textpage .row .article p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .textpage .row .article ul {
    margin-bottom: 40px;
  }
  .textpage .row .article ul li {
    padding-left: 33px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }
  .textpage .row .article ul li:before {
    width: 9px;
    height: 16px;
    position: absolute;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .textpage .row .article ol {
    margin-bottom: 40px;
  }
  .textpage .row .article ol li {
    padding-left: 33px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }
  .textpage .row .article ol ul, .textpage .row .article ol ol {
    margin-left: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .textpage .row .article table {
    margin-bottom: 20px;
  }
  .textpage .row .article table.fl {
    margin-right: 70px;
  }
  .textpage .row .article table.fr {
    margin-left: 70px;
  }
  .textpage .row .article table th {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    height: 55px;
  }
  .textpage .row .article table td {
    font-size: 14px;
    padding: 20px 10px;
    min-height: 55px;
  }
  .textpage .row .article img[align=left],
  .textpage .row .article img[style*="float: left"],
  .textpage .row .article img[style*="float:left"] {
    margin: 5px 30px 10px 0px;
    max-width: 50%;
  }
  .textpage .row .article img[align=right],
  .textpage .row .article img[style*="float: right"],
  .textpage .row .article img[style*="float:right"] {
    margin: 5px 0px 10px 30px;
    max-width: 50%;
  }
}
@media (max-width: 815px) {
  .textpage .row .article {
    margin-bottom: 25px;
  }
  .textpage .row .article h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 30px;
  }
  .textpage .row .article h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 15px;
  }
  .textpage .row .article h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 15px;
  }
  .textpage .row .article p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .textpage .row .article ul {
    margin-bottom: 40px;
  }
  .textpage .row .article ul li {
    padding-left: 33px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
  }
  .textpage .row .article ul li:before {
    width: 9px;
    height: 16px;
    position: absolute;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .textpage .row .article ol {
    margin-bottom: 40px;
  }
  .textpage .row .article ol li {
    padding-left: 33px;
    margin-bottom: 10px;
    font-size: 13x;
    line-height: 22px;
    font-weight: 300;
  }
  .textpage .row .article ol ul, .textpage .row .article ol ol {
    margin-left: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .textpage .row .article table {
    margin-bottom: 20px;
  }
  .textpage .row .article table.fl {
    margin-right: 70px;
  }
  .textpage .row .article table.fr {
    margin-left: 70px;
  }
  .textpage .row .article table th {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    height: 55px;
  }
  .textpage .row .article table td {
    font-size: 12px;
    padding: 20px 10px;
    min-height: 55px;
  }
  .textpage .row .article img[align=left],
  .textpage .row .article img[style*="float: left"],
  .textpage .row .article img[style*="float:left"] {
    margin: 0px;
    margin-bottom: 30px;
    width: 100%;
    float: none !important;
    max-width: 100%;
  }
  .textpage .row .article img[align=right],
  .textpage .row .article img[style*="float: right"],
  .textpage .row .article img[style*="float:right"] {
    margin: 0px;
    margin-bottom: 30px;
    width: 100%;
    float: none !important;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .textpage .row .article {
    margin-bottom: 25px;
  }
  .textpage .row .article h2 {
    font-size: 19px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 30px;
  }
  .textpage .row .article h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 15px;
  }
  .textpage .row .article h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 15px;
  }
  .textpage .row .article p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .textpage .row .article ul {
    margin-bottom: 40px;
  }
  .textpage .row .article ul li {
    padding-left: 33px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
  }
  .textpage .row .article ul li:before {
    width: 9px;
    height: 16px;
    position: absolute;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .textpage .row .article ol {
    margin-bottom: 40px;
  }
  .textpage .row .article ol li {
    padding-left: 33px;
    margin-bottom: 10px;
    font-size: 13x;
    line-height: 22px;
    font-weight: 300;
  }
  .textpage .row .article ol ul, .textpage .row .article ol ol {
    margin-left: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .textpage .row .article table {
    margin-bottom: 20px;
  }
  .textpage .row .article table.fl {
    margin-right: 70px;
  }
  .textpage .row .article table.fr {
    margin-left: 70px;
  }
  .textpage .row .article table th {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    height: 55px;
  }
  .textpage .row .article table td {
    font-size: 12px;
    padding: 20px 10px;
    min-height: 55px;
  }
  .textpage .row .article img[align=left],
  .textpage .row .article img[style*="float: left"],
  .textpage .row .article img[style*="float:left"] {
    margin: 0px;
    margin-bottom: 30px;
    width: 100%;
    float: none !important;
    max-width: 100%;
  }
  .textpage .row .article img[align=right],
  .textpage .row .article img[style*="float: right"],
  .textpage .row .article img[style*="float:right"] {
    margin: 0px;
    margin-bottom: 30px;
    width: 100%;
    float: none !important;
    max-width: 100%;
  }
}
/*
@media (max-width: 768px) {
	.textpage .container .row .article h2 {
		font-size: 20px;
    	line-height: 26px;
	}
	body.admin .textpage h1 {
		font-size:22px;
	}
	body.admin .textpage h2 {
		    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
	}
}*/
.search-paginator,
.grid-paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}
.search-paginator.margin-top,
.grid-paginator.margin-top {
  padding-top: 10px;
}
.search-paginator .btn.btn-primary,
.grid-paginator .btn.btn-primary {
  min-width: 170px;
}
.search-paginator:after,
.grid-paginator:after {
  content: "";
  display: block;
  height: 1px;
  width: auto;
  position: absolute;
  top: auto;
  right: 7px;
  bottom: 0px;
  left: 7px;
}
.search-paginator a.paginator-item,
.grid-paginator a.paginator-item {
  margin: 0px 3px;
  color: #3f4951;
}
.search-paginator a.paginator-item.active,
.grid-paginator a.paginator-item.active {
  font-weight: 700;
}
.search-paginator a.next,
.search-paginator a.prev,
.grid-paginator a.next,
.grid-paginator a.prev {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin: 0px 5px;
}
.search-paginator a.next,
.grid-paginator a.next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.search-paginator a.prev,
.grid-paginator a.prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.search-paginator a.prev.disabled,
.search-paginator a.next.disabled,
.grid-paginator a.prev.disabled,
.grid-paginator a.next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.search-paginator span.total,
.grid-paginator span.total {
  margin-left: 5px;
}
.search-paginator form,
.grid-paginator form {
  display: inline;
}
.search-paginator input.num-input,
.grid-paginator input.num-input {
  width: 20px;
  border: 1px #a2b0ba solid;
  margin-right: 5px;
  text-align: center;
}
.search-paginator input::-webkit-outer-spin-button,
.search-paginator input::-webkit-inner-spin-button,
.grid-paginator input::-webkit-outer-spin-button,
.grid-paginator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search-paginator input[type=number],
.grid-paginator input[type=number] {
  -moz-appearance: textfield;
}

.search-paginator {
  padding-top: 20px;
  padding-bottom: 10px;
}

section.grid-paginator {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
}
section.grid-paginator:after {
  display: none;
}

body.subpage.tv .grid-paginator:after {
  border-bottom: 1px #ef8702 solid;
}
body.subpage.tv .grid-paginator a.next,
body.subpage.tv .grid-paginator a.prev {
  border: solid #ef8702;
  border-width: 0 2px 2px 0;
}
body.subpage.tv .grid-paginator .btn.btn-primary {
  border: 1px #ef8702 solid;
  background: #ef8702;
}
body.subpage.tv .grid-paginator .btn.btn-primary:hover {
  color: #ef8702;
  background: transparent;
}

body.subpage.academy .grid-paginator:after {
  border-bottom: 1px #0080c8 solid;
}
body.subpage.academy .grid-paginator a.next,
body.subpage.academy .grid-paginator a.prev {
  border: solid #0080c8;
  border-width: 0 2px 2px 0;
}
body.subpage.academy .grid-paginator .btn.btn-primary {
  border: 1px #0080c8 solid;
  background: #0080c8;
}
body.subpage.academy .grid-paginator .btn.btn-primary:hover {
  color: #0080c8;
  background: transparent;
}

.paginator {
  padding: 25px 0px 25px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
  line-height: 1px;
  font-weight: 400;
}
.paginator span,
.paginator .txt {
  color: #3f4951;
  margin: 0px 7px;
}
.paginator a {
  color: #3f4951;
  margin: 0px 7px;
  text-decoration: none;
}
.paginator a.active {
  color: #009a9d;
}
.paginator a:hover {
  color: #009a9d;
}

body.subpage.library .search-paginator a.paginator-item.active, body.subpage.library .search-paginator a.paginator-item:hover {
  color: #cf0e58;
}
body.subpage.library .paginator a.active {
  color: #cf0e58;
}
body.subpage.library .paginator a:hover {
  color: #cf0e58;
}

body.subpage.academy .paginator a.active {
  color: #0080c8;
}
body.subpage.academy .paginator a:hover {
  color: #0080c8;
}

body.subpage.tv .paginator a.active {
  color: #ef8702;
}
body.subpage.tv .paginator a:hover {
  color: #ef8702;
}

@media (max-width: 767px) {
  .paginator {
    font-size: 16px;
  }
  .paginator a,
  .paginator span, .paginator .txt {
    margin: 0px 10px;
  }
}
.homepage-top {
  margin-bottom: 14px;
}

.homepage-top .article-link .img img {
  border: 1px #f7f3f3 solid;
}
.homepage-top .primary .article-link .txt {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 30px;
  left: 35px;
  padding-right: 35px;
}
.homepage-top .primary .article-link .txt .date {
  margin-bottom: 15px;
  color: #009a9d;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-shadow: none;
}
.homepage-top .primary .article-link .txt .date:before {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.homepage-top .primary .article-link .txt h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin: 0px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.homepage-top .primary .article-link .txt p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.homepage-top .primary .article-link .txt p:nth-of-type(2) {
  padding-top: 15px;
}
.homepage-top .primary .article-link .img img {
  width: 100%;
  height: 397px;
  object-fit: cover;
}
.homepage-top .secondary .article-link .img img {
  width: 100%;
  height: 397px;
  object-fit: cover;
}
.homepage-top .last .article-link .txt,
.homepage-top .secondary .article-link .txt {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 30px;
  left: 35px;
  padding-right: 35px;
}
.homepage-top .last .article-link .txt .date,
.homepage-top .secondary .article-link .txt .date {
  margin-bottom: 15px;
  color: #009a9d;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-shadow: none;
}
.homepage-top .last .article-link .txt .date:before,
.homepage-top .secondary .article-link .txt .date:before {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.homepage-top .last .article-link .txt h2,
.homepage-top .secondary .article-link .txt h2 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  margin: 0px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.homepage-top .last .article-link .txt p,
.homepage-top .secondary .article-link .txt p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.homepage-top .last .article-link .txt p:nth-of-type(2),
.homepage-top .secondary .article-link .txt p:nth-of-type(2) {
  padding-top: 15px;
}
.homepage-top .last .article-link.banner img,
.homepage-top .secondary .article-link.banner img {
  border: 1px #f7f3f3 solid;
}

@media (max-width: 1600px) {
  .homepage-top .col-lg-6 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .homepage-top .primary .article-link .img img {
    height: 394px;
  }
  .homepage-top .last {
    /*display:flex;*/
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin: 0px -10px;
  }
  .homepage-top .last .article-link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 10px;
    margin-bottom: 33px;
  }
  .homepage-top .secondary {
    height: 293px;
    overflow: hidden;
    display: none;
  }
  .homepage-top .secondary .article-link .img {
    height: 293px;
  }
  .homepage-top .secondary .article-link .txt {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 30px;
    left: 35px;
    padding-right: 35px;
  }
  .homepage-top .secondary .article-link .txt h2 {
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    margin: 0px;
  }
}
@media (max-width: 1199px) {
  .homepage-top .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage-top .col-lg-6 .article-link .txt {
    display: none;
  }
  .homepage-top .primary .article-link .img img {
    height: 242px;
  }
  .homepage-top .last {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0px 0px;
  }
  .homepage-top .last .article-link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 0px;
  }
  .homepage-top .last .article-link .txt {
    display: none;
  }
  .homepage-top .last > a:nth-of-type(2) {
    display: none;
  }
  .homepage-top .secondary {
    height: auto;
    overflow: hidden;
  }
  .homepage-top .secondary .article-link .img {
    height: auto;
  }
  .homepage-top .secondary .article-link .txt {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 30px;
    left: 35px;
    padding-right: 35px;
  }
  .homepage-top .secondary .article-link .txt h2 {
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .homepage-top .primary .article-link .img img {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .homepage-top .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-top .primary .article-link .img img {
    height: 273px;
  }
  .homepage-top .last {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px 0px;
  }
  .homepage-top .last .article-link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 0px;
  }
  .homepage-top .secondary {
    height: auto;
    overflow: hidden;
  }
  .homepage-top .secondary .article-link .img {
    height: auto;
  }
  .homepage-top .secondary .article-link .txt {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 30px;
    left: 35px;
    padding-right: 35px;
  }
  .homepage-top .secondary .article-link .txt h2 {
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    margin: 0px;
  }
}
@media (max-width: 576px) {
  .homepage-top .primary .article-link .img img {
    height: auto;
  }
}
.homepage-middle .col-12 > .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.homepage-middle .col-12 > .title span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.homepage-middle .col-12 > .title span .count {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
  padding-right: 0px;
}
.homepage-middle .col-12 > .title:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.homepage-middle #academy .icon {
  width: 36px;
  height: 36px;
}
.homepage-middle #academy .icon i {
  color: #a2b0ba;
  font-size: 36px;
}
.homepage-middle #academy .title {
  background: transparent url("../gfx/icon/title01.png") center 0px no-repeat;
  background-size: contain;
}
.homepage-middle #library .icon {
  width: 36px;
  height: 34px;
}
.homepage-middle #library .icon i {
  color: #a2b0ba;
  font-size: 36px;
}
.homepage-middle #library .title {
  background: transparent url("../gfx/icon/title02.png") center 0px no-repeat;
  background-size: contain;
}
.homepage-middle #tv .icon {
  width: 46px;
  height: 29px;
}
.homepage-middle #tv .icon i {
  color: #a2b0ba;
  font-size: 46px;
  position: relative;
  top: -9px;
}
.homepage-middle #tv .title {
  background: transparent url("../gfx/icon/title03.png") center 0px no-repeat;
  background-size: contain;
}
.homepage-middle #membership .icon {
  width: 36px;
  height: 36px;
}
.homepage-middle #membership .icon i {
  color: #a2b0ba;
  font-size: 36px;
}
.homepage-middle #membership .title {
  height: 69px;
  background: transparent url("../gfx/icon/title04.png?v=1") center 0px no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.homepage-middle #membership .title.title-sk {
  background: transparent url("../gfx/icon/title04sk.png?v=1") center 0px no-repeat;
  background-size: contain;
}
.homepage-middle #academy-column h2 span {
  opacity: 0;
}
.homepage-middle #academy-column h2:before {
  left: -15px;
}
.homepage-middle.homepage-middle-banners .last .title:after {
  display: none;
}
.homepage-middle.homepage-middle-content .col-lg-9 > .container > .row > .col-lg-12 {
  display: none;
}
.homepage-middle.homepage-middle-content .homepage-middle-item#tv-column .article .date {
  border: none;
  padding-bottom: 0px;
}
.homepage-middle .tv-top-slider {
  margin: 0px -15px;
}
.homepage-middle .homepage-middle-grid.homepage-middle-grid-main .row > .col-lg-3 .homepage-middle-item,
.homepage-middle .homepage-middle-grid.homepage-middle-grid-main .row > .col-md-3 .homepage-middle-item,
.homepage-middle .homepage-middle-grid.homepage-middle-grid-main .row > div .homepage-middle-item {
  height: 100%;
  padding-bottom: 15px;
}
.homepage-middle .homepage-middle-grid.homepage-middle-grid-main .row > .col-lg-3 .homepage-middle-item .article,
.homepage-middle .homepage-middle-grid.homepage-middle-grid-main .row > .col-md-3 .homepage-middle-item .article,
.homepage-middle .homepage-middle-grid.homepage-middle-grid-main .row > div .homepage-middle-item .article {
  height: 100%;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .homepage-middle .homepage-middle-grid.homepage-middle-grid-main .row > div:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .homepage-middle .homepage-middle-grid.homepage-middle-grid-main .row > div:nth-of-type(3) {
    display: block;
  }
}
@media (max-width: 991px) {
  .homepage-middle .homepage-middle-grid.homepage-middle-grid-main .row > div:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .homepage-middle .homepage-middle-grid.homepage-middle-grid-main .row > div:nth-of-type(3) {
    display: block;
  }
}
.homepage-middle .homepage-middle-grid .col-lg-3 .homepage-middle-item {
  height: 100%;
  padding-bottom: 15px;
}
.homepage-middle .homepage-middle-grid .col-lg-3 .homepage-middle-item .article {
  height: 100%;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.homepage-middle .homepage-middle-grid .col-lg-3 .homepage-middle-item .article h3 {
  height: 40px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homepage-middle .homepage-middle-grid .col-lg-3 .homepage-middle-item .article h3 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .homepage-middle .homepage-middle-grid .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1200px) {
  .homepage-middle .homepage-middle-grid .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage-middle .homepage-middle-grid .col-lg-3 .homepage-middle-item .article h3 {
    width: 260px;
  }
}
@media (max-width: 991px) {
  .homepage-middle .homepage-middle-grid .col-lg-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .homepage-middle .homepage-middle-grid .col-lg-3 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 580px) {
  .homepage-middle .homepage-middle-grid .col-lg-3 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .homepage-middle .homepage-middle-grid .col-lg-3 .homepage-middle-item .article h3 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1600px) {
  .homepage-middle.homepage-middle-banners {
    /*.last {
    	display:none;
    }*/
  }
  .homepage-middle.homepage-middle-banners .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .homepage-middle.homepage-middle-banners .row > div:nth-of-type(3) .title:after {
    display: none;
  }
  .homepage-middle.homepage-middle-content .homepage-middle-item {
    padding-top: 0px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4 .homepage-middle-item > article:nth-of-type(3) {
    display: none;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -7.5px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item h2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 7.5px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item h2:before {
    left: 7.5px;
    right: 7.5px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 7.5px;
    padding-bottom: 20px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item article .img {
    margin-left: 0px;
    margin-right: 0px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1199px) {
  .homepage-middle.homepage-middle-banners .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage-middle.homepage-middle-banners .last {
    display: block;
  }
  .homepage-middle.homepage-middle-banners .row > div:nth-of-type(1),
  .homepage-middle.homepage-middle-banners .row > div:nth-of-type(2) {
    border-bottom: 1px #a1b2ba solid;
    margin-bottom: 25px;
  }
  .homepage-middle.homepage-middle-banners .row > div:nth-of-type(2) .title:after {
    display: none;
  }
  .homepage-middle.homepage-middle-banners .row > div:nth-of-type(3) .title:after {
    display: block;
  }
}
@media (max-width: 991px) {
  .homepage-middle.homepage-middle-content .homepage-middle-item.blue h2 {
    display: none;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4 .homepage-middle-item > article:nth-of-type(2) {
    display: none;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -7.5px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item h2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 7.5px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item h2:before {
    left: 7.5px;
    right: 7.5px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item article {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 7.5px;
    padding-bottom: 20px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item article .img {
    margin-left: 0px;
    margin-right: 0px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item article:nth-of-type(2) {
    display: none;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .homepage-middle.homepage-middle-banners .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-middle.homepage-middle-banners .col-lg-3 > div .title:after {
    display: none;
  }
  .homepage-middle.homepage-middle-banners .last {
    display: block;
  }
  .homepage-middle.homepage-middle-banners .row > div:nth-of-type(1),
  .homepage-middle.homepage-middle-banners .row > div:nth-of-type(2),
  .homepage-middle.homepage-middle-banners .row > div:nth-of-type(3) {
    border-bottom: 1px #a1b2ba solid;
    margin-bottom: 25px;
  }
  .homepage-middle.homepage-middle-banners .row > div:nth-of-type(2) .title:after {
    display: none;
  }
  .homepage-middle.homepage-middle-banners .row > div:nth-of-type(3) .title:after {
    display: none;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4 .homepage-middle-item > article:nth-of-type(2) {
    display: none;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -7.5px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item h2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 7.5px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item h2:before {
    left: 7.5px;
    right: 7.5px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item article {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 7.5px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item article .img {
    margin-left: 0px;
    margin-right: 0px;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-9 .col-lg-4.last .homepage-middle-item article:nth-of-type(2) {
    display: none;
  }
  .homepage-middle.homepage-middle-content > .container > .row > .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-lg-4 .homepage-middle-item .article h3, .col-lg-4 .homepage-middle-item .article p {
  /*padding-right:15%;*/
}

.col-md-3 .homepage-middle-item,
.col-lg-3 .homepage-middle-item {
  height: auto;
}
.col-md-3 .homepage-middle-item .article h3, .col-md-3 .homepage-middle-item .article p,
.col-lg-3 .homepage-middle-item .article h3,
.col-lg-3 .homepage-middle-item .article p {
  /*padding-right:15%;*/
}

.homepage-middle-item {
  position: relative;
  /*padding-top:33px;*/
  height: 100%;
}
.homepage-middle-item.height-auto {
  height: auto;
}
.homepage-middle-item.nomargin {
  padding-top: 0px;
}
.homepage-middle-item.height-full {
  height: 100%;
}
.homepage-middle-item.height-full .article {
  height: 100%;
}
.homepage-middle-item.category-bottom .article .img .category {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.homepage-middle-item.category-bottom .article .img:after {
  height: 60px !important;
  font-size: 60px !important;
}
.homepage-middle-item .icon {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 9px;
  display: block;
}
.homepage-middle-item .title {
  height: 65px;
  display: block;
  font-size: 0px;
  margin-bottom: 35px;
}
.homepage-middle-item .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  bottom: auto;
  left: auto;
  height: 85px;
  margin-top: -35px;
  display: block;
  width: 1px;
  background: #a1b2ba;
}
.homepage-middle-item h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.homepage-middle-item h2 span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.homepage-middle-item h2:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.homepage-middle-item .article {
  padding: 0px 15px;
  padding-bottom: 35px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px !important;
  height: 100%;
  padding-bottom: 15px;
}
.homepage-middle-item .article h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
  overflow: hidden;
  height: 44px;
}
.homepage-middle-item .article h3 a {
  color: #3f4951;
}
.homepage-middle-item .article h3 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homepage-middle-item .article .date {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  border-bottom: 1px #d0d3d5 solid;
  margin-bottom: 9px;
  padding-bottom: 9px;
}
.homepage-middle-item .article p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
.homepage-middle-item .article .category {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  background: #009a9d;
  padding: 10px 16px !important;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.homepage-middle-item .article .more {
  display: inline-block;
  margin-bottom: 7px;
  padding-left: 2px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 15px;
}
.homepage-middle-item .article .more span {
  display: inline-block;
  background: #3f4951;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  position: relative;
  top: -4px;
}
.homepage-middle-item .article .img {
  position: relative;
  font-size: 0px;
  margin-bottom: 15px;
}
.homepage-middle-item .article .img img {
  width: 100%;
}
.homepage-middle-item .article.type-icon h3 {
  padding-right: 100px;
  position: relative;
}
.homepage-middle-item .article.type-icon h3:after {
  content: "F";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  width: 42px;
  height: 39px;
  display: inline-block;
  font-family: "worldmednet";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 40px;
  color: #a2b0ba;
}
.homepage-middle-item.blue .article {
  border-bottom: 1px #0080c8 solid;
}
.homepage-middle-item.blue .article h3 {
  color: #0080c8 !important;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
.homepage-middle-item.blue .article h3 a {
  color: #0080c8;
}
.homepage-middle-item.blue .article .more span {
  background: #0080c8;
}
.homepage-middle-item.blue .article .category {
  background: #0080c8;
}
.homepage-middle-item.pink .article {
  border-bottom: 1px #cf0e58 solid;
}
.homepage-middle-item.pink .article h3 {
  color: #cf0e58;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
.homepage-middle-item.pink .article h3 a {
  color: #cf0e58;
}
.homepage-middle-item.pink .article .more span {
  background: #cf0e58;
}
.homepage-middle-item.orange .article {
  border-bottom: 1px #ef8702 solid;
}
.homepage-middle-item.orange .article .img {
  margin-left: -15px;
  margin-right: -15px;
}
.homepage-middle-item.orange .article h3 {
  color: #ef8702;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  height: auto;
}
.homepage-middle-item.orange .article h3 a {
  color: #ef8702;
}
.homepage-middle-item.orange .article .more span {
  background: #ef8702;
}
.homepage-middle-item.orange .article .img a {
  display: block;
  position: relative;
}
.homepage-middle-item.orange .article .img a:after {
  content: "G";
  width: 60px;
  height: 54px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -30px;
  margin-top: -27px;
  font-size: 60px;
  font-family: "worldmednet";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.homepage-middle-item.orange .article .category {
  background: #ef8702;
}
.homepage-middle-item.green .article {
  border-bottom: 1px #a2b0ba solid;
  padding-left: 35px;
}
.homepage-middle-item.green .article.sidebar-membership, .homepage-middle-item.green .article.sidebar-newsletter {
  border: 1px #a2b0ba solid !important;
  border-bottom: 1px #a2b0ba solid !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  padding-left: 0px !important;
}
.homepage-middle-item.green .article.sidebar-membership > a, .homepage-middle-item.green .article.sidebar-newsletter > a {
  color: #3f4951;
}
.homepage-middle-item.green .article.sidebar-membership > a:hover, .homepage-middle-item.green .article.sidebar-newsletter > a:hover {
  text-decoration: none;
}
.homepage-middle-item.green .article.sidebar-membership .img, .homepage-middle-item.green .article.sidebar-newsletter .img {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.homepage-middle-item.green .article.sidebar-membership .txt, .homepage-middle-item.green .article.sidebar-newsletter .txt {
  position: relative;
  padding-left: 110px;
  padding-right: 0px;
  padding-top: 9px;
  padding-bottom: 1px;
}
.homepage-middle-item.green .article.sidebar-membership .txt:after, .homepage-middle-item.green .article.sidebar-newsletter .txt:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 45px;
  right: auto;
  bottom: 45px;
  left: 109px;
  display: block;
  height: auto;
  background: #a2b0ba;
  margin-left: -15px;
}
.homepage-middle-item.green .article.sidebar-membership h3, .homepage-middle-item.green .article.sidebar-newsletter h3 {
  padding-right: 15px;
  font-weight: 900;
  border-bottom: 1px #009a9d solid;
}
.homepage-middle-item.green .article.sidebar-membership h3:after, .homepage-middle-item.green .article.sidebar-newsletter h3:after {
  display: none;
}
.homepage-middle-item.green .article.sidebar-membership p, .homepage-middle-item.green .article.sidebar-newsletter p {
  padding-right: 15px;
  text-transform: none;
}
.homepage-middle-item.green .article.sidebar-membership .txt:before {
  content: "F";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 26px;
  margin-top: -20px;
  width: 42px;
  height: 39px;
  display: inline-block;
  font-family: "worldmednet";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 40px;
  color: #a2b0ba;
}
.homepage-middle-item.green .article.sidebar-newsletter .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 26px;
  background: transparent url("../gfx/icon/newsletter.png");
  margin-top: -21px;
  width: 46px;
  height: 42px;
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  color: #a2b0ba;
}
.homepage-middle-item.green .article.sidebar-banner {
  padding: 0px;
  border: none;
  border-bottom: none !important;
  padding-left: 0px !important;
}
.homepage-middle-item.green .article.sidebar-banner a img {
  width: 100%;
  border: 1px #f7f3f3 solid;
}
.homepage-middle-item.green .article.sidebar-banner img {
  width: 100%;
  border: 1px #f7f3f3 solid;
}
@media (max-width: 991px) {
  .homepage-middle-item.green .article.sidebar-banner, .homepage-middle-item.green .article.sidebar-membership, .homepage-middle-item.green .article.sidebar-newsletter {
    max-width: 580px;
    margin-bottom: 15px;
  }
}
.homepage-middle-item.green .article .img {
  margin-left: -35px;
  margin-right: -15px;
}
.homepage-middle-item.green .article h3 {
  color: #009a9d !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  border-bottom: 1px #d0d3d5 solid;
  margin-bottom: 9px;
  padding-bottom: 9px;
}
.homepage-middle-item.green .article h3 a {
  color: #009a9d;
}
.homepage-middle-item.green .article .more span {
  background: #009a9d;
}
.homepage-middle-item.green .article .category {
  background: #009a9d;
}

.article-detail .homepage-middle-slider-academy .article {
  padding: 0px 4px !important;
}
.article-detail .homepage-middle-slider-academy .article .event-date {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 10px 16px;
  color: #0080c8;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.article-detail .homepage-middle-slider-academy .article .img {
  margin-bottom: 15px;
}
.article-detail .homepage-middle-slider-academy .article h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.article-detail .homepage-middle-slider-academy .article .date {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
  padding-bottom: 0px;
  border: none;
}
.article-detail .homepage-middle-slider-academy .article .more {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
}

.homepage-middle-item.blue > .article .img {
  margin-left: -15px;
  margin-right: -15px;
}
.homepage-middle-item.blue > .article > h3 {
  /*@include font(15px,20px,500);
     height: auto;*/
  height: 38px;
}
.homepage-middle-item.blue > .article > .date {
  border-bottom: 1px #d0d3d5 solid;
  opacity: 0.7;
  /*padding-bottom:0px;*/
  font-size: 12px;
}
.homepage-middle-item.blue > .article > .video-top-info {
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin-bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0px !important;
  text-transform: none !important;
}
.homepage-middle-item.blue > .article > .video-top-info.video-spec {
  color: #0080c8;
  font-size: 11px !important;
  text-transform: uppercase !important;
}
.homepage-middle-item.blue.video.hp > .article > h3 {
  height: auto;
}
.homepage-middle-item.blue.video > .article > h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.homepage-middle-item.blue.video > .article > .date {
  border-bottom: none;
  margin-bottom: 9px;
  padding-bottom: 0px;
}
.homepage-middle-item.blue.academy-news-item > .article > h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.homepage-middle-item.orange > .article h3 {
  text-transform: uppercase;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: none !important;
  margin-bottom: 7px !important;
  padding: 0px !important;
}
.homepage-middle-item.orange > .article h3 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homepage-middle-item.orange > .article > span > .date,
.homepage-middle-item.orange > .article > .date {
  border-bottom: 1px #d0d3d5 solid;
  border-bottom: none;
  opacity: 0.7;
  padding-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.homepage-middle-item.orange > .article > span > .video-top-info,
.homepage-middle-item.orange > .article > .video-top-info {
  font-size: 13px;
  margin-bottom: 0px;
  text-align: left;
  padding-left: 0px !important;
}
.homepage-middle-item.orange > .article > span > .video-top-info.video-spec,
.homepage-middle-item.orange > .article > .video-top-info.video-spec {
  color: #ef8702;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase !important;
}

.homepage-bottom {
  padding-top: 25px;
}
.homepage-bottom .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.homepage-bottom .title span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.homepage-bottom .title:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.homepage-bottom .popular-article .article {
  padding: 0px 15px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px #cf0e58 solid;
  height: calc(100% - 52px);
}
.homepage-bottom .popular-article .article h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #cf0e58;
}
.homepage-bottom .popular-article .article h2 a {
  color: #cf0e58;
}
.homepage-bottom .popular-article .article .date {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  border-bottom: 1px #d0d3d5 solid;
  margin-bottom: 9px;
  padding-bottom: 9px;
}
.homepage-bottom .popular-article .article .date .separator {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin: 0px 7px;
}
.homepage-bottom .popular-article .article .date a {
  color: #cf0e58;
  text-decoration: underline;
}
.homepage-bottom .popular-article .article .date a:hover {
  text-decoration: none;
}
.homepage-bottom .popular-article .article p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
.homepage-bottom .popular-article .article .category {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  background: #cf0e58;
  padding: 10px 16px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.homepage-bottom .popular-article .article .img {
  position: absolute;
  top: 65px;
  right: 0px;
  bottom: auto;
  left: auto;
  margin-bottom: 25px;
}
.homepage-bottom .popular-article .article .cols {
  display: flex;
  margin: 0px -7.5px;
}
.homepage-bottom .popular-article .article .cols.block {
  display: block;
}
.homepage-bottom .popular-article .article .cols .col-left,
.homepage-bottom .popular-article .article .cols .col-right {
  width: 50%;
  padding: 0px 7.5px;
}
.homepage-bottom .popular-article .article .cols .col-right2,
.homepage-bottom .popular-article .article .cols .col-right {
  /*padding-top:175px;*/
}
.homepage-bottom .popular-article .article .cols .col-right2 .img,
.homepage-bottom .popular-article .article .cols .col-right .img {
  position: static;
}
.homepage-bottom .popular-article .article .cols .col-right2 .img img,
.homepage-bottom .popular-article .article .cols .col-right .img img {
  width: 100%;
}
.homepage-bottom .popular-article .article .cols .col-wide {
  padding: 0px 7.5px;
}
.homepage-bottom .popular-article .article .cols .col-left2 {
  width: 80%;
  padding: 0px 7.5px;
}
.homepage-bottom .popular-article .article .cols .col-right2 {
  width: 20%;
  padding: 0px 7.5px;
}
.homepage-bottom .popular-article .article .more {
  display: inline-block;
  margin-bottom: 7px;
  padding-left: 2px;
}
.homepage-bottom .popular-article .article .more span {
  display: inline-block;
  background: #cf0e58;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  position: relative;
  top: -4px;
}
.homepage-bottom .video article:nth-of-type(2) {
  display: none;
}
.homepage-bottom .video .article {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px #ef8702 solid;
  min-height: 85px;
  height: calc(100% - 52px);
}
.homepage-bottom .video .article h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #ef8702;
}
.homepage-bottom .video .article h2 a {
  color: #ef8702;
}
.homepage-bottom .video .article .date {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 9px;
  color: #3f4951;
  opacity: 0.7;
  text-transform: uppercase;
}
.homepage-bottom .video .article .category {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  background: #ef8702;
  padding: 10px 16px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.homepage-bottom .video .article .video-top-info {
  font-size: 13px;
  margin-bottom: 0px;
  text-align: left;
  padding-left: 0px !important;
  color: #3f4951;
}
.homepage-bottom .video .article .video-top-info.video-spec {
  color: #ef8702;
  margin-bottom: 0px;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.homepage-bottom .video .article p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #a2b0ba;
}
.homepage-bottom .video .article .img {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  font-size: 0px;
  margin-bottom: 15px;
}
.homepage-bottom .video .article .img:after {
  content: "G";
  width: 60px;
  height: 76px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -30px;
  margin-top: -44px;
  font-size: 96px;
  font-family: "worldmednet";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.homepage-bottom .video .article .img img {
  width: 100%;
}

body.subpage.academy .homepage-bottom .popular-article .category,
body.subpage.academy .homepage-bottom .video .category {
  background: #0080c8;
}
body.subpage.academy .homepage-bottom .popular-article h2,
body.subpage.academy .homepage-bottom .popular-article h2 a,
body.subpage.academy .homepage-bottom .video h2,
body.subpage.academy .homepage-bottom .video h2 a {
  color: #0080c8;
}
body.subpage.academy .homepage-bottom .popular-article .more span,
body.subpage.academy .homepage-bottom .video .more span {
  background: #0080c8;
}
body.subpage.academy .homepage-bottom .popular-article .article,
body.subpage.academy .homepage-bottom .video .article {
  border-bottom: 1px #0080c8 solid;
}

@media (max-width: 1600px) {
  .homepage-bottom .popular-article .article .img {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
  }
  .homepage-bottom .popular-article .article .img img {
    width: 310px;
  }
  .homepage-bottom .popular-article .article .cols {
    /*display:block;*/
  }
  .homepage-bottom .popular-article .article .cols .col-left, .homepage-bottom .popular-article .article .cols .col-right {
    width: 100%;
    padding: 0px 7.5px;
  }
  .homepage-bottom > .container > .row .col-lg-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage-bottom > .container > .row .video {
    /*article:nth-of-type(2){
    	display:block;
    }*/
  }
  .homepage-bottom > .container > .row .col-lg-12 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .homepage-bottom > .container > .row .col-lg-12 .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-bottom > .container > .row .col-lg-4.d-none {
    display: block !important;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .homepage-bottom > .container > .row .col-lg-4.d-none .partners {
    padding-top: 0px;
  }
  .homepage-bottom > .container > .row .col-lg-4.d-none .partners .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .homepage-bottom .popular-article .article .img img {
    width: 275px;
  }
}
@media (max-width: 991px) {
  .homepage-bottom .popular-article .article .img img {
    width: 310px;
  }
  .homepage-bottom > .container > .row .col-lg-4,
  .homepage-bottom > .container > .row .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-bottom > .container > .row .col-lg-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage-bottom > .container > .row .col-lg-12 .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-bottom > .container > .row .col-lg-12 .col-lg-6.video {
    display: none;
  }
  .homepage-bottom > .container > .row .col-lg-4.d-none {
    display: block !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .homepage-bottom > .container > .row .col-lg-4.d-none .partners {
    padding-top: 0px;
  }
  .homepage-bottom > .container > .row .col-lg-4.d-none .partners .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-bottom .video .article,
  .homepage-bottom .popular-article .article {
    height: auto;
  }
  .homepage-bottom .video .article {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .homepage-bottom .popular-article .article .img img {
    width: 100%;
  }
  .homepage-bottom > .container > .row .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-bottom > .container > .row .col-lg-12 .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-bottom > .container > .row .col-lg-12 .col-lg-6.video {
    display: none;
  }
  .homepage-bottom > .container > .row .col-lg-4.d-none {
    display: block !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homepage-bottom > .container > .row .col-lg-4.d-none .partners {
    padding-top: 0px;
  }
  .homepage-bottom > .container > .row .col-lg-4.d-none .partners .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepage-newsletter {
  padding: 25px 0px;
  position: relative;
  display: flex;
  align-items: center;
}
.homepage-newsletter .text {
  width: calc(100% - 50px);
  height: 32px;
  background: transparent;
  border: 1px #a2b0ba solid;
  border-radius: 7px;
  padding: 0px 10px;
  margin-right: 9px;
}
.homepage-newsletter .submit {
  width: 30px;
  height: 33px;
  border: none;
  background: transparent url("../gfx/svg/flag-green.svg") 0px 0px no-repeat;
  background-size: contain;
  cursor: pointer;
}

.homepage-tv-sum {
  padding: 20px 0px 5px 0px;
  margin-bottom: 7px;
}
.homepage-tv-sum a {
  font-size: 0px;
}
.homepage-tv-sum a img {
  margin-bottom: 7px;
  width: 100%;
}

.partners {
  padding-top: 25px;
  margin-bottom: 30px;
}
.partners h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.partners h2 span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.partners h2:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.partners .logo {
  padding-top: 50px;
  text-align: center;
}
.partners .logo img {
  max-width: 90%;
}
.partners .article {
  padding: 0px 0px;
  padding-left: 35px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px #a2b0ba solid;
}
.partners .article h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #0080c8;
  display: inline-block;
  margin-right: 10px;
}
.partners .article h3 a {
  color: #0080c8;
}
.partners .article .category {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  background: #0080c8;
  padding: 13px 16px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.partners .article .date {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #3f4951;
}
.partners .article .date:before {
  margin-right: 10px;
  content: "-";
}
.partners .article p {
  padding-bottom: 9px;
  border-bottom: 1px #d0d3d5 solid;
  font-size: 15px;
  line-height: 19px;
  font-weight: 800;
  text-transform: uppercase;
  color: #a2b0ba;
}
.partners .article .img {
  position: relative;
  margin-bottom: 25px;
  margin-left: -35px;
}
.partners .article .img img {
  width: 100%;
}

@media (max-width: 1600px) {
  .partners .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .partners .col-lg-9 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}
@media (max-width: 991px) {
  .partners .col-lg-3 {
    display: none;
  }
  .partners .col-lg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .partners .col-lg-9 .row {
    justify-content: center;
  }
  .partners .col-lg-9 .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.article-link {
  position: relative;
  text-decoration: none;
  color: #3f4951;
  display: block;
  margin-bottom: 11px;
}
.article-link .img {
  font-size: 0px;
}
.article-link .img img {
  width: 100%;
}
.article-link .category {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  background: #009a9d;
  padding: 13px 16px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.article-link .txt {
  position: relative;
}
.article-link .txt .date {
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  color: #009a9d;
  margin-bottom: 25px;
}
.article-link .txt .date:before {
  content: "K";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -8px;
  right: auto;
  bottom: auto;
  left: 0px;
  font-family: "worldmednet";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 30px;
  color: #fff;
}
.article-link .txt h2 {
  color: #fff;
}
.article-link:hover {
  text-decoration: none;
}
.article-link:hover .txt h2 {
  color: #fff;
}

.article-detail .partners .container,
.article-detail .advertisement .container,
.article-detail .homepage-bottom .container {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.article-detail .partners .container .popular-article .article .date,
.article-detail .advertisement .container .popular-article .article .date,
.article-detail .homepage-bottom .container .popular-article .article .date {
  border-bottom: none;
}
.article-detail .title,
.article-detail .publications .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.article-detail .title span,
.article-detail .publications .title span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.article-detail .title:before,
.article-detail .publications .title:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.article-detail .subtitle {
  font-size: 20px !important;
  line-height: 22px !important;
  font-weight: 800 !important;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.article-detail .subtitle span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.article-detail .subtitle:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #d2d3d5;
  display: block;
}
.article-detail .homepage-middle-item {
  padding-top: 0px;
}
.article-detail .article {
  padding: 0px 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px #009a9d solid;
}
.article-detail .article:after {
  clear: both;
  display: block;
  content: "";
}
.article-detail .article .featured-image {
  max-width: 25%;
  margin: 0px 15px 15px 0px;
  float: left;
}
.article-detail .article .featured-image img {
  width: 100%;
}
.article-detail .article.article-academy-news {
  padding-bottom: 35px;
  height: 100%;
}
.article-detail .article .pagination {
  float: left;
  padding-left: 12px;
}
.article-detail .article .pagination a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  margin-right: 5px;
  color: #3f4951;
}
.article-detail .article .pagination a.active {
  color: #009a9d;
}
.article-detail .article .article-gallery {
  display: flex;
  padding-top: 25px;
  clear: both;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 1px #d0d3d5 solid;
}
.article-detail .article .article-gallery .image-thumbnail {
  position: relative;
  /*width:33.33%;*/
  flex: 1;
  padding-right: 15px;
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
}
.article-detail .article .article-gallery .image-thumbnail section {
  position: relative;
  width: 100%;
}
.article-detail .article .article-gallery .image-thumbnail a {
  display: block;
  border: 1px #dbd7d7 solid;
  position: relative;
}
.article-detail .article .article-gallery .image-thumbnail a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 65px 65px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
}
.article-detail .article .article-gallery .image-thumbnail a .icon {
  position: absolute;
  top: auto;
  right: 1px;
  bottom: 1px;
  left: auto;
  z-index: 4;
  font-size: 30px;
  color: #0080c8;
}
.article-detail .article .article-gallery .image-thumbnail img {
  width: 100%;
  max-height: 179px;
}
.article-detail .article .article-gallery .images {
  /*width:66.66%;*/
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px -7.5px;
}
.article-detail .article .article-gallery .images .image-item {
  max-width: 20%;
  padding: 0px 7.5px;
  margin-bottom: 15px;
}
.article-detail .article .article-gallery .images .image-item a {
  display: block;
  border: 1px #dbd7d7 solid;
}
.article-detail .article .article-gallery .images .image-item a img {
  width: 100%;
}
.article-detail .article .article-gallery.no-thumbnail .images .image-item {
  width: 14.28%;
}
.article-detail .article .back {
  float: right;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #3f4951;
  margin-bottom: 30px;
}
.article-detail .article .back:before {
  content: "";
  width: 9px;
  height: 9px;
  background: transparent url("../gfx/icon/arrow01.png") 0px 0px no-repeat;
  display: block;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: -13px;
}
.article-detail .article .back.inactive {
  opacity: 0.5;
}
.article-detail .article .back.inactive:hover {
  text-decoration: none;
  cursor: auto;
}
.article-detail .article .next {
  float: right;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #3f4951;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 5px;
}
.article-detail .article .next:before {
  content: "";
  width: 9px;
  height: 9px;
  background: transparent url("../gfx/icon/arrow01.png") 0px 0px no-repeat;
  display: block;
  position: absolute;
  top: 4px;
  right: -13px;
  bottom: auto;
  left: auto;
  transform: rotate(180deg);
}
.article-detail .article .next.inactive {
  opacity: 0.5;
}
.article-detail .article .next.inactive:hover {
  text-decoration: none;
  cursor: auto;
}
.article-detail .article h1 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #009a9d;
}
.article-detail .article h1 a {
  color: #009a9d;
}
.article-detail .article p.author {
  font-weight: 700;
}
.article-detail .article .company {
  color: #009a9d;
  margin-bottom: 40px;
}
.article-detail .article .date {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  border-bottom: 1px #d0d3d5 solid;
  margin-bottom: 9px;
  padding-bottom: 9px;
}
.article-detail .article .date .separator {
  margin: 0px 12px;
  position: relative;
  top: 4px;
  display: inline-block;
  height: 16px;
  width: 1px;
  background: #009a9d;
}
.article-detail .article .date b {
  font-weight: 600;
}
.article-detail .article .block p {
  text-align: justify;
}
.article-detail .article p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
.article-detail .article p a {
  color: #009a9d;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.article-detail .article p a:hover {
  text-decoration: underline;
}
.article-detail .article .category {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  background: #009a9d;
  padding: 13px 16px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.article-detail .article .img {
  margin-bottom: 25px;
  position: relative;
}
.article-detail .article .img img {
  width: 100%;
}
.article-detail .article .cols {
  display: flex;
  /*margin:0px -7.5px;*/
}
.article-detail .article .cols.block {
  display: block;
}
.article-detail .article .cols .col-left,
.article-detail .article .cols .col-right {
  width: 50%;
  padding: 0px 7.5px;
}
.article-detail .article .cols .col-left {
  position: relative;
  padding-top: 15px;
}
.article-detail .article .cols .col-left:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 7px;
  bottom: auto;
  left: 7px;
  height: 1px;
  background: #d0d3d5;
}
.article-detail .homepage-middle-item .article .date {
  display: block;
}

body.subpage.library .article-detail .homepage-middle-item.green .category {
  background: #009a9d;
}
body.subpage.library .article-detail .homepage-middle-item.green article {
  border-bottom: 1px #009a9d solid;
}
body.subpage.library .article-detail .subtitle {
  color: #cf0e58;
}
body.subpage.library .article-detail .article {
  border-bottom: 1px #cf0e58 solid;
}
body.subpage.library .article-detail .article .pagination a.active {
  color: #cf0e58;
}
body.subpage.library .article-detail .article .company {
  color: #cf0e58;
}
body.subpage.library .article-detail .article .back:before {
  background: transparent url("../gfx/icon/arrow02.png") 0px 0px no-repeat;
}
body.subpage.library .article-detail .article .next:before {
  background: transparent url("../gfx/icon/arrow02.png") 0px 0px no-repeat;
}
body.subpage.library .article-detail .article h1 {
  color: #cf0e58;
}
body.subpage.library .article-detail .article p a {
  color: #cf0e58;
}
body.subpage.library .article-detail .article .category {
  background: #cf0e58;
}

body.subpage.tv .article-detail .subtitle {
  color: #ef8702;
}
body.subpage.tv .article-detail .article {
  border-bottom: 1px #ef8702 solid;
}
body.subpage.tv .article-detail .article .pagination a.active {
  color: #ef8702;
}
body.subpage.tv .article-detail .article .company {
  color: #ef8702;
}
body.subpage.tv .article-detail .article .back:before {
  background: transparent url("../gfx/icon/arrow01.png") 0px 0px no-repeat;
}
body.subpage.tv .article-detail .article .next:before {
  background: transparent url("../gfx/icon/arrow01.png") 0px 0px no-repeat;
}
body.subpage.tv .article-detail .article h1 {
  color: #ef8702;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 7px;
  font-size: 25px;
  border-bottom: 1px #d0d3d5 solid;
}
body.subpage.tv .article-detail .article h1 a {
  color: #ef8702;
}

body.subpage.academy .article-detail .homepage-middle-item.green .category {
  background: #009a9d;
}
body.subpage.academy .article-detail .homepage-middle-item.green article {
  border-bottom: 1px #009a9d solid;
}
body.subpage.academy .article-detail .subtitle {
  color: #0080c8;
}
body.subpage.academy .article-detail .article {
  border-bottom: 1px #0080c8 solid;
}
body.subpage.academy .article-detail .article .pagination a.active {
  color: #0080c8;
}
body.subpage.academy .article-detail .article .company {
  color: #0080c8;
}
body.subpage.academy .article-detail .article .back:before {
  background: transparent url("../gfx/icon/arrow04.png") 0px 0px no-repeat;
}
body.subpage.academy .article-detail .article .next:before {
  background: transparent url("../gfx/icon/arrow04.png") 0px 0px no-repeat;
}
body.subpage.academy .article-detail .article h1 {
  color: #0080c8;
}
body.subpage.academy .article-detail .article p a {
  color: #0080c8;
}
body.subpage.academy .article-detail .article .category {
  background: #0080c8;
}

@media (max-width: 1600px) {
  .article-detail .homepage-bottom .container .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .article-detail .homepage-bottom .popular-article .article .img {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
  }
  .article-detail .homepage-bottom .popular-article .article .img img {
    width: 345px;
  }
  .article-detail .homepage-bottom .popular-article .article .cols {
    display: block;
  }
  .article-detail .homepage-bottom .popular-article .article .cols .col-left, .article-detail .homepage-bottom .popular-article .article .cols .col-right {
    width: 100%;
    padding: 0px 7.5px;
  }
  .article-detail .categories .col-lg-3,
  .article-detail .publications .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .article-detail .homepage-middle .container .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .article-detail .homepage-middle .container > .row > div:nth-of-type(3) {
    display: none;
  }
  .article-detail .col-lg-9.col-md-12 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .article-detail .col-lg-3,
  .article-detail .col-lg-3.col-md-6 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1199px) {
  .article-detail .homepage-bottom .popular-article .article .img img {
    width: 285px;
  }
  .article-detail .col-lg-9.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .article-detail .col-lg-3.col-md-6 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .article-detail {
    /*>.container > .row > .col-lg-3 {
    	display:none;
    }*/
  }
  .article-detail .homepage-bottom .container .col-lg-8,
  .article-detail .homepage-bottom .container .col-lg-4 {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .article-detail .col-lg-9.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-detail .col-lg-3,
  .article-detail .col-lg-3.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .article-detail .homepage-bottom .container .col-lg-8,
  .article-detail .homepage-bottom .container .col-lg-4 {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-detail .homepage-bottom .popular-article .article .img img {
    width: 100%;
  }
  .article-detail .homepage-middle .container .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-detail .homepage-middle .container > .row > div:nth-of-type(3) {
    display: none;
  }
  .article-detail .partners .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-detail .partners .col-lg-12 .row {
    justify-content: center;
  }
  .article-detail .partners .col-lg-12 .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .article-detail .article .img {
    margin-top: 15px;
  }
  .article-detail .article .cols {
    flex-wrap: wrap;
  }
  .article-detail .article .cols .col-left,
  .article-detail .article .cols .col-right {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .article-detail .article .featured-image {
    width: 50%;
    max-width: 50%;
    margin: 0px 0px 15px 0px;
    float: none;
  }
  .article-detail .article .featured-image img {
    width: 100%;
  }
}
body.subpage.academy .article-detail.video-detail .partner,
body.subpage.tv .article-detail.video-detail .partner {
  margin-bottom: 55px;
  text-align: center;
}
body.subpage.academy .article-detail.video-detail .partner h2,
body.subpage.tv .article-detail.video-detail .partner h2 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #a2b0ba;
  margin-bottom: 15px;
}
body.subpage.academy .article-detail.video-detail .partner img,
body.subpage.tv .article-detail.video-detail .partner img {
  max-width: 100%;
}
body.subpage.academy .article-detail.video-detail .other-video h2,
body.subpage.tv .article-detail.video-detail .other-video h2 {
  color: #ef8702;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
  border-bottom: none;
  text-transform: uppercase;
}
body.subpage.academy .article-detail.video-detail .homepage-middle-item#membership-column .article,
body.subpage.tv .article-detail.video-detail .homepage-middle-item#membership-column .article {
  border-bottom: 1px #a2b0ba solid !important;
}
body.subpage.academy .article-detail.video-detail .homepage-middle-item .article,
body.subpage.tv .article-detail.video-detail .homepage-middle-item .article {
  border-bottom: 1px #ef8702 solid !important;
  padding-bottom: 20px;
}
body.subpage.academy .article-detail.video-detail .homepage-middle-item .article .img,
body.subpage.tv .article-detail.video-detail .homepage-middle-item .article .img {
  margin-bottom: 20px;
  /*&:after {
  	content: '\0047';
  	width:60px;
  	height:60px;
  	@include position-absolute(50%,auto,auto,50%);
  	margin-left:-30px;
  	margin-top:-10px;
  	font-size:60px;
  	font-family: 'worldmednet';
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;	
  	color:$white;					
  }*/
}
body.subpage.academy .article-detail.video-detail .video-more,
body.subpage.tv .article-detail.video-detail .video-more {
  position: relative;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #a2b0ba;
}
body.subpage.academy .article-detail.video-detail .video-more:after,
body.subpage.tv .article-detail.video-detail .video-more:after {
  content: "";
  width: 14px;
  height: 14px;
  background: transparent url("../gfx/icon/arrowbottom.png") 0px 0px no-repeat;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -20px;
  left: 50%;
  margin-left: -7px;
}
body.subpage.academy .article-detail.video-detail .article,
body.subpage.tv .article-detail.video-detail .article {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
body.subpage.academy .article-detail.video-detail .article h1,
body.subpage.tv .article-detail.video-detail .article h1 {
  color: #ef8702;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: none;
  padding-left: 15px;
}
body.subpage.academy .article-detail.video-detail .article h1 a,
body.subpage.tv .article-detail.video-detail .article h1 a {
  color: #ef8702;
}
body.subpage.academy .article-detail.video-detail .article .video-player,
body.subpage.tv .article-detail.video-detail .article .video-player {
  margin-bottom: 25px;
  border: 1px #d0d3d5 solid;
  line-height: 0px;
  overflow: hidden;
}
body.subpage.academy .article-detail.video-detail .article .video-player img,
body.subpage.tv .article-detail.video-detail .article .video-player img {
  width: 100%;
}
body.subpage.academy .article-detail.video-detail .article .video-player.embed,
body.subpage.tv .article-detail.video-detail .article .video-player.embed {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
body.subpage.academy .article-detail.video-detail .article .video-player.embed iframe,
body.subpage.tv .article-detail.video-detail .article .video-player.embed iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body.subpage.academy .article-detail.video-detail .article .video-player .popup.popup-inline,
body.subpage.tv .article-detail.video-detail .article .video-player .popup.popup-inline {
  padding: 0px;
}
body.subpage.academy .article-detail.video-detail .article .video-player .popup.popup-inline .popup-inner,
body.subpage.tv .article-detail.video-detail .article .video-player .popup.popup-inline .popup-inner {
  width: 100%;
  max-width: none;
}
body.subpage.academy .article-detail.video-detail .article .video-title,
body.subpage.tv .article-detail.video-detail .article .video-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  margin-left: 15px;
  margin-bottom: 35px;
  text-align: left;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info,
body.subpage.tv .article-detail.video-detail .article .video-top-info {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  padding-left: 15px;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info.video-spec,
body.subpage.tv .article-detail.video-detail .article .video-top-info.video-spec {
  margin-bottom: 12px;
  font-size: 11px;
  color: #ef8702;
  text-transform: uppercase !important;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info.video-spec a,
body.subpage.tv .article-detail.video-detail .article .video-top-info.video-spec a {
  color: #ef8702;
  font-size: 11px;
  text-decoration: underline;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info.video-spec a:hover,
body.subpage.tv .article-detail.video-detail .article .video-top-info.video-spec a:hover {
  text-decoration: none;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info.video-top-info-date,
body.subpage.tv .article-detail.video-detail .article .video-top-info.video-top-info-date {
  text-transform: uppercase;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info a,
body.subpage.tv .article-detail.video-detail .article .video-top-info a {
  color: #3f4951;
  text-transform: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info a:hover,
body.subpage.tv .article-detail.video-detail .article .video-top-info a:hover {
  text-decoration: none;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info .searchAuthor,
body.subpage.academy .article-detail.video-detail .article .video-top-info #searchAuthor,
body.subpage.tv .article-detail.video-detail .article .video-top-info .searchAuthor,
body.subpage.tv .article-detail.video-detail .article .video-top-info #searchAuthor {
  position: relative;
  transition: all 0.25s linear;
  padding-right: 0px;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info .searchAuthor:after,
body.subpage.academy .article-detail.video-detail .article .video-top-info #searchAuthor:after,
body.subpage.tv .article-detail.video-detail .article .video-top-info .searchAuthor:after,
body.subpage.tv .article-detail.video-detail .article .video-top-info #searchAuthor:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 15px;
  background: transparent url("../gfx/icon/spin.gif") center center no-repeat !important;
  background-size: 26px auto !important;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  transition: all 0.25s linear;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info .searchAuthor.active,
body.subpage.academy .article-detail.video-detail .article .video-top-info #searchAuthor.active,
body.subpage.tv .article-detail.video-detail .article .video-top-info .searchAuthor.active,
body.subpage.tv .article-detail.video-detail .article .video-top-info #searchAuthor.active {
  padding-right: 20px;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info .searchAuthor.active:after,
body.subpage.academy .article-detail.video-detail .article .video-top-info #searchAuthor.active:after,
body.subpage.tv .article-detail.video-detail .article .video-top-info .searchAuthor.active:after,
body.subpage.tv .article-detail.video-detail .article .video-top-info #searchAuthor.active:after {
  width: 15px;
}
body.subpage.academy .article-detail.video-detail .article .webinar-certification .btn.btn-primary,
body.subpage.tv .article-detail.video-detail .article .webinar-certification .btn.btn-primary {
  background: #ef8702;
  border: 1px #ef8702 solid;
}
body.subpage.academy .article-detail.video-detail .article .webinar-certification .btn.btn-primary:hover,
body.subpage.tv .article-detail.video-detail .article .webinar-certification .btn.btn-primary:hover {
  background: #fff;
  color: #ef8702;
}
body.subpage.academy .article-detail.video-detail .article .webinar-certification .btn.btn-primary.disabled,
body.subpage.tv .article-detail.video-detail .article .webinar-certification .btn.btn-primary.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
body.subpage.academy .article-detail.video-detail .article .info,
body.subpage.tv .article-detail.video-detail .article .info {
  padding-left: 15px;
  /*padding-bottom:25px;*/
  /*border-bottom:1px #d0d3d5 solid;*/
  margin-bottom: 25px;
}
body.subpage.academy .article-detail.video-detail .article .info p,
body.subpage.tv .article-detail.video-detail .article .info p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  display: inline;
  /*text-transform:uppercase;*/
  margin-right: 18px;
  /*&:after {
  	content:'|';
  	margin-left:15px;
  	color:$orange;
  }
  &:last-of-type {
  	&:after {
  		display:none;
  	}
  }*/
}
body.subpage.academy .article-detail.video-detail .article .info p a,
body.subpage.tv .article-detail.video-detail .article .info p a {
  color: #3f4951;
  text-transform: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
body.subpage.academy .article-detail.video-detail .article .info p a:hover,
body.subpage.tv .article-detail.video-detail .article .info p a:hover {
  text-decoration: none;
}
body.subpage.academy .article-detail.video-detail .article .list.list-authors,
body.subpage.tv .article-detail.video-detail .article .list.list-authors {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
body.subpage.academy .article-detail.video-detail .article .list.list-authors li,
body.subpage.tv .article-detail.video-detail .article .list.list-authors li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
body.subpage.academy .article-detail.video-detail .article .list.list-authors li,
body.subpage.tv .article-detail.video-detail .article .list.list-authors li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 0px;
}
body.subpage.academy .article-detail.video-detail .article .list.list-authors li:before,
body.subpage.tv .article-detail.video-detail .article .list.list-authors li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #3f4951;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 4px;
  display: none;
}
body.subpage.academy .article-detail.video-detail .article .list.list-authors li a.download,
body.subpage.tv .article-detail.video-detail .article .list.list-authors li a.download {
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 5px;
  background: transparent url("../gfx/icon/file-download-solid.svg") center center no-repeat;
  background-size: contain;
  position: relative;
  top: 4px;
  filter: invert(54%) sepia(29%) saturate(4519%) hue-rotate(7deg) brightness(102%) contrast(98%);
}
body.subpage.academy .article-detail.video-detail .article .list.list-authors li a,
body.subpage.tv .article-detail.video-detail .article .list.list-authors li a {
  color: #3f4951;
  text-decoration: none;
}
body.subpage.academy .article-detail.video-detail .article .list.list-authors li a:hover,
body.subpage.tv .article-detail.video-detail .article .list.list-authors li a:hover {
  text-decoration: underline;
}
body.subpage.academy .article-detail.video-detail .article .list.list-authors li a.author-info,
body.subpage.tv .article-detail.video-detail .article .list.list-authors li a.author-info {
  font-weight: 600;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .overlay,
body.subpage.tv .article-detail.video-detail .article .author-popups .overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999998;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail,
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail {
  position: fixed;
  left: 50%;
  top: 50px;
  bottom: 50px;
  width: 600px;
  background: #fff;
  z-index: 99999999;
  margin-left: -300px;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .author-detail-article,
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .author-detail-article {
  overflow: auto;
  height: 100%;
  width: 100%;
  padding: 45px;
  padding-right: 55px;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .author-detail-article h3,
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .author-detail-article h3 {
  font-size: 14px;
  font-weight: 700;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .author-detail-article p,
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .author-detail-article p {
  font-size: 14px;
  text-align: justify;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .author-detail-article img,
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .author-detail-article img {
  float: right;
  margin: 0px 0px 15px 20px;
  max-width: 160px;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .close,
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .close {
  display: block;
  position: absolute;
  top: 10px;
  right: 25px;
  bottom: auto;
  left: auto;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  cursor: pointer;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .close:before, body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .close:after,
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .close:before,
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.8;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .close:before,
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .close:before {
  width: 1px;
  height: 35px;
  top: 0px;
  left: 17px;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .close:after,
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .close:after {
  width: 35px;
  height: 1px;
  top: 17px;
  left: 0px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt,
body.subpage.academy .article-detail.video-detail .article .academy-test,
body.subpage.tv .article-detail.video-detail .article .thisAttempt,
body.subpage.tv .article-detail.video-detail .article .academy-test {
  padding-top: 25px;
  display: none;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt h2.top-heading,
body.subpage.academy .article-detail.video-detail .article .academy-test h2.top-heading,
body.subpage.tv .article-detail.video-detail .article .thisAttempt h2.top-heading,
body.subpage.tv .article-detail.video-detail .article .academy-test h2.top-heading {
  font-size: 20px;
  color: #0080c8;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt h2,
body.subpage.academy .article-detail.video-detail .article .academy-test h2,
body.subpage.tv .article-detail.video-detail .article .thisAttempt h2,
body.subpage.tv .article-detail.video-detail .article .academy-test h2 {
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: none;
  text-transform: uppercase;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt .academy-test-info p,
body.subpage.academy .article-detail.video-detail .article .academy-test .academy-test-info p,
body.subpage.tv .article-detail.video-detail .article .thisAttempt .academy-test-info p,
body.subpage.tv .article-detail.video-detail .article .academy-test .academy-test-info p {
  margin-bottom: 0px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt .academy-test-info p:last-of-type,
body.subpage.academy .article-detail.video-detail .article .academy-test .academy-test-info p:last-of-type,
body.subpage.tv .article-detail.video-detail .article .thisAttempt .academy-test-info p:last-of-type,
body.subpage.tv .article-detail.video-detail .article .academy-test .academy-test-info p:last-of-type {
  margin-bottom: 25px;
  padding-top: 10px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt p,
body.subpage.academy .article-detail.video-detail .article .academy-test p,
body.subpage.tv .article-detail.video-detail .article .thisAttempt p,
body.subpage.tv .article-detail.video-detail .article .academy-test p {
  text-transform: none;
  display: block;
  font-size: 15px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol {
  counter-reset: list;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  /*padding-bottom:25px;
  border-bottom:1px $grey solid;*/
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol > li,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol > li {
  margin-bottom: 15px;
  list-style: none;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li:before,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol > li:before,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li:before,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol > li:before {
  content: counter(list) ".";
  counter-increment: list;
  display: inline-block;
  font-weight: 800;
  color: #0080c8;
  width: 25px;
  float: left;
  font-size: 15px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li > p,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol > li > p,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li > p,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol > li > p {
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  float: left;
  width: calc(100% - 25px);
  margin-right: 0px;
  line-height: 1.3;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li > ol,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol > li > ol,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li > ol,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol > li > ol {
  counter-reset: listInner;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  clear: both;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li > ol > li,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol > li > ol > li,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li > ol > li,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol > li > ol > li {
  list-style: none;
  border-bottom: 1px #a2b0ba solid;
  padding-left: 50px;
  position: relative;
  min-height: 25px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li > ol > li:last-of-type,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol > li > ol > li:last-of-type,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li > ol > li:last-of-type,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol > li > ol > li:last-of-type {
  border-bottom: none;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li > ol > li:before,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol > li > ol > li:before,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li > ol > li:before,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol > li > ol > li:before {
  content: counter(listInner, lower-alpha) ") ";
  counter-increment: listInner;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: auto;
  border-right: 1px #a2b0ba solid;
  padding-left: 25px;
  font-weight: 800;
  line-height: 1.9;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li > ol > li p,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol > li > ol > li p,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li > ol > li p,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol > li > ol > li p {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 3px;
  line-height: 1.3;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li > ol > li p .checkbox,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol > li > ol > li p .checkbox,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li > ol > li p .checkbox,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol > li > ol > li p .checkbox {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li > ol > li p .checkbox input,
body.subpage.academy .article-detail.video-detail .article .academy-test > ol > li > ol > li p .checkbox input,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li > ol > li p .checkbox input,
body.subpage.tv .article-detail.video-detail .article .academy-test > ol > li > ol > li p .checkbox input {
  margin-right: 7px;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt,
body.subpage.tv .article-detail.video-detail .article .thisAttempt {
  padding-top: 25px;
  position: relative;
  display: block;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt .close,
body.subpage.tv .article-detail.video-detail .article .thisAttempt .close {
  display: block;
  position: absolute;
  top: 25px;
  right: 5px;
  bottom: auto;
  left: auto;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  cursor: pointer;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt .close:before, body.subpage.academy .article-detail.video-detail .article .thisAttempt .close:after,
body.subpage.tv .article-detail.video-detail .article .thisAttempt .close:before,
body.subpage.tv .article-detail.video-detail .article .thisAttempt .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.8;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt .close:before,
body.subpage.tv .article-detail.video-detail .article .thisAttempt .close:before {
  width: 1px;
  height: 35px;
  top: 0px;
  left: 17px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt .close:after,
body.subpage.tv .article-detail.video-detail .article .thisAttempt .close:after {
  width: 35px;
  height: 1px;
  top: 17px;
  left: 0px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt h3,
body.subpage.tv .article-detail.video-detail .article .thisAttempt h3 {
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 15px;
  border-bottom: none;
  text-transform: uppercase;
  color: #000 !important;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li > ol li:after,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li > ol li:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: transparent url("../gfx/icon/checkbox2.png") 0px -25px no-repeat;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 2px;
  margin-top: -8px;
}
body.subpage.academy .article-detail.video-detail .article .thisAttempt > ol > li > ol li.checked:after,
body.subpage.tv .article-detail.video-detail .article .thisAttempt > ol > li > ol li.checked:after {
  background: transparent url("../gfx/icon/checkbox2.png") 0px 0px no-repeat;
}
body.subpage.academy .article-detail.video-detail .article .excerpt,
body.subpage.tv .article-detail.video-detail .article .excerpt {
  padding-left: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #ef8702 solid;
}
body.subpage.academy .article-detail.video-detail .article .excerpt h2,
body.subpage.tv .article-detail.video-detail .article .excerpt h2 {
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: none;
  text-transform: uppercase;
}
body.subpage.academy .article-detail.video-detail .article .excerpt p,
body.subpage.tv .article-detail.video-detail .article .excerpt p {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}
body.subpage.academy .article-detail.video-detail .article .excerpt p a,
body.subpage.tv .article-detail.video-detail .article .excerpt p a {
  color: #ef8702;
  text-decoration: underline;
}
body.subpage.academy .article-detail.video-detail .article .excerpt p a:hover,
body.subpage.tv .article-detail.video-detail .article .excerpt p a:hover {
  text-decoration: none;
}
body.subpage.academy .article-detail.video-detail .article .excerpt p .btn.btn-primary,
body.subpage.tv .article-detail.video-detail .article .excerpt p .btn.btn-primary {
  font-weight: 700 !important;
  color: #fff !important;
  background: #ef8702 !important;
  border: 1px #ef8702 solid !important;
  text-decoration: none !important;
}
body.subpage.academy .article-detail.video-detail .article .excerpt p .btn.btn-primary:hover,
body.subpage.tv .article-detail.video-detail .article .excerpt p .btn.btn-primary:hover {
  color: #ef8702 !important;
  background: #fff !important;
}
body.subpage.academy .article-detail.video-detail .back,
body.subpage.tv .article-detail.video-detail .back {
  margin-top: -15px;
}

body.subpage.tv .article-detail.video-detail .article {
  border-bottom: none;
}
body.subpage.tv .article-detail.video-detail .article .back:before {
  background: transparent url(../gfx/icon/arrow03.png) 0px 0px no-repeat;
}
body.subpage.tv .article-detail.video-detail .article .list.list-authors li:before {
  /*background:$orange;*/
}
body.subpage.tv .article-detail.video-detail .article .list.list-authors li a {
  color: #ef8702;
}
body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .author-detail-article h2, body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail .author-detail-article h3 {
  color: #ef8702;
}

body.subpage.academy .article-detail.video-detail .video-detail-part-1 {
  padding-left: 7px;
  padding-right: 7px;
}
body.subpage.academy .article-detail.video-detail .video-detail-part-2 {
  display: none;
  padding-top: 25px;
}
body.subpage.academy .article-detail.video-detail .video-detail-intro {
  position: relative;
}
body.subpage.academy .article-detail.video-detail .video-detail-intro img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
body.subpage.academy .article-detail.video-detail .video-detail-intro .txt {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
}
body.subpage.academy .article-detail.video-detail .video-detail-intro .txt h1, body.subpage.academy .article-detail.video-detail .video-detail-intro .txt p {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
body.subpage.academy .article-detail.video-detail .video-detail-intro .txt h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 15px;
}
body.subpage.academy .article-detail.video-detail .video-detail-intro .txt p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
body.subpage.academy .article-detail.video-detail .video-detail-intro .txt p:last-of-type {
  margin-bottom: 35px;
}
body.subpage.academy .article-detail.video-detail .video-detail-intro .btn.btn-primary {
  background: #0080c8;
  border: 1px #0080c8 solid;
}
body.subpage.academy .article-detail.video-detail .video-detail-intro .btn.btn-primary:hover {
  background: #fff;
  color: #0080c8;
}
body.subpage.academy .article-detail.video-detail .article .excerpt {
  border-bottom: 1px #0080c8 solid;
}
body.subpage.academy .article-detail.video-detail .article .excerpt:last-of-type {
  border-bottom: none;
}
body.subpage.academy .article-detail.video-detail .article .list.list-authors li:before {
  background: #0080c8;
}
body.subpage.academy .article-detail.video-detail .article .list.list-authors li a {
  color: #0080c8;
}
body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .author-detail-article h2, body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail .author-detail-article h3 {
  color: #0080c8 !important;
}
body.subpage.academy .article-detail.video-detail .article .btn.btn-primary {
  background: #0080c8;
  border: 1px #0080c8 solid;
  margin-bottom: 4px;
}
body.subpage.academy .article-detail.video-detail .article .btn.btn-primary:hover {
  background: #fff;
  color: #0080c8;
}
body.subpage.academy .article-detail.video-detail .article .btn.btn-primary [disabled=disabled], body.subpage.academy .article-detail.video-detail .article .btn.btn-primary.disabled {
  background: #a2b0ba;
  border: 1px #a2b0ba solid;
  cursor: not-allowed;
}
body.subpage.academy .article-detail.video-detail .article h1,
body.subpage.academy .article-detail.video-detail .article .info p:after {
  color: #0080c8;
}

body.subpage.academy .article-detail.video-detail .homepage-middle-item .article {
  border-bottom: 1px #0080c8 solid !important;
}
body.subpage.academy .article-detail.video-detail .article .video-top-info.video-spec,
body.subpage.academy .article-detail.video-detail .other-video h2 {
  color: #0080c8;
}

.homepage-middle-item.blue .article h3 a {
  color: #0080c8;
}

@media (max-width: 1600px) {
  .article-detail.video-detail .col-md-9 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .article-detail.video-detail .col-md-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1199px) {
  .article-detail.video-detail .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-detail.video-detail .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    margin: 0px -7.5px;
  }
  .article-detail.video-detail .col-md-3 .homepage-middle-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 30px 7.5px 0px 7.5px;
  }
  .article-detail.video-detail .col-md-3 .partner {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 30px 7.5px 0px 7.5px;
  }
}
@media (max-width: 767px) {
  .article-detail.video-detail .col-md-3 {
    margin: 0px 0px;
  }
  .article-detail.video-detail .col-md-3 .homepage-middle-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .article-detail.video-detail .col-md-3 .partner {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .article-detail.video-detail .col-md-3 .video-more {
    display: none;
  }
  .article-detail.video-detail .back {
    margin-top: 15px;
  }
  body.subpage.tv .article-detail.video-detail .article {
    padding: 20px;
    padding-bottom: 0px;
  }
  body.subpage.tv .article-detail.video-detail .article .video-title {
    font-size: 20px;
  }
}
@media (max-width: 670px) {
  body.subpage.academy .article-detail.video-detail .article .author-popups .author-detail,
  body.subpage.tv .article-detail.video-detail .article .author-popups .author-detail {
    width: auto;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 580px) {
  .article-detail.video-detail .col-md-3 {
    flex-wrap: wrap;
  }
  .article-detail.video-detail .col-md-3 .homepage-middle-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-detail.video-detail .col-md-3 .partner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-detail.video-detail .col-md-3 .video-more {
    display: block;
  }
  .article-detail.video-detail .back {
    margin-top: 50px;
  }
}
body.subpage.tv .article-detail.video-detail.video-detail-asco .article .video-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
body.subpage.tv .article-detail.video-detail.video-detail-asco .article .disclaimer {
  font-size: 12px;
  opacity: 0.7;
  margin-top: -25px;
  text-align: right;
}
body.subpage.tv .article-detail.video-detail.video-detail-asco .other-video .homepage-middle-item:nth-of-type(1) {
  padding-top: 4px;
}
body.subpage.tv .article-detail.video-detail.video-detail-asco .other-video .homepage-middle-item:nth-of-type(1) .article .img {
  margin-bottom: 10px;
}

.flowplayer {
  max-width: 100% !important;
  max-height: none !important;
  margin-bottom: 0px !important;
}

.fp-playlist-horizontal {
  display: none !important;
}

.fvp-sharing {
  display: none !important;
}

.fvp-share-bar {
  display: none !important;
}

.fv-fp-list {
  display: none !important;
}

/*.fv_fp_close { display:none !important; }*/
.fp-caption {
  display: none !important;
}

.fp-player > a {
  opacity: 0;
  visibility: hidden;
}

.video-holder {
  margin: auto;
  width: 100%;
  max-width: 1024px;
  border: 1px blue solid;
}

.wpfp_custom_ad {
  opacity: 0;
  bottom: 10% !important;
  top: auto !important;
}

.bannerslideshow {
  height: 100%;
}

.bannerslideshow a {
  text-align: center;
  display: block;
  max-height: 100%;
}

.bannerslideshow a img {
  max-height: none !important;
  width: 100% !important;
}

.wpfp_custom_ad_content {
  max-width: 95%;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}

.wpfp_custom_ad_content {
  max-width: 500px;
}

.article.regform .cols {
  padding-top: 15px;
  position: relative;
}
.article.regform .cols:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 7px;
  bottom: auto;
  left: 7px;
  height: 1px;
  background: #d0d3d5;
}
.article.regform .cols .col-left {
  position: relative;
  padding-top: 0px;
}
.article.regform .cols .col-left:before {
  display: none;
}
.article.regform h1 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #3f4951;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #009a9d;
}
.article.regform form:after {
  clear: both;
  display: block;
  content: "";
}
.article.regform form > input {
  float: right;
  margin-top: 25px;
  margin-bottom: 70px;
}
.article.regform form .r-form-row {
  padding-top: 7px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.article.regform form .r-form-row label {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f4951;
  margin-bottom: 7px;
}
.article.regform form .r-form-row input {
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
}
.article.regform form .r-form-row textarea {
  resize: none;
  border: 1px #d0d3d5 solid;
  padding: 10px 15px;
  height: 127px;
}

.article-content.columnizer {
  width: 100% !important;
}
.article-content.columnizer .column {
  width: 100% !important;
  float: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.categories {
  padding-top: 25px;
  margin-bottom: 20px;
}
.categories.nopadding {
  padding-top: 0px;
}
.categories .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.categories .title span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.categories .title:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.categories .row.padding {
  padding: 0px 15px;
}
.categories .categories-item {
  margin-bottom: 15px;
}
.categories .categories-item a {
  display: block;
  position: relative;
}
.categories .categories-item a img {
  width: 100%;
}
.categories .categories-item a .num {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 20px;
  padding: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #fff;
  width: 54px;
  height: 70px;
  padding-top: 24px;
  /*background:$red;*/
  background: transparent url("../gfx/icon/num.png") 0px 0px no-repeat;
  background-size: 54px 70px;
}
.categories .categories-item a .num i {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
}
.categories .categories-item a .bottom-label {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  padding: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #cf0e58;
  text-transform: uppercase;
  display: none;
}
.categories .categories-item a h2 {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  background: #009a9d;
  padding: 13px 16px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.categories .categories-item.pink a h2 {
  background: #cf0e58;
}

.advanced-search {
  /*padding-top:25px;*/
  margin-bottom: 20px;
}
.advanced-search h1 {
  margin: 0px 15px 0px 0px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #cf0e58;
  border-bottom: 1px #d0d3d5 solid;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
}
.advanced-search .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.advanced-search .title span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.advanced-search .title:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.advanced-search .form-search form {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.advanced-search .form-search form .sort {
  width: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.advanced-search .form-search form .s-form-row {
  padding: 0px 5px;
  margin-bottom: 10px;
  position: relative;
}
.advanced-search .form-search form .s-form-row.text-right {
  text-align: right;
}
.advanced-search .form-search form .s-form-row #reset {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.advanced-search .form-search form .s-form-row #reset:hover {
  text-decoration: none;
}
.advanced-search .form-search form .s-form-row.col-t-1 {
  width: 20%;
}
.advanced-search .form-search form .s-form-row.col-t-2 {
  width: 60%;
}
.advanced-search .form-search form .s-form-row.col-t-3 {
  width: 33.33%;
}
.advanced-search .form-search form .s-form-row.col-t-4 {
  width: 100%;
}
.advanced-search .form-search form .s-form-row.col-t-5 {
  width: 16.6666%;
}
.advanced-search .form-search form .s-form-row.col-t-6 {
  width: 46.66666%;
}
.advanced-search .form-search form .s-form-row.col-t-7 {
  width: 80%;
}
.advanced-search .form-search form .s-form-row.col-t-8 {
  width: 50%;
}
.advanced-search .form-search form .s-form-row label {
  color: #cf0e58;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 14px;
  right: auto;
  bottom: auto;
  left: -65px;
}
.advanced-search .form-search form .s-form-row a {
  color: #3f4951;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}
.advanced-search .form-search form .s-form-row a:hover {
  text-decoration: none;
}
.advanced-search .form-search form .s-form-row select {
  width: 100%;
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 0px 0px 15px;
  background: #f9fafb;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f4951;
}
.advanced-search .form-search form .s-form-row input {
  width: 100%;
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f4951;
}
.advanced-search .form-search form .s-form-row input.btn {
  background: #cf0e58;
  border: 1px #cf0e58 solid;
  color: #fff;
}
.advanced-search .form-search form .s-form-row input.btn:hover {
  background: #fff;
  color: #cf0e58;
}

body.subpage.tv .advanced-search .form-search form .s-form-row label {
  color: #ef8702;
}
body.subpage.tv .advanced-search .form-search form .s-form-row input.btn {
  background: #ef8702;
  border: 1px #ef8702 solid;
}
body.subpage.tv .advanced-search .form-search form .s-form-row input.btn:hover {
  background: #fff;
  color: #ef8702;
}

body.subpage.academy .advanced-search .form-search form .s-form-row label {
  color: #0080c8;
}
body.subpage.academy .advanced-search .form-search form .s-form-row input.btn {
  background: #0080c8;
  border: 1px #0080c8 solid;
}
body.subpage.academy .advanced-search .form-search form .s-form-row input.btn:hover {
  background: #fff;
  color: #0080c8;
}

@media (max-width: 1600px) {
  .advanced-search .col-md-9 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .advanced-search .homepage-middle .container {
    /*> .row > div:nth-of-type(3){ display:none; }*/
  }
  .advanced-search .homepage-middle .container .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .advanced-search .categories .col-lg-3,
  .advanced-search .publications .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .advanced-search .col-md-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .advanced-search .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .advanced-search .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .advanced-search .form-search form .s-form-row.col-t-1 {
    width: 50%;
  }
  .advanced-search .form-search form .s-form-row.col-t-2 {
    width: 50%;
  }
  .advanced-search .form-search form .s-form-row.col-t-3 {
    width: 50%;
  }
  .advanced-search .form-search form .s-form-row.col-t-4 {
    width: 50%;
  }
  .advanced-search .form-search form .s-form-row.col-t-5 {
    width: 50%;
  }
  .advanced-search .form-search form .s-form-row.col-t-6 {
    width: 50%;
  }
  .advanced-search .form-search form .s-form-row.col-t-7 {
    width: 50%;
  }
  .advanced-search .form-search form .s-form-row.col-t-8 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .advanced-search .homepage-middle .container .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .advanced-search .categories .col-lg-3,
  .advanced-search .publications .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .advanced-search .form-search form .s-form-row.col-t-1 {
    width: 100%;
  }
  .advanced-search .form-search form .s-form-row.col-t-2 {
    width: 100%;
  }
  .advanced-search .form-search form .s-form-row.col-t-3 {
    width: 100%;
  }
  .advanced-search .form-search form .s-form-row.col-t-4 {
    width: 100%;
  }
  .advanced-search .form-search form .s-form-row.col-t-5 {
    width: 100%;
  }
  .advanced-search .form-search form .s-form-row.col-t-6 {
    width: 100%;
  }
  .advanced-search .form-search form .s-form-row.col-t-7 {
    width: 100%;
  }
  .advanced-search .form-search form .s-form-row.col-t-8 {
    width: 100%;
  }
}
.publications {
  padding-top: 25px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.publications.nopadding {
  padding-top: 0px;
}
.publications.nomargin {
  margin-left: 0px;
  margin-right: 0px;
}
.publications.publications-slider .title {
  color: #3f4951;
  margin-bottom: 0px !important;
}
.publications .title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 7px;
  margin-bottom: 7px;
  text-transform: uppercase;
  position: relative;
  /*border-bottom:1px #d0d3d5 solid;*/
  color: #cf0e58;
}
.publications .title span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.publications .title:before {
  bottom: 11px !important;
  display: none;
}
.publications .col-lg-3 {
  margin-bottom: 15px;
}
.publications .pagination {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
}
.publications .pagination.type2 {
  justify-content: flex-end;
}
.publications .pagination.type2 .next {
  margin-bottom: 0px;
}
.publications .pagination .back {
  float: right;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #3f4951;
  margin-bottom: 30px;
}
.publications .pagination .back:before {
  content: "";
  width: 9px;
  height: 9px;
  background: transparent url("../gfx/icon/arrow02.png") 0px 0px no-repeat;
  display: block;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: -13px;
}
.publications .pagination .next {
  float: right;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #3f4951;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 5px;
}
.publications .pagination .next:before {
  content: "";
  width: 9px;
  height: 9px;
  background: transparent url("../gfx/icon/arrow02.png") 0px 0px no-repeat;
  display: block;
  position: absolute;
  top: 4px;
  right: -13px;
  bottom: auto;
  left: auto;
  transform: rotate(180deg);
}
.publications .pagination .pages a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  margin-right: 5px;
  color: #3f4951;
}
.publications .pagination .pages a.active {
  color: #cf0e58;
}
.publications .item {
  display: block;
  text-decoration: none;
  color: #3f4951;
  border: 1px #fff solid;
  height: 100%;
  padding-bottom: 58px;
  position: relative;
}
.publications .item:hover {
  border: 1px #d0d3d5 solid;
}
.publications .item:hover .btn {
  background: #cf0e58;
}
.publications .item .img {
  height: 265px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 25px;
}
.publications .item .img img {
  max-height: 220px;
  height: auto;
}
.publications .item .txt {
  padding: 0px 25px;
  display: block;
}
.publications .item .txt h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #cf0e58;
  text-transform: uppercase;
}
.publications .item .btn {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 58px;
  text-align: center;
  background: #a2b0ba;
  border: none;
  padding-top: 23px;
  margin-bottom: 0px;
}

body.subpage.tv .publications .title {
  margin-bottom: 25px;
  color: #ef8702;
}
body.subpage.tv .publications .pagination .back:before {
  background: transparent url("../gfx/icon/arrow03.png") 0px 0px no-repeat;
}
body.subpage.tv .publications .pagination .next:before {
  background: transparent url("../gfx/icon/arrow03.png") 0px 0px no-repeat;
}
body.subpage.tv .publications .pagination .pages a.active {
  color: #ef8702;
}
body.subpage.tv .publications .item .txt h2 {
  color: #ef8702;
}

.publications-text-list .list.list-publications {
  columns: 2;
  gap: 0px;
  list-style-type: none;
  border-top: 1px #dbd7d7 solid;
  border-left: 1px #dbd7d7 solid;
  padding: 0px;
  margin: 0px;
}
.publications-text-list .list.list-publications .list-item a {
  border-bottom: 1px #dbd7d7 solid;
  border-right: 1px #dbd7d7 solid;
  display: block;
  padding: 7px 15px;
  color: #cf0e58;
  font-weight: 500;
  position: relative;
}
.publications-text-list .list.list-publications .list-item a:hover {
  color: #fff;
  text-decoration: none;
  background: #cf0e58;
  border-bottom: 1px #cf0e58 solid;
  border-right: 1px #cf0e58 solid;
}
.publications-text-list .list.list-publications .list-item a:hover:before, .publications-text-list .list.list-publications .list-item a:hover:after {
  display: block;
}
.publications-text-list .list.list-publications .list-item a:before, .publications-text-list .list.list-publications .list-item a:after {
  content: "";
  background: #cf0e58;
  position: absolute;
  display: none;
}
.publications-text-list .list.list-publications .list-item a:before {
  width: 1px;
  top: 0px;
  left: -1px;
  bottom: 0px;
}
.publications-text-list .list.list-publications .list-item a:after {
  height: 1px;
  left: 0px;
  top: -1px;
  right: 0px;
}

@media (max-width: 580px) {
  .publications-text-list .list.list-publications {
    columns: auto;
  }
}
.fancybox-inner .thumbnail-link i,
.fancybox-title.fancybox-title-float-wrap {
  display: none !important;
}

.publication-detail {
  margin-bottom: 20px;
}
.publication-detail .homepage-middle-item {
  padding-top: 0px;
}
.publication-detail .homepage-middle-item img {
  width: 100%;
}
.publication-detail .homepage-middle-item h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  color: #3f4951;
}
.publication-detail .homepage-middle-item h2 span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.publication-detail .homepage-middle-item h2:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.publication-detail .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.publication-detail .title span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.publication-detail .title:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.publication-detail .title.type2 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  margin-bottom: 12px;
}
.publication-detail h1 {
  margin: 0px 15px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #cf0e58;
  border-bottom: 1px #d0d3d5 solid;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
}
.publication-detail h2 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #cf0e58;
}
.publication-detail h3 {
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #cf0e58;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 800;
}
.publication-detail hr {
  margin-bottom: 15px;
}
.publication-detail .publication-content {
  overflow: auto;
  max-height: 500px;
  margin-right: 20px;
}
.publication-detail table.content {
  width: 100%;
  margin-bottom: 45px;
}
.publication-detail table.content td {
  min-width: 30px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  padding-top: 7px;
  vertical-align: bottom;
}
.publication-detail table.content td b {
  font-weight: 600;
}
.publication-detail table.content td .non-member-popup:hover {
  text-decoration: underline;
}
.publication-detail .back {
  float: right;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #3f4951;
  margin-right: 35px;
}
.publication-detail .back:before {
  content: "";
  width: 9px;
  height: 9px;
  background: transparent url("../gfx/icon/arrow02.png") 0px 0px no-repeat;
  display: block;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: -13px;
}
.publication-detail select {
  width: 100%;
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
  background: #f9fafb;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f4951;
  margin-bottom: 12px;
}
.publication-detail .btn {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  border: 1px #a2b0ba solid;
  background: #a2b0ba;
}
.publication-detail .btn:hover {
  color: #a2b0ba;
  background: #fff;
  border: 1px #a2b0ba solid;
}
.publication-detail .thumbnail {
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.publication-detail .thumbnail img {
  max-height: 210px;
  max-width: 100%;
  border: 1px #dbd7d7 solid;
}
.publication-detail .thumbnail > a {
  display: inline-block !important;
  position: relative;
}
.publication-detail .thumbnail > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 65px 65px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
}
.publication-detail .thumbnail > a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 66px 66px;
  border-color: transparent transparent #dbd7d7 transparent;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
}
.publication-detail .thumbnail > a .icon {
  position: absolute;
  top: auto;
  right: 1px;
  bottom: 1px;
  left: auto;
  z-index: 4;
  font-size: 30px;
  color: #cf0e58;
}
.publication-detail .txt {
  padding-left: 20px;
  padding-right: 20px;
  /*hr {
  	display:none;
  }*/
}
.publication-detail .txt.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}
.publication-detail .txt.nopadding p {
  text-transform: none;
  padding-right: 20px;
}
.publication-detail .txt.nopadding p b {
  text-transform: uppercase;
}
.publication-detail .txt h3,
.publication-detail .txt h4 {
  font-weight: 700;
}
.publication-detail .txt p {
  /*font-weight:600;*/
}
.publication-detail .txt p b {
  font-weight: 400;
  text-transform: uppercase;
}
.publication-detail .txt p .info-tooltip {
  width: 14px;
  height: 14px;
  text-align: center;
  position: relative;
  top: -5px;
  right: 3px;
  background: #3f4951;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}
.publication-detail .txt p .info-tooltip .info-tooltip-inner {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 25px;
  left: 50%;
  width: 110px;
  margin-left: -55px;
  padding: 7px;
  background: #3f4951;
  border-radius: 4px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.publication-detail .txt p .info-tooltip .info-tooltip-inner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #3f4951 transparent transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.publication-detail .txt p .info-tooltip:hover .info-tooltip-inner {
  opacity: 1;
  visibility: visible;
}
.publication-detail .txt .divider {
  margin: 0px 15px;
  color: #cf0e58;
  font-weight: 800;
}

body.subpage.tv .publication-detail h1 {
  color: #ef8702;
}
body.subpage.tv .publication-detail h3, body.subpage.tv .publication-detail h2 {
  color: #ef8702;
}

@media (max-width: 1600px) {
  .publication-detail .col-lg-9.col-md-12 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .publication-detail .col-lg-3.col-md-6 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .publication-detail .homepage-middle .container {
    /*> .row > div:nth-of-type(3){ display:none; }*/
  }
  .publication-detail .homepage-middle .container .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .publication-detail .categories .col-lg-3,
  .publication-detail .publications .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .publication-detail .col-lg-9.col-md-12 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .publication-detail .col-lg-3.col-md-6 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .publication-detail .col-4, .publication-detail .col-8 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .publication-detail .txt {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .publication-detail .col-lg-9.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .publication-detail .col-lg-3.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .publication-detail .homepage-middle .container {
    /*> .row > div:nth-of-type(3){ display:none; }*/
  }
  .publication-detail .homepage-middle .container .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .publication-detail .categories .col-lg-3,
  .publication-detail .publications .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .publication-detail .col-4 {
    width: 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .publication-detail .col-8 {
    width: 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .publication-detail .txt {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .publication-detail .col-4, .publication-detail .col-8 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .publication-detail .txt {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.publications .news-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.publications .news-slider .slick-track > div {
  height: auto;
}
.publications .news-slider .item .img img {
  border: 1px #dbd7d7 solid;
}

.sidebar-filters {
  position: fixed;
  left: 0px;
  top: 50%;
  width: 78px;
  height: 280px;
  background: #009a9d;
  color: #fff;
  margin-top: -140px;
}
.sidebar-filters .opener {
  height: 78px;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  top: 100px;
  right: auto;
  bottom: auto;
  left: -100px;
  border: 1px #009a9d solid;
}
.sidebar-filters .opener:hover {
  text-decoration: none;
}

body.subpage.library .sidebar-filters {
  background: #cf0e58;
}
body.subpage.library .sidebar-filters .opener {
  border: 1px #cf0e58 solid;
}

body.subpage.tv .sidebar-filters {
  background: #ef8702;
}
body.subpage.tv .sidebar-filters .opener {
  border: 1px #ef8702 solid;
}

body.subpage.academy .sidebar-filters {
  background: #0080c8;
}
body.subpage.academy .sidebar-filters .opener {
  border: 1px #0080c8 solid;
}

@media (max-width: 1140px) {
  .sidebar-filters {
    display: none;
  }
}
.homepage-middle-slider-academy .slick-track .slick-slide,
.homepage-middle-slider .slick-track .slick-slide,
.homepage-middle-slider2 .slick-track .slick-slide,
.tv-top-slider .slick-track .slick-slide,
.row.news-slider .slick-track .slick-slide {
  flex: none;
  max-width: none;
}
.homepage-middle-slider-academy .slick-prev.slick-arrow,
.homepage-middle-slider .slick-prev.slick-arrow,
.homepage-middle-slider2 .slick-prev.slick-arrow,
.tv-top-slider .slick-prev.slick-arrow,
.row.news-slider .slick-prev.slick-arrow {
  border: solid #cf0e58;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 15px;
  margin-top: -20px;
}
.homepage-middle-slider-academy .slick-prev.slick-arrow:before,
.homepage-middle-slider .slick-prev.slick-arrow:before,
.homepage-middle-slider2 .slick-prev.slick-arrow:before,
.tv-top-slider .slick-prev.slick-arrow:before,
.row.news-slider .slick-prev.slick-arrow:before {
  display: none;
}
.homepage-middle-slider-academy .slick-next.slick-arrow,
.homepage-middle-slider .slick-next.slick-arrow,
.homepage-middle-slider2 .slick-next.slick-arrow,
.tv-top-slider .slick-next.slick-arrow,
.row.news-slider .slick-next.slick-arrow {
  border: solid #cf0e58;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 15px;
  margin-top: -20px;
}
.homepage-middle-slider-academy .slick-next.slick-arrow:before,
.homepage-middle-slider .slick-next.slick-arrow:before,
.homepage-middle-slider2 .slick-next.slick-arrow:before,
.tv-top-slider .slick-next.slick-arrow:before,
.row.news-slider .slick-next.slick-arrow:before {
  display: none;
}
.homepage-middle-slider-academy .slick-dots,
.homepage-middle-slider .slick-dots,
.homepage-middle-slider2 .slick-dots,
.tv-top-slider .slick-dots,
.row.news-slider .slick-dots {
  position: relative;
  margin-top: -15px;
}
.homepage-middle-slider-academy .slick-dots li button:before,
.homepage-middle-slider .slick-dots li button:before,
.homepage-middle-slider2 .slick-dots li button:before,
.tv-top-slider .slick-dots li button:before,
.row.news-slider .slick-dots li button:before {
  display: none;
}
.homepage-middle-slider-academy .slick-dots li,
.homepage-middle-slider .slick-dots li,
.homepage-middle-slider2 .slick-dots li,
.tv-top-slider .slick-dots li,
.row.news-slider .slick-dots li {
  padding-top: 0px;
}
.homepage-middle-slider-academy .slick-dots li button,
.homepage-middle-slider .slick-dots li button,
.homepage-middle-slider2 .slick-dots li button,
.tv-top-slider .slick-dots li button,
.row.news-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  opacity: 0.4;
  border-radius: 50%;
  background: #a2b0ba;
}
.homepage-middle-slider-academy .slick-dots li.slick-active button,
.homepage-middle-slider .slick-dots li.slick-active button,
.homepage-middle-slider2 .slick-dots li.slick-active button,
.tv-top-slider .slick-dots li.slick-active button,
.row.news-slider .slick-dots li.slick-active button {
  opacity: 1;
}

body.subpage.tv .tv-top-slider .slick-dots li button,
body.subpage.tv .homepage-middle-slider2 .slick-dots li button,
body.subpage.tv .homepage-middle-slider .slick-dots li button {
  background: #ef8702;
}
body.subpage.tv .tv-top-slider .slick-prev.slick-arrow,
body.subpage.tv .homepage-middle-slider2 .slick-prev.slick-arrow,
body.subpage.tv .homepage-middle-slider .slick-prev.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: auto;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  border: none;
  z-index: 99;
  padding: 0px;
  transform: none;
  -webkit-transform: none;
  margin-top: 0px;
  transition: all 0.25s linear;
  opacity: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+37,0+100 */
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
}
body.subpage.tv .tv-top-slider .slick-prev.slick-arrow:hover,
body.subpage.tv .homepage-middle-slider2 .slick-prev.slick-arrow:hover,
body.subpage.tv .homepage-middle-slider .slick-prev.slick-arrow:hover {
  opacity: 1;
}
body.subpage.tv .tv-top-slider .slick-prev.slick-arrow:after,
body.subpage.tv .homepage-middle-slider2 .slick-prev.slick-arrow:after,
body.subpage.tv .homepage-middle-slider .slick-prev.slick-arrow:after {
  content: "";
  border: solid #ef8702;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: relative;
  left: -10px;
}
body.subpage.tv .tv-top-slider .slick-next.slick-arrow,
body.subpage.tv .homepage-middle-slider2 .slick-next.slick-arrow,
body.subpage.tv .homepage-middle-slider .slick-next.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  border: none;
  z-index: 99;
  padding: 0px;
  transform: none;
  -webkit-transform: none;
  margin-top: 0px;
  transition: all 0.25s linear;
  opacity: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+61 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 61%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 61%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 61%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
body.subpage.tv .tv-top-slider .slick-next.slick-arrow:hover,
body.subpage.tv .homepage-middle-slider2 .slick-next.slick-arrow:hover,
body.subpage.tv .homepage-middle-slider .slick-next.slick-arrow:hover {
  opacity: 1;
}
body.subpage.tv .tv-top-slider .slick-next.slick-arrow:after,
body.subpage.tv .homepage-middle-slider2 .slick-next.slick-arrow:after,
body.subpage.tv .homepage-middle-slider .slick-next.slick-arrow:after {
  content: "";
  border: solid #ef8702;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  right: -10px;
}

body.subpage.tv .tv-top-slider .slick-dots {
  margin-bottom: 30px;
}

body.subpage.library .news-slider .slick-dots li button {
  background: #cf0e58;
}

body.subpage.academy .homepage-middle-slider .slick-dots li button,
body.subpage.academy .homepage-middle-slider-academy .slick-dots li button {
  background: #0080c8;
}
body.subpage.academy .homepage-middle-slider .article,
body.subpage.academy .homepage-middle-slider-academy .article {
  border-bottom: 1px #0080c8 solid !important;
}
body.subpage.academy .homepage-middle-slider .article h3 a,
body.subpage.academy .homepage-middle-slider-academy .article h3 a {
  color: #0080c8;
}

article.sidebar-webinar {
  border: 1px #a2b0ba solid !important;
  border-bottom: 1px #a2b0ba solid !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 15px;
}
article.sidebar-webinar > a {
  color: #3f4951;
}
article.sidebar-webinar > a:hover {
  text-decoration: none;
}
article.sidebar-webinar .img {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px;
}
article.sidebar-webinar .txt {
  position: relative;
  padding-left: 110px;
  padding-right: 0px;
  padding-top: 18px;
  padding-bottom: 5px;
}
article.sidebar-webinar .txt:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: 20px;
  left: 109px;
  display: block;
  height: auto;
  background: #a2b0ba;
  margin-left: -15px;
}
article.sidebar-webinar h3 {
  padding-right: 15px;
  font-weight: 900 !important;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  border-bottom: 1px #a2b0ba solid;
  display: block !important;
}
article.sidebar-webinar h3:after {
  display: none;
}
article.sidebar-webinar p {
  padding-right: 15px;
  text-transform: none;
}

article.sidebar-webinar .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 26px;
  background: transparent url("../gfx/icon/webinars.png");
  margin-top: -21px;
  width: 46px;
  height: 42px;
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  color: #a2b0ba;
}
article.sidebar-webinar .txt .date {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
}
article.sidebar-webinar .txt .date:before {
  display: none;
}

.advanced-search.publication-detail.video-asco-homepage h1 {
  margin-bottom: 25px;
}
.advanced-search.publication-detail.video-asco-homepage .col-md-9 > hr {
  margin: 0px 8px 0px 0px;
  background: #ef8702;
}
.advanced-search.publication-detail.video-asco-homepage .thumbnail {
  height: auto;
  margin-bottom: 20px;
  padding: 0px 15px;
}
.advanced-search.publication-detail.video-asco-homepage .thumbnail img {
  height: auto;
  width: 100%;
  max-height: none;
}
.advanced-search.publication-detail.video-asco-homepage .txt p b {
  font-weight: 700;
  text-transform: none;
}
.advanced-search.publication-detail.video-asco-homepage .txt a {
  color: #ef8702;
}
.advanced-search.publication-detail.video-asco-homepage .homepage-middle-item.orange .article {
  margin-bottom: 25px;
}
.advanced-search.publication-detail.video-asco-homepage .homepage-middle-item.orange .article .category {
  top: auto;
  bottom: 20px;
}
.advanced-search.publication-detail.video-asco-homepage .homepage-middle-item.orange .article h3 {
  border-bottom: 1px #dbd7d7 solid;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.advanced-search.publication-detail.video-asco-homepage .homepage-middle-item.orange .article p {
  margin-bottom: 0px;
}
.advanced-search.publication-detail.video-asco-homepage .advertisement h2.title {
  color: #3f4951;
  margin-bottom: 20px;
}
.advanced-search.publication-detail.video-asco-homepage .advertisement .banner-inner {
  padding: 0px 15px;
}
.advanced-search.publication-detail.video-asco-homepage .advertisement .banner-inner img {
  margin-top: 0px !important;
}

.advanced-search.publication-detail.video-asco-homepage.microsite-cf .txt a,
.advanced-search.publication-detail.video-asco-homepage.microsite-cf h1 {
  color: #0080c8;
}

.advertisement, .infoimage {
  padding-top: 25px;
  margin-bottom: 20px;
}
.advertisement .title, .infoimage .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.advertisement .title span, .infoimage .title span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.advertisement .title:before, .infoimage .title:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 4px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.advertisement .infoimage-content,
.advertisement .advertisement-banner, .infoimage .infoimage-content,
.infoimage .advertisement-banner {
  display: block;
  padding: 0px 20px;
}
.advertisement .infoimage-content img,
.advertisement .advertisement-banner img, .infoimage .infoimage-content img,
.infoimage .advertisement-banner img {
  width: 100%;
  border: 1px #f7f3f3 solid;
}
.advertisement .infoimage-content .tablet, .advertisement .infoimage-content .mobile,
.advertisement .advertisement-banner .tablet,
.advertisement .advertisement-banner .mobile, .infoimage .infoimage-content .tablet, .infoimage .infoimage-content .mobile,
.infoimage .advertisement-banner .tablet,
.infoimage .advertisement-banner .mobile {
  display: none;
}
.advertisement.infoimage-top, .advertisement.advertisement-top, .infoimage.infoimage-top, .infoimage.advertisement-top {
  margin-top: -50px;
  margin-bottom: 30px;
}
.advertisement.infoimage-top .title, .advertisement.advertisement-top .title, .infoimage.infoimage-top .title, .infoimage.advertisement-top .title {
  display: none;
}
.advertisement.infoimage-top .infoimage-content,
.advertisement.infoimage-top .advertisement-banner, .advertisement.advertisement-top .infoimage-content,
.advertisement.advertisement-top .advertisement-banner, .infoimage.infoimage-top .infoimage-content,
.infoimage.infoimage-top .advertisement-banner, .infoimage.advertisement-top .infoimage-content,
.infoimage.advertisement-top .advertisement-banner {
  padding: 0px 0px;
}

@media (max-width: 991px) {
  .infoimage .infoimage-content .desktop, .infoimage .infoimage-content .mobile,
  .infoimage .advertisement-banner .desktop,
  .infoimage .advertisement-banner .mobile,
  .advertisement .infoimage-content .desktop,
  .advertisement .infoimage-content .mobile,
  .advertisement .advertisement-banner .desktop,
  .advertisement .advertisement-banner .mobile {
    display: none;
  }
  .infoimage .infoimage-content .tablet,
  .infoimage .advertisement-banner .tablet,
  .advertisement .infoimage-content .tablet,
  .advertisement .advertisement-banner .tablet {
    display: block;
  }
}
@media (max-width: 580px) {
  .infoimage .infoimage-content .desktop, .infoimage .infoimage-content .tablet,
  .infoimage .advertisement-banner .desktop,
  .infoimage .advertisement-banner .tablet,
  .advertisement .infoimage-content .desktop,
  .advertisement .infoimage-content .tablet,
  .advertisement .advertisement-banner .desktop,
  .advertisement .advertisement-banner .tablet {
    display: none;
  }
  .infoimage .infoimage-content .mobile,
  .infoimage .advertisement-banner .mobile,
  .advertisement .infoimage-content .mobile,
  .advertisement .advertisement-banner .mobile {
    display: block;
  }
}
.article.membership h1 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #3f4951;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #009a9d;
}

.article.membership.membership-levels {
  /* následující bude smazáno */
}
.article.membership.membership-levels input[type=submit] {
  float: right;
}
.article.membership.membership-levels .mednet_login.membership-form.membership-registration .mednet_login_checkout .mednet_login-fields h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #3f4951;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.article.membership.membership-levels .mednet_login.membership-form.membership-registration .mednet_login_checkout .mednet_login-fields .mednet_login_form_row {
  padding-top: 7px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  /*&.selectbox-option {
  	input[type="text"]{
  		display:none;
  	}
  }*/
}
.article.membership.membership-levels .mednet_login.membership-form.membership-registration .mednet_login_checkout .mednet_login-fields .mednet_login_form_row label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f4951;
  margin-bottom: 7px;
}
.article.membership.membership-levels .mednet_login.membership-form.membership-registration .mednet_login_checkout .mednet_login-fields .mednet_login_form_row label .req {
  font-weight: 700;
  color: #cf0e58;
  font-size: 20px;
}
.article.membership.membership-levels .mednet_login.membership-form.membership-registration .mednet_login_checkout .mednet_login-fields .mednet_login_form_row select {
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
  max-width: none;
}
.article.membership.membership-levels .mednet_login.membership-form.membership-registration .mednet_login_checkout .mednet_login-fields .mednet_login_form_row input[type=password],
.article.membership.membership-levels .mednet_login.membership-form.membership-registration .mednet_login_checkout .mednet_login-fields .mednet_login_form_row input[type=email],
.article.membership.membership-levels .mednet_login.membership-form.membership-registration .mednet_login_checkout .mednet_login-fields .mednet_login_form_row input[type=tel],
.article.membership.membership-levels .mednet_login.membership-form.membership-registration .mednet_login_checkout .mednet_login-fields .mednet_login_form_row input[type=text] {
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
  max-width: none;
}
.article.membership.membership-levels .mednet_login.membership-form.membership-registration .mednet_login_checkout .mednet_login-fields .mednet_login_form_row .mednet_asterisk {
  position: absolute;
  top: 8px;
  right: 0px;
  bottom: auto;
  left: auto;
  display: none;
}
.article.membership.membership-levels .navigation {
  display: none;
}
.article.membership.membership-levels a {
  color: #009a9d;
}
.article.membership.membership-levels a.btn {
  color: #fff;
}
.article.membership.membership-levels a.btn:hover {
  color: #009a9d;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none #pmpro_pricing_fields h3 a {
  margin-left: 0px;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_submit hr {
  display: none;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_submit #pmpro_submit_span .pmpro_btn {
  margin-bottom: 70px;
  float: right;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields {
  /*.pmpro_hidden { display:none !important; }*/
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields a {
  color: #009a9d;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields .pmpro_checkout-field {
  padding-top: 7px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields .pmpro_checkout-field label {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f4951;
  margin-bottom: 7px;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields .pmpro_checkout-field input {
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
  max-width: none;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields .pmpro_checkout-field select {
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
  max-width: none;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields .pmpro_checkout-field .pmpro_asterisk {
  position: absolute;
  top: 8px;
  right: 0px;
  bottom: auto;
  left: auto;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-expiration {
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 41px;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-expiration label {
  display: block !important;
  width: 100% !important;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-expiration select:nth-of-type(1) {
  margin-right: 7px;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none .pmpro_checkout-fields .pmpro_checkout-field.pmpro_payment-expiration select:nth-of-type(2) {
  margin-left: 7px;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #3f4951;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none h3 a {
  padding: 15px 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer !important;
  background: #cf0e58;
  border-radius: 0px;
  color: #fff;
  border: none;
  background: #009a9d;
  color: #fff;
  border: 1px #009a9d solid;
  letter-spacing: 1px;
  margin-left: 15px;
  font-style: normal;
  margin-bottom: 7px;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none h3 a:hover {
  background: #fff;
  color: #009a9d;
  border: 1px #009a9d solid;
}
.article.membership.membership-levels .pmpro_checkout_gateway-none h3 .pmpro_checkout-h3-name {
  margin-right: 15px;
}
.article.membership.membership-levels .list.list-levels {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -7.5px;
}
.article.membership.membership-levels .list.list-levels li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.article.membership.membership-levels .list.list-levels .item {
  width: 50%;
  padding: 0px 7.5px;
}
.article.membership.membership-levels .list.list-levels .item.full .level-detail h3 {
  background: #009a9d;
}
.article.membership.membership-levels .list.list-levels .item:hover .level-detail {
  background: #fafafa;
  transform: scale(1.05, 1.05);
}
.article.membership.membership-levels .list.list-levels .item .level-detail {
  border: 1px #dbd7d7 solid;
  padding: 7px;
  text-align: center;
  transition: all 0.25s linear;
}
.article.membership.membership-levels .list.list-levels .item .level-detail p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
}
.article.membership.membership-levels .list.list-levels .item .level-detail h3 {
  background: #a2b0ba;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article.membership.membership-levels .list.list-levels .item .level-detail .pricing p {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  padding: 15px 0px;
  text-align: center;
}
.article.membership.membership-levels .list.list-levels .item .level-detail .perex p {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  padding: 15px 0px;
  text-align: center;
}
.article.membership.membership-levels .list.list-levels .item .level-detail .bottom {
  padding: 7px 0px;
}
.article.membership.membership-levels .pmpro_checkout {
  width: 100%;
}
.article.membership.membership-levels .pmpro_checkout thead {
  display: none;
}
.article.membership.membership-levels .pmpro_checkout tbody {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  margin: 0px -7.5px;
}
.article.membership.membership-levels .pmpro_checkout tbody tr {
  width: 50%;
  border: 1px #dbd7d7 solid;
  padding: 5px;
  margin: 0px 7.5px;
  box-sizing: border-box;
  padding-bottom: 55px;
  position: relative;
}
.article.membership.membership-levels .pmpro_checkout tbody tr td {
  display: block;
}
.article.membership.membership-levels .pmpro_checkout tbody tr td:nth-of-type(1) {
  background: #a2b0ba;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article.membership.membership-levels .pmpro_checkout tbody tr td:nth-of-type(2) {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  padding: 15px 0px;
  text-align: center;
}
.article.membership.membership-levels .pmpro_checkout tbody tr td:nth-of-type(3) {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  padding: 15px 0px;
  text-align: center;
}
.article.membership.membership-levels .pmpro_checkout tbody tr td:nth-of-type(4) {
  text-align: center;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 12px;
  left: 0px;
}

.membership-form.membership-login form > p {
  padding-top: 7px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.membership-form.membership-login form > p label {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f4951;
  margin-bottom: 7px;
}
.membership-form.membership-login form > p input {
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
  max-width: 450px;
}
.membership-form.membership-login form > p.login-remember input {
  padding-top: 0px;
  height: auto;
}
.membership-form.membership-login form > p.login-submit {
  display: block;
}
.membership-form.membership-login form > p.login-submit input.button {
  width: 140px;
  float: right;
  margin-top: 0px;
  margin-bottom: 70px;
}

.article-detail.article-detail-404 h1 {
  font-weight: 600;
  border-bottom: 1px #d0d3d5 solid;
  padding-bottom: 12px;
}
.article-detail.article-detail-404 .page-404-inner {
  padding: 45px 0px;
  text-align: center;
}
.article-detail.article-detail-404 .page-404-inner p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #009a9d;
  text-transform: uppercase;
}
.article-detail.article-detail-404 .page-404-inner img {
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.popup {
  z-index: 99999;
  display: flex;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  position: fixed;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s linear;
  background: rgba(150, 150, 150, 0.85);
}
.popup.active {
  visibility: visible;
  opacity: 1;
}
.popup.popup-inline {
  position: static;
  padding: 25px 0px 25px 0px;
  visibility: visible;
  opacity: 1;
  background: transparent;
}
.popup.popup-inline .popup-inner {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.18);
}
.popup.popup-inline .popup-inner .article {
  padding: 40px;
}
.popup .popup-inner {
  -webkit-box-shadow: 0px 0px 56px 2px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 0px 56px 2px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 56px 2px rgba(0, 0, 0, 0.48);
  background: #fff;
  padding: 10px;
  position: relative;
  max-width: 780px;
  width: 90%;
}
.popup .popup-inner .close {
  width: 20px;
  height: 20px;
  background: transparent url("../gfx/icon/close.png") 0px 0px no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
}
.popup .popup-inner .article {
  padding: 40px;
  text-align: center;
  border: none !important;
  margin-bottom: 0px;
}
.popup .popup-inner .article hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.popup .popup-inner .article p a {
  color: #009a9d;
  text-transform: none;
  font-size: inherit;
}
.popup .popup-inner .article h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.popup .popup-inner .article .more {
  display: inline-block;
  margin-bottom: 7px;
  padding-left: 2px;
}
.popup .popup-inner .article .more span {
  display: inline-block;
  background: #009a9d;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  position: relative;
  top: -4px;
}
.popup .popup-inner .article .popup-form {
  display: flex;
  margin: 0px -7.5px;
  justify-content: center;
}
.popup .popup-inner .article .popup-form p {
  padding: 0px 7.5px;
  max-width: 33%;
}
.popup .popup-inner .article .popup-form input {
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
  max-width: 450px;
  width: 100%;
}
.popup.popup-control {
  background: rgba(150, 150, 150, 0.85);
}
.popup.popup-control .popup-control-inner.popup-inner .article {
  padding: 20px;
  text-align: left;
}
.popup.popup-control .popup-control-inner.popup-inner .article b.profession-control {
  cursor: pointer;
  color: #009a9d;
  text-decoration: underline;
}
.popup.popup-control .popup-control-inner.popup-inner .article b.profession-control:hover {
  text-decoration: none;
}

.non-member-popup {
  cursor: pointer;
}
.non-member-popup:hover {
  text-decoration: underline !important;
}

span.non-member-popup:hover {
  text-decoration: none !important;
}

td span.non-member-popup:hover {
  text-decoration: underline !important;
}

body.subpage.library .popup .popup-inner p a {
  color: #cf0e58;
}
body.subpage.library .popup .popup-inner .button.button-primary,
body.subpage.library .popup .popup-inner .btn.btn-primary {
  background: #cf0e58;
  border: 1px #cf0e58 solid;
}
body.subpage.library .popup .popup-inner .button.button-primary:hover,
body.subpage.library .popup .popup-inner .btn.btn-primary:hover {
  color: #cf0e58;
  background: #fff;
}

body.subpage.academy .popup .popup-inner p a {
  color: #0080c8;
}
body.subpage.academy .popup .popup-inner .button.button-primary,
body.subpage.academy .popup .popup-inner .btn.btn-primary {
  background: #0080c8;
  border: 1px #0080c8 solid;
}
body.subpage.academy .popup .popup-inner .button.button-primary:hover,
body.subpage.academy .popup .popup-inner .btn.btn-primary:hover {
  color: #0080c8;
  background: #fff;
}

body.subpage.tv .popup .popup-inner p a {
  color: #ef8702;
}
body.subpage.tv .popup .popup-inner .button.button-primary,
body.subpage.tv .popup .popup-inner .btn.btn-primary {
  background: #ef8702;
  border: 1px #ef8702 solid;
}
body.subpage.tv .popup .popup-inner .button.button-primary:hover,
body.subpage.tv .popup .popup-inner .btn.btn-primary:hover {
  color: #ef8702;
  background: #fff;
}

@media (max-width: 767px) {
  .popup .popup-inner .article {
    padding: 20px;
  }
}
@media (max-width: 660px) {
  .popup .popup-inner .article .popup-form {
    display: block;
  }
  .popup .popup-inner .article .popup-form p {
    max-width: none;
  }
  .popup .popup-inner .article .popup-form input {
    max-width: none;
  }
}
@media (max-width: 580px) {
  .popup {
    position: absolute;
    top: 0px;
    padding-top: 12px;
    align-items: flex-start;
  }
  .popup .popup-inner {
    width: 95%;
  }
  .popup .popup-inner .article {
    padding: 20px 10px 10px 10px;
  }
  .popup .popup-inner .btn.btn-primary {
    white-space: normal;
    line-height: 1.4;
  }
}
.columnizer .first.column {
  padding-right: 15px;
  padding-left: 7.5px;
}
.columnizer .last.column {
  padding-left: 15px;
}

.posts-list .homepage-middle-item {
  padding-bottom: 20px;
}
.posts-list .homepage-middle-item .article:after {
  clear: both;
  display: block;
  content: "";
}
.posts-list .homepage-middle-item .article .featured-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-top: 5px;
  width: 50%;
}
.posts-list .homepage-middle-item .article .featured-image img {
  width: 100%;
}
.posts-list .homepage-middle-item .article h3 {
  border-bottom: none;
  padding-bottom: 0px;
}
.posts-list .homepage-middle-item .article p.date {
  margin-bottom: 15px;
}
.posts-list .homepage-middle-item .article p {
  margin-bottom: 0px;
}

@media (max-width: 1600px) {
  .posts-list .col-md-9 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .posts-list .homepage-middle .container .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .posts-list .col-md-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}
@media (max-width: 1200px) {
  .posts-list .homepage-middle-item .article .featured-image {
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .posts-list .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .posts-list .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .posts-list .homepage-middle .container .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .posts-list .homepage-middle-item .article .featured-image {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.search-results-tools {
  display: flex;
  justify-content: flex-end;
  margin-top: -20px;
  margin-bottom: 20px;
}
.search-results-tools p {
  margin: 0px;
}
.search-results-tools p label {
  padding: 0px 7px;
  cursor: pointer;
}
.search-results-tools p label.active, .search-results-tools p label:hover {
  text-decoration: underline;
}
.search-results-tools p label input {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.article-content.search-results article {
  margin-bottom: 5px;
  padding-top: 15px;
}
.article-content.search-results article.video a {
  color: #ef8702 !important;
}
.article-content.search-results article.library_news a, .article-content.search-results article.source a, .article-content.search-results article.post a, .article-content.search-results article.publication a {
  color: #cf0e58 !important;
}
.article-content.search-results article.academy_video a, .article-content.search-results article.academy_news a {
  color: #0080c8 !important;
}
.article-content.search-results article .date,
.article-content.search-results article .author,
.article-content.search-results article .comments,
.article-content.search-results article img {
  display: none;
}
.article-content.search-results article h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #009a9d;
}
.article-content.search-results article h2 a {
  color: #009a9d;
}
.article-content.search-results article .search-result-info {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
.article-content.search-results article .search-result-info a {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: underline;
  color: #009a9d;
  text-transform: none;
}
.article-content.search-results article .search-result-info a:hover {
  text-decoration: none;
}
.article-content.search-results .pagination {
  float: none;
  padding-left: 0px;
  padding-top: 45px;
}
.article-content.search-results .pagination .page-numbers {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  margin-right: 5px;
  color: #3f4951;
}
.article-content.search-results .pagination span.page-numbers {
  color: #009a9d;
}
body.subpage.library .article-content.search-results article h2 {
  color: #cf0e58;
}
body.subpage.library .article-content.search-results article h2 a {
  color: #cf0e58;
}
body.subpage.library .article-content.search-results article .search-result-info a {
  color: #cf0e58;
}
body.subpage.library .article-content.search-results .pagination span.page-numbers {
  color: #cf0e58;
}
body.subpage.tv .article-content.search-results article h2 {
  color: #ef8702;
}
body.subpage.tv .article-content.search-results article h2 a {
  color: #ef8702;
}
body.subpage.tv .article-content.search-results article .search-result-info a {
  color: #ef8702;
}
body.subpage.tv .article-content.search-results .pagination span.page-numbers {
  color: #ef8702;
}
body.subpage.academy .article-content.search-results article h2 {
  color: #0080c8;
}
body.subpage.academy .article-content.search-results article h2 a {
  color: #0080c8;
}
body.subpage.academy .article-content.search-results article .search-result-info a {
  color: #0080c8;
}
body.subpage.academy .article-content.search-results .pagination span.page-numbers {
  color: #0080c8;
}
.splashpage {
  margin-top: -60px;
}
.splashpage img {
  width: 100%;
}

.temporary-hp-block {
  width: 100%;
  height: 100%;
}
.temporary-hp-block .image {
  width: 100%;
  height: 100%;
}
.temporary-hp-block .image img {
  width: 100%;
}
.temporary-hp-block .image .scale2,
.temporary-hp-block .image .scale3 {
  display: none;
}
@media (max-width: 1600px) {
  .temporary-hp-block .image .scale2,
  .temporary-hp-block .image .scale3 {
    display: none;
  }
  .temporary-hp-block.academy .image .scale1 {
    display: none;
  }
  .temporary-hp-block.academy .image .scale2 {
    display: block;
  }
  .temporary-hp-block.tv .image {
    padding: 0px 7.5px;
  }
  .temporary-hp-block.tv .image .scale1 {
    display: none;
  }
  .temporary-hp-block.tv .image .scale3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .temporary-hp-block .image .scale2,
  .temporary-hp-block .image .scale3 {
    display: none;
  }
  .temporary-hp-block.academy {
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .temporary-hp-block.academy .image .scale1 {
    display: none;
  }
  .temporary-hp-block.academy .image .scale2 {
    display: none;
  }
  .temporary-hp-block.academy .image .scale3 {
    display: block;
  }
  .temporary-hp-block.tv .image .scale1 {
    display: none;
  }
  .temporary-hp-block.tv .image .scale2 {
    display: none;
  }
  .temporary-hp-block.tv .image .scale3 {
    display: block;
  }
}
/**/
.thisAttempt,
.academy-test {
  padding-top: 25px;
  display: none;
}
.thisAttempt h2.top-heading,
.academy-test h2.top-heading {
  font-size: 20px;
  color: #0080c8;
}
.thisAttempt h2,
.academy-test h2 {
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: none;
  text-transform: uppercase;
}
.thisAttempt .academy-test-info p,
.academy-test .academy-test-info p {
  margin-bottom: 0px;
}
.thisAttempt .academy-test-info p:last-of-type,
.academy-test .academy-test-info p:last-of-type {
  margin-bottom: 25px;
  padding-top: 10px;
}
.thisAttempt p,
.academy-test p {
  text-transform: none;
  display: block;
  font-size: 15px;
}
.thisAttempt > ol,
.academy-test > ol {
  counter-reset: list;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  /*padding-bottom:25px;
  border-bottom:1px $grey solid;*/
}
.thisAttempt > ol > li,
.academy-test > ol > li {
  margin-bottom: 15px;
  list-style: none;
}
.thisAttempt > ol > li:before,
.academy-test > ol > li:before {
  content: counter(list) ".";
  counter-increment: list;
  display: inline-block;
  font-weight: 800;
  color: #0080c8;
  width: 25px;
  float: left;
  font-size: 15px;
}
.thisAttempt > ol > li > p,
.academy-test > ol > li > p {
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  float: left;
  width: calc(100% - 25px);
  margin-right: 0px;
  line-height: 1.3;
}
.thisAttempt > ol > li > ol,
.academy-test > ol > li > ol {
  counter-reset: listInner;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  clear: both;
}
.thisAttempt > ol > li > ol > li,
.academy-test > ol > li > ol > li {
  list-style: none;
  border-bottom: 1px #a2b0ba solid;
  padding-left: 50px;
  position: relative;
  min-height: 25px;
}
.thisAttempt > ol > li > ol > li:last-of-type,
.academy-test > ol > li > ol > li:last-of-type {
  border-bottom: none;
}
.thisAttempt > ol > li > ol > li:before,
.academy-test > ol > li > ol > li:before {
  content: counter(listInner, lower-alpha) ") ";
  counter-increment: listInner;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: auto;
  border-right: 1px #a2b0ba solid;
  padding-left: 25px;
  font-weight: 800;
  line-height: 1.9;
}
.thisAttempt > ol > li > ol > li p,
.academy-test > ol > li > ol > li p {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 3px;
  line-height: 1.3;
}
.thisAttempt > ol > li > ol > li p .checkbox,
.academy-test > ol > li > ol > li p .checkbox {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
}
.thisAttempt > ol > li > ol > li p .checkbox input,
.academy-test > ol > li > ol > li p .checkbox input {
  margin-right: 7px;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.thisAttempt {
  padding-top: 25px;
  position: relative;
  display: block;
}
.thisAttempt .close {
  display: block;
  position: absolute;
  top: 25px;
  right: 5px;
  bottom: auto;
  left: auto;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  cursor: pointer;
}
.thisAttempt .close:before, .thisAttempt .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.8;
}
.thisAttempt .close:before {
  width: 1px;
  height: 35px;
  top: 0px;
  left: 17px;
}
.thisAttempt .close:after {
  width: 35px;
  height: 1px;
  top: 17px;
  left: 0px;
}
.thisAttempt h3 {
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 15px;
  border-bottom: none;
  text-transform: uppercase;
  color: #000 !important;
}
.thisAttempt > ol {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.thisAttempt > ol > li > ol li:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: transparent url("../gfx/icon/checkbox2.png") 0px -25px no-repeat;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 2px;
  margin-top: -8px;
}
.thisAttempt > ol > li > ol li.checked:after {
  background: transparent url("../gfx/icon/checkbox2.png") 0px 0px no-repeat;
}

.article-detail .article .onetime-login .onetime-login-content {
  background: transparent;
  padding-top: 15px;
  margin-bottom: 0px;
  padding: 0px 0px;
}
.article-detail .article .onetime-login h3 {
  color: #3f4951 !important;
  font-weight: 800;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: none;
  text-transform: uppercase;
  position: relative;
}
.article-detail .article .onetime-login h3:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 15px;
  left: 0px;
  height: 1px;
  background: #3f4951;
  display: block;
}
.article-detail .article .onetime-login h3 span {
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.article-detail .article .onetime-login p {
  padding: 0px 15px;
  color: #ef8702 !important;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.article-detail .article .onetime-login p.consent {
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  padding-left: 38px;
}
.article-detail .article .onetime-login p.consent input {
  position: absolute;
  left: 15px;
  top: 0px;
}
.article-detail .article .onetime-login p a {
  color: #ef8702;
  text-decoration: underline;
  font-weight: 700;
}
.article-detail .article .onetime-login .onetime-login-form {
  padding-bottom: 15px;
}
.article-detail .article .onetime-login .onetime-login-form .onetime-form-row {
  display: flex;
  margin: 0px -5px;
  margin-bottom: 10px;
  align-items: flex-start;
}
.article-detail .article .onetime-login .onetime-login-form .onetime-form-row label {
  width: 100%;
  display: block;
  font-size: 11px;
  line-height: 1.3;
  margin: 0px;
  padding: 0px 5px;
}
.article-detail .article .onetime-login .onetime-login-form .onetime-form-row label span {
  display: inline-block;
  margin-bottom: 2px;
  display: none;
}
.article-detail .article .onetime-login .onetime-login-form .onetime-form-row label p {
  color: #3f4951 !important;
  padding-top: 5px;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 1.3;
}
.article-detail .article .onetime-login .onetime-login-form .onetime-form-row select,
.article-detail .article .onetime-login .onetime-login-form .onetime-form-row input[type=text],
.article-detail .article .onetime-login .onetime-login-form .onetime-form-row input[type=email] {
  width: 100%;
  /*margin:0px 3px;*/
  font-size: 12px;
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 7px;
  background: #f9fafb;
  width: 100%;
  height: 40px;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f4951;
}
.article-detail .article .onetime-login .onetime-login-form .onetime-form-row.row-3 label {
  width: 33.33%;
}
.article-detail .article .onetime-login .onetime-login-form .onetime-form-row.row-2 label {
  width: 66.66%;
}
.article-detail .article .onetime-login .onetime-login-form .onetime-form-row.row-2 label:last-of-type {
  width: 33.33%;
}
.article-detail .article .onetime-login .onetime-login-form input.btn.btn-primary {
  background: #ef8702;
  border: 1px #ef8702 solid;
  width: 100%;
  padding: 13px 15px;
}
.article-detail .article .onetime-login .onetime-login-form input.btn.btn-primary:hover {
  background: #fff;
  color: #ef8702;
}

@media (max-width: 580px) {
  .onetime-login .onetime-login-form .onetime-form-row {
    flex-wrap: wrap;
    display: block;
    margin-bottom: 0px !important;
  }
  .onetime-login .onetime-login-form .onetime-form-row label {
    flex: none;
    margin: 0px 0px;
    margin-bottom: 6px;
  }
  .onetime-login .onetime-login-form .onetime-form-row label:last-of-type {
    margin-bottom: 0px;
  }
  .onetime-login .onetime-login-form .onetime-form-row input[type=submit] {
    margin: 0px 0px;
  }
  .article-detail .article .onetime-login .onetime-login-form .onetime-form-row.row-2 label,
  .article-detail .article .onetime-login .onetime-login-form .onetime-form-row.row-3 label {
    width: 100%;
    margin-bottom: 10px;
  }
  .article-detail .article .onetime-login .onetime-login-form .onetime-form-row.row-2 label:last-of-type {
    width: 100%;
  }
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  background: white;
  max-width: 500px;
  padding: 5px;
  list-style-type: none;
  border: 1px #ddd solid;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item {
  background: #eee;
  padding: 2px 15px;
  border: 1px #ddd solid;
  border-radius: 5px;
  margin-bottom: 2px;
  cursor: pointer;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item:hover {
  background: #ddd;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item .ui-menu-item-wrapper:hover,
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item .ui-menu-item-wrapper {
  background: transparent;
  border: none !important;
  color: #3f4951 !important;
}

.ui-helper-hidden-accessible {
  display: none;
}

.custom-combobox-input.ui-widget.ui-widget-content.ui-state-default.ui-corner-left.ui-autocomplete-input {
  height: 40px;
  width: 100%;
  border: 1px #d0d3d5 solid;
  padding: 0px 15px;
  max-width: none;
  background: #fff;
}

section.autocomplete .ui-button.ui-widget.ui-button-icon-only.custom-combobox-toggle.ui-corner-right {
  position: absolute;
  right: -1px;
  height: 40px;
  width: 40px;
  display: none;
}

/* PO2021 */
/*@media (max-width: 991px){	
	.col-md-3 .homepage-middle-item,
	.col-lg-3 .homepage-middle-item {
		display:flex;
		flex-wrap:wrap;

		> h2 {
			width:100%;
		}
		> .article {
			width:33.33%;
		}
	}
}*/
/*
body.page-template-template-tv-pragueonco21-hall
body.page-template-template-tv-pragueonco21
body.page-template-template-tv-pragueonco21-embed
*/
/*
tiskovka
webinar-template-default single single-webinar postid-25722 logged-in admin-bar subpage tv tiskova-konference-pragueonco-virtual user-id-1 administrator customize-support
*/
body.single.single-webinar.postid-25722 .article-detail.video-detail .article h1,
body.single.single-webinar.postid-25722 .article-detail.video-detail .article .video-top-info.video-spec,
body.single.single-webinar.postid-25722 .publication-detail h3,
body.single.single-webinar.postid-25722 .breadcrumb ul li:first-of-type a,
body.single.single-webinar.postid-25722 .publication-detail h2,
body.single.single-webinar.postid-25722 .header .search .search-toggle,
body.single.single-webinar.postid-25722 .header .user-not-logged .icon,
body.single.single-webinar.postid-25722 .publication-detail h1 {
  color: #737757 !important;
}
body.single.single-webinar.postid-25722 .article-detail.video-detail .article .excerpt {
  border-bottom: 1px #737757 solid !important;
}

/* NOVÉ ŠABLONY */
body.single-pragueonco .advanced-search.publication-detail.video-asco-homepage .txt a,
body.single-pragueonco .homepage-middle-item.orange > .article h3 a,
body.single-pragueonco .homepage-middle-item.orange > .article > .video-top-info.video-spec,
body.page-template-template-tv-pragueonco22-hall .advanced-search.publication-detail.video-asco-homepage .txt a,
body.page-template-template-tv-pragueonco22-hall .homepage-middle-item.orange > .article h3 a,
body.page-template-template-tv-pragueonco22-hall .homepage-middle-item.orange > .article > .video-top-info.video-spec,
body.page-template-template-tv-pragueonco22-posters .advanced-search.publication-detail.video-asco-homepage .txt a,
body.page-template-template-tv-pragueonco22-posters .homepage-middle-item.orange > .article h3 a,
body.page-template-template-tv-pragueonco22-posters .homepage-middle-item.orange > .article > .video-top-info.video-spec,
body.page-template-template-tv-pragueonco22-program .advanced-search.publication-detail.video-asco-homepage .txt a,
body.page-template-template-tv-pragueonco22-program .homepage-middle-item.orange > .article h3 a,
body.page-template-template-tv-pragueonco22-program .homepage-middle-item.orange > .article > .video-top-info.video-spec,
body.page-template-template-tv-pragueonco22 .advanced-search.publication-detail.video-asco-homepage .txt a,
body.page-template-template-tv-pragueonco22 .homepage-middle-item.orange > .article h3 a,
body.page-template-template-tv-pragueonco22 .homepage-middle-item.orange > .article > .video-top-info.video-spec,
body.page-template-template-tv-pragueonco22-embed .advanced-search.publication-detail.video-asco-homepage .txt a,
body.page-template-template-tv-pragueonco22-embed .homepage-middle-item.orange > .article h3 a,
body.page-template-template-tv-pragueonco22-embed .homepage-middle-item.orange > .article > .video-top-info.video-spec,
body.page-template-template-tv-pragueonco21-hall .advanced-search.publication-detail.video-asco-homepage .txt a,
body.page-template-template-tv-pragueonco21-hall .homepage-middle-item.orange > .article h3 a,
body.page-template-template-tv-pragueonco21-hall .homepage-middle-item.orange > .article > .video-top-info.video-spec,
body.page-template-template-tv-pragueonco21-posters .advanced-search.publication-detail.video-asco-homepage .txt a,
body.page-template-template-tv-pragueonco21-posters .homepage-middle-item.orange > .article h3 a,
body.page-template-template-tv-pragueonco21-posters .homepage-middle-item.orange > .article > .video-top-info.video-spec,
body.page-template-template-tv-pragueonco21-program .advanced-search.publication-detail.video-asco-homepage .txt a,
body.page-template-template-tv-pragueonco21-program .homepage-middle-item.orange > .article h3 a,
body.page-template-template-tv-pragueonco21-program .homepage-middle-item.orange > .article > .video-top-info.video-spec,
body.page-template-template-tv-pragueonco21 .advanced-search.publication-detail.video-asco-homepage .txt a,
body.page-template-template-tv-pragueonco21 .homepage-middle-item.orange > .article h3 a,
body.page-template-template-tv-pragueonco21 .homepage-middle-item.orange > .article > .video-top-info.video-spec,
body.page-template-template-tv-pragueonco21-embed .advanced-search.publication-detail.video-asco-homepage .txt a,
body.page-template-template-tv-pragueonco21-embed .homepage-middle-item.orange > .article h3 a,
body.page-template-template-tv-pragueonco21-embed .homepage-middle-item.orange > .article > .video-top-info.video-spec {
  color: #737757 !important;
}
body.single-pragueonco .homepage-middle-item.orange .article,
body.page-template-template-tv-pragueonco22-hall .homepage-middle-item.orange .article,
body.page-template-template-tv-pragueonco22-posters .homepage-middle-item.orange .article,
body.page-template-template-tv-pragueonco22-program .homepage-middle-item.orange .article,
body.page-template-template-tv-pragueonco22 .homepage-middle-item.orange .article,
body.page-template-template-tv-pragueonco22-embed .homepage-middle-item.orange .article,
body.page-template-template-tv-pragueonco21-hall .homepage-middle-item.orange .article,
body.page-template-template-tv-pragueonco21-posters .homepage-middle-item.orange .article,
body.page-template-template-tv-pragueonco21-program .homepage-middle-item.orange .article,
body.page-template-template-tv-pragueonco21 .homepage-middle-item.orange .article,
body.page-template-template-tv-pragueonco21-embed .homepage-middle-item.orange .article {
  margin-bottom: 0px !important;
  border-bottom: none !important;
}

body.single-pragueonco .publication-detail h3,
body.single-pragueonco .breadcrumb ul li:first-of-type a,
body.single-pragueonco .publication-detail h2,
body.single-pragueonco .header .search .search-toggle,
body.single-pragueonco .header .user-not-logged .icon,
body.single-pragueonco .publication-detail h1 {
  color: #737757 !important;
}

body.subpage.tv.page-template-template-tv-pragueonco21-program .publication-detail h3,
body.subpage.tv.page-template-template-tv-pragueonco21-program .breadcrumb ul li:first-of-type a,
body.subpage.tv.page-template-template-tv-pragueonco21-program .publication-detail h2,
body.subpage.tv.page-template-template-tv-pragueonco21-program .header .search .search-toggle,
body.subpage.tv.page-template-template-tv-pragueonco21-program .header .user-not-logged .icon,
body.subpage.tv.page-template-template-tv-pragueonco21-program .publication-detail h1 {
  color: #737757 !important;
}

body.subpage.tv.page-template-template-tv-pragueonco21-posters .publication-detail h3,
body.subpage.tv.page-template-template-tv-pragueonco21-posters .breadcrumb ul li:first-of-type a,
body.subpage.tv.page-template-template-tv-pragueonco21-posters .publication-detail h2,
body.subpage.tv.page-template-template-tv-pragueonco21-posters .header .search .search-toggle,
body.subpage.tv.page-template-template-tv-pragueonco21-posters .header .user-not-logged .icon,
body.subpage.tv.page-template-template-tv-pragueonco21-posters .publication-detail h1 {
  color: #737757 !important;
}

body.subpage.tv.page-template-template-tv-pragueonco21-hall .publication-detail h3,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .breadcrumb ul li:first-of-type a,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .publication-detail h2,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .header .search .search-toggle,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .header .user-not-logged .icon,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .publication-detail h1 {
  color: #737757 !important;
}

body.subpage.tv.page-template-template-tv-pragueonco21-embed .publication-detail h3,
body.subpage.tv.page-template-template-tv-pragueonco21-embed .breadcrumb ul li:first-of-type a,
body.subpage.tv.page-template-template-tv-pragueonco21-embed .publication-detail h2,
body.subpage.tv.page-template-template-tv-pragueonco21-embed .header .search .search-toggle,
body.subpage.tv.page-template-template-tv-pragueonco21-embed .header .user-not-logged .icon,
body.subpage.tv.page-template-template-tv-pragueonco21-embed .publication-detail h1 {
  color: #737757 !important;
}

body.subpage.tv.page-template-template-tv-pragueonco21 .publication-detail h3,
body.subpage.tv.page-template-template-tv-pragueonco21 .breadcrumb ul li:first-of-type a,
body.subpage.tv.page-template-template-tv-pragueonco21 .publication-detail h2,
body.subpage.tv.page-template-template-tv-pragueonco21 .header .search .search-toggle,
body.subpage.tv.page-template-template-tv-pragueonco21 .header .user-not-logged .icon,
body.subpage.tv.page-template-template-tv-pragueonco21 .publication-detail h1 {
  color: #737757 !important;
}

body.single-pragueonco .header,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .header,
body.subpage.tv.page-template-template-tv-pragueonco21-posters .header,
body.subpage.tv.page-template-template-tv-pragueonco21-program .header,
body.subpage.tv.page-template-template-tv-pragueonco21-embed .header,
body.subpage.tv.page-template-template-tv-pragueonco21 .header {
  border-bottom: 1px #737757 solid !important;
}

body.single-pragueonco .breadcrumb ul li:first-of-type:after,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .breadcrumb ul li:first-of-type:after,
body.subpage.tv.page-template-template-tv-pragueonco21-posters .breadcrumb ul li:first-of-type:after,
body.subpage.tv.page-template-template-tv-pragueonco21-program .breadcrumb ul li:first-of-type:after,
body.subpage.tv.page-template-template-tv-pragueonco21-embed .breadcrumb ul li:first-of-type:after,
body.subpage.tv.page-template-template-tv-pragueonco21 .breadcrumb ul li:first-of-type:after {
  background: transparent url(../gfx/icon/breadcrumb04.png) 0px 0px no-repeat !important;
}

/* 22 */
body.subpage.tv.page-template-template-tv-pragueonco22-program .publication-detail h3,
body.subpage.tv.page-template-template-tv-pragueonco22-program .breadcrumb ul li:first-of-type a,
body.subpage.tv.page-template-template-tv-pragueonco22-program .publication-detail h2,
body.subpage.tv.page-template-template-tv-pragueonco22-program .header .search .search-toggle,
body.subpage.tv.page-template-template-tv-pragueonco22-program .header .user-not-logged .icon,
body.subpage.tv.page-template-template-tv-pragueonco22-program .publication-detail h1 {
  color: #737757 !important;
}

body.subpage.tv.page-template-template-tv-pragueonco22-posters .publication-detail h3,
body.subpage.tv.page-template-template-tv-pragueonco22-posters .breadcrumb ul li:first-of-type a,
body.subpage.tv.page-template-template-tv-pragueonco22-posters .publication-detail h2,
body.subpage.tv.page-template-template-tv-pragueonco22-posters .header .search .search-toggle,
body.subpage.tv.page-template-template-tv-pragueonco22-posters .header .user-not-logged .icon,
body.subpage.tv.page-template-template-tv-pragueonco22-posters .publication-detail h1 {
  color: #737757 !important;
}

body.subpage.tv.page-template-template-tv-pragueonco22-hall .publication-detail h3,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .breadcrumb ul li:first-of-type a,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .publication-detail h2,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .header .search .search-toggle,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .header .user-not-logged .icon,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .publication-detail h1 {
  color: #737757 !important;
}

body.subpage.tv.page-template-template-tv-pragueonco22-embed .publication-detail h3,
body.subpage.tv.page-template-template-tv-pragueonco22-embed .breadcrumb ul li:first-of-type a,
body.subpage.tv.page-template-template-tv-pragueonco22-embed .publication-detail h2,
body.subpage.tv.page-template-template-tv-pragueonco22-embed .header .search .search-toggle,
body.subpage.tv.page-template-template-tv-pragueonco22-embed .header .user-not-logged .icon,
body.subpage.tv.page-template-template-tv-pragueonco22-embed .publication-detail h1 {
  color: #737757 !important;
}

body.subpage.tv.page-template-template-tv-pragueonco22 .publication-detail h3,
body.subpage.tv.page-template-template-tv-pragueonco22 .breadcrumb ul li:first-of-type a,
body.subpage.tv.page-template-template-tv-pragueonco22 .publication-detail h2,
body.subpage.tv.page-template-template-tv-pragueonco22 .header .search .search-toggle,
body.subpage.tv.page-template-template-tv-pragueonco22 .header .user-not-logged .icon,
body.subpage.tv.page-template-template-tv-pragueonco22 .publication-detail h1 {
  color: #737757 !important;
}

body.single-pragueonco .header,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .header,
body.subpage.tv.page-template-template-tv-pragueonco22-posters .header,
body.subpage.tv.page-template-template-tv-pragueonco22-program .header,
body.subpage.tv.page-template-template-tv-pragueonco22-embed .header,
body.subpage.tv.page-template-template-tv-pragueonco22 .header {
  border-bottom: 1px #737757 solid !important;
}

body.single-pragueonco .breadcrumb ul li:first-of-type:after,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .breadcrumb ul li:first-of-type:after,
body.subpage.tv.page-template-template-tv-pragueonco22-posters .breadcrumb ul li:first-of-type:after,
body.subpage.tv.page-template-template-tv-pragueonco22-program .breadcrumb ul li:first-of-type:after,
body.subpage.tv.page-template-template-tv-pragueonco22-embed .breadcrumb ul li:first-of-type:after,
body.subpage.tv.page-template-template-tv-pragueonco22 .breadcrumb ul li:first-of-type:after {
  background: transparent url(../gfx/icon/breadcrumb04.png) 0px 0px no-repeat !important;
}

/**/
body.single-pragueonco .article-detail.video-detail .article h1,
body.single-pragueonco .article-detail.video-detail .article .video-top-info.video-spec {
  color: #737757 !important;
}

body.subpage.tv.page-template-template-tv-pragueonco21-hall .publication-detail h3 {
  height: 40px !important;
}

.pragueonco-iframe {
  position: relative;
}
.pragueonco-iframe p {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
  padding: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 5px #141414;
  z-index: 8;
}

body.single-pragueonco .article-detail.video-detail .article .excerpt,
body.single-pragueonco .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco22-posters .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco22-posters .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco22-program .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco22-program .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco22-embed .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco22-embed .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco22 .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco22 .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco21-posters .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco21-posters .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco21-program .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco21-program .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco21-embed .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco21-embed .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco21 .article-detail.video-detail .article .excerpt,
body.subpage.tv.page-template-template-tv-pragueonco21 .article-detail.video-detail .article .excerpt {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

body.page-template-template-tv-pragueonco22 .homepage-middle-item.orange .article .img,
body.page-template-template-tv-pragueonco21 .homepage-middle-item.orange .article .img {
  margin-bottom: 7px;
}
body.page-template-template-tv-pragueonco22 .advanced-search.publication-detail.video-asco-homepage .homepage-middle-item.orange .article p,
body.page-template-template-tv-pragueonco21 .advanced-search.publication-detail.video-asco-homepage .homepage-middle-item.orange .article p {
  margin-bottom: 20px;
}

/* MESSAGES */
.po21-message-container {
  width: 450px;
  position: fixed;
  right: -450px;
  bottom: 0px;
  z-index: 999999;
}
.po21-message-container .po21-message-content {
  width: 450px;
  border-top: 1px #737757 solid;
  border-left: 10px #737757 solid;
  position: relative;
  padding: 20px;
  padding-right: 40px;
  background: #fff;
  transition: margin-left 0.25s linear;
}
.po21-message-container .po21-message-content.active {
  margin-left: -450px;
}
.po21-message-container .po21-message-content h3 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #bfa55a;
}
.po21-message-container .po21-message-content p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #777;
}
.po21-message-container .po21-message-content p a {
  color: #bfa55a;
  text-decoration: underline;
}
.po21-message-container .po21-message-content p a:hover {
  text-decoration: none;
}
.po21-message-container .po21-message-content .close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  cursor: pointer;
  opacity: 1;
}
.po21-message-container .po21-message-content .close:before, .po21-message-container .po21-message-content .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #737757;
  opacity: 0.8;
}
.po21-message-container .po21-message-content .close:before {
  width: 1px;
  height: 35px;
  top: 0px;
  left: 17px;
}
.po21-message-container .po21-message-content .close:after {
  width: 35px;
  height: 1px;
  top: 17px;
  left: 0px;
}

/* STREAMS */
.language-filter {
  float: right;
  margin-top: -57px;
}
.language-filter .img-flag {
  width: 30px;
  height: auto;
}
.language-filter a {
  margin-left: 7px;
  filter: grayscale(100%);
}
.language-filter a.active {
  filter: grayscale(0%);
}

body.subpage.tv.page-template-template-tv-pragueonco22 .homepage-middle-item .article .img .img-flag,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .homepage-middle-item .article .img .img-flag,
body.subpage.tv.page-template-template-tv-pragueonco21 .homepage-middle-item .article .img .img-flag,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .homepage-middle-item .article .img .img-flag {
  width: 30px;
  height: auto;
  z-index: 9;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
}
body.subpage.tv.page-template-template-tv-pragueonco22 .homepage-middle-item .article .img a:after,
body.subpage.tv.page-template-template-tv-pragueonco22-hall .homepage-middle-item .article .img a:after,
body.subpage.tv.page-template-template-tv-pragueonco21 .homepage-middle-item .article .img a:after,
body.subpage.tv.page-template-template-tv-pragueonco21-hall .homepage-middle-item .article .img a:after {
  display: none;
}

/* POSTERS */
.publications.posters .item {
  display: flex;
  flex-wrap: wrap;
}
.publications.posters .item .img {
  height: auto;
  width: 180px;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 0px;
}
.publications.posters .item .img img {
  margin-top: 7px;
}
.publications.posters .item .txt {
  height: auto;
  padding: 15px;
  padding-left: 0px;
  width: calc(100% - 180px);
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.publications.posters .item .txt h2 {
  margin-bottom: 1rem;
  font-size: 15px;
}
.publications.posters .item .txt p {
  text-transform: uppercase;
  font-size: 12px;
}
.publications.posters .item .txt p.departments {
  text-transform: none;
}
.publications.posters .item .txt p:last-of-type {
  margin-bottom: 0px;
}
.publications.posters .item .btn {
  width: 100%;
}

/* PROGRAM */
.pragueonco-program-flex {
  margin: 0px -10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.pragueonco-program-flex .pragueonco-program-item {
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 0px;
}

body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item h2,
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item h2 {
  font-size: 20px;
  color: #737757;
}
body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item h3.subheadline,
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item h3.subheadline {
  font-size: 16px;
  background-color: #737757;
  color: #fff !important;
  margin-top: 7px;
  padding: 10px 15px;
  cursor: pointer;
  margin-bottom: 1px;
}
body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item table.pragueonco-program,
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item table.pragueonco-program {
  display: none;
}
body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item table.pragueonco-program tr td,
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item table.pragueonco-program tr td {
  vertical-align: top;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item table.pragueonco-program tr td b,
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item table.pragueonco-program tr td b {
  font-weight: 900;
}
body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item table.pragueonco-program tr td:last-of-type,
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item table.pragueonco-program tr td:last-of-type {
  padding-right: 0px;
}
body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item table.pragueonco-program tr td:nth-of-type(1),
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item table.pragueonco-program tr td:nth-of-type(1) {
  padding-right: 0px;
  width: 120px;
}
body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item table.pragueonco-program tr td a,
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item table.pragueonco-program tr td a {
  text-decoration: underline;
}
body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item table.pragueonco-program tr td a:hover,
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item table.pragueonco-program tr td a:hover {
  text-decoration: none;
}
body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item table.pragueonco-program tr.type01 td,
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item table.pragueonco-program tr.type01 td {
  color: #737757;
}
body.subpage.tv.page-template-template-tv-pragueonco22-program .pragueonco-program-item table.pragueonco-program.active,
body.subpage.tv.page-template-template-tv-pragueonco21-program .pragueonco-program-item table.pragueonco-program.active {
  display: table;
}

body.po21_partner-template-default.single.single-po21_partner {
  padding-top: 0px;
}
body.po21_partner-template-default.single.single-po21_partner footer,
body.po21_partner-template-default.single.single-po21_partner header {
  display: none;
}

.po21-company {
  padding: 25px 20px;
}
.po21-company .container {
  max-width: 1048px;
}
.po21-company .container .row .po21-company-left {
  padding-right: 25px;
  border-right: 1px #737757 solid;
}
.po21-company .container .row .po21-company-right {
  padding-left: 25px;
}
.po21-company .logo {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px #737757 solid;
}
.po21-company .logo img {
  max-width: 250px;
  height: auto;
}
.po21-company .company-logo a img {
  max-width: 100%;
}
.po21-company .wider_xl a img {
  margin-bottom: 25px;
  max-width: 100%;
}
.po21-company .article h1 {
  margin: 0px 0px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #737757;
  border-bottom: 1px #d0d3d5 solid;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 0px;
}
.po21-company .article h2 {
  margin: 0px 0px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #3f4951;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 0px;
}
.po21-company .article p a {
  color: #737757;
  font-weight: 700;
  text-decoration: underline;
}
.po21-company .article p a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .po21-company {
    padding: 25px 20px;
  }
  .po21-company .container .row .po21-company-left {
    padding-right: 7.5px;
    border-right: none;
  }
  .po21-company .container .row .po21-company-right {
    padding-left: 7.5px;
  }
}
/* Surveys */
body.page-template-template-world-survey {
  padding-top: 0px;
  padding-bottom: 0px;
}
body.page-template-template-world-survey header, body.page-template-template-world-survey footer {
  display: none;
}
body.page-template-template-world-survey .survey {
  padding: 55px 40px;
}
body.page-template-template-world-survey .survey .container {
  max-width: 1077px !important;
}
body.page-template-template-world-survey .survey .survey-logo {
  margin-bottom: 20px;
}
body.page-template-template-world-survey .survey .article.form .perex {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.page-template-template-world-survey .survey .article.form .perex h1 {
  width: 100%;
  max-width: 600px;
  font-size: 80px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: right;
}
body.page-template-template-world-survey .survey .article.form .perex p {
  width: 100%;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  color: #009a9d;
  margin-bottom: 2px;
}
body.page-template-template-world-survey .survey .article.form .perex p em, body.page-template-template-world-survey .survey .article.form .perex p i {
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}
body.page-template-template-world-survey .survey .article.form .perex p.done {
  font-size: 30px;
}
body.page-template-template-world-survey .survey .article.form form {
  margin-bottom: 50px;
}
body.page-template-template-world-survey .survey .article.form form input[type=submit] {
  padding: 15px 30px;
  margin-left: 38px;
  margin-top: 25px;
  background: #009a9d;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px #009a9d solid;
  cursor: pointer;
}
body.page-template-template-world-survey .survey .article.form form input[type=submit]:hover {
  color: #009a9d;
  background: #fff;
}
body.page-template-template-world-survey .survey .article.form form .question {
  padding-left: 38px;
  margin-bottom: 20px;
}
body.page-template-template-world-survey .survey .article.form form .question p {
  position: relative;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: #3f4951;
  text-transform: uppercase;
  margin-bottom: 7px;
}
body.page-template-template-world-survey .survey .article.form form .question p:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3f4951;
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: -38px;
}
body.page-template-template-world-survey .survey .article.form form .question .buttonset {
  display: flex;
  justify-content: flex-start;
}
body.page-template-template-world-survey .survey .article.form form .question .buttonset .ui-checkboxradio-label {
  border: none;
  background: transparent;
  padding: 0px;
  margin-right: 20px;
  margin-bottom: 7px;
  color: #3f4951;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-right: 32px;
}
body.page-template-template-world-survey .survey .article.form form .question .buttonset .ui-checkboxradio-label .ui-checkboxradio-icon {
  background: transparent url("../gfx/icon/survey-radio.png");
  position: absolute;
  top: 1px;
  right: 0px;
  bottom: auto;
  left: auto;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-template-world-survey .survey .article.form form .question .buttonset .ui-checkboxradio-label.ui-state-active {
  color: #3f4951;
}
body.page-template-template-world-survey .survey .article.form form .question .buttonset .ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon {
  width: 22px;
  height: 22px;
  background: transparent url("../gfx/icon/survey-radio.png");
  background-color: transparent;
  border: none;
}
body.page-template-template-world-survey .survey .article.form form .question .buttonset .ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #009a9d;
}
body.page-template-template-world-survey .survey .article.form form .question .buttonset .ui-checkboxradio-label.ui-state-focus {
  outline: none;
  box-shadow: none;
}
body.page-template-template-world-survey .survey .survey-footer {
  padding: 40px 0px;
  border-top: 2px #009a9d solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.page-template-template-world-survey .survey-no {
  float: right;
  padding: 40px;
}
body.page-template-template-world-survey .survey#webinar-24096,
body.page-template-template-world-survey .survey#webinar-26913,
body.page-template-template-world-survey .survey#webinar-27051 {
  background: #fff url("../img/survey/vertex-03-2021/background.jpg") center top no-repeat;
}
body.page-template-template-world-survey .survey#webinar-24096 .article.form form .question .buttonset .ui-checkboxradio-label,
body.page-template-template-world-survey .survey#webinar-24096 .article.form .perex h1,
body.page-template-template-world-survey .survey#webinar-26913 .article.form form .question .buttonset .ui-checkboxradio-label,
body.page-template-template-world-survey .survey#webinar-26913 .article.form .perex h1,
body.page-template-template-world-survey .survey#webinar-27051 .article.form form .question .buttonset .ui-checkboxradio-label,
body.page-template-template-world-survey .survey#webinar-27051 .article.form .perex h1 {
  color: #c81c85;
}
body.page-template-template-world-survey .survey#webinar-24096 .article.form .perex p,
body.page-template-template-world-survey .survey#webinar-26913 .article.form .perex p,
body.page-template-template-world-survey .survey#webinar-27051 .article.form .perex p {
  color: #2b53a0;
}
body.page-template-template-world-survey .survey#webinar-24096 .article.form form .question .buttonset .ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon:after,
body.page-template-template-world-survey .survey#webinar-26913 .article.form form .question .buttonset .ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon:after,
body.page-template-template-world-survey .survey#webinar-27051 .article.form form .question .buttonset .ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon:after {
  background: #2b53a0;
}
body.page-template-template-world-survey .survey#webinar-24096 .article.form form input[type=submit],
body.page-template-template-world-survey .survey#webinar-26913 .article.form form input[type=submit],
body.page-template-template-world-survey .survey#webinar-27051 .article.form form input[type=submit] {
  background: #c81c85;
  border: 1px #c81c85 solid;
}
body.page-template-template-world-survey .survey#webinar-24096 .article.form form input[type=submit]:hover,
body.page-template-template-world-survey .survey#webinar-26913 .article.form form input[type=submit]:hover,
body.page-template-template-world-survey .survey#webinar-27051 .article.form form input[type=submit]:hover {
  background: #fff;
  color: #c81c85;
}
body.page-template-template-world-survey .survey#webinar-24096 .survey-footer,
body.page-template-template-world-survey .survey#webinar-26913 .survey-footer,
body.page-template-template-world-survey .survey#webinar-27051 .survey-footer {
  border-top: 2px #2b53a0 solid;
}
body.page-template-template-world-survey .survey#webinar-27203 {
  background: #fff url("../img/survey/csa-03-2021/background.jpg") center top no-repeat;
  background-size: 100% auto;
}
body.page-template-template-world-survey .survey#webinar-27203 .article.form {
  padding-top: 35vw;
}
body.page-template-template-world-survey .survey#webinar-27203 .article.form .perex h1 {
  display: none;
}
body.page-template-template-world-survey .survey#webinar-27203 .article.form form .question .buttonset .ui-checkboxradio-label,
body.page-template-template-world-survey .survey#webinar-27203 .article.form .perex h1 {
  color: #b71d21;
}
body.page-template-template-world-survey .survey#webinar-27203 .article.form .perex p {
  color: #b71d21;
}
body.page-template-template-world-survey .survey#webinar-27203 .article.form form .question .buttonset .ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon:after {
  background: #2b53a0;
}
body.page-template-template-world-survey .survey#webinar-27203 .article.form form input[type=submit] {
  background: #b71d21;
  border: 1px #b71d21 solid;
}
body.page-template-template-world-survey .survey#webinar-27203 .article.form form input[type=submit]:hover {
  background: #fff;
  color: #b71d21;
}
body.page-template-template-world-survey .survey#webinar-27203 .survey-logo {
  display: none;
}
body.page-template-template-world-survey .survey#webinar-27203 .survey-footer {
  justify-content: center;
}
body.page-template-template-world-survey .survey#webinar-27203 .survey-footer {
  border-top: 2px #b71d21 solid;
}
body.page-template-template-world-survey .survey#webinar-27203 .question p i {
  font-size: 13px;
}

@media (max-width: 991px) {
  body.page-template-template-world-survey .survey .article.form .perex h1 {
    font-size: 50px;
    width: 100%;
    max-width: none;
  }
  body.page-template-template-world-survey .survey .survey-logo img {
    max-width: 250px;
  }
  body.page-template-template-world-survey .survey .survey-footer img {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  body.page-template-template-world-survey .survey .article.form .perex h1 {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  body.page-template-template-world-survey .survey .survey-logo img {
    width: 200px;
  }
  body.page-template-template-world-survey .survey .survey-footer img {
    max-width: 100px;
  }
  body.page-template-template-world-survey .survey .article.form form .question p:before {
    top: 9px;
  }
  body.page-template-template-world-survey .survey .article.form .perex h1,
  body.page-template-template-world-survey .survey .article.form .perex {
    margin-bottom: 30px;
  }
  body.page-template-template-world-survey .survey .article.form form .question p,
  body.page-template-template-world-survey .survey .article.form .perex p {
    font-size: 17px;
  }
  body.page-template-template-world-survey .survey .article.form form .question .buttonset .ui-checkboxradio-label,
  body.page-template-template-world-survey .survey .article.form .perex p i,
  body.page-template-template-world-survey .survey .article.form .perex p em {
    font-size: 14px;
  }
  body.page-template-template-world-survey .survey .article.form .perex h1 {
    font-size: 30px;
  }
  body.page-template-template-world-survey .survey .article.form form input[type=submit] {
    padding: 10px 20px;
    font-size: 17px;
  }
  body.page-template-template-world-survey .survey {
    padding: 0px 15px;
  }
  body.page-template-template-world-survey .survey-no {
    padding-right: 15px;
  }
}
/* last resort customs */
.partners {
  display: none;
}

.partners .row .col-lg-9 * {
  display: none;
}

.publication-detail table.content td a {
  color: #3f4951;
}

/* SINGLE */
.article-detail .article .block h2 {
  font-size: 15px;
  font-weight: 500;
}

/*.article-detail .article .block h3 {
  font-size: 15px;
  font-weight: 700;
}
.article-detail .article .block h4 {
  font-size: 14px;
  font-weight: 500;
  text-transform:uppercase;
  color:#ce0e59;
  text-align:justify;
  }*/
.article-detail .article .block h5 {
  font-size: 14px;
  font-weight: 600;
}

.article-detail .article .block h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* SINGLE, CUSTOM STYLES */
h2.custom-headline-2 {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #ce0e59 !important;
  /*padding-top:20px;*/
}

/*.columnizer .column h2.custom-headline-2:nth-of-type(1){
  padding-top:0px;
  }*/
h2.custom-headline-3 {
  font-size: 15px !important;
  font-weight: 700 !important;
}

h2.custom-headline-4 {
  font-size: 15px !important;
  font-weight: 500 !important;
  text-align: justify;
}

h2.custom-headline-5 {
  font-size: 14px !important;
  font-weight: 500 !important;
}

h2.custom-headline-6 {
  font-size: 13px !important;
  font-weight: 400 !important;
  /*padding-top:20px;*/
}

.article-detail .article p {
  text-align: justify;
  /* padding-top:20px;*/
}

.article-detail .article h3 {
  font-size: 15px;
  color: #ce0e59 !important;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 10px;
}

.article-detail .article h4 {
  font-size: 15px;
  color: #3f4951 !important;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 10px;
}

/* FILTERS */
input[disabled],
select[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}

select option.hidden {
  display: none;
}

.tiraz p {
  font-weight: 300 !important;
}

/**/
label .req {
  font-weight: 700;
  color: #cf0e58;
  font-size: 20px;
}

/**/
.sidebar-filters {
  display: none;
}

input#mednet-subs-reg[disabled=disabled] {
  cursor: not-alowed;
  background: #999;
}

.profession-control.btn.btn-primary {
  color: #fff !important;
  text-decoration: none !important;
}

.profession-control.btn.btn-primary:hover {
  color: #009a9d !important;
  text-decoration: none !important;
}

.article.membership.membership-levels .list.list-levels .item .level-detail {
  height: 100%;
}

.publications .item .img img {
  border: 1px #dbd7d7 solid;
}

.error-message {
  color: #f00;
}

.homepage-middle-item.orange .article h3 {
  color: #ef8702 !important;
}

body.subpage.tv .article-detail.video-detail .article .excerpt h2 a span,
body.subpage.tv .article-detail.video-detail .article .excerpt h2 a {
  color: #ef8702 !important;
}

/* admin bar */
body.admin-bar .header {
  top: 28px;
}

.article-detail {
  min-height: 500px;
}

.membership-levels-selection label {
  font-size: 20px;
  font-weight: 700;
  color: #009a9d;
  cursor: pointer;
}

.nonprof {
  filter: grayscale(100%);
  opacity: 0.3;
  cursor: not-allowed;
}

.nonprof .non-member-popup,
.nonprof a {
  cursor: not-allowed !important;
}

.homepage-middle-item.orange .article .img,
.publications .item .img,
.publication-detail .thumbnail {
  position: relative;
}

.triangle-badge {
  position: absolute;
  left: 15px;
  top: -13px;
  width: 45px;
  height: 45px;
  background: #a2b0ba;
  transition: all 0.25s linear;
}

.triangle-badge:hover {
  background: #cf0e58;
}

.triangle-badge:after {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #cf0e58;
  border-right: 50px solid transparent;
}

.triangle-badge:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  display: block;
  z-index: 4;
}

.triangle-badge.nonprof-badge:before {
  background: transparent url("<?php echo get_template_directory_uri(); ?>/gfx/icon/sestra.svg") center center no-repeat;
  background-size: contain;
}

.triangle-badge.prof-badge:before {
  background: transparent url("<?php echo get_template_directory_uri(); ?>/gfx/icon/lekar.svg") center center no-repeat;
  background-size: contain;
}

.publications .item .img .triangle-badge {
  top: 0px;
  left: 50%;
  margin-left: -22.5px;
}

.publications .item:hover .img .triangle-badge {
  background: #cf0e58;
}

/*.publications .item { border: 1px #eee solid; }*/
.advanced-search-nonprof .homepage-middle-item .article .category {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
}

.hp-middle-nonprof .homepage-middle-item .article .category {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
}

body.subpage.tv .triangle-badge {
  top: 0px;
  left: 0px;
}

body.subpage.tv .triangle-badge:hover {
  background: #ef8702;
}

body.subpage.tv .homepage-middle-item.orange:hover .img .triangle-badge {
  background: #ef8702;
}

.hp-middle-nonprof .homepage-middle-item .article .img .triangle-badge {
  top: 0px;
  left: 0px;
}

.hp-middle-nonprof .homepage-middle-item .article .img .triangle-badge:hover {
  background: #ef8702;
}

body.subpage.academy .triangle-badge {
  top: 0px;
  left: 0px;
}

body.subpage.academy .triangle-badge:hover {
  background: #0080c8;
}

body.subpage.academy .homepage-middle-item.blue:hover .img .triangle-badge {
  background: #0080c8;
}

/* VIDEO ASCO */
.video-player .popup.popup-inline .popup-inner {
  min-height: 370px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.video-player .popup.popup-inline .popup-inner .article {
  padding-top: 0px;
}

.video-detail-nonprof .excerpt {
  opacity: 0.5;
}

.homepage-middle-item .article .featured-image .more {
  position: static;
  margin-bottom: 0px;
  padding-left: 0px;
}

/* REGISTRACE IFRAME */
body.page-template-template-membership-registration-iframe-php {
  padding-top: 0px;
}

body.page-template-template-membership-registration-iframe-php header {
  display: none;
}

body.page-template-template-membership-registration-iframe-php footer {
  display: none;
}

/* PROFIL */
body.profil-uzivatele p.title {
  display: none;
}

body.profil-uzivatele .homepage-middle-item#membership-column h2 {
  display: none;
}

h1 a {
  text-decoration: underline;
}

h1 a:hover {
  text-decoration: none;
}

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