/* Passport Popup*/
._offers {
        display: inline-block;
}

._offer {
        width: 220px;
        text-align: center;
        display: inline-block;
        margin: 10px 10px 0 10px;
}

._offer:first-child {
        border: 4px solid#aa0000;
}

._offer:first-child a._grey {
        color: #fff;
        background-color: #aa0000;
}

._offer:first-child a._grey:hover {
        background-color: #850000;
}

._offer h4 {
        font-weight: normal;
}

a._grey {
        margin: 0;
        color: #333;
        font-size: 1.5rem;
        text-align: center;
        background-color: lightgray;
        text-decoration: none;
        border-radius: 0;
        display: block;
        padding: 0;
}

a._grey:hover {
        color: #fff;
        background-color: #333;
}

a._grey i {
        vertical-align: initial;
        font-size: 1.5rem;
}


/* Base */
._passport {
	margin: 0 !important;
	padding-right: 20px;
}

hr.beauty {
	border: 0;
	width: 100%;
	height: 1px;
	display: inline-block;
	background-image: -webkit-linear-gradient(left,#f0f0f0,#8c8c8c,#f0f0f0);
	background-image: -moz-linear-gradient(left,#f0f0f0,#8c8c8c,#f0f0f0);
	background-image: -ms-linear-gradient(left,#f0f0f0,#8c8c8c,#f0f0f0);
	background-image: -o-linear-gradient(left,#f0f0f0,#8c8c8c,#f0f0f0);
}

/* Member Page */
.m_sections {
	padding-right: 20px;
}

.m_sections h1 {
	color: lightgray !important;
	margin-bottom: 20px !important;
}

.m_section {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
	display: block;
	padding: 20px 0;
}

.m_section p {
	margin: 0 !important;
}

.m_section a {
	margin-top: 20px;
	display: block;
}

.m_section:hover {

}

.m_section:hover > ._15 i {
	color: #aa0000;
}

.m_section h2, .m_section h3 {
	margin: 0 0 10px 0;
	text-transform: initial;
}

.m_section ._15 i {
	color: lightgray;
	cursor: pointer;
}

._event a {
	margin: 0;
	display: initial;
}

._event {
	background-color: #f9f9f9;
}

.event p {
	padding-right: 20px;
}

._event ._15 i {
	color: #aa0000;
	padding: 10px;
}

.m_section ._15 {
	font-size: 5rem !important;
	max-width: 100px;
}

/* Passport Behind the Scenes */
._bts {
	background-color: #f9f9f9;
	margin: 70px 0;
}

._bts p {
	margin-bottom: 0;
	/*padding: 20px 20px 15px 20px;*/
	padding: 0 20px 0 20px;
	margin: 7px 0 17px 0;
}

._bts .video-container {
	padding-bottom: 54.25%;
}

._bts_content {
	color: #fff;
	width: auto;
	position: relative;
	background-color: #aa0000;
	margin: 50px 0 25px 0 !important;
	display: flex;
}

._bts_content div {
	flex: 1 auto;
	position: relative;
}

._bts_title {
        width: auto;
        flex: 4 0px !important;
        padding: 10px;
}

._bts_content br {
	display: none;
}

._bts_content img {
	top: 50%;
	max-width: 120px;
	position: absolute;
	transform: translateY(-50%);
	padding-left: 10px;
}

._bts_title h2, ._bts ._bts_title h3 {
	margin: 0;
	color: #fff;
	vertical-align: middle;
	display: inline-flex;
}

._bts_title h2 {
    padding-left: 15px;
}

._bts_title h3 {
    padding-right: 20px;
}

._bts_title i {
	color: #fff;
	margin: 0 20px;
}

@media(max-width: 900px) {
	.m_section ._15, .m_section ._85 {
		clear: initial;
		padding: 0;
	}
	
	.m_section ._15 {
		width: 15%;
	}
	
	.m_section ._85 {
		width: 85%;
	}

	.m_section i {
		font-size: 3rem;
		vertical-align: top;
		padding-top: 5px;
	}
	
	.m_section h2 {
		font-size: 2rem !important;
	}
	
	.m_section a {
		text-align: right;
	}
	
	._event a {
		text-align: initial;
	}
}

@media(max-width: 500px) {
	.m_section ._15 {
		display: none;
	}
	
	.m_section ._85 {
		width: 100%;
	}
}

