/* Passport Signup Page */

/* Base */
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);
}

a.none {
	color: #fff;
	display: block;
	font-size: 1.4rem;
	text-align: center;
	background-color: transparent;
	text-decoration: underline;
	line-height: 1.4rem;
	height: auto;
	padding: 0;
	margin: 0;
}

a._grey {
	margin: 0;
	color: #333;
	padding: 10px 5px;
	font-size: 1.3rem;
	background-color: lightgray;
	text-decoration: none;
	border-radius: 0;
	margin-top: 40px;
	display: block;
}

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

a._grey i {
	vertical-align: bottom;
	padding-right: 5px;
	font-size: 2rem;
}

a.super_red {
	display: block;
	padding: 20px;
	color: #aa0000;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	text-transform: uppercase;
	font-family: 'myriad-pro';
	text-align: center;
	margin: 20px 0;
}

a.super_red:hover {
    color: #fff ;
    background: #850000;
}

h2.post-title {
	padding-bottom: 30px !important;
}

.video-container {
	margin-bottom: 0;
}

/* Main */
._passport h1 {
	font-size: 2rem;
}

._passport_icons {
	margin: 30px 0;
}

._passport_item {
	width: 100%;
	display: flex;
	overflow: hidden;
	margin: 10px 0;
}

._passport_item ._left {
	color: #000;
	min-width: 100px;
	max-width: 100px;
	font-size: 4rem;
	text-align: center;
	vertical-align: middle;
}

._passport_item ._right {
	padding-left: 10px;
	font-size: 1.6rem;
	display: inline-flex;
}

._passport_content {
	padding: 30px;
}

._passport_side {
	color: #fff;
	padding: 30px;
	background-color: #aa0000;
	margin: 30px 0 30px 30px;
}

._passport_side p, ._passport_side h1, ._passport_side h2, ._passport_side h3, ._passport_side h4 {
	color: #fff;
	font-family: 'museo-slab';
}

/* Passport List */
._library_items {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

._library_item {
    height: 70px;
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid lightgray;
	background-color: #f9f9f9;
}

._library_item div p, ._library_item div a {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	padding: 0 20px;
	margin: 0;
}

._library_item div a {
	left: 50%;
	display: block;
	transform: translateX(-50%);
}

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

._library_item ._icon {
	width: 70px;
	flex: initial;
}

._library_item i {
	color: #aa0000 !important;
	font-size: 2.5rem;
	padding: 0 5px;
}

._library_item ._title {
	flex: 5 0px;
}

._library_item ._type {
	/*text-transform: uppercase;*/
	min-width: 80px;
}

._library_item ._title p {
	/*font-weight: 600;*/
}

._library_item ._short {
	width: 50%;
}

._library_item ._more_info {
	width: 80px;
	flex: initial;
}

._library_item div {
	flex: 1 auto;
    vertical-align: middle;
    position: relative;
}

/* Details Page */
._details {
}

._details p {
	font-size: 1.5rem;
	line-height: 1.6em;
}

._details p h2 {
	font-weight: 600;
}

._details ._info {
	font-size: 2rem;
	text-transform: uppercase;
}

._details ._info p {
	padding: 20px;
	color: #aa0000;
	text-align: right;
	font-size: 2rem;
}

._details ._info p i {
	margin-right: 10px;
}

/* Other */
.member {
	float: right;
	padding: 20px;
	font-size: 10rem;
	border: 4px solid lightgray;
	margin: 0 0 20px 20px;
	margin-top: 15px;
	color: lightgray;
}

._offers {
	width: 100%;
	text-align: center;
}

._offer {
	width: 220px;
	text-align: center;
	border: 4px solid lightgray;
	display: inline-block;
	padding: 20px;
	margin: 10px;
}

._offer:focus, ._offer:active, ._offer:hover, .selected {
	border-color: #aa0000;
}

._offer:first-child {
	border-color: #aa0000;
}

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

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

@media(max-width: 1200px) {
	.sumome-share-client-wrapper {
		float: right;
	}

	#left-navigation {
		display: none;
	}
	
	#content {
		width: 100%;
		padding: 15px;
	}
	
	a.super_red {
		font-size: 1.4rem;
	}
	
	._passport_icons ._half {
		width: 50%;
		float: left;
	}
}

@media(max-width: 1000px) {
	.responsive {
		width: 100%;
		float: none;
	}
	
	._passport_side {
		margin: 0;
	}
}

@media(max-width: 767px) {
	._passport_icons ._half {
		width: 100%;
		float: none;
	}
}

@media(max-width: 500px) {
	._library_item {
		flex-flow: column;
	}
	
	._library_item {
		height: auto;
		flex-flow: column;
	}
	
	._library_item div p, ._library_item div a {
		top: initial;
		transform: initial;
		position: initial;
		padding: 10px;
	}
	
	._library_item div a {
		left: initial;
		text-align: right;
		font-size: 1.4rem;
		padding: 20px;
	}
}

