.page-title {
    padding: 0.875rem 1.25rem;
}

.page-title h1 {
    margin: 0;
    font-size: 1.563rem;
    line-height: 3.125rem;
    color: #fff;
}

.page-title h1 span {
    color: #193852;
}

.content--rc .search-holder {
    margin: 0;
}

.search-holder {
    position: relative;
    padding: 0.875rem;
    margin-bottom: 1.333rem;
    color: #fff;
    /*max-height: 78px; */
}

.search-holder__input {
    position: relative;
    overflow: hidden;
}

.search-holder__input input {
    overflow: hidden;
    border: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 6.5rem;
    display: block;
    width: 100%;
}

.search-holder__input input:focus {
    outline: none;
}

.search-holder__input button {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-appearance: none;
    background-color: #c8102e;
    color: #fff;
    /*line-height: 3.125rem; */
    padding: 1rem 1.563rem;
    border: none;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1;
    outline: none;
}

.filter-click {
    float: right;
    padding: 0.8rem 0 0 1rem;
    cursor: pointer;
}

.filter-click .fa {
    width: 1.125rem;
}

.search-holder__filter {
    position: relative;
}

.search-holder__filter .inner-filter {
    display: none;
    overflow: hidden;
}

.search-holder__filter .inner {
    padding-top: 1.125rem;
    margin-top: 1.125rem;
    border-top: 1px solid #657a8b;
}

.search-holder__filter .inner ul {
    list-style: none;
    margin: 0 -0.625rem;
    padding: 0;
}

.search-holder__checkbox {
    float: left;
    width: 20%;
    padding: 0 0.625rem;
    margin-bottom: 1rem;
}

.search-holder__checkbox > span {
    display: block;
    margin-bottom: 15px;
}

.search-holder__checkbox input {
    margin-right: -1.4667rem;
    float: left;
    clear: left;
    margin-top: 0.4rem;
    margin-left: 0px;
    width: auto !important;
}

.search-holder__checkbox label {
    padding-left: 1.46667rem;
    float: left;
    width: 100%;
    overflow: hidden;
}

