/* General rules */

*, html, body, div, section, header, footer, article, nav, span, p,
a, input, select, textarea, table, img, ul, li,
h1, h2, h3, h4, h5, h6 {
	box-sizing: border-box;
	outline: 0;
}

html, body, div, section, header, footer, article, nav, span, p,
a, table, table th, table td, img, ul, li, h1, h2, h3, h4, h5, h6, svg {
	border: 0;
}

html, body, div, section, header, footer, article, nav, p, input, select, textarea,
table, table thead, table tbody, table tfoot, table tr, table th, table td,
img, ul, ol, li, h1, h2, h3, h4, h5, h6, svg {
	margin: 0;
	padding: 0;
}

section, header, footer, article, nav, p {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}



/* Standard tags */

html {
	width: 100%;
}

body {
	width: 100%;
	color: #eeeeee;
	background: #404145;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 24px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

noscript {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 10px;
	color: #282828;
	background: #eeeeee;
	text-align: center;
	font-size: 20px;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 1000000;
}

a {
	color: #55a5ff;
	text-decoration: none;
	cursor: pointer;
}
	a:link {
		color: #55a5ff;
	}
	a:visited {
		color: #55a5ff;
	}
	a:hover {
		color: #76b6ff;
	}
	a:active {
		color: #55a5ff;
	}

.std_link {
	color: #55a5ff;
	text-decoration: none;
	cursor: pointer;
}
	.std_link:link {
		color: #55a5ff;
	}
	.std_link:visited {
		color: #55a5ff;
	}
	.std_link:hover {
		color: #76b6ff;
	}
	.std_link:active {
		color: #55a5ff;
	}

h1 {
	font-size: 26px;
	padding: 15px 0;
	line-height: 35px;
}

h2 {
	font-size: 20px;
	padding: 12px 0;
	line-height: 27px;
}

h3 {
	font-size: 18px;
	padding: 11px 0;
	line-height: 24px;
}

h4 {
	font-size: 18px;
	padding: 11px 0;
	line-height: 24px;
}

h5 {
	font-size: 17px;
	padding: 10px 0;
	line-height: 22px;
}

h6 {
	font-size: 16px;
	padding: 10px 0;
	line-height: 21px;
}



/* General */

#wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	width: 100%;
	height: 0;
	float: none;
	clear: both;
}

.hide {
	display: none;
}

.full_width {
	width: 100%;
}

.content_width {
	width: 100%;
	max-width: 1200px;
	min-width: 300px;
	padding: 0 15px;
}

.content_width_7_5_padding {
	width: 100%;
	max-width: 1200px;
	min-width: 300px;
	padding: 0 7.5px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.align_justify {
	text-align: justify;
}

.center_box {
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.pos_rel {
	position: relative;
}

.pos_abs {
	position: absolute;
}

.full_size_abs {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.padding_top_0 {
	padding-top: 0;
}

.padding_top_15 {
	padding-top: 15px;
}

.padding_top_25 {
	padding-top: 25px;
}

.padding_bottom_0 {
	padding-bottom: 0;
}

.padding_bottom_15 {
	padding-bottom: 15px;
}

.padding_bottom_25 {
	padding-bottom: 25px;
}

.padding_bottom_45 {
	padding-bottom: 45px;
}

.link_margin {
	margin: 0 15px;
}

.h1_view {
	font-size: 26px;
	padding: 15px 0;
	line-height: 35px;
}

.h2_view {
	font-size: 20px;
	padding: 12px 0;
	line-height: 27px;
}

.h3_view {
	font-size: 18px;
	padding: 11px 0;
	line-height: 24px;
}

.h4_view {
	font-size: 18px;
	padding: 11px 0;
	line-height: 24px;
}

.h5_view {
	font-size: 17px;
	padding: 10px 0;
	line-height: 22px;
}

.h6_view {
	font-size: 16px;
	padding: 10px 0;
	line-height: 21px;
}

.border_bottom {
	border-bottom: 1px #6a6a6a solid;
}

.border_top {
	border-top: 1px #6a6a6a solid;
}



/* Header */

.main_title {
	position: relative;
	z-index: 2;
	padding: 20px 0 0 0;
	font-style: italic;
}
	.main_title > a {
		position: relative;
		z-index: 2;
		display: inline-block;
		color: #eeeeee;
	}
		.main_title > a:link {
			color: #eeeeee;
		}
		.main_title > a:visited {
			color: #eeeeee;
		}
		.main_title > a:hover {
			color: #eeeeee;
		}
		.main_title > a:active {
			color: #eeeeee;
		}

.header_logo_wrapper {
	position: relative;
	margin-top: -15px;
}

.header_logo {
	position: relative;
	top: 20px;
	left: -3px;
	display: block;
	width: 54px;
	height: 40px;
	margin: 0 auto;
	padding: 0 4px 0 10px;
	background: #404145;
}

.header_text {
	max-width: 400px;
	margin: 50px auto 15px auto;
	text-align: justify;
}



/* Landing */

.my_collections {
	display: inline-block;
	margin: 3px 0;
	padding-left: 10px;
	line-height: 21px;
	border-left: 5px #55a5ff solid;
}

.collection_box_wrapper {
	width: 33.33%;
	float: left;
	padding: 0 7.5px 15px 7.5px;
	text-align: center;
}
	@media only screen and (max-width: 900px) {
		.collection_box_wrapper {
			width: 50%;
		}
	}
	@media only screen and (max-width: 500px) {
		.collection_box_wrapper {
			width: 100%;
		}
	}

.collection_box_link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
	.collection_box_link:link {
		color: #ffffff;
	}
	.collection_box_link:visited {
		color: #ffffff;
	}
	.collection_box_link:hover {
		color: #55a5ff;
	}
	.collection_box_link:active {
		color: #ffffff;
	}

.collection_box {
	position: relative;
	padding: 15px;
	background: #2a2b2e;
	border: 1px #2a2b2e solid;
	border-radius: 25px;
}
	.collection_box_link:hover > .collection_box {
		border: 1px #55a5ff solid;
	}

.collection_box_title {
	padding: 5px 0 10px 0;
	letter-spacing: 1px;
}

.collection_box_image_wrapper {
	position: relative;
	z-index: 1;
	height: 150px;
}

.collection_box_image_landscape {
	position: absolute;
	display: block;
	width: 100%;
	border-radius: 10px;
}

.collection_box_image_portrait {
	position: absolute;
	display: block;
	height: 100%;
	border-radius: 10px;
	margin: 0 auto;
}



/* Collection page */

.collection_page_title {
	padding: 30px 0 40px 0;
	letter-spacing: 1px;
}

.collection_page_image_header {
	margin: 0 auto 3px auto;
	padding: 5px 10px;
	background: #37393b;
	border-radius: 10px;
	text-align: left;
}

.collection_page_image_title {
	padding: 0;
	line-height: 22px;
	float: left;
	clear: both;
}

.collection_page_image_meta {
	float: right;
	font-family: monospace;
	font-size: 12px;
	color: #aaaaaa;
}

.collection_page_image_box {
	margin: 0 0 60px 0;
	padding: 10%;
	background-color: #2a2b2e;
	border-radius: 10px;
	display: inline-block;
}

.collection_page_image {
	max-width: 100%;
	max-height: 600px;
	display: block;
	margin: 0 auto;
}