﻿.thankU, .errorAnswer {
	display: none;
}

.newsletter .newsUpdates.error, .field.required.error {
	border: 2px solid red;
}

#Email-error, #Name-error {
	display: none !important;
}

.article-event .article-entry p {
	margin-bottom: 0;
}

.article-event .article-video a {
	margin-bottom: 20px;
}

.article-event .article-audio {
	height: auto;
}

dfn {
	font-style: normal;
}

.section-events .section-body .feed-item {
	margin-bottom: 23px;
	overflow: hidden;
    border: 1px solid lightgray; /*temp*/
    box-shadow: 0 -4px 15px rgba(0,0,0, .1); /*temp*/
    background-color: #fff;
}

	.section-events .section-body .feed-item .soldOutcontainer {
		position: absolute;
		color: #fff;
		width: 230px;
		height: 45px;
		background-color: rgb(242, 94, 97);
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.23);
		display: flex;
		justify-content: center;
		align-items: center;
		left: 170px;
		transform: rotate(45deg);
		top: 25px;
		cursor: default;
		font-size: 18px;
	}

.section-event .section-image .image-wrapper {
	height: 100%;
}

.widget-icons ul span {
	top: 70%;
}

.section-event .section-image-text h2 {
	color: #fff;
}

.list-tags-alt li a.selected {
	background: #dfdfdf;
	color: #8f8f8f;
}

.tab-sidebar.searchtagaside {
	float: left;
}

.section-events .section-sidebar {
	z-index: 10000;
}

#logoHP {
	display: block;
}

.nav > ul > li > a.nocursor, #navBarContainer > ul > li > a.nocursor {
	cursor: default;
}

.withresults .section-head .more {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-right: 16px;
}

	.withresults .section-head .more:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 7px;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #da4048;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -2px;
	}

.section-inner .article-video a .play-btn {
	width: 116px;
	height: 116px;
	background-color: #f24951;
	border-radius: 50%;
	text-align: center;
	line-height: 116px;
	position: absolute;
	left: 50%;
	top: 25%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	padding-left: 12px;
}

.header .btn-header {
	padding: 0 0 0 20px;
	background-color: #f24951;
}

.widget-icons ul span {
	display: inline;
}

.widget-icons ul.list-icons-alt span.number {
	display: block;
}
/*.btn-calendar {
    margin-left: 10px;
}*/

@media only screen and (min-width: 1200px) {
	#logoHP {
		display: none;
	}
}
/*@media (max-width: 1023px){
    .header .btn-nav {
        left: 290px;
    }
}*/

@media (max-width: 1199px) {
	.section-event .section-image-text h2 {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.section-event .section-image-text h2 {
		font-size: 24px;
	}
}

.section-help .section-body .feed-item .feed-item-content .link-more {
	z-index: 222;
	position: relative;
}

.section-package {
	padding: 100px 0 0;
}

.section-help.active .section-body .mCSB_scrollTools {
	right: 20px;
	left: auto;
}

.wrapper-internal .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	left: auto;
}

@media (max-width: 1024px) {
	.section-package .section-sidebar {
		display: block;
		width: auto;
	}

	.header .header-counter-menu ul {
		padding-right: 0;
	}

		.header .header-counter-menu ul li {
			margin: 0 10px;
		}
}

.isotope .isotope-item {
	-webkit-transition-property: right, top, -webkit-transform, opacity;
	-moz-transition-property: right, top, -moz-transform, opacity;
	-ms-transition-property: right, top, -ms-transform, opacity;
	-o-transition-property: right, top, -o-transform, opacity;
	transition-property: right, top, transform, opacity;
}

.section-help .section-bg img {
	width: auto;
}

.section-help .section-bg .pic {
	position: absolute;
	right: 0;
	top: 0;
}

.section-help .section-bg .pic1 {
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 1023px) {
	.header .header-counter-menu ul a {
		font-size: 15px;
	}

	.header .header-close.cloned {
		top: 9px;
	}

	.header .header-logo {
		z-index: 1000;
	}
}

.amp-default-skin .vjs-big-play-button {
	top: 50% !important;
	left: 50% !important;
	z-index: 100 !important;
	-moz-transform: translate(-50%,-50%) scale(1.15) !important;
	-ms-transform: translate(-50%,-50%) scale(1.15) !important;
	-o-transform: translate(-50%,-50%) scale(1.15) !important;
	-webkit-transform: translate(-50%,-50%) scale(1.15) !important;
	transform: translate(-50%,-50%) scale(1.15) !important;
}

@media (min-width: 768px) {
	.section-intro-video .section-video {
		width: 100%;
		left: 0;
	}

	.section-video .openingVideo-dimensions {
		width: 100%;
		height: 100%;
	}

	/*.section-video .azuremediaplayer .vjs-player {
        height: 0;
        margin: 0 auto;
        position: relative;
        padding: 0 0 56.25%;
    }

        .section-video .azuremediaplayer .vjs-player video {
            border: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }*/

	.section-video .amp-default-skin .vjs-big-play-button {
		top: 50% !important;
		left: 50% !important;
		z-index: 100 !important;
		-moz-transform: translate(-50%,-50%) scale(1) !important;
		-ms-transform: translate(-50%,-50%) scale(1) !important;
		-o-transform: translate(-50%,-50%) scale(1) !important;
		-webkit-transform: translate(-50%,-50%) scale(1) !important;
		transform: translate(-50%,-50%) scale(1) !important;
	}

	.section-video:hover .amp-default-skin .vjs-big-play-button {
		-moz-transform: translate(-50%,-50%) scale(1.15) !important;
		-ms-transform: translate(-50%,-50%) scale(1.15) !important;
		-o-transform: translate(-50%,-50%) scale(1.15) !important;
		-webkit-transform: translate(-50%,-50%) scale(1.15) !important;
		transform: translate(-50%,-50%) scale(1.15) !important;
	}
}

.header .btn-group .btn img {
	position: relative;
	top: 12px;
	height: 66px;
}

.header .btn-group .btn .colorRed {
	color: #f25e61;
}

.article-event .article-head .buttons {
	visibility: hidden;
}

@media (max-width: 767px) {
	#openingVideo {
		display: none;
	}

	#mobileVideo {
		display: block;
	}
}

@media (min-width: 767px) {
	#openingVideo {
		display: block;
	}

	#mobileVideo {
		display: none;
	}
}