.search-holder__checkbox label span {
    white-space: nowrap;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.search-holder__checkbox label span span {
    overflow: visible;
    width: auto;
}

.search-holder__checkbox label > span:after {
    content: '';
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #007dba 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #007dba));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #007dba 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #007dba 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #007dba 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #007dba 100%);
    width: 1.333rem;
    height: 100%;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}

@-webkit-keyframes scroller { /* webkit */
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

@-moz-keyframes scroller { /* gecko */
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

@-ms-keyframes scroller { /* IE10 */
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

@keyframes scroller { /* W3C and future browsers */
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.search-holder__checkbox label:hover span span {
    -webkit-animation-name: scroller;
    -webkit-animation-duration: 8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite; /* set loop */
    -webkit-animation-direction: alternate; /* read below */

    -moz-animation-name: scroller;
    -moz-animation-duration: 8s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;

    -ms-animation-name: scroller;
    -ms-animation-duration: 8s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;

    animation-name: scroller;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.event-title {
    color: #fff;
    border-bottom: 1px solid #dbdfe2;
    padding: 1.25rem;
}

.event-title h1,
.event-title h2 {
    overflow: hidden;
    font-size: 1.563rem;
    line-height: 1.2;
    color: inherit;
    margin: 0;
}

.resources {
    overflow: hidden;
    padding-bottom: 1.333rem;
}

.resources article {
    float: left;
    width: 25%;
    border-left: 1px solid #dbdfe2;
}

.resources article.page-content {
    width: 100%;
}

.resources article:first-of-type {
    border-left: none;
}

.resources article .inner {
    background-color: #fff;
}

.resources article .inner header {
    position: relative;
    padding: 1.333rem;
}

.resources article .inner i {
    position: absolute;
    top: 50%;
    left: 1.333rem;
    font-size: 2rem;
    color: #fff;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.resources article .inner header h3 {
    color: #fff;
    font-weight: normal;
    line-height: 1;
    font-size: 1rem;
    margin: 0;
    padding-left: 3rem;
}

.resources article .inner .holder {
    padding: 1.333rem;
}

.resources article .inner .holder h2 {
    font-size: 1.125rem;
}

.resources article .inner .holder h2 a {
    font-weight: 400;
    text-decoration: none;
    color: #193852;
}

.resources article .inner figure {
    position: relative;
    margin-bottom: 1.333rem;
}

.resources article .inner figure img {
    width: 100%;
}

.resources article .inner footer {
    margin: 0;
}

.resources article .inner footer .author {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.slick-dotted.slick-slider.types__latest {
    margin: 0!important;
}

.resources-slider,
.additions-slider {
    position: relative;
}

.custom-controls {
    margin-top: -0.3rem;
    float: right;
}

.custom-controls ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-controls li {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.75rem;
}

.custom-controls .flex-prev {
    padding-right: 1px;
}

.custom-controls .flex-next {
    padding-left: 1px;
}

.custom-controls a {
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.15rem;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.custom-controls a:hover {
    opacity: 0.5;
}

.event-info {
    position: relative;
    /*margin-top: 1.333rem;*/
    margin-bottom: 1.333rem;
}

.event-info__title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.event-info__title .table {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event-info__title .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.event-info__title header {
    text-align: center;
}

.event-info__title h1,
.event-info__title h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
}

.event-info__title h1 span,
.event-info__title h2 span {
    display: block;
    margin-top: 0.625rem;
}

.event-info .holder {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
}

.event-info .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.event-info .image .table {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event-info .image .table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.event-info .image .table .table-cell h3 {
    color: #fff;
    font-weight: 100;
    display: block;
    padding: 1rem 1.25rem 1.125rem;
    font-size: 1.563rem;
    line-height: 1.2;
    margin: 0;
}

.event-info .holder .event-content {
    padding: 2.666rem;
    overflow: hidden;
}

.event-info .text {
    margin: 0 -0.625rem;
}

.event-info .columns-2 {
    width: 50%;
    float: left;
    padding: 0 0.625rem;
}

.event-info .holder .event-content header {
    margin-bottom: 1.333rem;
    overflow: hidden;
}

.event-info .holder header .buy-access {
    background-color: #c8102e;
    color: #fff;
    float: right;
    text-decoration: none;
}

.event-info .holder .event-content header img {
    max-width: 16.25rem;
    float: left;
}

.event-info .holder .event-content footer {
    margin-top: 1.333rem;
    margin-bottom: 0;
}

.event-info .holder .event-content footer a {
    text-decoration: none;
    color: #193852;
}

.types-wrapper {
    position: relative;
    width: 100%;
    margin: 1.333rem 0;
    overflow: hidden;
}

.types-wrapper .row {
    margin: 0 -0.667rem;
}

.types-wrapper .row > div {
    padding: 0 0.667rem;
}

.types-wrapper .oq {
    border-right: 1px solid #193852;
    padding-right: 1.333rem!important;
}

.types-wrapper .tq {
    padding-left: 1.333rem!important;
}

.types__top {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 1.333rem;
}

.types__top.off {
    opacity: 0.5;
}

.types__top .table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.types__top .table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 2.8rem 1.333rem;
}

.types__top a {
    color: #fff;
}

.types__top header h2 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1.4;
}

.types__top .summary {
    margin-top: 1.333rem;
}

.types__block {
    margin-top: 1.333rem;
}

.types__block.types__block--abstract a {
    background-color: #6e834a;
}

.types__block.types__block--live-surgery a {
    background-color: #fff;
    color: #383838;
}

.types__block.types__block--live-surgery a i {
    color: inherit;
}

.types__block.types__block--webcast a {
    background-color: #ea4f3d;
}

.types__block.types__block--video a {
    background-color: #69C;
}

.types__block.types__block--poster a {
    background-color: #8756b1;
}

.types__block.types__block--eposter a {
    background-color: #1a3459;
}

.types__block a {
    display: table;
    position: relative;
    width: 100%;
    padding: 2.8rem 1.333rem;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}

.types__block a .inner {
    display: table-cell;
    vertical-align: middle;
}

.types__block i {
    color: #fff;
    display: block;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 1.333rem;
    background-color: rgba(0, 0, 0, 0.1);
}

.resource-block {
    position: relative;
    width: 100%;
    margin-top: 1.333rem;
    background-color: white;
}

.resource-block header {
    padding: 1.333rem;
    color: #fff;
}

.resource-block header a {
    display: block;
    position: relative;
    float: right;
    top: 0.625rem;
    color: inherit;
    text-decoration: none;
    line-height: 1;
}

.resource-block header h3 {
    margin: 0;
    color: inherit;
    font-size: 1.46rem;
}

.resource-block header i {
    background-color: inherit;
    color: #7b2331;
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;
}

.resource-block header span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.625rem;
}

.resource-block .holder {
    padding: 1.333rem;
}

.resource-block .title {
    margin-bottom: 1.333rem;
}

.resource-block .title h2 {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.46rem;
}

.resource-block footer {
    margin: 0;
}

.results-holder--overview {
    margin-top: 1.333rem;
    overflow: hidden;
}

.results-holder .row-block .row {
    margin-bottom: 0;
}

.results-holder .row-block .ot {
    margin-bottom: 1.333rem;
}

.results-holder--overview .column-navigation .button {
    width: 100%;
    font-size: 1rem;
    padding: 1rem 1.25rem 1.125rem;
    margin-bottom: 1.5rem;
}

.results-holder--overview .column-navigation .button span {
    float: right;
}

.results-holder--overview .column-main {
    padding-right: 0;
}

.results-holder--overview .column-main header {
    margin-bottom: 0.666rem;
    padding-top: 0.666rem;
}

.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-open {
    overflow: hidden;
    height: 100%;
}

.modal-loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    margin-left: -2rem;
    padding: 0.875rem;
    background-color: #fff;
    z-index: 1045;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 60px 0;
    z-index: 1050;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    line-height: 11px;
    padding: 15px;
}

.modal__content {
    position: relative;
    max-width: 50%;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
    padding-top: 4rem;
    pointer-events: all;
    z-index: 4;
}

.modal__content__inner {
    padding: 0 2rem 4rem;
}

.row-block {
    overflow: hidden;
    /*margin-bottom: 1.333rem;*/
}

.row-block:last-of-type {
    margin-bottom: 0;
}

.row-block .row {
    margin: 0 -0.667rem 1.333rem;
    overflow: hidden;
}

.row-block .ot {
    padding: 0 0.667rem;
}

.row-block__block {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 1.333rem;
    padding-bottom: 2.666rem;
}

.row-block__block header h4 {
    font-size: 1.375rem;
    margin-bottom: 0.666rem;
}

.row-block__block header h4.has-code {
    padding-left: 3rem;
}

.resource-block h2.has-code {
    padding-left: 3rem;
}

.resource-block h2.has-code .code {
    color: #007dba;
    margin-left: -3rem;
    margin-right: 0.66rem;
}

.row-block__block header h4 .code {
    color: #007dba;
    margin-left: -3rem;
    margin-right: 1rem;
}

.row-block__block header h4 .code.session-code {
	margin-left: 0;
	margin-right: 0;
}

.row-block__block figure {
    margin-bottom: 1.333rem;
    text-align: center;
    padding-bottom: 100%;
    background-position: top center;
    background-size: cover;
}

.row-block__block figure img {
    max-height: 200px;
}

.row-block__block .summary {
/*     margin-bottom: 1.333rem; */
}

.row-block__block footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 1.333rem 1.333rem;
    margin: 0;
    font-size: 0.875rem;
}

.row-block__block footer time {
    float: left;
}

.row-block__block footer span {
    float: right;
}

.row-block__block ul {
    list-style: none;
    margin: 0 -0.667rem 1.333rem;
    padding: 0;
    overflow: hidden;
}

.row-block__block ul li {
    float: left;
    padding: 0 0.667rem;
}

.row-block__block ul li a {
    display: block;
}

.row-block__block i {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    line-height: 3rem;
    text-align: center;
    font-size: 1.5rem;
}

.row-block__block--first {
    padding-bottom: 1.333rem;
}

.row-block__block--first footer {
    position: relative;
    padding: 0;
}

.row-block__block--first footer p {
    margin: 0;
}

.row-block__block--iframe {
    padding: 0;
}

.row-block__block--iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.types-content {
    position: relative;
    padding: 1.875rem;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.333rem;
}

.types-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.types-content ul li {
    float: left;
    width: 16.66666%;
    border-left: 1px solid #657a8b;
    text-align: center;
}

.types-content ul li:first-child {
    border-left: 0;
}

.types-content ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.types-content ul li a i {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 2.5rem;
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
}

.resource-banner {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.resource-banner img {
    width: 100%;
}

.resource-banner figcaption {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.resource-banner figcaption span {
    color: #fff;
    font-size: 2.813rem;
    line-height: 1.2;
}

/* ROEL */

/* STEPS */

.step-3 .buy-form .content {
    padding-top: 20px;
}

.step-4 .content {
    padding-left: 0;
    padding-right: 0;
}

.lb-container .holder {
    overflow: hidden;
}

.step-holder {
    width: 500%;
    position: relative;
    left: 0%;
    height: auto;
    overflow: hidden;
}

.step-holder .step {
    width: 20%;
    float: left;
    opacity: 0;
}

.step-holder .step .login-form {
    margin-top: 0;
}

.step-holder .step .login-form .intro {
    /*   	margin-bottom: 20px; */
}

.step-holder .step .login-form .intro.bt {
    margin-top: 20px;
}

.step-holder .step footer {
    margin-top: 20px;
}

.step-holder .step.active {
    opacity: 1;
}

.step-holder .back-holder .back {
    color: #d1d1d1;
    float: left;
}

.step-holder .back-holder {
    border-top: 1px solid #d1d1d1;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.step-holder .back-holder .back:before {
    margin-left: auto;
}

.yes, .no {
    display: none;
}

.payment-form {
    /*
        height: 200px;
        border: 1px solid #d1d1d1;
        width: 100%;
        padding: 20px;
    */
}

.step label {
    display: table;
}

.step label img {
    margin-left: 10px;
    margin-right: 10px;
}

.step label.package {
    margin-top: 10px;
}

.step label.package.disabled {
    opacity: 0.5;
}

.step label.package:first-child {
    margin-top: 0px;
}

label .text {
    display: table-cell;
    vertical-align: middle;
}

button {
    font-size: 15px;
    line-height: 22px;
}

.hf {
    float: left;
    width: 50%;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hf.first {
    border-right: 1px solid #d1d1d1;
}

.hf.first .user-form {
    padding-right: 20px;
}

.hf.second .buy-form {
    padding-left: 20px;
}

.buy-form .content {
    padding: 0;
    padding-bottom: 20px;
}

.hf footer {
    padding-top: 20px;
}

.step .btn {
    color: white;
    float: right;
    /*   margin-top: 20px; */
}

#step-2 input[type="text"] {
    border: 1px solid #d3d2d2;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

.btn[disabled="disabled"] {
    opacity: 0.5;
}

@font-face {
    font-family: 'urosource';
    src: url('../../fonts/urosource.eot?55600859');
    src: url('../../fonts/urosource.eot?55600859#iefix') format('embedded-opentype'),
    url('../../fonts/urosource.woff?55600859') format('woff'),
    url('../../fonts/urosource.ttf?55600859') format('truetype'),
    url('../../fonts/urosource.svg?55600859#urosource') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="urosource-icon-"]:before, [class*=" urosource-icon-"]:before {
    font-family: "urosource";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.urosource-icon-eururo_icon_font:before {
    content: '\21';
}

/* '!' */
.urosource-icon-video_icon_font:before, .urosource-icon-live_surgery_icon_font:before {
    content: '\22';
}

/* '&quot;' */
.urosource-icon-ecourse_icon_font:before {
    content: '\23';
}

/* '#' */
.urosource-icon-webcast_icon_font:before {
    content: '\24';
}

/* '$' */
.urosource-icon-abstract_icon_font:before {
    content: '\25';
}

/* '%' */
.urosource-icon-poster_icon_font:before {
    content: '\26';
}

/* '&amp;' */
.urosource-icon-eye:before {
    content: '\27';
}

/* ''' */
.urosource-icon-thumbs-up:before {
    content: '\28';
}

/* '(' */
.urosource-icon-file-pdf:before {
    content: '\29';
}

/* ')' */
.urosource-icon-doc-text:before {
    content: '\2a';
}

/* '*' */
.urosource-icon-star:before {
    content: '\2b';
}

/* '+' */
.urosource-icon-zoom-in:before {
    content: '\2c';
}

/* ',' */
.urosource-icon-filter:before {
    content: '\2d';
}

/* '-' */
.urosource-icon-user:before {
    content: '\2e';
}

/* '.' */
.urosource-icon-lock:before {
    content: '\2f';
}

/* '/' */
.urosource-icon-guidelines_icon_font:before {
    content: '\30';
}

/* '0' */
.urosource-icon-presentation_icon_font:before {
    content: '\31';
}

/* '1' */
.urosource-icon-spin3:before {
    content: '\32';
}

/* '2' */
.urosource-icon-spin1:before {
    content: '\33';
}

/* '3' */
.urosource-icon-hot_icon_font:before {
    content: '\34';
}

/* '4' */
.urosource-icon-euacme_icon_font:before {
    content: '\35';
}

/* '5' */
.urosource-icon-eursup_icon_font:before {
    content: '\36';
}

/* '6' */
.urosource-icon-eposter_icon_font:before {
    content: '\37';
}

/* '7' */
.urosource-icon-esu-coursebook_icon_font:before {
    content: '\38';
}

/* '8' */

.col-title i {
    width: 4rem;
    height: 4rem;
    display: inline-block;
    line-height: 4rem;
    text-align: center;
    font-size: 2rem;
    border-radius: 50%;
    position: relative;
    margin-right: 1rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.urosource-icon-abstract_icon_font {
    background-color: #6e834a;
    color: #FFF;
}

.urosource-icon-webcast_icon_font {
    background-color: #ea4f3d;
    color: #FFF;
}

.urosource-icon-poster_icon_font {
    background-color: #8756b1;
    color: #FFF;
}

.urosource-icon-video_icon_font {
    background-color: #69C;
    color: #FFF;
}

.urosource-icon-eposter_icon_font {
    background-color: #1a3459;
    color: #FFF;
}

.urosource-icon-live_surgery_icon_font {
    background-color: white;
}

.search-title.h2-title {
    font-size: 2rem;
    line-height: 2rem;
}

#counter-results {
    padding: 0.5rem 0;
}

#counter-results.row {
    margin: 0;
}

.sub-top {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #193852;
}

.sub-nav .sub-top span {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #c8102e;
}

/*.column-main {
  padding-right: 1rem;
}*/

.column-main h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
}

.column-navigation {
    padding-right: 1rem;
}

.filter-nav, .filter-nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-nav span.label {
    font-weight: 500;
    display: block;
    cursor: pointer;
}

.filter-nav span.label:after {
    content: '+';
    float: right;
}

.filter-nav li.open span.label:after {
    content: '-';
}

.filter-nav ol {
    display: none;
}

.filter-nav > li {
    padding: 1rem 1rem;
    border-bottom: 1px dashed #a5afb9;
}

.filter-nav li ol li {
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.filter-nav li ol li:first-child {
    margin-top: 0.5rem;
}

#video-filters {
    display: none;
    color: white;
    position: relative;
}

#video-filters .title {
    margin-bottom: 1rem;
}

.close-video-filter {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: white;
    font-size: 2rem;
}

#urosource-form .search-holder__checkbox label > span:after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #28445c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #28445c));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #28445c 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #28445c 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #28445c 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #28445c 100%);
}

#urosource-form-video {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#urosource-form-video ul {
    margin: 0;
    list-style: none;
    padding: 0px;
    width: 100%;
    float: left;
}

#urosource-form-video ul li {
    padding-left: 0;
    padding-right: 1rem;
    width: 25%;
}

.reset {
    float: right;
    font-size: 1rem;
    color: #1a3459;
}

#results {
    position: relative;
}

#results .row {
    margin: 0;
}

