@media only screen and (max-width: 768px) {

.show-for-small {
	display: block;
}
.hide-for-small {
	display: none;
}
.show-for-mobile {
	display: none;
}
.full-for-small {
	width:100% !important;
}
img {
	max-width:100%;
	height: auto;
}


.btn-mobile-margin {
    margin-top: 10px;
}

.btn-group-mobile-width, .btn-group-mobile-width button, .btn-group-mobile-width button span {
    width: 100%;
}

.sub-menu {
    margin: 5px 0 0 !important;
    text-align: center;
}

.sub-menu ul li {
    margin: 0;
    display: block;
}

.vlocation {
    font-size: 16px !important;
    line-height: 100% !important;
}

.vtitle, .vtitle a {
    font-size: 26px !important;
    margin: 0 !important;
    line-height: 32px !important;
}

.event_details_body p {
    font-size: 21px;
    line-height: 28px;
}

.event_details_header .vlocation {
    margin-top: 10px;
}


.watch-category-item, .watch-videos-sort {
    font-family: 'Neutra Book', sans-serif !important;
    font-size: 18px !important;
}

.qtip-tip {
    left: 50px !important;
}

.qtip-close {
    border: none;
    right: 10px;
    top: 10px;
    color: #000;
}

.qtip-bootstrap .qtip-icon .ui-icon {
    opacity: 100;
}

.event-list-subtitle {
    font-size: 21px;
    line-height: 100% !important;
}

.calendar_icon {
    height: 15px;
    float: left;
    margin-top: 10px;
}

.calendar_dates_text {
    font-size: 16px;
    float: left;
    text-transform: none;
    margin-right: 5px !important;
}

.fixed-header {
    background-color: #fff;
    display: block;
    height: auto;
    margin: 0 -15px;
    padding: 13px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fixed-header-border {
    border-bottom: 1px solid;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.fixed-header .fixed-padding {
    display: none;
}

#fixed-header-push {
    display: block;
    height: 42px;
}



#main { padding-top: 0; margin-bottom: 0; }
#push { display: none; }

.container-grey { position: relative; margin: 0 -15px; width: auto; padding-bottom: 20px; }
.container-grey .container { padding: 0 15px; }


#header_menu_1 { width: 17%; }
#header_menu_2 { width: 15%; }
#header_menu_3 { width: 17%; }
#header_menu_4 { width: 21%; }
#header_menu_5 { width: 10%; }
#header_menu_6 { width: 20%; }

.navbar-nav { position: relative; }
.navbar-nav > li > a { padding: 10px 0; display: block; font-size: 32px; text-align: center; }
.dropdown-menu { margin-left: 0; }
.dropdown-header { font-size: 23px; }



.btn-black { font-size: 18px; }

.da-thumbs { margin-bottom: 0; }
.da-thumbs li { float: none; }
.da-thumbs li a div span { margin-top: 22px; }

.video-cont #player__wrapper { width: 100% !important; }
.video-cont .jwplayer { width: 100% !important; }




footer .container .row { padding: 0 15px; }
.foot-right div { padding: 0px !important; }
footer .col-12.h100 { height: 20px; }


} /* EO device width */






@media only screen and (max-width: 991px) {
	.video_body {
		height: auto !important;
		overflow: visible;
	}

	.video_readmore_container {
		display: none;
		height: 0px;
		overflow: hidden;
	}
}