﻿body {
	margin: 0;
	padding-top: 70px;
	padding-bottom: 100px;
	color: #073655;
	font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	min-height: 100%;
	position: relative;
	-ms-overflow-style: scrollbar;
}
a, a:focus, a:active {
	outline: 0;
}
a {
	color: #428bca;
	text-decoration: none;
	background: transparent;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ===============================================================
   Base elements
   ============================================================== */
.header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #f4f4f4;
	border-style: none;
	white-space: nowrap;
	line-height: 21px;
	z-index: 1031;
}
.content {
	min-width: 758px;
	margin: -1px 10px 0 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #fff;
	border-style: none;
}
.footer {
	width: 100%;
	min-width: 758px;
	height: 100px;
	position: fixed;
	bottom: 0;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #da3768;
	border-style: none;
	white-space: nowrap;
	z-index: 1031;
}
.footer-row {
	width: 100%;
	display: table;
	margin: 0;
	padding: 10px;
}
.footer-column {
	width: 25%;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	float: left;
	padding-left: 0;
	color: #fff;
}
.footer-column > p {
	margin: 0;
}
#logo {
		position: absolute;
		left: 10px;
		top: 13px;
}
#DropDownListSort {
	font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #666;
}
/* ===============================================================
   Search
   ============================================================== */
.table-cell {
	display: table-cell;
}
.table-cell-sorting {
	display: table-cell;
	width: 100%;
	min-width: 200px;
	text-align: right;
}
.header-center-part {
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.searching {
	display: inline-block;
	position: relative;
	max-width: 800px;
	min-width: 200px;
	margin-left: 85px;
	width: 100%;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.searchinggroup {
	position: relative;
	display: table;
	table-layout: auto;
	border-collapse: separate;
	padding: 0 15px;
}
#mainSearchField {
	width: 100%;
	z-index: 2;
	padding: 6px 12px;
	margin: 0;
	color: #555555;
	font-family: inherit;
	font-size: 13px;
	text-align: left;
	border-color: #ca3662;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #ca3662;
	border-collapse: separate;
	border-radius: 0;
	outline: 0;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(228, 108, 148, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(228, 108, 148, 0.6);
	-ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(228, 108, 148, 0.6);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(228, 108, 148, 0.6);
}
.aa-main-search-btn {
	padding: 6px 12px;
	cursor: pointer;
	background-color: #da3768;
	border-color: #ca3662;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: 0;
	border-left: 0;
	border-right: 1px solid #ca3662;
	border-top: 1px solid #ca3662;
	border-bottom: 1px solid #ca3662;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* ===================================================================
   Media sets list (Archives/albums lists)
   ================================================================== */
.media-sets-wrap {
	position: relative;
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
}
.media-sets {
	background: #fff;
	font-size: 0;
	letter-spacing: 0;
	list-style: none none;
	margin: -10px -10px 0;
	padding: 0;
	/* only allow removing cover images on archives, not albums */
}
.media-set-elem {
	background: #1E4965;
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	list-style: none none;
	margin: 10px;
	padding: 0;
	position: relative;
}
.media-set-elem-in {
	background-size: 300px 169px;
	display: block;
	position: relative;
	height: 169px;
	width: 300px;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}
.media-set-elem-in .title {
	background-color: #000;
	background-color: rgba(218, 55, 104, 0.7);
	bottom: 0;
	color: #fff;
	cursor: default;
	font-size: 16px;
	left: 0;
	overflow: hidden;
	padding: 5px 10px;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}