#counter-results .search-title {
    /* 	float: left; */
}

#loader {
    display: none;
    /* 	float: right; */
}

.rc-detail footer.webcast {
    margin-top: 35px;
}

.rc-detail footer {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 1rem !important;
    border-top: 1px dashed #a5afb9;
}

.results-inner-load {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
}

.search-title span {
    color: #c8102e;
}

.search-result {
    margin: 0;
    padding: 0 0 2px 0;
    list-style: none;
    /* background: url(../../img/layout/dotline.gif) repeat-x left bottom; */
}

.search-result li {
    /* background: url(../../img/layout/dotline.gif) repeat-x left -1px #fff; */
}

.search-result li:nth-child(even) {
    /* background-color: #f7f7f7; */
}

.search-result li a {
    /*
        padding: 5px 15px;
        display: block;
    */
}

.rc-result {
    float: left;
    width: 100%;
    list-style: none;
    clear: both;
    margin: 0;
    margin-top: 1rem;
}

.rc-result li {
    padding: 0 1.5rem;
    background-color: white;
    margin-bottom: 5px;
}

.rc-result li .holder {
    position: relative;
    width: 100%;
    float: left
}

.rc-result li .preview-holder {
    width: 100%;
    float: left;
    display: none;
}

.abstract-container {
    padding: 1rem;
    background-color: white;
}

