body {
	color: #444;
}

img {
	max-width: 100%;
}


iframe {
	max-width: 100% !important;
}

.container {
	max-width: 960px;
}

.asterisk {
	color: #E26A6A;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    vertical-align: middle;
}

#header {
	font-size: 18px;
	text-align: center;
	padding: 30px;
	margin-top: 30px;
}

#header .logo{
	margin-bottom: 14px;
    display: block;
}

@media (max-width: 767.98px){
	#header {
	font-size: 16px;
    width: 320px;
    margin: 10px auto 0;
	}
}

.home-items {
	margin: 30px 0px;
}

.home-items .card-icon {
	font-size: 22px;
}

.home-items h3 {
	font-weight: 400;
    font-size: 18px;
}

.home-items .portlet{
	height: 200px;
    text-align: center;
    padding: 30px 15px;
    border: solid 1px #E84E1B;
}

.home-items .portlet:hover{
	color: #FFF;
	background-color: #E84E1B;
    border: solid 1px #E84E1B;
}

.home-items a {
	text-decoration: none !important;
}

.selection-table {
	width: 100%;
    max-width: 500px;
    margin-bottom: 25px;
}

.selection-table caption h4 {
	font-weight: 700;
}

.selection-table td, .selection-table th {
	padding: 10px;
	border-bottom: 1px solid #EBEBEB;
}

.selection-categories .portlet .card-title {
	font-size: 18px;
    font-weight: 700;
    padding: 30px 0px;
}

.selection-categories .portlet .card-desc {

}

.preview-photos {
	list-style: none;
	padding: 0px;
}

.page-title {
	font-weight: 700;
	text-align: center;
}

.sub-title {
	font-size: 16px;
}

#screening-schedule {
	margin: 30px 0px;
	position: relative;
}

#screening-schedule .list-icon-container {
	font-size: 24px;
    padding: 4px 0px;
    text-align: center;
    margin-top: -6px;
}

#screening-schedule .list-icon-container span {
	color: #FFF;
    font-size: 10px;
    display: block;
    padding: 2px;
    background-color: #888;
    text-transform: uppercase;
    margin-top: -5px;
}

#screening-schedule .list-title {
	margin: 0px;
}

#screening-schedule .list-datetime {
	width: 140px;
}

#film-view .tab-content p {
    line-height: 180%;
}

#film-view .original-title {
	font-size: 18px;
}

#film-view .film-details {
	font-size: 14px;
	margin-bottom: 30px;
}

#film-view .credits td {
	padding-bottom: 14px;
}


.schedule-table-wrapper {
	width: auto;
	overflow-x: auto;
	margin-left: 0px;
	overflow-y: visible;
	padding: 0;
	cursor: e-resize;
}

.schedule-table {
	font-size: 12px;
}

.schedule-table tbody tr th {
    font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.schedule-table tbody tr th span {
	font-size: 32px;
	display: block;
}

.schedule-table tbody tr td {
	vertical-align: top;
	min-width: 250px;
    max-width: 250px;
    vertical-align: top;
}

.schedule-table tr td {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	height: 30px;
}

.schedule-table tr td span {
	font-weight: 600;
}

.schedule-table tr td div {
	display: block;
    background: orange;
    padding: 0px 8px;
    color: #FFF;
    width: 70px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

#view_film .modal-content {
    padding: 20px;
}

.award-badge {
	border: solid 1px #E84E1B;
	padding: 12px 5px;
	margin-bottom: 20px;
}

.award-badge>div {
	display: inline-block;
	vertical-align: middle;
}

.award-badge>div:first-child {
	font-size: 26px;
	padding: 0px 15px;
	color: #E84E1B;
}

.award-badge>div h4 {
	margin-top: 0px;
	font-weight: 600;
}

.award-badge>div h5 {
	margin-bottom: 0px;
}


.list_1 {
	padding-left: 18px;
}

.list_1 li {
	margin-bottom: 6px;
    line-height: 22px;
}

.m-0 {
	margin: 0px !important;
}

.mr-5 {
	margin-right: 25px !important;
}

.mb-10 {
	margin-bottom: 10px;
}


.mt-radio-list .row {
	padding: 10px 0;
	border-radius: 5px;
}

.mt-radio {
	cursor: pointer;
}

.row-selected {
	background: #ffa500;
}

.row-selected label {
	font-weight: bold;
}


.check-with-label:checked + .label-for-check {
  font-weight: bold;
}

.input-group-addon.active, .input-group-addon:hover {
	background-color: #ffa500;
	cursor: pointer;
}

.input-group-addon.active>i, .input-group-addon:hover>i {
	color: #000;
}

.counter-text {
	text-align: right;
	font-size: 11px;
	margin-bottom: 0px;
	position: absolute;
    bottom: 0;
    right: 50px;
    z-index: 10;
}

.help-text {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 10px;
    margin-top: 15px;
}

.help_text {
	display: none;
}


.r-field {
	padding: 0;
}