/**************************************************
1920
***************************************************/
@media only screen and (max-width: 1920px) {




}/******* END 1920 **********/


/**************************************************
1680
***************************************************/
@media only screen and (max-width: 1680px) {




}/******* END 1680 **********/

/**************************************************
1600
***************************************************/
@media only screen and (max-width: 1600px) {




}/******* END 1600 **********/

/**************************************************
1440
***************************************************/
@media only screen and (max-width: 1440px) {




}/******* END 1440 **********/


/**************************************************
1366
***************************************************/
@media only screen and (max-width: 1366px) {




}/******* END 1366 **********/

/**************************************************
1280
***************************************************/
@media only screen and (max-width: 1280px) {

.menu-items ul li a {
    padding: 33px 0;
    width: 125px;
    font-size: 0.9em;
}
li.menu-active span.menu-active-border {
    left: 52px;
}

}/******* END 1280 **********/


/**************************************************
1024
***************************************************/
@media only screen and (max-width: 1024px) {

a.gallery-image-link {
    width: 31%;
}


}/******* END 1024 **********/

/**************************************************
977
***************************************************/
@media only screen and (max-width: 977px) {




}/******* END 977 **********/

/**************************************************
950
***************************************************/
@media only screen and (max-width: 950px) {
  
 .speaker-item {
    position: relative;
}
.speaker-item-image {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.speaker-item-content {
    width: 100%;
}
.speaker-item-content-inner {
    padding: 10px;
}
span.speaker-time {
    margin: 0 0 0 60px;
}
span.speaker-name {
    margin: 0 0 0 60px;
}
span.speaker-text {
    margin: 25px 0 10px 0;
}

.menu-items ul li a {
    padding: 34px 0;
    width: 100px;
    font-size: 0.8em;
}
li.menu-active span.menu-active-border {
    left: 40px;
}
  
}/******* END 950 **********/

/**************************************************
800 (TABLET)
***************************************************/
@media only screen and (max-width: 800px) {




}/******* END 800 **********/

/**************************************************
767 (MOBILE)
***************************************************/
@media only screen and (max-width: 767px) {


h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.2em;
}


.hide-on-desktop {
  display: block;
}
.hide-on-mobile {
  display: none;
}

.menu-container {
    height: 60px;
}

img.menu-logo {
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.mle-switch {
    position: absolute;
    right: 80px;
    top: 14px;
}
.visual-container {
    height: auto;
    margin-top: 60px;
    min-height: 270px;
    padding: 20px 0;
}
.content-container {
    padding: 0;
}
.content-holder {
    margin: 0 0 0 0;
    display: block;
    box-shadow: none;
}
.content-sidebar {
    width: 100%;
}
.content-sidebar-inner {
    padding: 20px 30px;
}
.content-main {
    width: 100%;
}
.content-main-inner {
    padding: 20px 30px;
}
span.visual-captionbox-title {
    font-size: 1.5em;
}
span.visual-captionbox-subtitle {
    font-size: 1.3em;
}
span.poweredby {
    padding: 10px 5px;
    border-radius: 5px 5px 0 0;
    float: none;
    display: block;
    margin: 0 30px;
    text-align: center;
}
.burgermenu {
    width: 30px;
    height: 20px;
    position: fixed;
    top: 11px;
    right: 10px;
    padding: 10px;
}
span.burgermenu-line {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    margin: 0 0 5px 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.burgermenu.activemenu span.burgermenu-line.top {
    width: 75%;
}
.burgermenu.activemenu span.burgermenu-line.middle {
    width: 50%;
}
.burgermenu.activemenu span.burgermenu-line.bottom {
    width: 25%;
}
.mobilemenu-box {
    background: #fff;
    position: fixed;
    top: 60px;
    right: -100%;
    bottom: 0;
    box-shadow: -2px 3px 1px 0px #0000002e;
    width: 80%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 999;
}
.mobilemenu-box.activemenu {
    right: 0;
}
.mobilemenu-items ul {
    margin: 0;
    padding: 0;
}
.mobilemenu-items li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.mobilemenu-items a {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #F8F8F8;
    color: #000;
}
li.mobilemenu-active a {
    background: #F8F8F8;
}
.mobilemenu-active a span {
    border-bottom: 1px solid #E61454;
}
li.menu-active span.menu-active-border {
    width: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: auto;
}

.content-main-inner.location {
    height: 250px;
}
a.gallery-image-link {
    width: 48%;
}

.loginbox {
    width: 100%;
}
.content-container.loginbox_holder {
    margin: 80px 0 0 0;
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    right: auto;
}
.content-container.loginbox_holder.pullup {
    margin: 40px 0 0 0;
}

.program_line {
    display: block;
}
.program_time {
    display: block;
    width: 100%;
}
.program_text {
    display: block;
    width: 100%;
}
span.speaker-text {
    margin: 21px 0 0 0;
    max-height: 58px;
}
.speaker-item-content-inner {
    padding: 23px 10px 35px 10px;
}
.speaker-item {
    max-height: 170px;
}
.open_close_holder {
    top: auto;
    bottom: 10px;
    right: auto;
    left: 10px;
    text-align: left;
}

}/******* END 767 **********/