.rc-result li .preview .inner {
    padding: 1rem;
    margin-bottom: 1.5rem;
    background-color: #f5f5f5;
}

.rc-result li .preview .inner h2, .abstract-body h2 {
    /* color: #1a3459; */
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.abstract-body p:last-child {
    margin-bottom: 0;
}

.rc-result li .preview .inner p, .abstract-body p {
    width: auto;
    min-height: inherit;
    text-align: left;
    float: none;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
    overflow: visible;
}

.rc-result li .preview .inner p:before {
    display: none;
}

.video-container {
    padding-bottom: 59%;
    margin-bottom: 0px;
    background-color: black;
}

.video-container #videodiv-live, .video-container video, .video-container iframe, .video-container object, .video-container embed, .video-container .video-trigger, .video-container .video-trigger > img, .slider .video-container .video-trigger > img, .video-container > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 1;
}

.rc-result li .share-post span {
    line-height: 32px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.rc-result li .share-post a {
    margin-bottom: 0px;
    display: inline-block;
    padding: 0px;
    margin-left: 0px;
    margin-right: 10px;
}

.rc-result li .share-post a:before {
    margin-top: 0px;
    float: left;
    margin-right: 0.5rem;
}

.rc-result li .share-post a i {
    margin-right: 0.5rem;
}

.rc-result li p:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.rc-result li p {
    float: left;
    width: 11.5%;
    margin: 0;
    text-align: left;
    min-height: 60px;
    overflow: hidden;
}

.rc-result li p.media {
    width: 20%;
}

.rc-result li:nth-child(even) p:before {
    background-image: none;
}

.rc-result li p span,
.rc-result li p a,
.rc-result li a {
    padding: 0;
    text-decoration: none;
}

.rc-result li a:before {
    line-height: inherit;
}

.rc-result li p span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
}

.rc-result li p.media span {
    display: inline;
    width: auto;
}

.rc-result li p.title {
    width: 64%;
    padding: 1.5rem 0;
    text-align: left;
}

.rc-result li figure {
    float: left;
    width: 20%;
    padding: 1.5rem 0;
    padding-right: 1.25rem;
}

.rc-result li figure div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.rc-result li p.title.preview-image {
    width: 50%;
}

.rc-result li p.title:before {
    display: none;
}

.rc-result li p.title a, .rc-result li a {
    display: inline-block;
}

.rc-result li p.title strong {
    display: block;
}

.rc-result li p.title span {
    padding: 0;
    color: #383838;
    font-size: 85%;
    width: auto;
}

.rc-result li p.type,
.rc-result li p.date,
.rc-result li p.media {
    position: absolute;
    top: 10px;
    white-space: nowrap;
    bottom: 10px;
    right: 0;
    font-weight: 400;
    text-align: right;
}

.rc-result li p.date {
    width: 11.5%;
    text-align: left;
    right: 10%;
}

.rc-result li p.media a {
    font-size: 26px;
}

.rc-result li a {
    padding: 5px 15px;
    display: block;
}

.rc-result li a.preview {
    padding: 0px;
    display: inline-block;
    float: left;
    width: 100%;
}

.rc-result li.header {
    background: none;
    font-size: 90%;
}

.rc-result li.header p {
    min-height: 34px;
    padding: 0;
    top: 0;
    font-weight: normal;
}

.rc-result li.header p:before {
    display: none;
}

.views .amount, .saves .amount, .views {
    margin-right: 10px;
}

.save-button-holder {
    z-index: 10;
}

.save-button-holder i {
    font-size: 20px;
    line-height: 30px;
}

.savebutton, .rc-result li a.savebutton {
    float: right;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #1a3459;
    color: white;
    text-align: center;
    line-height: 1.875rem;
    margin-left: 20px;
    overflow: hidden;
    padding: 0px;
    text-decoration: none;
    border: 1px solid #1a3459;
}

.page-content a.savebutton {
    color: white;
    text-decoration: none;
}

.savebutton:hover {
    text-decoration: none !important;
    color: #1a3459;
    background-color: white;
}

.savebutton.issaved:hover:before {
    content: '×';
    text-indent: 0px;
    display: block;
    line-height: 28px;
}

.savebutton.issaved:hover {
    text-indent: -9999em;
    display: block;
}

.details {
    width: 100%;
    padding: 20px 0;
    text-align: left;
}

.rc-result li .details p {
    width: 100%;
    float: none;
    min-height: inherit;
    text-align: left;
    display: table-row;
}

.rc-result li .details p span {
    display: table-cell;
    width: auto;
    padding-right: 20px;
}

.rc-result li .preview footer {
    background-color: #dee2e7;
    padding: 1rem;
}

.rc-result li .preview footer .left {
    float: left;
    line-height: 2rem;
}

.rc-result li .preview footer .right {
    float: right;
}

/*
.grid {
	margin: 1px -4px 0 0;
	padding: 0;
	list-style: none;
}

.grid li {
	width: 25%;
	float: left;
	border: 1px solid #d3d2d2;
	box-sizing: border-box;
	margin: -1px 0 0 -1px;
	height: 0;
	padding-bottom: 25%;
	text-align: center;
	position: relative;
}

.grid li .grid-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	display: block;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.grid li .grid-content img {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
*/

.csstransforms3d .grid li .grid-content img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.abstract > p {
    font-size: 85%;
    color: #666;
}

.abstract .abstract-body {
    /* 	margin-top: 30px; */
}

.abstract .abstract-body img, .abstract-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
}

#block-container {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#block-container .columns {
    padding-left: 0px;
    padding-right: 0px;
}

.fl-block,
.hf-block {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 10px;
    width: 100%;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.buy .login-form > p {
    display: none;
}

.video-holder {
    max-width: 1024px;
    margin: 0 auto;
}

.video-holder .video-container {
    padding-bottom: 56.45%;
}

.hf-block {
    width: 50%;
}

.big-block {
    height: 318px;
}

.right-block {
    margin-top: 65px;
}

.right-block .block-holder {
    margin-left: 0px;
    margin-right: -10px;
    padding-left: 10px;
}

.block-holder {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.block-holder .disabled {
    opacity: .5;
}

.block-holder .inner {
    position: relative;
    overflow: hidden;
    height: 100%;

    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.block-holder .inner:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.6);
}

.block-holder .icon-holder {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 45px;
}

.block-holder figure {
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.block-holder .hf-height figure {
    padding-top: 97px;
    padding-bottom: 98px;
}

.block-holder figure img {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}

.block-holder .block-title {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    padding: 10px;
    border-top: 1px solid white;
    color: white;
    z-index: 5;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.explore-uro .block-title {
    text-align: left;
}

.explore-uro img {
    position: relative;
    float: right;
    top: 2px;
}

.size_cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/assets/css/lib/backgroundsize.min.htc);
}

.explore-uro .icon-holder {
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 5;
}

.explore-uro figure {
    height: auto;
    padding: 20px;
}

.explore-uro figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.background_icon {
    position: absolute;
    top: -50px;
    right: -50px;
    background-position: top left;
    background-repeat: no-repeat;
    max-width: 75%;
    z-index: 1;
}

.background_icon img {
    opacity: .5;
}

.uro-liner {
    position: absolute;
    width: 75%;
    bottom: 45px;
    font-size: 24px;
    color: white;
    padding: 20px;
}

.video-popup i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -60px;
}

.view-sort-filter {
    float: right;
    line-height: 100%;
    padding: 1rem 0;
}

.search-content .col-title {
    float: left;
    padding: 1.25rem 0;
    font-size: 2rem;
    line-height: 2rem;
}

.view-sort-filter .pagination {
    border: none;
    padding: 0px;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
    text-align: right;
}

.search-content nav.pagination {
    float: left;
    width: 100%;
    margin: 0;
    padding: 1rem 0;
    border-bottom: 1px dashed #bcc5ca;
    width: 100%;
    text-align: center;
}

.pagination a {
    color: #c8102e;
}

.pagination .next a, .pagination .prev a {
    color: #193852;
}

.search-content {
    float: left;
    width: 100%;
    padding-bottom: 2rem;
}

.current-page {
    color: #666;
    list-style: none;
    margin: 0px;
    display: inline-block;
    padding-left: 0px;
}

.current-page li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}

.view-sort-filter .sort-filter li a {
    position: relative;
    padding-right: 10px;
}

.view-sort-filter {
    color: #193852;
}

.view-sort-filter li a.desc:after {
    position: relative;
    display: inline-block;
    top: 5px;
    right: -10px;
    content: '›';
    font-size: 24px;
    line-height: 24px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: 40% 40%;
    -webkit-transform-origin: 40% 40%;
    transform-origin: 40% 40%;
    color: #193852;
}

.view-sort-filter li a.asc:after {
    position: relative;
    display: inline-block;
    top: 7px;
    right: 0px;
    content: '›';
    font-size: 24px;
    line-height: 24px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: 40% 40%;
    -webkit-transform-origin: 40% 40%;
    transform-origin: 40% 40%;
    color: #193852;
}

.view-sort-filter .view-filter li {
    border-right: 1px solid #193852;
}

.sort-filter li {
    padding: 0 0.25rem;
}

.sort-filter li:last-child {
    padding-right: 0;
}

.view-sort-filter .view-filter li:last-of-type {
    border-right: none;
}

.urosource-detail header .title-holder .nr2 .author, .urosource-detail header .title-holder .nr2 .institutes {
    margin-top: 15px;
}

.rc-detail .content.pt {
    margin-top: 15px;
}

.urosource-detail > .pt {
    overflow: hidden;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.video-container iframe {
    width: 100% !important;
}

.rc-result li .close-preview a {
    padding: 0px;
    text-transform: capitalize;
}

.view-this {
    text-transform: capitalize;
}

.rc-result li .close-preview {
    border-top: 1px solid #DEE2E7;
    padding: 1.5rem 0;
}

.rc-result li .close-preview a:before {
    content: '×';
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #1A3459;
    color: #FFF;
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
    margin-right: 10px;
}

/* LIVE SURGERY */

.uc {
    text-transform: uppercase;
}

.spacer.small {
    height: 110px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.video-holder {
    padding: 1px;
}

.video-holder a {
    display: block;
}

.video-holder figure img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100%;
    margin: 0;
    max-width: inherit;
}

.video-holder figure a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.video-holder footer:before {
    content: '+';
    line-height: 75px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 100%;
    background-color: white;
    color: #1A3459;
    text-align: center;
    font-size: 42px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.video-holder a:hover footer:before {
    background-color: #1A3459;
    color: white;
}

.video-holder footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    float: left;
    width: 100%;
    background-color: #193852;
    padding: 15px;
    padding-left: 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.video-holder a:hover footer {
    background-color: rgba(255, 255, 255, 0.85);
    color: #1A3459;
}

.video-holder a:hover footer h3 {
    color: #1A3459;
}

.videos-page section.page .excerpt.intro p:last-child {
    margin-bottom: 0;
}

.close-video {
    position: relative;
    left: -20px;
    top: -21px;
    float: left;
    font-size: 32px;
    line-height: 16px;
    padding: 20px;
    background-color: white;
    text-decoration: none;
    color: #1A3459;
}

#videos-holder .oq .holder {
    position: relative;
    float: left;
    width: 100%;
    background-color: transparent;
}

#videos-holder.lp {
    float: none !important;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.paragraph ul.video-list {
    list-style: none;
    float: left;
    width: 100%;
    height: 336px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    -webkit-overflow-scrolling: touch;
    margin: 0;
}

/* Let's get this party started */
.video-list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.video-list::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.video-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
}

.video-list::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.25);
}

.video-list {
    list-style: none;
    padding: 0;
}

.video-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.video-list li:first-child {
    border: none;
    padding-top: 0;
}

.video-list li img {
    margin-left: 0px;
    float: left;
}

.video-list li h5, .video-list li p {
    padding-left: 40px;
    margin-top: 0;
}

.video-list li a {
    text-decoration: none;
    color: #A2A8AE;
}

.video-list li h5 {
    color: white;
    margin-bottom: 0;
}

.video-list li .active h5 {

    color: #c8102e;
}

.video-list li:before {
    content: '';
    display: none;
}

.video-list li.no-border {
    border: none;
}

.video-list li.no-border.last {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
}

.video-list li.no-border .arrow {
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
}

.mini-play {
    width: 40px;
    padding: 10px;
    padding-right: 15px;
    padding-left: 0px;
    padding-top: 5px;
    font-size: 24px;
    float: left;
    background-color: transparent;
}

.video-list li a.active i {
    color: #c8102e;
}

#videos-holder, .mini-play, .oq, .video-list, .ot, .video-holder footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.live-surgery .rc-detail {
    padding: 40px;
    padding-top: 0;
}

.rc-detail #videos-holder {
    margin-top: 20px;
}

.rc-detail #videos-holder .oq {
    padding: 20px;
}

.video-holder {
    position: relative;
    padding: 10px;
}

.video-holder footer p {
    margin: 0;
}

.video-holder footer h3, .video-holder footer {
    color: white;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.term-title {
    padding-top: 40px;
    padding-bottom: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 52.75%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 0px;
    /* background-color: #000; */
}

.video-holder figure img {
    height: auto;
}

.video-list {
    /*     height: 396px;  */
}

@media only screen and (max-width: 1279px) {
    .paragraph ul.video-list {
        height: 250px;
    }
}

@media only screen and (max-width: 1024px) {
    #videos-holder .oq, #videos-holder .tq {
        width: 100%;
    }

    .paragraph ul.video-list {
        height: auto;
    }

    .video-list li.no-border.last {
        position: relative;
        top: auto;
    }

    .video-holder.ot {
        width: 50%;
    }

    .video-holder.ot:first-child {
        width: 100%;
    }

    .video-holder.ot:first-child img {
        width: 100%;
    }

    .live-surgery .rc-detail {
        padding: 0;
    }

    .live-surgery .rc-detail h1 {
        padding: 30px;
        padding-bottom: 0;
    }

    .page-title {
        width: 100%;
        text-align: center;
    }

    .page-title h1 {
        line-height: 1.2;
    }

    .event-info .text {
        margin: 0;
    }

    .event-info .columns-2 {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {

    .event-info__title h1 {
        font-size: 1.6rem;
        line-height: 1;
    }

    .types__top header h2 {
        font-size: 1.4rem;
    }

    .resource-block header a {
        /*float: none;*/
        margin-bottom: 0.75rem;
    }

    .rc-result li p.date {
        width: 20%;
        right: 20%;
    }

}

@media only screen and (max-width: 767px) {

    .modal {
        padding: 0;
        overflow: hidden;
    }

    .types__latest {
        background-color: white;
    }

    .types__block a {
        height: auto!important;
    }

    .types-wrapper .row > div.rc-type {
        width: 50%;
    }

    .vertical-alignment-helper {
        display: block;
    }

    .vertical-align-center {
        display: block;
        width: 100%;
        height: 100%;
    }

    .modal__content {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .modal__content__inner {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .types-wrapper .row > div {
        width: 100%;
    }

    .latest__slide .resource-block {
        width: 50%;
        float: left;
        border-left: 0.666rem solid #F5F5F5;
    }

    .latest__slide .resource-block:first-child {
        border-right: 0.666rem solid #F5F5F5;
        border-left: none;
    }

    .resource-block header a {
        float: right;
        margin: 0;
    }

    .column-navigation,
    .column-main {
        width: 100%;
    }

    .column-main {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .rc-result li figure {
        width: 40%;
    }

    .rc-result li p.title.preview-image {
        width: 60%;
    }

    /*.rc-result li p.date,*/
    /*.rc-result li p.media {*/
        /*position: relative;*/
        /*width: auto;*/
        /*top: 0;*/
        /*bottom: 0;*/
        /*right: auto;*/
        /*left: auto;*/
        /*min-height: inherit;*/
        /*padding-bottom: 1.5rem;*/
    /*}*/

    /*.rc-result li p.media {*/
        /*float: right;*/
    /*}*/

    .results-holder--overview .column-navigation {
        padding-left: 1rem;
        margin-bottom: 1.333rem;
    }

    .results-holder--overview .column-main {
        padding-right: 1rem;
    }

    .row-block .ot {
        margin-top: 1.333rem;
    }

    .row-block .ot:first-of-type {
        margin-top: 0;
    }

    .row-block__block--iframe {
        height: 200px;
    }

    /*.rc-result li {*/
        /*padding-left: 0.5rem;*/
        /*padding-right: 0.5rem;*/
    /*}*/

    .rc-result li p.title {
        width: 55%;
    }

    .types-content {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }

    .types-content ul {
        width: 800px;
        white-space: nowrap;
    }

    .types-content ul li {
        width: 100px !important;
        white-space: pre-line;
        border: 0 !important;
    }

    .types-content ul li a {
        margin-bottom: 0;
    }

    .types-content ul li a i {
        margin-bottom: 0.8rem;
    }

    .types-content ul li:nth-child(3) a, .types-content ul li:nth-child(4) a {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .types__top:first-child {
        margin-top: 1.333rem!important;
    }

    .latest_types.types__top {
        margin-top: 0!important;
    }

    .types-wrapper .oq {
        padding-right: 0rem!important;
    }

    .types-wrapper .tq {
        padding-left: 0rem!important;
    }
}

@media only screen and (max-width: 512px) {
    .video-holder.ot {
        width: 100%;
    }

    .event-info .image {
        position: relative;
        width: 100%;
        height: 175px;
    }

    .event-info .right {
        width: 100%;
    }

    .event-info .holder .event-content {
        padding: 2.666rem 1.333rem;
    }

    .video-holder footer:before {
        line-height: 60px;
    }

    .rc-result li p.date,
    .rc-result li p.media {
        padding-bottom: 0.5rem;
    }

    .rc-result li figure {
        width: 100%;
        padding: 0.5rem 0 0;
    }

    .rc-result li p.title.preview-image {
        width: 100%;
    }

    .latest__slide .resource-block {
        width: 100%;
        height: auto!important;
        border: none!important;
        border-top: 1.333rem solid #F5F5F5!important;
        margin: 0;
    }

    .types__top {
        height: auto!important;
        /*min-height:100px;*/
    }
}

.ol-holder {
    position: relative;
    z-index: 2;
}

.ol-holder ol {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    width: 100%;
}

.ol-holder:hover ol {
    width: 225%;
    padding: 1rem;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    margin-top: 0.5rem;
    transition-delay: 1s;
    padding-top: 0.5rem;
}

.ol-holder:hover ol li:first-child {
    /*margin-top: 0;*/
}

@media only screen and (max-width: 767px) {
    .ol-holder:hover ol {
        width: 100%;
        padding: 0;
        background: transparent;
        margin-top: 0;
        max-height: none;
        padding-top: 0;
        box-shadow: none;
    }
    .pre-footer, #footer {
        padding-left: 1.333rem!important;
        padding-right: 1.333rem!important;
    }
}

.prize-winner.row {
    margin: 0;
}

.prize-winner .ot {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .results-holder .prize-winner .ot {
        margin: 0;
    }

    .prize-winner.row::after {
        margin-top: 1.333rem;
        float: left;
        width: 100%;
    }
}

.prize-winner.row::after {
    content: '';
    /*margin: 0 0.667rem;*/
    height:1px;
    background-color: #193852;
    display: block;
    clear: both;
    margin-bottom: 1.333rem;
}

.prize-winner.row:last-child::after {
    display: none;
}

.latest__slick-dots .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
}

.latest__slick-dots .slick-dots li {
    width: 10px;
}

.latest__slick-dots .slick-dots li button {
    padding:0;
    width: 10px;
}

.latest__slick-dots .slick-dots li.slick-active button:before {
    color: white;
}

.latest__slick-dots .slick-dots li button:before {
    color: white;
    width: 10px;
}

.types__top:first-child {
    margin-top: 0;
}

.latest_types {
    /*border-bottom: 1.333rem solid #c8102e;*/
}