@import url('960.css');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
html {
	height: 100%
}
body {
	font-size: 62.5%;
	line-height: 1
}
a:link {
	font-weight:bold;
	font-size: 12px;
	color:#000;
	text-decoration:none;
}
/*a:link { font-weight:bold; color:#000; text-decoration:underline; }*/
a:visited {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
a:focus {
	font-weight:bold;
	color:red;
	text-decoration:underline;
}
a:hover {
	font-weight:bold;
	color:#3269C0;
	text-decoration:none;
}
a:active {
	font-weight:bold;
	color:lime;
	text-decoration:underline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
strong {
	font-weight: bold
}
input, button {
	outline: none;
	-webkit-font-smoothing: antialiased;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#21457B;
}
body {
	min-width: 960px;
	background: #112840 url(../img/bg_classic.jpg) no-repeat fixed top center;
	/*background: #112840 url(../img/BG_Silvester2021.jpg) no-repeat fixed top center;*/
	/*background: #112840 url(../img/bg_Ostern_2020.jpg) no-repeat fixed top center;*/
	font-family: "Helvetica", Arial, "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
}


@media screen and (min-width: 1100px) {
    body {
        /*background: #112840 url(../img/weihnachtsadventskranz.jpg) no-repeat fixed top center;*/
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
    }
}


/* --- Font --- */
/*
@font-face {
	font-family: 'codelight';
	src: url('../font/codelight.ttf'),
		 url('../font/codelight.eot') format('embedded-opentype');
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'codebold';
	src: url('../font/codebold.ttf'),
		 url('../font/codelbold.eot') format('embedded-opentype');
	font-weight: bold;
    font-style: bold;
}
*/
@font-face {
	font-family: 'ballparkweiner';
	src: url('../font/ballpark-webfont.eot');
	src: url('../font/ballpark-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/ballpark-webfont.woff') format('woff'),  url('../font/ballpark-webfont.ttf') format('truetype'),  url('../font/ballpark-webfont.svg#ballparkweiner') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* --- Animations --- */
@keyframes dd-in {
 0% {
 opacity: 0;
 top: 30px;
}
 100% {
 opacity: 1;
 top: 70px;
}
}
@-webkit-keyframes dd-in {
 0% {
 opacity: 0;
 top: 30px;
}
 100% {
 opacity: 1;
 top: 70px;
}
}
@-moz-keyframes dd-in {
 0% {
 opacity: 0;
 top: 30px;
}
 100% {
 opacity: 1;
 top: 70px;
}
}
@-o-keyframes dd-in {
 0% {
 opacity: 0;
 top: 30px;
}
 100% {
 opacity: 1;
 top: 70px;
}
}
@-ms-keyframes dd-in {
 0% {
 opacity: 0;
 top: 30px;
}
 100% {
 opacity: 1;
 top: 70px;
}
}
@keyframes dd-in-s2 {
 0% {
 display: none;
 opacity: 0;
 top: 15px;
}
 1% {
 display: block;
 opacity: 0;
 top: 15px;
}
 100% {
 display: block;
 opacity: 1;
 top: 55px;
}
}
@-webkit-keyframes dd-in-s2 {
 0% {
 display: none;
 opacity: 0;
 top: 15px;
}
 1% {
 display: block;
 opacity: 0;
 top: 15px;
}
 100% {
 display: block;
 opacity: 1;
 top: 55px;
}
}
@-moz-keyframes dd-in-s2 {
 0% {
 display: none;
 opacity: 0;
 top: 15px;
}
 1% {
 display: block;
 opacity: 0;
 top: 15px;
}
 100% {
 display: block;
 opacity: 1;
 top: 55px;
}
}
@-o-keyframes dd-in-s2 {
 0% {
 display: none;
 opacity: 0;
 top: 15px;
}
 1% {
 display: block;
 opacity: 0;
 top: 15px;
}
 100% {
 display: block;
 opacity: 1;
 top: 55px;
}
}
@-ms-keyframes dd-in-s2 {
 0% {
 display: none;
 opacity: 0;
 top: 15px;
}
 1% {
 display: block;
 opacity: 0;
 top: 15px;
}
 100% {
 display: block;
 opacity: 1;
 top: 55px;
}
}
@keyframes tooltip {
 0% {
 opacity: 0;
 padding-top: 20px;
}
 100% {
 opacity: 1;
 padding-bottom: 8px;
}
}
@-webkit-keyframes tooltip {
 0% {
-webkit-transform: scale(.3)
}
 100% {
-webkit-transform: scale(1)
}
}
@-moz-keyframes tooltip {
 0% {
 opacity: 0;
 padding-top: 30px;
}
 100% {
 opacity: 1;
 padding-top: 70px;
}
}
@-o-keyframes tooltip {
 0% {
 opacity: 0;
 padding-top: 30px;
}
 100% {
 opacity: 1;
 padding-top: 70px;
}
}
@-ms-keyframes tooltip {
 0% {
 opacity: 0;
 padding-top: 30px;
}
 100% {
 opacity: 1;
 padding-top: 70px;
}
}
@keyframes modal-in {
 0% {
transform: scale3d(3, 3, 3)
}
 100% {
transform: scale3d(1, 1, 1)
}
}
@-webkit-keyframes modal-in {
 0% {
-webkit-transform: scale3d(3, 3, 3)
}
 100% {
-webkit-transform: scale3d(1, 1, 1)
}
}
@-moz-keyframes modal-in {
 0% {
-moz-transform: scale3d(3, 3, 3)
}
 100% {
-moz-transform: scale3d(1, 1, 1)
}
}
@-o-keyframes modal-in {
 0% {
-o-transform: scale3d(3, 3, 3)
}
 100% {
-o-transform: scale3d(1, 1, 1)
}
}
@-ms-keyframes modal-in {
 0% {
-ms-transform: scale3d(3, 3, 3)
}
 100% {
-ms-transform: scale3d(1, 1, 1)
}
}
@-webkit-keyframes rotate {
 from {
-webkit-transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes rotate {
 from {
-moz-transform: rotate(0deg)
}
to {
	-moz-transform: rotate(360deg)
}
}
@-o-keyframes rotate {
 from {
-o-transform: rotate(0deg)
}
to {
	-o-transform: rotate(360deg)
}
}
@-ms-keyframes rotate {
 from {
-ms-transform: rotate(0deg)
}
to {
	-ms-transform: rotate(360deg)
}
}
@keyframes rotate {
 from {
transform: rotate(0deg)
}
to {
	transform: rotate(360deg)
}
}
@keyframes progress {
 0% {
background-position-x: 1000px
}
 100% {
background-position-x: -1000px
}
}
@-webkit-keyframes progress {
 0% {
background-position-x: 1000px
}
 100% {
background-position-x: -1000px
}
}
@-moz-keyframes progress {
 0% {
background-position-x: 1000px
}
 100% {
background-position-x: -1000px
}
}
@-o-keyframes progress {
 0% {
background-position-x: 1000px
}
 100% {
background-position-x: -1000px
}
}
@-ms-keyframes progress {
 0% {
background-position-x: 1000px
}
 100% {
background-position-x: -1000px
}
}
@-webkit-keyframes widget-preview {
 0% {
 opacity: 0;
 left: -225px;
}
 100% {
 opacity: 1;
 left: -172px;
}
}
@keyframes optionMiddle {
 0% {
 transform: perspective(80px) rotateX(-90deg);
 opacity: 0;
}
 100% {
 transform: perspective(80px) rotateX(0deg);
 opacity: 1;
}
}
@-webkit-keyframes optionMiddle {
 0% {
 -webkit-transform: perspective(80px) rotateX(-90deg);
 opacity: 0;
}
 100% {
 -webkit-transform: perspective(80px) rotateX(0deg);
 opacity: 1;
}
}
@-moz-keyframes optionMiddle {
 0% {
 -moz-transform: perspective(80px) rotateX(-90deg);
 opacity: 0;
}
 100% {
 -moz-transform: perspective(80px) rotateX(0deg);
 opacity: 1;
}
}
@-o-keyframes optionMiddle {
 0% {
 -o-transform: perspective(80px) rotateX(-90deg);
 opacity: 0;
}
 100% {
 -o-transform: perspective(80px) rotateX(0deg);
 opacity: 1;
}
}
@-ms-keyframes optionMiddle {
 0% {
 -ms-transform: perspective(80px) rotateX(-90deg);
 opacity: 0;
}
 100% {
 -ms-transform: perspective(80px) rotateX(0deg);
 opacity: 1;
}
}
@keyframes optionLeft {
 0% {
 transform: perspective(80px) rotateY(-90deg);
 transform-origin: 100% 0;
 opacity: 0;
}
 100% {
 transform: perspective(80px) rotateY(0deg);
 transform-origin: 100% 0;
 opacity: 1;
}
}
@-webkit-keyframes optionLeft {
 0% {
 -webkit-transform: perspective(80px) rotateY(-90deg);
 -webkit-transform-origin: 100% 0;
 opacity: 0;
}
 100% {
 -webkit-transform: perspective(80px) rotateY(0deg);
 -webkit-transform-origin: 100% 0;
 opacity: 1;
}
}
@-moz-keyframes optionLeft {
 0% {
 -moz-transform: perspective(80px) rotateY(-90deg);
 -moz-transform-origin: 100% 0;
 opacity: 0;
}
 100% {
 -moz-transform: perspective(80px) rotateY(0deg);
 -moz-transform-origin: 100% 0;
 opacity: 1;
}
}
@-o-keyframes optionLeft {
 0% {
 -o-transform: perspective(80px) rotateY(-90deg);
 -o-transform-origin: 100% 0;
 opacity: 0;
}
 100% {
 -o-transform: perspective(80px) rotateY(0deg);
 -o-transform-origin: 100% 0;
 opacity: 1;
}
}
@-ms-keyframes optionLeft {
 0% {
 -ms-transform: perspective(80px) rotateY(-90deg);
 -ms-transform-origin: 100% 0;
 opacity: 0;
}
 100% {
 -ms-transform: perspective(80px) rotateY(0deg);
 -ms-transform-origin: 100% 0;
 opacity: 1;
}
}
@keyframes optionRight {
 0% {
 transform: perspective(80px) rotateY(90deg);
 transform-origin: 0 0;
 opacity: 0;
}
 100% {
 transform: perspective(80px) rotateY(0deg);
 transform-origin: 0 0;
 opacity: 1;
}
}
@-webkit-keyframes optionRight {
 0% {
 -webkit-transform: perspective(80px) rotateY(90deg);
 -webkit-transform-origin: 0 0;
 opacity: 0;
}
 100% {
 -webkit-transform: perspective(80px) rotateY(0deg);
 -webkit-transform-origin: 0 0;
 opacity: 1;
}
}
@-moz-keyframes optionRight {
 0% {
 -moz-transform: perspective(80px) rotateY(90deg);
 -moz-transform-origin: 0 0;
 opacity: 0;
}
 100% {
 -moz-transform: perspective(80px) rotateY(0deg);
 -moz-transform-origin: 0 0;
 opacity: 1;
}
}
@-o-keyframes optionRight {
 0% {
 -o-transform: perspective(80px) rotateY(90deg);
 -o-transform-origin: 0 0;
 opacity: 0;
}
 100% {
 -o-transform: perspective(80px) rotateY(0deg);
 -o-transform-origin: 0 0;
 opacity: 1;
}
}
@-ms-keyframes optionRight {
 0% {
 -ms-transform: perspective(80px) rotateY(90deg);
 -ms-transform-origin: 0 0;
 opacity: 0;
}
 100% {
 -ms-transform: perspective(80px) rotateY(0deg);
 -ms-transform-origin: 0 0;
 opacity: 1;
}
}
@keyframes optionClose {
 0% {
transform: perspective(80px) scale(1)
}
 100% {
transform: perspective(80px) scale(0)
}
}
@-webkit-keyframes optionClose {
 0% {
-webkit-transform: perspective(80px) scale(1)
}
 100% {
-webkit-transform: perspective(80px) scale(0)
}
}
@-moz-keyframes optionClose {
 0% {
-moz-transform: perspective(80px) scale(1)
}
 100% {
-moz-transform: perspective(80px) scale(0)
}
}
@-o-keyframes optionClose {
 0% {
-o-transform: perspective(80px) scale(1)
}
 100% {
-o-transform: perspective(80px) scale(0)
}
}
@-ms-keyframes optionClose {
 0% {
-ms-transform: perspective(80px) scale(1)
}
 100% {
-ms-transform: perspective(80px) scale(0)
}
}
/* --- Helpers --- */
.clear {
	clear: both
}
.left {
	float: left
}
.right {
	float: right
}
/* --- Button Styles --- */
.btn-s1 {
	position: relative;
	height: 40px;
	padding: 0 30px;
	background-color:#21457B;
	letter-spacing: 2px;
	/*
    background: #506b88;
    background: linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
    background: -o-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
    background: -moz-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
    background: -webkit-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
    background: -ms-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
    -webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 1px 3px rgba(12, 28, 45, 0.75);
    -moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 1px 3px rgba(12, 28, 45, 0.75);
    box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 1px 3px rgba(12, 28, 45, 0.75);
	*/
    border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #ecf1f4;
	text-shadow: 0 -1px #283443;
}
.btn-s1:active {
	background: linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -o-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -moz-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -webkit-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -ms-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	-webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 1px 3px rgba(12, 28, 45, 0.75);
	-moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 1px 3px rgba(12, 28, 45, 0.75);
	box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 1px 3px rgba(12, 28, 45, 0.75);
}
.btn-s1:hover {
	background-color:#3269c0;
	-webkit-box-shadow: 0 -1px 5px #68a3ff inset;
	-moz-box-shadow: 0 -1px 5px #68a3ff inset;
	;
	box-shadow: 0 -1px 5px #68a3ff inset;/*
    background: linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
    background: -o-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
    background: -moz-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
    background: -webkit-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
    background: -ms-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
    -webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 1px 3px rgba(12, 28, 45, 0.75);
    -moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 1px 3px rgba(12, 28, 45, 0.75);
    box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 1px 3px rgba(12, 28, 45, 0.75);
	*/
}
.btn-s2 {
	position: relative;
	display: block;
	height: 34px;
	padding: 0 15px;
	background: #e6e8ea;
	background: linear-gradient(bottom, #E4E6E9 0%, #EEF0F1 100%);
	background: -o-linear-gradient(bottom, #E4E6E9 0%, #EEF0F1 100%);
	background: -moz-linear-gradient(bottom, #E4E6E9 0%, #EEF0F1 100%);
	background: -webkit-linear-gradient(bottom, #E4E6E9 0%, #EEF0F1 100%);
	background: -ms-linear-gradient(bottom, #E4E6E9 0%, #EEF0F1 100%);
	-webkit-box-shadow: 0 0 0 1px #a5acb5, 0 1px white inset;
	-moz-box-shadow: 0 0 0 1px #a5acb5, 0 1px white inset;
	box-shadow: 0 0 0 1px #a5acb5, 0 1px white inset;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	color: #646972;
	text-shadow: 0 1px white;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.btn-s2:active {
	background: linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -o-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -moz-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -webkit-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -ms-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	-webkit-box-shadow: 0 0 0 1px #7d8591, 0 1px 4px #7d8591 inset;
	-moz-box-shadow: 0 0 0 1px #7d8591, 0 1px 4px #7d8591 inset;
	box-shadow: 0 0 0 1px #7d8591, 0 1px 4px #7d8591 inset;
	color: #4c515f;
}
.btn-s2:hover {
	-webkit-box-shadow: 0 0 0 1px #7d8591, 0 1px white inset;
	-moz-box-shadow: 0 0 0 1px #7d8591, 0 1px white inset;
	box-shadow: 0 0 0 1px #7d8591, 0 1px white inset;
	color: #4c515f;
}
/* --- Social Icons --- */
.social-icon {
	display: block;
	background: url(../img/icons/social-icon_sprite.png) no-repeat;
	width: 40px;
	height: 40px;
}
.facebook {
	background-position: 0 0
}
.twitter {
	background-position: -40px 0
}
.googleplus {
	background-position: -80px 0
}
.reddit {
	background-position: -120px 0
}
.rss {
	background-position: -160px 0
}
.youtube {
	background-position: -200px 0
}
.digg {
	background-position: -240px 0
}
.stumbleupon {
	background-position: -280px 0
}
.emailit {
	background-position: -320px 0
}
input[type=checkbox] {
	visibility: hidden
}
.checkbox {
	position: relative;
	background: url(../img/icons/checkbox_sprite.png) no-repeat top left;
	width: 65px;
	height: 28px;
}
/* --- Checkbox Style --- */
.checkbox input[type=checkbox]:checked + label::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.checkbox label {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 28px;
	cursor: pointer;
}
.checkbox label::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: url(../img/icons/checkbox_sprite.png) no-repeat left bottom;
	width: 65px;
	height: 28px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
/* --- Tooltips --- */
.tipsy {
	font-size: 12px;
	position: absolute;
	padding: 6px;
	white-space: nowrap;
	z-index: 100000;
	animation: tooltip .3s 1;
	-webkit-animation: tooltip .3s 1;
	-moz-animation: none;
	-o-animation: tooltip .3s 1;
	-ms-animation: tooltip2 .3s 1;
}
.tipsy-inner {
	background-color: #000000;
	background-color: rgba(0,0,0,.75);
	color: #FFF;
	text-shadow: 0 1px 1px black;
	max-width: 200px;
	padding: 8px 12px;
	text-align: center;
}
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 6px dashed #000;
}
.tipsy-arrow-n {
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,.75);
}
.tipsy-arrow-s {
	border-top-color: #000;
	border-top-color: rgba(0,0,0,.75);
}
.tipsy-arrow-e {
	border-left-color: #000;
	border-left-color: rgba(0,0,0,.75);
}
.tipsy-arrow-w {
	border-right-color: #000;
	border-right-color: rgba(0,0,0,.75);
}
.tipsy-n .tipsy-arrow {
	top: 0px;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
/* --- Fancybox (Image Expand) --- */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative
}
.fancybox-opened {
	z-index: 8030
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative
}
.fancybox-inner {
	overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	/*
	background: black;
    background: rgba(0, 0, 0, .75);
	*/
	letter-spacing: 0.1em;
	color: red;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 10px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	opacity: .5;
	z-index: 8040;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/icons/fancybox_sprite.png')
}
.fancybox-next {
	right: 0
}
.fancybox-close:hover {
	opacity: 1
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/icons/fancybox_loading.gif') center center no-repeat;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: hidden
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(232, 238, 242, .90);
	-webkit-box-shadow: 0 0 500px 50px rgba(23, 42, 60, 0.5) inset;
	-moz-box-shadow: 0 0 500px 50px rgba(23, 42, 60, 0.5) inset;
	box-shadow: 0 0 500px 50px rgba(23, 42, 60, 0.5) inset;
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	text-shadow: 0 1px 3px black;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: white;
	color: rgba(255, 255, 255, .95);
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* --- Header Navigation --- */
header .nav {
	position: relative;
	width: 980px;
	height: 50px;
	margin: 15px auto 100px auto;
	background: #ecf1f4;
	background: linear-gradient(bottom, #ECF1F4 0%, #F8FAFB 100%);
	background: -o-linear-gradient(bottom, #ECF1F4 0%, #F8FAFB 100%);
	background: -moz-linear-gradient(bottom, #ECF1F4 0%, #F8FAFB 100%);
	background: -webkit-linear-gradient(bottom, #ECF1F4 0%, #F8FAFB 100%);
	background: -ms-linear-gradient(bottom, #ECF1F4 0%, #F8FAFB 100%);
	-webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3);
	box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 8;
}
header .nav .logo:hover h1 {
	opacity: .75
}
header .nav .logo h1 span {
	color: #27465d
}
header .nav ul.main-nav {
	height: 60px;
	font-size: 0;
}
header .nav ul.main-nav > li {
	position: relative;
	display: inline-block;
	border-right: solid 1px rgba(74, 90, 112, 0.1);
	cursor: pointer;
	z-index: 9;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
header .nav ul.main-nav > li:hover {
	-webkit-box-shadow: 0 -15px 15px rgba(255,255,255,.55) inset;
	-moz-box-shadow: 0 -15px 15px rgba(255,255,255,.55) inset;
	box-shadow: 0 -15px 15px rgba(255,255,255,.55) inset;
}
header .nav ul.main-nav > li > a {
	position: relative;
	display: block;
	height: 55px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 58px;
	font-weight: bold;
	color: #4c515f;
	text-shadow: 0 1px white;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
header .nav .dd-wrapper {
	position: absolute;
	top: 70px;
	right: 0;
	cursor: default;
	z-index: 10;
}
header .nav .dd-wrapper .dd-container {
	position: relative;
	width: 180px;
	background: #eff2f7;
	-webkit-box-shadow: 0 0 0 1px #16202e, 0 0 0 1px white inset, 0 1px 8px #001827;
	-moz-box-shadow: 0 0 0 1px #16202e, 0 0 0 1px white inset, 0 1px 8px #001827;
	box-shadow: 0 0 0 1px #16202e, 0 0 0 1px white inset, 0 1px 8px #001827;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}
header .nav::after {
	position: absolute;
	content: '';
	top: 50px;
	left: 0;
	width: 980px;
	height: 5px;
	background-color: #ECF1F4;
	/*
	background: url(../img/nav_bottom.png) no-repeat bottom;
	*/
	border-radius: 0px 0px 3px 3px;
}
header .nav a.logo {
	position: relative;
	text-decoration: none;
	height: 55px;
	border-right: solid 1px rgba(74, 90, 112, 0.1);
	z-index: 9;
}
header .nav a.logo h1 {
	padding: 0 15px;
	font-size: 34px;
	line-height: 55px;
	font-family: 'ballparkweiner', "Helvetica", Arial, "Lucida Grande", sans-serif;
	color: #4e6583;
	text-shadow: 0 1px white;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
header .nav .dd-wrapper .dd-container::after {
	position: absolute;
	display: block;
	content: '';
	top: -18px;
	right: 50px;
	width: 38px;
	height: 19px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAATCAYAAAD8in+wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGODdGMTE3NDA3MjA2ODExODA4MzgzNEVGMjNDQzE2RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRjIzMjBFNTdGQ0YxMUUyOEZBQkVCNDZBNUI0RTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRjIzMjBFNDdGQ0YxMUUyOEZBQkVCNDZBNUI0RTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUU3NzZBQjYyMDIwNjgxMTgwODNDQzZCNUVBQzU5RjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjg3RjExNzQwNzIwNjgxMTgwODM4MzRFRjIzQ0MxNkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7RMxj6AAAB3UlEQVR42rzWS0vDQBAA4E1207dUwUcRtd4E3xehIB78C6IieNCDh/bUon39BEEP9mQP/qEWetQi+AP0KEqtTZt1JqaShKRN0tSBIZMwhy+zeSwjiRXiIQSbWh/cpnYUzCNIsEgzSp+ugcwlqp+ilmodD0hzAVG8wKaOojy8d+Q3KBUNouhqxzjmAUX1GZNYAlDlQjZ9jo03leo8XLv+lLuvcNozpePJURKbdovCmwlABqOMLoQZLRezmbNCLkN2UzvYv12rN+LQ/CgrvG1aZsdLOQxmhwpFGF2MUFoq5jKniPpodUhH7pH9vRQ2b9XrjUkoEPdlQvFRYVaoIGQYprQEqHwplznpo3o9hXDOiQxHDbdR+8U1uwpvucXZwexRFFBMRR3rUX9rZcStq5Mj5KnLVRx3irOCOUEdWaFscGtecGbYMNQVoA4HoWxwq25xephvKD9wfZjvqFFxCBsbahQcwsRxorziECbBUep/OBEVojQZ9RE1CAeKpoYzbAoQFtOmhKiIhrr0GzUE9wy4trYxUP/BCJvBKSEqSMVkjLEcoA7GgbLCiYKAuClO+AvgvrXHSRJmlzcNb0M+mybjRBnePCqSiUiA3Faq5Obu3viV58g3xX+gzDhz/AgwAF9Ee+h4e7PyAAAAAElFTkSuQmCC);
}
header .nav .dd-wrapper .dd-container ul.dd {
	padding: 5px
}
header .nav .dd-wrapper .dd-container ul.dd li {
	padding: 6px 5px
}
header .nav .dd-wrapper .dd-container ul.dd li:hover {
	background: #3269c0;
	-webkit-box-shadow: 0 0 0 1px #354254 inset;
	-moz-box-shadow: 0 0 0 1px #354254 inset;
	box-shadow: 0 0 0 1px #354254 inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
header .nav .dd-wrapper .dd-container ul.dd li:hover a {
	color: #ecf1f4;
	text-shadow: 0 1px #354254;
}
header .nav .dd-wrapper .dd-container ul.dd li a {
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #6b6f7a;
	text-shadow: 0 1px white;
	text-decoration: none;
}
header #profile .arrowMenuUser {
	width: 0;
	display: none;
}
header .nav .user-profile .dd-wrapper .dd-container ul.dd li:hover a span.icon {
	background-position-y: -17px
}
header .nav ul.main-nav > li > .dd-wrapper {
	visibility: hidden;
	opacity: 0;
	top: 15px;
	left: 50%;
	margin-left: -90px;
	padding: 25px 0 0 0;
	transition: opacity 0.6s ease, top 0.6s ease;
	-webkit-transition: opacity 0.6s ease, top 0.6s ease;
	-moz-transition: opacity 0.6s ease, top 0.6s ease;
	-o-transition: opacity 0.6s ease, top 0.6s ease;
	-ms-transition: opacity 0.6s ease, top 0.6s ease;
}
header .nav ul.main-nav li:hover a {
	color: #303b5a
}
header .nav ul.main-nav li:hover .dd-wrapper {
	visibility: visible;
	opacity: 1;
	top: 55px;
}
header .nav ul.main-nav > li > .dd-wrapper .dd-container::after {
	left: 50% !important;
	margin-left: -19px !important;
}
header .nav ul.main-nav > li > .dd-wrapper .dd-container ul.dd li {
	padding: 8px 5px
}
header .nav ul.main-nav > li > .dd-wrapper .dd-container ul.dd li a {
	font-size: 14px
}
header > .nav > ul.main-nav > li.active > a::before {
	position: absolute;
	content: '';
	top: -2px;
	left: -1px;
	width: 102%;
	height: 2px;
	background: #f0c80c;
	opacity: 1;
}
header > .nav > ul.main-nav > li.active > a::after {
	position: absolute;
	content: '';
	top: -2px;
	left: 0;
	background: url(../img/nav_active.png) no-repeat top center;
	width: 100%;
	height: 100%;
	opacity: 1;
}
header > .nav > ul.main-nav > li.active > a {
	color: #f1c80b
}
header .nav ul.main-nav span.is-dd {
	position: relative;
	display: inline-block;
	background: url(../img/icons/dd-arrow.png) no-repeat;
	width: 5px;
	height: 5px;
	top: -2px;
	margin: 0 0 0 4px;
}
/* --- Header Navigation > User Profile --- */
header .nav .user-profile {
	position: relative;
	margin: 10px 10px 0 6px;
	height: 36px;
	background: #eaeff7;
	background: linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -o-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -moz-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -webkit-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -ms-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	-webkit-box-shadow: 0 0 0 1px #829bad inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.4);
	-moz-box-shadow: 0 0 0 1px #829bad inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.4);
	box-shadow: 0 0 0 1px #829bad inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	transition: box-shadow 0.3s ease-in-out;
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	-ms-transition: box-shadow 0.3s ease-in-out;
	width: 140px;
}
header .nav .user-profile:hover {
	-webkit-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	-moz-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
}
header .nav .user-profile.active {
	background: linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -o-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -moz-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -webkit-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -ms-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	-webkit-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 1) inset, 0 0 0 2px rgba(255,255,255, 0) inset, 0 2px rgba(255,255,255,0) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	-moz-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 1) inset, 0 0 0 2px rgba(255,255,255, 0) inset, 0 2px rgba(255,255,255,0) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 1) inset, 0 0 0 2px rgba(255,255,255, 0) inset, 0 2px rgba(255,255,255,0) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
}
header .nav .user-profile img.avatar {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	margin: 4px 0 4px 4px;
	-webkit-box-shadow: 0 1px white;
	-moz-box-shadow: 0 1px white;
	box-shadow: 0 1px white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
header .nav .user-profile span {
	padding: 0 10px 0 42px;
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	color: #4c515f;
	text-shadow: 0 1px white;
}
/* --- Header Navigation > User Profile > Dropdown --- */
header .nav .user-profile .dd-wrapper {
	display: none
}
header .nav .user-profile .dd-wrapper .dd-container ul.dd li a span.icon {
	display: inline-block;
	background: url(../img/icons/profile_sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: 0 10px 0 0;
	padding: 0;
}
header .nav .user-profile .dd-wrapper .dd-container ul.dd li a span.profile {
	background-position: 0 0
}
header .nav .user-profile .dd-wrapper .dd-container ul.dd li a span.settings {
	background-position: -17px 0
}
header .nav .user-profile .dd-wrapper .dd-container ul.dd li a span.upgrade {
	background-position: -34px 0
}
header .nav .user-profile .dd-wrapper .dd-container ul.dd li a span.signout {
	background-position: -51px 0
}
/* --- Header Navigation > Search --- */
header .nav .search {
	position: relative;
	margin: 10px 0;
	margin-right:10px;
	width: 36px;
	height: 36px;
	background: #eaeff7;
	background: linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -o-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -moz-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -webkit-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -ms-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	-webkit-box-shadow: 0 0 0 1px #829bad inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.4);
	-moz-box-shadow: 0 0 0 1px #829bad inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.4);
	box-shadow: 0 0 0 1px #829bad inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	transition: box-shadow 0.3s ease-in-out;
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	-ms-transition: box-shadow 0.3s ease-in-out;
}
header .nav .search .icon {
	position: relative;
	display: block;
	margin: 9px;
	background: url(../img/icons/search.png) no-repeat;
	width: 18px;
	height: 18px;
}
header .nav .search .dd-wrapper {
	display: none;
	top: 70px;
	right: -30px;
}
header .nav .search .dd-wrapper .dd-container {
	width: auto;
	padding: 8px;
}
header .nav .search .dd-wrapper .dd-container::after {
	right: 30px
}
header .nav .search .dd-wrapper .dd-container form .input-wrapper {
	position: relative
}
header .nav .search .dd-wrapper .dd-container form .input-wrapper input[type="text"] {
	width: 260px;
	height: 36px;
	padding: 0 10px;
	background: white;
	border: none;
	outline: none;
	-webkit-box-shadow: 0 0 0 1px #586a8b inset, 0 1px 4px rgba(74, 90, 112, 0.35) inset, 0 1px white;
	-moz-box-shadow: 0 0 0 1px #586a8b inset, 0 1px 4px rgba(74, 90, 112, 0.35) inset, 0 1px white;
	box-shadow: 0 0 0 1px #586a8b inset, 0 1px 4px rgba(74, 90, 112, 0.35) inset, 0 1px white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	color: #303b5a;
	-webkit-font-smoothing: antialiased;
}
header .nav .search .dd-wrapper .dd-container form .input-wrapper input[type="text"]::-webkit-input-placeholder {
 font-size: 14px;
 color: #919eae;
}
header .nav .search .dd-wrapper .dd-container form .input-wrapper input[type="text"]::-moz-placeholder {
 font-size: 14px;
 color: #919eae;
}
header .nav .search .dd-wrapper .dd-container form .input-wrapper input:-moz-placeholder {
 font-size: 14px;
 color: #919eae;
}
header .nav .search .dd-wrapper .dd-container form .input-wrapper button {
	position: absolute;
	top: 9px;
	right: 10px;
	background: url(../img/icons/icon-search.png) no-repeat;
	width: 18px;
	height: 18px;
	border: none;
	opacity: .5;
	cursor: pointer;
	padding: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
header .nav .search .dd-wrapper .dd-container form .input-wrapper button#search:hover {
	opacity: 1
}
header .nav .search:hover {
	-webkit-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	-moz-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
}
header .nav .search.active {
	background: linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -o-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -moz-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -webkit-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -ms-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	-webkit-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 1) inset, 0 0 0 2px rgba(255,255,255, 0) inset, 0 2px rgba(255,255,255,0) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	-moz-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 1) inset, 0 0 0 2px rgba(255,255,255, 0) inset, 0 2px rgba(255,255,255,0) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 1) inset, 0 0 0 2px rgba(255,255,255, 0) inset, 0 2px rgba(255,255,255,0) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
}
/* --- You're not a member? --- */
header .nav a.guest-action {
	position: relative;
	margin: 10px 0 0 6px;
	padding: 0 10px;
	height: 36px;
	background: #eaeff7;
	background: linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -o-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -moz-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -webkit-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	background: -ms-linear-gradient(bottom, #E2E9F3 0%, #F2F6FC 100%);
	-webkit-box-shadow: 0 0 0 1px #829bad inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.4);
	-moz-box-shadow: 0 0 0 1px #829bad inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.4);
	box-shadow: 0 0 0 1px #829bad inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	color: #4c515f;
	text-shadow: 0 1px white;
	text-decoration: none;
	transition: box-shadow 0.3s ease-in-out;
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	-ms-transition: box-shadow 0.3s ease-in-out;
}
header .nav a.guest-action:hover {
	-webkit-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	-moz-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 0) inset, 0 0 0 2px rgba(255,255,255, .65) inset, 0 2px rgba(255,255,255,1) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
}
header .nav a.guest-action.active {
	background: linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -o-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -moz-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -webkit-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	background: -ms-linear-gradient(bottom, #F2F6FC 0%, #E2E9F3 100%);
	-webkit-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 1) inset, 0 0 0 2px rgba(255,255,255, 0) inset, 0 2px rgba(255,255,255,0) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	-moz-box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 1) inset, 0 0 0 2px rgba(255,255,255, 0) inset, 0 2px rgba(255,255,255,0) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
	box-shadow: 0 0 0 1px #586a8b inset, 0 -6px 4px rgba(255,255,255,.35) inset, 0 1px 4px rgba(88, 106, 139, 1) inset, 0 0 0 2px rgba(255,255,255, 0) inset, 0 2px rgba(255,255,255,0) inset, 0 1px 2px rgba(130, 155, 173, 0.6);
}
/* --- Dropdown Animation --- */
header .dd-in {
	opacity: 1;
	animation: dd-in .6s 1;
	-webkit-animation: dd-in .6s 1;
	-moz-animation: dd-in .6s 1;
	-o-animation: dd-in .6s 1;
	-ms-animation: dd-in .6s 1;
}
header .dd-in-2 {
	opacity: 1;
	animation: dd-in-2 .6s 1;
	-webkit-animation: dd-in-2 .6s 1;
	-moz-animation: dd-in-2 .6s 1;
	-o-animation: dd-in-2 .6s 1;
	-ms-animation: dd-in-2 .6s 1;
}
/* --- Main Body Content --- */
#main {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: white;
	-webkit-box-shadow: 0 0 6px #00142b;
	-moz-box-shadow: 0 0 6px #00142b;
	box-shadow: 0 0 6px #00142b;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	z-index: 5;
}
#main::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 99%;
	height: 6px;
	background: white;
}
/* --- Main Body Background --- */
.bg-404 {
	background: white url(../img/404_bg.jpg) no-repeat bottom !important
}
.bg-comingsoon {
	background: white url(../img/coming-soon_bg.jpg) no-repeat bottom !important
}
/* --- Sub Category Tabs --- */
#main > ul.cat-tabs {
	position: absolute;
	width: 100%;
	top: -40px;
	font-size: 0;
}
#main > ul.cat-tabs li {
	position: relative;
	display: inline-block;
	margin: 0 4px 0 0;
}
#main > ul.cat-tabs li a {
	position: relative;
	display: block;
	height: 36px;
	top: 4px;
	padding: 0 20px;
	background: #ecf1f4;
	background: rgba(236, 241, 244, 0.85);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, .65) inset, 0 -1px 3px rgba(59, 83, 98, 0.25) inset, 0 0 4px #001f36;
	-moz-box-shadow: 0 1px rgba(255, 255, 255, .65) inset, 0 -1px 3px rgba(59, 83, 98, 0.25) inset, 0 0 4px #001f36;
	box-shadow: 0 1px rgba(255, 255, 255, .65) inset, 0 -1px 3px rgba(59, 83, 98, 0.25) inset, 0 0 4px #001f36;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #21457B;
	/*
    text-shadow: 0 1px white;
	*/
    text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#main > ul.cat-tabs li a:hover {
	background: rgba(236, 241, 244, 1);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, 1) inset, 0 -1px 3px rgba(59, 83, 98, 0.35) inset, 0 0 4px #001f36;
	-moz-box-shadow: 0 1px rgba(255, 255, 255, 1) inset, 0 -1px 3px rgba(59, 83, 98, 0.35) inset, 0 0 4px #001f36;
	box-shadow: 0 1px rgba(255, 255, 255, 1) inset, 0 -1px 3px rgba(59, 83, 98, 0.35) inset, 0 0 4px #001f36;
}
#main > ul.cat-tabs li a.active {
	height: 40px;
	top: 0;
	background: white;
	-webkit-box-shadow: 0 4px white, 0 0 4px #001f36;
	-moz-box-shadow: 0 4px white, 0 0 4px #001f36;
	box-shadow: 0 4px white, 0 0 4px #001f36;
	color: #303b5a;
}
#main > ul.cat-tabs li a.active::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f0c80c;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#main > ul.cat-tabs li span.tab-pref {
	position: absolute;
	top: -17px;
	left: 0;
	background: url(../img/icons/tab-pref.png) no-repeat;
	width: 28px;
	height: 28px;
	opacity: 0;
	cursor: pointer;
	animation: rotate 15s infinite linear;
	-webkit-animation: rotate 15s infinite linear;
	-moz-animation: rotate 15s infinite linear;
	-o-animation: rotate 15s infinite linear;
	-ms-animation: rotate 15s infinite linear;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
#main > ul.cat-tabs:hover li span.tab-pref {
	opacity: .5
}
#main > ul.cat-tabs li span.tab-pref:hover {
	opacity: .9
}
#main #content {
	padding: 15px 5px
}
/* --- Featured Slider --- */
#main #content .slider {
	margin-bottom: 15px
}
#main #content .slider .slide-container {
	position: relative;
	display: block;
	width: 950px;
	height: 280px;
}
#main #content .slider .slide-container .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 280px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#main #content .slider .slide-container .slide .description {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 300px;
	background: rgba(0,0,0,.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content .slider .slide-container .slide .description .content-container {
	padding: 10px
}
#main #content .slider .slide-container .slide .description .content-container h2 {
	display: block;
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 1px black;
}
#main #content .slider .slide-container .slide .description .content-container p {
	padding: 0 0 6px 0;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #e1e1e1;
	text-shadow: 0 1px 1px black;
}
#main #content .slider .progress {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 950px;
	height: 4px;
	background: rgba(0,0,0, .75);
	z-index: 12;
}
#main #content .slider .progress span.fill {
	position: relative;
	display: block;
	max-width: 948px;
	height: 4px;
	background: #f0c80c url(../img/progress-fill_bg.jpg) repeat-x;
	-webkit-animation: progress 15s linear infinite;
	-moz-animation: progress 15s linear infinite;
	-o-animation: progress 15s linear infinite;
}
#main #content .slider .s-nav {
	position: relative;
	width: 950px;
	height: 55px;
	background: #21457b;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#main #content .slider .s-nav ul {
	font-size: 0
}
#main #content .slider .s-nav ul li {
	position: relative;
	display: inline-block;
	width: 25%;
	width: 20%;
	height: 55px;
	font-size: 12px;
	cursor: pointer;
}
#main #content .slider .s-nav ul li span.arrowFlash {
	display: none;
	width: 0;
}
#main #content .slider .s-nav ul li span {
	display: block;
	padding: 11px 18px;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
	color: #ecf1f4;
	text-shadow: 0 1px black;
	text-align: left;
}
#main #content .slider .s-nav ul li:last-child {
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
#main #content .slider .s-nav ul li.active {
	background-color:#3269C0;
	-webkit-box-shadow: 0 -1px 5px #68a3ff inset;
	-moz-box-shadow: 0 -1px 5px #68a3ff inset;
	;
	box-shadow: 0 -1px 5px #68a3ff inset;
	/*
    background: #425269;
    background: linear-gradient(bottom, #4A5A70 0%, #3C4C63 100%);
    background: -o-linear-gradient(bottom, #4A5A70 0%, #3C4C63 100%);
    background: -moz-linear-gradient(bottom, #4A5A70 0%, #3C4C63 100%);
    background: -webkit-linear-gradient(bottom, #4A5A70 0%, #3C4C63 100%);
    background: -ms-linear-gradient(bottom, #4A5A70 0%, #3C4C63 100%);
    -webkit-box-shadow: 0 2px 6px rgba(0, 24, 42, 0.4) inset;
    -moz-box-shadow: 0 2px 6px rgba(0, 24, 42, 0.4) inset;
    box-shadow: 0 2px 6px rgba(0, 24, 42, 0.4) inset;
	*/
    color: white;
	z-index: 5;
}
#main #content .slider .s-nav ul li:first-child.active {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
#main #content .slider .s-nav ul li:last-child.active {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
#main #content .slider .s-nav ul li.active::after {
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
}
/* --- Promos --- */
#main #content .promos article {
	position: relative;
	float: left;
	/*padding: 0 15px;*/
    padding: 0 0 15px 0;
	width: 200px;
}
#main #content .promos article.middle {
	padding: 0 15px;
}
#main #content .promos article:first-child, #main #content .promos article:last-child {
	padding: 0 0 15px 0
}
#main #content .promos article figure {
	position: relative;
	overflow: hidden;
	z-index: 5;
}
#main #content .promos article figure::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 200px;
	height: 152px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content .promos article figure img {
	position: relative;
	display: block;
	width: 200px;
	height: 152px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content .promos article figure figcaption a {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 180px;
	padding: 0 10px;
	background: black;
	background: rgba(0,0,0,0.55);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-decoration: none;
	z-index: 6;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#main #content .promos article figure figcaption h2 {
	position: relative;
	display: block;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	color: #ecf1f4;
	text-shadow: 0 1px black;
}
#main #content .promos article figure figcaption p {
	display: block;
	overflow: hidden;
	max-height: 0;
	font-size: 12px;
	line-height: 1.4em;
	color: #ecf1f4;
	text-shadow: 0 1px black;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#main #content .promos article:hover figure figcaption p {
	max-height: 80px;
	padding: 0 0 10px 0;
}
#main #content .promos article:hover figure figcaption a {
	background: rgba(0,0,0,0.75)
}
/* --- News --- */
#main #content .news {
	position: relative;
	width: 618px !important;
	clear: both;
	margin: 0 0 15px 0;
	padding: 12px 6px 6px 6px;
	background: #21457b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content .news h1 {
	font-size: 20px;
	/*
	text-shadow: 0 1px black;
	*/
	color: #ecf1f4;
	margin-bottom: 10px;
	padding-left: 1px;
}
#main #content .news ul.sub-cat-tabs {
	font-size: 0;
}
#main #content .news ul.sub-cat-tabs li {
	display: inline-block;
	margin: 0 3px 0 0;
}
#main #content .news ul.sub-cat-tabs li a {
	position: relative;
	display: block;
	height: 34px;
	top: 2px;
	padding: 0 12px;
	background: #3269C0;
	-webkit-box-shadow: 0 -1px 3px #3269C0 inset;
	-moz-box-shadow: 0 -1px 3px #3269C0 inset;
	;
	box-shadow: 0 -1px 3px #3269C0 inset;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	color: #ecf1f4;
	text-shadow: 0 1px #001734;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
}
#main #content .news ul.sub-cat-tabs li a:hover {
	background: #3269C0;
	-webkit-box-shadow: 0 -1px 5px #68a3ff inset;
	-moz-box-shadow: 0 -1px 5px #68a3ff inset;
	;
	box-shadow: 0 -1px 5px #68a3ff inset;
}
#main #content .news ul.sub-cat-tabs li.ui-state-active a {
	height: 36px;
	top: 0;
	background: #ecf1f4;
	-webkit-box-shadow: 0 1px #ecf1f4;
	-moz-box-shadow: 0 1px #ecf1f4;
	box-shadow: 0 1px #ecf1f4;
	color: #303b5a;
	text-shadow: 0 1px white;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
#main #content .news .content-container {
	background: #ecf1f4;
	-webkit-box-shadow: 0 1px white inset;
	-moz-box-shadow: 0 1px white inset;
	box-shadow: 0 1px white inset;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;/*
	border-top-left-radius: 0;
	*/
}
#main #content .news .content-container .highlight_left {
	float: left;
	width: 400px;
	height: 400px;
	position: relative;
}
#main #content .news .content-container .highlight_left p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
}
#main #content .news .content-container .serie p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
}
#main #content .news .content-container .highlight_right {
	float: right;
	width: 180px;
	height: 400px;
	position: relative;
}
#main #content .news .content-container .highlight_right .video_small_1 {
	margin-top: 10px;
	margin-top: 0px;
}
#main #content .news .content-container .highlight_right .video_small_1 p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
}
#main #content .news .content-container .highlight_right .video_small_2 {
	margin-top: 45px;
}
#main #content .news .content-container .highlight_right .video_small_2 p {
	margin-top: 10px;
	;
	font-size: 12px;
	line-height: 1.5;
}
#main #content .news .content-container .doku_right {
	float: right;
	width: 292px;
	height: relative;
	position: relative;
	margin-top: 10px;
	;
	font-size: 12px;
	line-height: 1.5;
}
#main #content .news .content-container .doku_left {
	float: left;
	width: 292px;
	height: relative;
	position: relative;
	margin-top: 10px;
	;
	font-size: 12px;
	line-height: 1.5;
}
#main #content .news .content-container header {
	background: url(../img/content_sep.jpg) repeat-x bottom;
	padding: 10px;
}
#main #content .news .content-container header a.rss {
	padding: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #919eae;
	text-shadow: 0 1px white;
}
#main #content .news .content-container header a span.rss-icon {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icons/rss.png) no-repeat;
	width: 17px;
	height: 17px;
	padding: 0 3px 0 0;
}
#main #content .news .content-container header ul.sort {
	font-size: 0
}
#main #content .news .content-container header ul.sort li {
	display: inline-block
}
#main #content .news .content-container header ul.sort li a {
	display: inline-block;
	width: 40px;
	height: 26px;
	background: #e1e8ed;
	background: linear-gradient(bottom, #DEE6EB 0%, #E5ECF0 100%);
	background: -o-linear-gradient(bottom, #DEE6EB 0%, #E5ECF0 100%);
	background: -moz-linear-gradient(bottom, #DEE6EB 0%, #E5ECF0 100%);
	background: -webkit-linear-gradient(bottom, #DEE6EB 0%, #E5ECF0 100%);
	background: -ms-linear-gradient(bottom, #DEE6EB 0%, #E5ECF0 100%);
	-webkit-box-shadow: 0 0 0 1px #919eae, 0 1px white inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #919eae, 0 1px white inset, 0 2px white;
	box-shadow: 0 0 0 1px #919eae, 0 1px white inset, 0 2px white;
}
#main #content .news .content-container header ul.sort li:first-child a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#main #content .news .content-container header ul.sort li:last-child a {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#main #content .news .content-container header ul.sort li a.active {
	background: #e1e8ed;
	background: linear-gradient(bottom, #ECF1F4 0%, #DDE6EB 100%);
	background: -o-linear-gradient(bottom, #ECF1F4 0%, #DDE6EB 100%);
	background: -moz-linear-gradient(bottom, #ECF1F4 0%, #DDE6EB 100%);
	background: -webkit-linear-gradient(bottom, #ECF1F4 0%, #DDE6EB 100%);
	background: -ms-linear-gradient(bottom, #ECF1F4 0%, #DDE6EB 100%);
	-webkit-box-shadow: 0 0 0 1px #919eae, 0 1px 4px rgba(74, 90, 112, 0.12) inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #919eae, 0 1px 4px rgba(74, 90, 112, 0.12) inset, 0 2px white;
	box-shadow: 0 0 0 1px #919eae, 0 1px 4px rgba(74, 90, 112, 0.12) inset, 0 2px white;
}
#main #content .news .content-container header ul.sort li a span {
	display: block;
	text-indent: -9999em;
	width: 21px;
	height: 21px;
	background: url(../img/icons/sort_sprite.png) no-repeat;
	margin: 3px 9px;
	opacity: .75;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
#main #content .news .content-container header ul.sort li:first-child a span {
	background-position: top left;
}
#main #content .news .content-container header ul.sort li:last-child a span {
	background-position: top right;
}
#main #content .news .content-container header ul.sort li a.active span {
	opacity: 1
}
#main #content .news .content-container header ul.sort li a:hover span {
	opacity: 1
}
#main #content .news .content-container article {
	position: relative;
	/*background: url(../img/content_sep.jpg) repeat-x bottom;
*/	padding: 15px 10px;
}
#main #content .news .content-container article:last-child {
	background: none;
}
#main #content .news .content-container article .article-content {
	padding: 0 0 0 135px;
}
#main #content .news .content-container article .article-content h3 {
	display: block;
	margin: 8px 0 0 0;
	font-size: 18px;
	color: #404d61;
	text-shadow: 0 1px white;
}
#main #content .news .content-container article .article-content h2 a {
	display: block;
	margin: 8px 0 0 0;
	font-size: 18px;
	color: #404d61;
	text-shadow: 0 1px white;
}
#main #content .news .content-container article .article-content p {
	clear: both;
	padding: 6px 0 12px 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #404d61;
	text-shadow: 0 1px white;
}
#main #content .news .content-container article .article-content p a {
	font-weight: bold;
	color: #404d61;
}
#main #content .news .content-container article .article-content span.time-stamp {
	background: url(../img/icons/time-stamp.png) no-repeat left 45%;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: bold;
	color: #919eae;
	text-shadow: 0 1px white;
}
#main #content .news .content-container article .article-content a.comment-info {
	background: url(../img/icons/comments.png) no-repeat left 55%;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: bold;
	color: #919eae;
	text-shadow: 0 1px white;
}
#main #content .news .content-container article .article-content a.likes {
	background: url(../img/icons/likes.png) no-repeat left 5%;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: bold;
	color: #919eae;
	text-shadow: 0 1px white;
}
#main #content .news .content-container article figure {
	position:absolute;
	top: 15px;
	left: 10px;
	width: 120px;
	height: 80px;
	background: white;
	margin: 0 15px 0 0;
	padding: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(74, 90, 112, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(74, 90, 112, 0.25);
	box-shadow: 0 1px 3px rgba(74, 90, 112, 0.25);
}
#main #content .news .content-container article figure img {
	width: 120px;
	height: 80px;
}
.test img {
	border: inset;
	border: 5px solid #FFF;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 3px #ccc;
}
#main #content .news .content-container button {
	width: 588px;
	height: 48px;
	margin: 15px;
	padding: 0;
	background: #DEE6EB;
	background: linear-gradient(bottom, #DEE6EB 0%, #E5ECF0 100%);
	background: -o-linear-gradient(bottom, #DEE6EB 0%, #E5ECF0 100%);
	background: -moz-linear-gradient(bottom, #DEE6EB 0%, #E5ECF0 100%);
	background: -webkit-linear-gradient(bottom, #DEE6EB 0%, #E5ECF0 100%);
	background: -ms-linear-gradient(bottom, #DEE6EB 0%, #E5ECF0 100%);
	-webkit-box-shadow: #919EAE 0px 0px 0px 1px, white 0px 1px inset, white 0px 2px;
	-moz-box-shadow: #919EAE 0px 0px 0px 1px, white 0px 1px inset, white 0px 2px;
	box-shadow: #919EAE 0px 0px 0px 1px, white 0px 1px inset, white 0px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #7d8da0;
	text-shadow: white 0px 1px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#main #content .news .content-container button:hover {
	-webkit-box-shadow: #4a5a70 0px 0px 0px 1px, white 0px 1px inset, white 0px 2px;
	-moz-box-shadow: #4a5a70 0px 0px 0px 1px, white 0px 1px inset, white 0px 2px;
	box-shadow: #4a5a70 0px 0px 0px 1px, white 0px 1px inset, white 0px 2px;
	color: #4a5a70;
}
#main #content .news .content-container button:active {
	background: linear-gradient(bottom, #E5ECF0 0%, #DEE6EB 100%);
	background: -o-linear-gradient(bottom, #E5ECF0 0%, #DEE6EB 100%);
	background: -moz-linear-gradient(bottom, #E5ECF0 0%, #DEE6EB 100%);
	background: -webkit-linear-gradient(bottom, #E5ECF0 0%, #DEE6EB 100%);
	background: -ms-linear-gradient(bottom, #E5ECF0 0%, #DEE6EB 100%);
	-webkit-box-shadow: #4a5a70 0px 0px 0px 1px, #4a5a70 0px 1px 4px inset, white 0px 2px;
	-moz-box-shadow: #4a5a70 0px 0px 0px 1px, #4a5a70 0px 1px 4px inset, white 0px 2px;
	box-shadow: #4a5a70 0px 0px 0px 1px, #4a5a70 0px 1px 4px inset, white 0px 2px;
	color: #4a5a70;
}
/* --- Featured Videos --- */
#main #content .videos {
	position: relative;
	width: 630px !important;
	clear: both;
	background: #21457B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content .videos header h3 {
	display: block;
	padding: 15px 12px 5px 12px;
	font-size: 20px;
	color: #ECF1F4;
}
#main #content .videos header .v-nav {
	position: absolute;
	top: 24px;
	right: 12px;
}
#main #content .videos header .v-nav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px 0 0;
	background: white;
	text-indent: -99999px;
	transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
}
#main #content .videos header .v-nav a:hover {
	background: #222D3B
}
#main #content .videos header .v-nav a:last-child {
	margin: 0
}
#main #content .videos header .v-nav a.selected {
	background: #3269c0
}
#main #content .videos ul {
	clear: both;
	font-size: 0;
	margin: 0 6px;
}
#main #content .videos ul li {
	position: relative;
	float: left;
	display: block;
	margin: 12px 6px;
}
#main #content .videos ul li:last-child {
	padding: 0
}
#main #content .videos ul li a::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 194px;
	height: 142px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}
#main #content .videos ul li img {
	position: relative;
	width: 194px;
	height: 142px;
	-webkit-box-shadow: 0 1px 6px #263445;
	-moz-box-shadow: 0 1px 6px #263445;
	box-shadow: 0 1px 6px #263445;
}
#main #content .videos ul li a span.play-video {
	position: absolute;
	display: block;
	top: 41px;
	left: 67px;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,.75);
	-webkit-box-shadow: 0 0 0 6px rgba(255,255,255,.75);
	-moz-box-shadow: 0 0 0 6px rgba(255,255,255,.75);
	box-shadow: 0 0 0 6px rgba(255,255,255,.75);
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	opacity: .65;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
#main #content .videos ul li a span.play-video::after {
	position: absolute;
	content: '';
	top: 10px;
	left: 23px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid rgba(255,255,255,.75);
}
#main #content .videos ul li a:hover span.play-video {
	opacity: 1
}
#main #content .videos ul li a span.description {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 194px;
	padding: 8px 0;
	background: rgba(0,0,0,.35);
	font-size: 13px;
	font-weight: bold;
	color: rgba(255,255,255,.8);
	text-shadow: 0 1px 3px black;
	text-align: center;
	z-index: 2;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#main #content .videos ul li a:hover span.description {
	background: rgba(0,0,0,.75);
	color: rgba(255,255,255,1);
}
/* --- Article Options --- */
#main #content .article-options ul.article-nav {
	font-size: 0
}
#main #content .article-options ul.article-nav li {
	display: inline-block
}
#main #content .article-options ul.article-nav li a {
	position: relative;
	display: block;
	height: 34px;
	background: #e6e8ea;
	background: linear-gradient(bottom, #E4E6E9 0%, #EEF0F1 100%);
	background: -o-linear-gradient(bottom, #E4E6E9 0%, #EEF0F1 100%);
	background: -moz-linear-gradient(bottom, #E4E6E9 0%, #EEF0F1 100%);
	background: -webkit-linear-gradient(bottom, #E4E6E9 0%, #EEF0F1 100%);
	background: -ms-linear-gradient(bottom, #E4E6E9 0%, #EEF0F1 100%);
	-webkit-box-shadow: 0 0 0 1px #a5acb5, 0 1px white inset;
	-moz-box-shadow: 0 0 0 1px #a5acb5, 0 1px white inset;
	box-shadow: 0 0 0 1px #a5acb5, 0 1px white inset;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	color: #646972;
	text-shadow: 0 1px white;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#main #content .article-options ul.article-nav li a:hover {
	-webkit-box-shadow: 0 0 0 1px #7d8591, 0 1px white inset;
	-moz-box-shadow: 0 0 0 1px #7d8591, 0 1px white inset;
	box-shadow: 0 0 0 1px #7d8591, 0 1px white inset;
	color: #4c515f;
	z-index: 1;
}
#main #content .article-options ul.article-nav li a:active {
	background: linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -o-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -moz-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -webkit-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -ms-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	-webkit-box-shadow: 0 0 0 1px #7d8591, 0 1px 4px #7d8591 inset;
	-moz-box-shadow: 0 0 0 1px #7d8591, 0 1px 4px #7d8591 inset;
	box-shadow: 0 0 0 1px #7d8591, 0 1px 4px #7d8591 inset;
	color: #4c515f;
	z-indx: 1;
}
#main #content .article-options ul.article-nav li a#back {
	padding: 0 15px 0 36px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#main #content .article-options ul.article-nav li a#back::after {
	position: absolute;
	content: '';
	top: 7px;
	left: 8px;
	background: url(../img/icons/article-options_sprite.png) no-repeat;
	background-position: 0 0;
	width: 22px;
	height: 20px;
}
#main #content .article-options ul.article-nav li a#next {
	margin: 0 0 0 1px;
	padding: 0 36px 0 15px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#main #content .article-options ul.article-nav li a#next::after {
	position: absolute;
	content: '';
	top: 7px;
	right: 8px;
	background: url(../img/icons/article-options_sprite.png) no-repeat;
	background-position: -22px 0;
	width: 22px;
	height: 20px;
}
#main #content .article-options ul.article-social {
	font-size: 0
}
#main #content .article-options ul.article-social li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 8px;
}
#main #content .article-options a.btn-s2 {
	padding: 0 15px 0 38px
}
#main #content .article-options a#share-it::after {
	position: absolute;
	content: '';
	top: 7px;
	left: 10px;
	background: url(../img/icons/article-options_sprite.png) no-repeat;
	background-position: -44px 0;
	width: 22px;
	height: 20px;
}
#main #content .article-options a#like::after {
	position: absolute;
	content: '';
	top: 7px;
	left: 10px;
	background: url(../img/icons/article-options_sprite.png) no-repeat;
	background-position: -66px 0;
	width: 22px;
	height: 20px;
}
#main #content .article-options a#liked::after {
	position: absolute;
	content: '';
	top: 7px;
	left: 10px;
	background: url(../img/icons/article-options_sprite.png) no-repeat;
	background-position: -88px 0;
	width: 22px;
	height: 20px;
}
#main #content .article-options a#liked span {
	color: #d74a82
}
#main #content .article-options ul li.active .btn-s2 {
	background: linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -o-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -moz-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -webkit-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	background: -ms-linear-gradient(bottom, #EEF0F1 0%, #E4E6E9 100%);
	-webkit-box-shadow: 0 0 0 1px #7d8591, 0 1px 4px #7d8591 inset;
	-moz-box-shadow: 0 0 0 1px #7d8591, 0 1px 4px #7d8591 inset;
	box-shadow: 0 0 0 1px #7d8591, 0 1px 4px #7d8591 inset;
	color: #4c515f;
}
#main #content .article-options ul.article-social li .share-dd {
	position: absolute;
	display: none;
	top: 55px;
	right: 0;
	width: 345px;
	background: black;
	background: rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 18px rgba(0,0,0,.5);
	box-shadow: 0 0 18px rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 20;
}
#main #content .article-options ul.article-social li .share-dd::after {
	position: absolute;
	display: block;
	content: '';
	top: -14px;
	right: 30px;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid rgba(0, 0, 0, .68);
}
#main #content .article-options ul.article-social li .share-dd .content-container {
	padding: 10px 15px
}
#main #content .article-options ul.article-social li .share-dd > .content-container > ul {
	font-size: 0
}
#main #content .article-options ul.article-social li .share-dd > .content-container > ul > li {
	display: inline-block;
	margin: 0 15px 0 0;
}
#main #content .article-options ul.article-social li .share-dd > .content-container > ul > li:last-child {
	margin: 0
}
#main #content .article-options ul.article-social li .share-dd > .content-container > ul > li > a > .social-icon {
	opacity: .75;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
#main #content .article-options ul.article-social li .share-dd > .content-container > ul > li > a:hover > .social-icon {
	opacity: 1
}
/* --- Article --- */
#main #content #article {
	margin: 25px 0
}
/* --- Article > Headers --- */
#main #content #article h1 {
	display: block;
	margin: 0 0 8px 0;
	font-size: 24px;
	font-weight: bold;
	color: #404d61;
}
#main #content #article h2 {
	display: block;
	margin: 0 0 12px 0;
	font-size: 21px;
	font-weight: bold;
}
#main #content #article h3 {
	display: block;
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: bold;
}
#main #content #article h4 {
	display: block;
	margin: 0 0 12px 0;
	font-size: 16px;
	font-weight: bold;
}
#main #content #article h5 {
	display: block;
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}
#main #content #article h6 {
	display: block;
	margin: 0 0 12px 0;
	font-size: 12px;
	font-weight: bold;
}
/* --- Article > Misc. Elements --- */
#main #content hr {
	margin: 25px 0;
	border: none;
	border-bottom: solid 1px #e4e6e9;
}
#main #content #article ul {
	margin: 0 0 25px 20px
}
#main #content #article ul li {
	/*list-style: square;
    padding: 2px 0;*/
    padding:0;
}
/* --- Article > jQuery UI Accordion --- */
#main #content .ui-accordion .ui-accordion-header {
	position: relative;
	padding: 12px 12px 12px 55px;
	background: #e4e6e9;
	cursor: pointer;
}
#main #content .ui-accordion .ui-accordion-header .ui-icon {
	opacity: .35
}
#main #content .ui-accordion .ui-accordion-header:hover .ui-icon {
	opacity: .5
}
#main #content .ui-accordion .ui-accordion-header .ui-icon::after {
	position: absolute;
	display: block;
	top: 10px;
	top: 2px;
	left: 16px;
	content: '+';
	font-size: 42px;
}
#main #content .ui-accordion .ui-state-active .ui-icon::after {
	position: absolute;
	display: block;
	top: 11px;
	top: 0px;
	left: 24px;
	content: '-';
	font-size: 42px;
}
/* --- Article > jQuery UI Tabbed Box --- */
#main #content .tabbed-box {
	width: 588px;
	padding: 6px;
	background: #e4e6e9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content .tabbed-box ul.tab-row {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
}
#main #content .tabbed-box ul.tab-row li {
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0 !important;
}
#main #content .tabbed-box ul.tab-row li a {
	display: block;
	padding: 25px 15px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #303b5a;
	text-shadow: 0 1px white;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
}
#main #content .tabbed-box ul.tab-row li.ui-state-active a {
	background: white
}
#main #content .tabbed-box ul.tab-row li.ui-state-active a:hover {
	background: white
}
#main #content .tabbed-box ul.tab-row li a:hover {
	background: rgba(255,255,255,.5)
}
#main #content .tabbed-box .content-container {
	background: white;
	padding: 15px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
}
/* --- Article > Alert Boxes --- */
#main #content .alert-box {
	position: relative;
	display: block;
	margin: 0 0 25px 0;
	padding: 23px 20px 20px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	text-shadow: 0 1px white;
	text-align: center;
}
#main #content .a-green {
	background: #ebf7f4;
	-webkit-box-shadow: 0 0 0 1px #009d76 inset, 0 0 50px rgba(0, 157, 118, 0.12) inset;
	-moz-box-shadow: 0 0 0 1px #009d76 inset, 0 0 50px rgba(0, 157, 118, 0.12) inset;
	box-shadow: 0 0 0 1px #009d76 inset, 0 0 50px rgba(0, 157, 118, 0.12) inset;
	color: #006f54;
}
#main #content .a-yellow {
	background: #f7f1eb;
	-webkit-box-shadow: 0 0 0 1px #9d5100 inset, 0 0 50px rgba(157, 81, 0, 0.12) inset;
	-moz-box-shadow: 0 0 0 1px #9d5100 inset, 0 0 50px rgba(157, 81, 0, 0.12) inset;
	box-shadow: 0 0 0 1px #9d5100 inset, 0 0 50px rgba(157, 81, 0, 0.12) inset;
	color: #6f3c00;
}
#main #content .a-red {
	background: #f7ebef;
	-webkit-box-shadow: 0 0 0 1px #9d0034 inset, 0 0 50px rgba(157, 0, 52, 0.12) inset;
	-moz-box-shadow: 0 0 0 1px #9d0034 inset, 0 0 50px rgba(157, 0, 52, 0.12) inset;
	box-shadow: 0 0 0 1px #9d0034 inset, 0 0 50px rgba(157, 0, 52, 0.12) inset;
	color: #9d0034;
}
#main #content .a-blue {
	background: #ebf1f6;
	-webkit-box-shadow: 0 0 0 1px #004d8f inset, 0 0 50px rgba(0, 77, 143, 0.12) inset;
	-moz-box-shadow: 0 0 0 1px #004d8f inset, 0 0 50px rgba(0, 77, 143, 0.12) inset;
	box-shadow: 0 0 0 1px #004d8f inset, 0 0 50px rgba(0, 77, 143, 0.12) inset;
	color: #00356c;
}
#main #content .a-green::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #009d76;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#main #content .a-yellow::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #9d5100;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#main #content .a-red::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #9d0034;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#main #content .a-blue::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #004d8f;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
/* --- Article > Info --- */
#main #content #article span.article-info {
	display: block;
	font-size: 13px;
	color: #919eae;
}
#main #content #article span.article-info span {
	font-weight: bold
}
/* --- Article > Content --- */
#main #content #article .article-content {
	margin: 20px 0;
	font-size: 14px;
	line-height: 1.6em;
	color: #404d61;
}
#main #content #article .article-content p {
	margin: 0 0 20px 0
}
/* --- Article > Content > Image Styling --- */
#main #content .img-container {
	position: relative;
	margin: 0 0 10px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#main #content .img-container::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 0 1px #e0e2e5 inset, 0 0 0 4px white inset, 0 1px 3px rgba(165, 172, 181, 0.25);
	-moz-box-shadow: 0 0 0 1px #e0e2e5 inset, 0 0 0 4px white inset, 0 1px 3px rgba(165, 172, 181, 0.25);
	box-shadow: 0 0 0 1px #e0e2e5 inset, 0 0 0 4px white inset, 0 1px 3px rgba(165, 172, 181, 0.25);
}
#main #content .img-container:hover::after {
	-webkit-box-shadow: 0 0 0 1px #b2b7bf inset, 0 0 0 4px white inset, 0 1px 3px rgba(165, 172, 181, 0.25);
	-moz-box-shadow: 0 0 0 1px #b2b7bf inset, 0 0 0 4px white inset, 0 1px 3px rgba(165, 172, 181, 0.25);
	box-shadow: 0 0 0 1px #b2b7bf inset, 0 0 0 4px white inset, 0 1px 3px rgba(165, 172, 181, 0.25);
}
#main #content .img-container span.expand {
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	background: url(../img/icons/expand-image.png) no-repeat;
	width: 100px;
	height: 100px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
#main #content .img-container:hover span.expand {
	opacity: .75
}
#main #content #article .article-content .img-container img {
	display: block
}
#main #content #article .article-content .thumbnails .img-container {
	display: block;
	float: left;
	width: 200px;
	height: 152px;
	margin: 0 15px 10px 15px;
}
#main #content #article .article-content .thumbnails a:first-child .img-container {
	margin: 0 0 10px 0
}
#main #content #article .article-content .thumbnails a:last-child .img-container {
	margin: 0 0 10px 0
}
#main #content #article .article-content .thumbnails .img-container img {
	display: block;
	width: 200px;
	height: 152px;
}
/* --- Article > Content > Video Styling --- */
#main #content #article .article-content .video-container {
	width: 618px;
	margin: 0 0 15px 0;
	padding: 6px;
	background: #4a5a70;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content #article .article-content .video-container iframe {
	display: block
}
/* --- Article > Review Score --- */
#main #content #article .review-score {
	position: relative;
	width: 630px;
	margin: 0 0 15px 0;
	background: #4a5a70;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content #article .review-score .content-container {
	padding: 15px
}
#main #content #article .review-score .content-container h3 {
	display: block;
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 26px;
	font-weight: normal;
	color: #ECF1F4;
}
#main #content #article .review-score .content-container h3 span {
	font-weight: bold
}
#main #content #article .review-score .content-container .score-container {
	position: relative;
	float: left;
	margin: 0 0 0 42px;
}
#main #content #article .review-score .content-container .score-container span {
	position: absolute;
	width: 100px;
	top: 60px;
	left: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #919eae;
	text-align: center;
}
#main #content #article .review-score .content-container .score-container .knob {
	position: absolute !important;
	font-size: 38px !important;
	height: 38px !important;
	margin-top: 21px !important;
	font-family: "Helvetica", Arial, "Lucida Grande", sans-serif !important;
}
#main #content #article .review-score .content-container ul {
	width: 400px;
	min-height: 100px;
	margin: 0;
	padding: 3px 0;
	background: rgba(24, 35, 50, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(24, 35, 50, 0.5) inset, 0 1px rgba(255, 255, 255, .05);
	-moz-box-shadow: 0 1px 3px rgba(24, 35, 50, 0.5) inset, 0 1px rgba(255, 255, 255, .05);
	box-shadow: 0 1px 3px rgba(24, 35, 50, 0.5) inset, 0 1px rgba(255, 255, 255, .05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#main #content #article .review-score .content-container ul li {
	list-style: none;
	padding: 8px 10px 8px 32px;
	color: #ECF1F4;
	font-size: 13px;
	font-weight: bold;
}
#main #content #article .review-score .content-container ul li.good {
	background: url(../img/icons/bullet_good.png) no-repeat;
	background-position: 10px 50%;
}
#main #content #article .review-score .content-container ul li.bad {
	background: url(../img/icons/bullet_bad.png) no-repeat;
	background-position: 10px 50%;
}
/* --- Article > Author Information --- */
#main #content .author-info {
	position: relative;
	margin: 0 0 50px 0;
	min-height: 95px;
	background: white;
	-webkit-box-shadow: 0 0 0 1px #e0e2e5 inset, 0 1px 3px rgba(165, 172, 181, .2);
	-moz-box-shadow: 0 0 0 1px #e0e2e5 inset, 0 1px 3px rgba(165, 172, 181, .2);
	box-shadow: 0 0 0 1px #e0e2e5 inset, 0 1px 3px rgba(165, 172, 181, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content .author-info .content-container {
	padding: 12px
}
#main #content .author-info .content-container .avatar-container {
	position: relative;
	margin: 0 15px 0 0;
}
#main #content .author-info .content-container .avatar-container::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content .author-info .content-container .avatar-container img {
	display: block;
	width: 65px;
	height: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content .author-info .content-container span.author {
	font-size: 16px;
	font-weight: bold;
	color: #404d61;
}
#main #content .author-info .content-container span.author span {
	font-weight: normal;
	color: #919eae;
}
#main #content .author-info .content-container p {
	margin: 15px 0 0 0;
	font-size: 13px;
	line-height: 1.4em;
	color: #404d61;
}
/* --- Article Comments --- */
#main #content #comments {
	position: relative;
	padding: 25px 0 0 0;
	border-top: solid 1px #e4e6e9;
}
#main #content #comments .avatar-container {
	position: relative
}
#main #content #comments .avatar-container::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content #comments .avatar-container img {
	display: block;
	width: 65px;
	height: 65px;
	-webkit-box-shadow: 0 1px white;
	-moz-box-shadow: 0 1px white;
	box-shadow: 0 1px white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content #comments .add-comment {
	margin: 0 0 30px 0;
	background: #ecf1f4;
	border: solid 1px #d3d8df;
	-webkit-box-shadow: 0 1px #fafbfc inset;
	-moz-box-shadow: 0 1px #fafbfc inset;
	box-shadow: 0 1px #fafbfc inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content #comments .add-comment .content-container {
	padding: 15px
}
#main #content #comments .add-comment .content-container .avatar-container {
	margin: 0 15px 0 0
}
#main #content #comments .add-comment .content-container .avatar-container img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
#main #content #comments .add-comment .content-container h4 {
	display: block;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #404d61;
	text-shadow: 0 1px white;
}
#main #content #comments .add-comment .content-container h4 span {
	font-weight: normal;
	color: #919eae;
}
#main #content #comments .add-comment .content-container .input-container {
	position: relative
}
#main #content #comments .add-comment .content-container .input-container input[type="text"] {
	position: relative;
	width: 369px;
	height: 36px;
	padding: 0 10px;
	background: white;
	border: 0;
	-webkit-box-shadow: 0 0 0 1px #a5acb5, 0 2px white, 0 1px 3px rgba(165, 172, 181, 0.5) inset;
	-moz-box-shadow: 0 0 0 1px #a5acb5, 0 2px white, 0 1px 3px rgba(165, 172, 181, 0.5) inset;
	box-shadow: 0 0 0 1px #a5acb5, 0 2px white, 0 1px 3px rgba(165, 172, 181, 0.5) inset;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 13px;
	color: #404d61;
}
#main #content #comments .add-comment .content-container .input-container input[type="text"]::-webkit-input-placeholder {
color: #919eae
}
#main #content #comments .add-comment .content-container .input-container input[type="text"]::-moz-placeholder {
color: #919eae
}
#main #content #comments .add-comment .content-container .input-container input[type="text"]:-ms-input-placeholder {
color: #919eae
}
#main #content #comments .add-comment .content-container .input-container input:-moz-placeholder {
color: #919eae
}
#main #content #comments .add-comment .content-container .input-container a.add-it {
	position: absolute;
	top: 0;
	right: 0;
	width: 128px;
	height: 36px;
	background: #506b88;
	background: linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -o-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -moz-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -webkit-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -ms-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	-webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	color: #ecf1f4;
	text-shadow: 0 -1px #283443;
	text-align: center;
	text-decoration: none;
}
#main #content #comments .add-comment .content-container .input-container a.add-it:hover {
	background: linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -o-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -moz-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -webkit-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -ms-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	-webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
}
#main #content #comments .add-comment .content-container .input-container a.add-it:active {
	background: linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -o-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -moz-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -webkit-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -ms-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	-webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 2px white;
	box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 2px white;
}
#main #content #comments .comment {
	margin: 15px 0;
	clear: both;
}
#main #content #comments .comment .avatar-container {
	margin: 0 15px 0 0
}
#main #content #comments .comment .comment-content {
	position: relative;
	width: 530px;
	min-height: 65px;
	background: white;
	-webkit-box-shadow: 0 0 0 1px #e0e2e5 inset, 0 1px 3px rgba(165, 172, 181, .2);
	-moz-box-shadow: 0 0 0 1px #e0e2e5 inset, 0 1px 3px rgba(165, 172, 181, .2);
	box-shadow: 0 0 0 1px #e0e2e5 inset, 0 1px 3px rgba(165, 172, 181, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #content #comments .comment .comment-content::after {
	position: absolute;
	content: '';
	top: 17px;
	left: -16px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAeCAYAAADKO/UvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowQTgwMTE3NDA3MjA2ODExODIyQTkwMzEyRTQxNTQ4MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFOTM1MzdGRTcyNTIxMUUyQTgwNjkwMzc0MjBBMkUyMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFOTM1MzdGRDcyNTIxMUUyQTgwNjkwMzc0MjBBMkUyMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTg5NjcwOTAxQjIwNjgxMTgyMkFBQkFFQUVBRkNBMTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE4MDExNzQwNzIwNjgxMTgyMkE5MDMxMkU0MTU0ODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz72MoLuAAABIklEQVR42mJcumYrAz5gbWaAwj966gIjkAJhLlND7QZhQYFiFgYSAJIBbOZGOjWCAvzF/Hy8DCzkGaBbLyjAVw4ygJmZiYGJTAMqYAaAAAuJBjQguwAGCLmEoAGEDCHKAHyGEG0ALkNIMgCbISQbgG4IWQYgG0K2ATBDKDIA2RCyDYClWBYLY916AX7yDIC5hPnf//8sDBQAsLWnzl3pef32/dSPnz4z/P37jyxD/gLxz7MXr3W/evNuOjkGgQz5A8Q/gPjzuUvXu4AGzSDVIJAh/4H4FxB/A+JPQIM6STUIZghFBsHikyKDkBMF2QahpyyyDMKWPEk2CFcaJ8kgfBmFaIMI5TaiDCKYZYF1MS6D4FmEqHyPw6CuV6/fgl0EEGAAdXARAsyitPoAAAAASUVORK5CYII=);
	width: 17px;
	height: 30px;
}
#main #content #comments .comment .comment-content .content-container {
	padding: 12px
}
#main #content #comments .comment .comment-content .content-container span.author {
	font-size: 16px;
	font-weight: bold;
	color: #404d61;
}
#main #content #comments .comment .comment-content .content-container span.author span {
	font-weight: normal;
	color: #919eae;
}
#main #content #comments .comment .comment-content .content-container span.time-stamp {
	font-size: 13px;
	font-weight: normal;
	color: #919eae;
}
#main #content #comments .comment .comment-content .content-container p {
	margin: 15px 0 0 0;
	font-size: 13px;
	line-height: 1.4em;
	color: #404d61;
}
#main #content #comments .comment .comment-content .content-container a.comment-option {
	margin: 10px 0 0 10px;
	font-size: 13px;
	color: #404d61;
	text-decoration: none;
	opacity: .5;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
#main #content #comments .comment .comment-content .content-container a.comment-option:hover {
	text-decoration: underline
}
#main #content #comments .comment:hover .comment-content .content-container a.comment-option {
	opacity: 1
}
#main #content #comments #more-comments {
	width: 630px;
	height: 42px;
	margin: 25px 0 0 0;
	padding: 0;
}
/* --- Page Alert (404, Coming Soon) --- */
#main #content .page-alert {
	padding: 0 0 260px 0
}
#main #content .page-alert .alert-description {
	position: relative;
	display: block;
	padding: 20px;
	background: #e4e6e9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #646972;
	text-shadow: 0 1px white;
	text-align: center;
}
#main #content .page-alert .alert-description::after {
	position: absolute;
	display: block;
	content: '';
	bottom: -26px;
	left: 50%;
	margin: 0 0 0 -13px;
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 26px solid #e4e6e9;
}
#main #content .page-alert h4 {
	display: block;
	margin: 50px 0 20px 0;
	font-size: 130px;
	font-weight: bold;
	color: #919eae;
	text-align: center;
}
#main #content .page-alert .options-container {
	text-align: center
}
#main #content .page-alert .options-container .btn-s2 {
	display: inline-block;
	margin: 0 10px 0 0;
}
/* --- Side Bar > Widget --- */
#main #sidebar .widget {
	position: relative;
	width: 294px;
	padding: 0 6px 6px 6px;
	margin: 0 0 15px 5px;
	background: #21457B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #sidebar .widget header h3 {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	color: #ecf1f4;
	text-shadow: 0 1px black;
	text-align: center;
}
#main #sidebar .widget .content-container {
	background: white;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* --- Side Bar > Info ---*/
#main #sidebar .info {
	position: relative;
	width: 294px;
	padding: 0 6px 6px 6px;
	margin: 0 0 15px 5px;
	background: #21457B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #sidebar .info header h3 {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	color: #ecf1f4;
	text-shadow: 0 1px black;
	text-align: left;
}
#main #sidebar .info .content-container .pic {
	width:150px;
	height:100px;
}
#main #sidebar .info .content-container .text {
	width:110px;
	height:100px;
	float:right;
	margin-top: -100px;
}
#main #sidebar .info .content-container .text p {
	margin-top: -2px;
	font-size: 12px;
	line-height: 1.5;
}
#main #sidebar .info .content-container {
	background: white;
	padding: 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* --- Side Bar > Social --- */
#main #sidebar .social {
	position: relative;
	width: 294px;
	padding: 0 6px 6px 6px;
	margin: 0 0 15px 5px;
	background: #21457B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #sidebar .social header h3 {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	color: #ecf1f4;
	text-shadow: 0 1px black;
	text-align: left;
}
#main #sidebar .social .content-container {
	background: white;
	padding: 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* --- Side Bar > Media --- */
#main #sidebar .media {
	position: relative;
	width: 294px;
	padding: 0 6px 6px 6px;
	margin: 0 0 15px 5px;
	background: #21457B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #sidebar .media header h3 {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	color: #ecf1f4;
	text-shadow: 0 1px black;
	text-align: left;
}
#main #sidebar .media .content-container {
	background: white;
	padding: 10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* --- Side Bar > Widget with Tabs --- */
#main #sidebar .tabbed {
	padding: 6px !important
}
#main #sidebar .tabbed .content-container {
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
}
#main #sidebar .tabbed header ul.widget-tabs {
	font-size: 0
}
#main #sidebar .tabbed header ul.widget-tabs li {
	display: inline-block;
	margin: 0 3px 0 0;
}
#main #sidebar .tabbed header ul.widget-tabs li a {
	display: block;
	padding: 10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	color: orange;
	text-shadow: 0 1px yellow;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
}
#main #sidebar .tabbed header ul.widget-tabs li.ui-state-active a {
	background: white;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
#main #sidebar .tabbed header ul.widget-tabs li.ui-state-active:hover a {
	background: white
}
#main #sidebar .tabbed header ul.widget-tabs li a:hover {
	background: rgba(255,255,255,.5)
}
#main #sidebar .widget .content-container article:last-child {
	border: none;
}
#main #sidebar .widget .content-container article {
	position: relative;
	padding: 12px 0;
	border-bottom: solid 1px #e4e6e9;
}
#main #sidebar .widget .content-container article header h4 a {
	display: block;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #404D61;
}
#main #sidebar .widget .content-container article span.time-stamp {
	background: url(../img/icons/time-stamp.png) no-repeat left 45%;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: bold;
	color: #919eae;
}
#main #sidebar .widget .content-container article a.comment-info {
	background: url(../img/icons/comments.png) no-repeat left 55%;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: bold;
	color: #919eae;
}
#main #sidebar .widget .content-container article a.likes {
	background: url(../img/icons/likes.png) no-repeat left 5%;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: bold;
	color: #919eae;
}
#main #sidebar .widget .content-container article span.general {
	display: block;
	margin: 0 0 6px 0;
	font-size: 11px;
	color: #919eae;
}
#main #sidebar .widget .content-container article span.general a {
	font-weight: bold;
	color: #919eae;
}
#main #sidebar .widget .content-container article .review {
	position: absolute;
	bottom: 12px;
	right: 0px;
}
#main #sidebar .widget .content-container article .review .knob {
	position: absolute !important;
	font-size: 21px !important;
	height: 21px !important;
	margin-top: 14px !important;
	font-family: "Helvetica", Arial, "Lucida Grande", sans-serif !important;
}
#main #sidebar .widget .content-container article .image-preview {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: -50%;
	/*width: 250px;   gb*/
    left: -215px;
	background: black;
	background: rgba(0,0,0,.75);
	padding: 10px;
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 18px rgba(0,0,0,.5);
	box-shadow: 0 0 18px rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 15;
	transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
}
#main #sidebar .widget .content-container article .image-preview span.arrow {
	position: absolute;
	display: block;
	/*content: '';*/
    top: 48px;
	right: -16px;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid rgba(0,0,0,.70);
}
#main #sidebar .widget .content-container article:hover .image-preview span.arrow {
}
#main #sidebar .widget .content-container article:hover .image-preview {
	visibility: visible;
	opacity: 1;
	left: -185px;
}
#main #sidebar .widget .content-container article .image-preview .media-case img {
	position: relative;
	width: 145px;
	height: 180px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .75);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .75);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#main #sidebar .widget .content-container article .image-preview .media-case::after {
	position: absolute;
	content: '';
	top: 10px;
	left: 10px;
	width: 145px;
	height: 180px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .15)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .15)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#main #sidebar .widget .content-container article .image-preview:hover {
	visibility: hidden
}
/* --- Side Bar > Widget > Poll --- */
#main #sidebar .widget .content-container h4.poll-question {
	display: block;
	padding: 12px 0;
	font-size: 14px;
	font-weight: bold;
	color: #404D61;
	text-align: center;
}
#main #sidebar .widget .content-container span.poll-result {
	position: relative;
	display: block;
	background: #e4e6e9;
	height: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#main #sidebar .widget .content-container span.poll-result span.progress {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: #4a5a70;
	height: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#main #sidebar .widget .content-container span.poll-data {
	display: block;
	padding: 5px 0 12px 0;
	font-size: 12px;
	color: #919eae;
}
#main #sidebar .widget .content-container span.poll-data span {
	font-weight: bold
}
/* --- User Profiles --- */
.profile-header {
	position: relative;
	width: 100%;
	height: 150px;
	background: #4a5a70;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.profile-header .options {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/icons/profile_options.png) no-repeat;
	width: 45px;
	height: 45px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
	opacity: .75;
	z-index: 2;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
.profile-header .options span {
	position: absolute;
	top: 11px;
	right: 4px;
	font-size: 32px;
	line-height: 0;
	font-weight: bold;
	color: #4a5a70;
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.profile-header .options:hover {
	opacity: 1
}
.profile-header .options-active {
	opacity: 1;
	background: transparent;
	z-index: 6;
}
.profile-header .options-active span {
	color: #e4e6e9;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.profile-header .options-active:hover span {
	opacity: .75
}
.profile-header .avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	-webkit-box-shadow: 1px 0 0 #202b3a, 2px 0 0 #596c86;
	-moz-box-shadow: 1px 0 0 #202b3a, 2px 0 0 #596c86;
	box-shadow: 1px 0 0 #202b3a, 2px 0 0 #596c86;
}
.pag-count {
	display: block;
	margin: 0 0 15px 0;
	font-size: 11px;
	font-style: italic;
	color: #919eae;
}
.profile-header .avatar::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .75) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .75) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .75) inset;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.profile-header .avatar img.avatar {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.profile-header .content-container {
	position: relative;
	height: 150px;
	margin: 0 0 0 150px;
}
.profile-header .content-container h2 {
	margin: 0;
	padding: 0;
}
.profile-header .content-container h2 a {
	position: relative;
	display: block;
	margin: 0 !important;
	padding: 12px 0 0 0;
	font-family: 'ballparkweiner', "Helvetica", Arial, "Lucida Grande", sans-serif;
	font-size: 60px !important;
	color: #e4e6e9 !important;
	text-shadow: 0 1px 3px #001838, 0 -1px white !important;
	text-align: center;
	text-decoration: none;
}
.profile-header .content-container span.user-activity {
	display: block;
	margin: -10px 0 0 0;
	font-size: 12px;
	font-style: italic;
	color: #b1b7c1;
	text-align: center;
}
.profile-header .content-container .user-status {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 430px;
	height: 50px;
	padding: 0 10px;
	overflow: hidden;
	background: #e4e6e9;
	-webkit-box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0) inset, 0 1px 3px rgba(0, 24, 56, 0.75);
	-moz-box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0) inset, 0 1px 3px rgba(0, 24, 56, 0.75);
	box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0) inset, 0 1px 3px rgba(0, 24, 56, 0.75);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 50px;
	font-style: italic;
	color: #263548;
	text-shadow: 0 1px white;
	text-align: center;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.profile-header .content-container .user-status::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 50px;
	width: 100px;
	background-image: linear-gradient(left, rgba(228, 230, 233, 0) 0%, rgba(228, 230, 233, 1) 100%);
	background-image: -o-linear-gradient(left, rgba(228, 230, 233, 0) 0%, rgba(228, 230, 233, 1) 100%);
	background-image: -moz-linear-gradient(left, rgba(228, 230, 233, 0) 0%, rgba(228, 230, 233, 1) 100%);
	background-image: -webkit-linear-gradient(left, rgba(228, 230, 233, 0) 0%, rgba(228, 230, 233, 1) 100%);
	background-image: -ms-linear-gradient(left, rgba(228, 230, 233, 0) 0%, rgba(228, 230, 233, 1) 100%);
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.profile-header .options-layover {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4a5a70;
	background: rgba(74, 90, 112, 0.85);
	-webkit-box-shadow: 0 0 250px rgba(0, 15, 35, 0.5) inset;
	-moz-box-shadow: 0 0 250px rgba(0, 15, 35, 0.5) inset;
	box-shadow: 0 0 250px rgba(0, 15, 35, 0.5) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 5;
}
.profile-header .options-layover .buttons-container {
	position: absolute;
	top: 35px;
	left: 50%;
	margin: 0 0 0 -124px;
}
.profile-header .options-layover .buttons-container .btn {
	position: relative;
	display: inline-block;
	opacity: 0;
	width: 80px;
	height: 80px;
	background: #d2d5d9;
	-webkit-box-shadow: 0 1px 3px #001531;
	-moz-box-shadow: 0 1px 3px #001531;
	box-shadow: 0 1px 3px #001531;
}
.profile-header .options-layover .buttons-container .btn a {
	position: relative;
	display: block;
	height: 80px;
	width: 80px;
	font-size: 11px;
	line-height: 135px;
	font-weight: bold;
	color: #4a5a70;
	text-shadow: 0 1px white;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	z-index: 6;
}
.profile-header .options-layover .buttons-container .btn-middle {
	background: #e4e6e9
}
.profile-header .options-layover .buttons-container .btn:hover a {
	color: #f1c80b
}
.profile-header .options-layover .buttons-container .btn:active {
	-webkit-box-shadow: 0 1px 3px #001531, 0 0 60px 5px white inset;
	-moz-box-shadow: 0 1px 3px #001531, 0 0 60px 5px white inset;
	box-shadow: 0 1px 3px #001531, 0 0 60px 5px white inset;
}
.profile-header .options-layover .buttons-container .btn .icon {
	position: absolute;
	display: block;
	left: 50%;
	top: 0;
	margin: 0 0 0 -27px;
	background: url(../img/icons/profile-options_sprite.png);
	width: 55px;
	height: 55px;
}
.profile-header .options-layover .buttons-container .btn:hover .icon {
	background-position-y: -55px
}
.profile-header .options-layover .buttons-container .btn .comment {
	background-position: 0 0
}
.profile-header .options-layover .buttons-container .btn .add {
	background-position: -55px 0
}
.profile-header .options-layover .buttons-container .btn .message {
	background-position: -110px 0
}
.profile-header .options-layover .buttons-container .optionLeft {
	animation: optionLeft .2s .5s 1 forwards;
	-webkit-animation: optionLeft .2s .5s 1 forwards;
	-moz-animation: optionLeft .2s .5s 1 forwards;
	-o-animation: optionLeft .2s .5s 1 forwards;
	-ms-animation: optionLeft .2s .5s 1 forwards;
}
.profile-header .options-layover .buttons-container .optionMiddle {
	animation: optionMiddle .2s .3s 1 forwards;
	-webkit-animation: optionMiddle .2s .3s 1 forwards;
	-moz-animation: optionMiddle .2s .3s 1 forwards;
	-o-animation: optionMiddle .2s .3s 1 forwards;
	-ms-animation: optionMiddle .2s .3s 1 forwards;
}
.profile-header .options-layover .buttons-container .optionRight {
	animation: optionRight .2s .5s 1 forwards;
	-webkit-animation: optionRight .2s .5s 1 forwards;
	-moz-animation: optionRight .2s .5s 1 forwards;
	-o-animation: optionRight .2s .5s 1 forwards;
	-ms-animation: optionRight .2s .5s 1 forwards;
}
.profile-header .options-layover .optionClose {
	animation: optionClose .2s 1 forwards;
	-webkit-animation: optionClose .2s 1 forwards;
	-moz-animation: optionClose .2s 1 forwards;
	-o-animation: optionClose .2s 1 forwards;
	-ms-animation: optionClose .2s 1 forwards;
}
.profile-header .options-layover .optionClose .btn {
	opacity: 1
}
ul.bp-nav {
	display: table;
	width: 100%;
	margin: 20px 0 40px 0;
	-webkit-box-shadow: 0 0 0 1px #7d848f;
	-moz-box-shadow: 0 0 0 1px #7d848f;
	box-shadow: 0 0 0 1px #7d848f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	white-space: nowrap;
}
ul.bp-nav li {
	position: relative;
	display: table-cell;
	width: auto;
	text-align: center;
}
ul.bp-nav li a {
	position: relative;
	display: block;
	height: 44px;
	background: #ebedef;
	background: linear-gradient(bottom, #E4E6E9 0%, #F1F2F4 100%);
	background: -o-linear-gradient(bottom, #E4E6E9 0%, #F1F2F4 100%);
	background: -moz-linear-gradient(bottom, #E4E6E9 0%, #F1F2F4 100%);
	background: -webkit-linear-gradient(bottom, #E4E6E9 0%, #F1F2F4 100%);
	background: -ms-linear-gradient(bottom, #E4E6E9 0%, #F1F2F4 100%);
	-webkit-box-shadow: 1px 0 #7d848f inset, 2px 0 rgba(255, 255, 255, .75) inset, -1px 0 rgba(255, 255, 255, .75), 0 -6px 6px rgba(255, 255, 255, .5) inset, 0 1px white inset;
	-moz-box-shadow: 1px 0 #7d848f inset, 2px 0 rgba(255, 255, 255, .75) inset, -1px 0 rgba(255, 255, 255, .75), 0 -6px 6px rgba(255, 255, 255, .5) inset, 0 1px white inset;
	box-shadow: 1px 0 #7d848f inset, 2px 0 rgba(255, 255, 255, .75) inset, -1px 0 rgba(255, 255, 255, .75), 0 -6px 6px rgba(255, 255, 255, .5) inset, 0 1px white inset;
	font-size: 16px;
	line-height: 44px;
	color: #4a5a70;
	text-shadow: 0 1px white;
	text-decoration: none;
	text-align: center;
}
ul.bp-nav li a:hover {
	background: linear-gradient(bottom, #EBEEF1 0%, #F5F6F8 100%);
	background: -o-linear-gradient(bottom, #EBEEF1 0%, #F5F6F8 100%);
	background: -moz-linear-gradient(bottom, #EBEEF1 0%, #F5F6F8 100%);
	background: -webkit-linear-gradient(bottom, #EBEEF1 0%, #F5F6F8 100%);
	background: -ms-linear-gradient(bottom, #EBEEF1 0%, #F5F6F8 100%);
}
ul.bp-nav li:first-child a {
	-webkit-box-shadow: 0 -6px 6px rgba(255, 255, 255, .5) inset, 0 1px white inset;
	-moz-box-shadow: 0 -6px 6px rgba(255, 255, 255, .5) inset, 0 1px white inset;
	box-shadow: 0 -6px 6px rgba(255, 255, 255, .5) inset, 0 1px white inset;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
ul.bp-nav li:last-child a {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul.bp-nav li.current a {
	background: linear-gradient(bottom, #EBECEE 0%, #DBDEE1 100%);
	background: -o-linear-gradient(bottom, #EBECEE 0%, #DBDEE1 100%);
	background: -moz-linear-gradient(bottom, #EBECEE 0%, #DBDEE1 100%);
	background: -webkit-linear-gradient(bottom, #EBECEE 0%, #DBDEE1 100%);
	background: -ms-linear-gradient(bottom, #EBECEE 0%, #DBDEE1 100%);
	-webkit-box-shadow: 1px 1px 4px rgba(76, 84, 97, 0.5) inset, 1px 0 #7d848f inset, 2px 0 rgba(255, 255, 255, .75) inset, -1px 0 rgba(255, 255, 255, .75);
	-moz-box-shadow: 1px 1px 4px rgba(76, 84, 97, 0.5) inset, 1px 0 #7d848f inset, 2px 0 rgba(255, 255, 255, .75) inset, -1px 0 rgba(255, 255, 255, .75);
	box-shadow: 1px 1px 4px rgba(76, 84, 97, 0.5) inset, 1px 0 #7d848f inset, 2px 0 rgba(255, 255, 255, .75) inset, -1px 0 rgba(255, 255, 255, .75);
	font-weight: bold;
}
ul.bp-nav li.current:first-child a {
	-webkit-box-shadow: 0 1px 4px rgba(76, 84, 97, 0.5) inset;
	-moz-box-shadow: 0 1px 4px rgba(76, 84, 97, 0.5) inset;
	box-shadow: 0 1px 4px rgba(76, 84, 97, 0.5) inset;
}
ul.bp-nav li.current-helper a {
	-webkit-box-shadow: 1px 0 #7d848f inset, 2px 0 rgba(255, 255, 255, .75) inset, 0 -6px 6px rgba(255, 255, 255, .5) inset, 0 1px white inset;
	-moz-box-shadow: 1px 0 #7d848f inset, 2px 0 rgba(255, 255, 255, .75) inset, 0 -6px 6px rgba(255, 255, 255, .5) inset, 0 1px white inset;
	box-shadow: 1px 0 #7d848f inset, 2px 0 rgba(255, 255, 255, .75) inset, 0 -6px 6px rgba(255, 255, 255, .5) inset, 0 1px white inset;
}
ul.bp-nav li span {
	position: absolute;
	display: block;
	right: 5px;
	top: -6px;
	height: 20px;
	padding: 0 7px;
	background: #d3005e;
	background: linear-gradient(bottom, #C4054E 0%, #E20C74 100%);
	background: -o-linear-gradient(bottom, #C4054E 0%, #E20C74 100%);
	background: -moz-linear-gradient(bottom, #C4054E 0%, #E20C74 100%);
	background: -webkit-linear-gradient(bottom, #C4054E 0%, #E20C74 100%);
	background: -ms-linear-gradient(bottom, #C4054E 0%, #E20C74 100%);
	-webkit-box-shadow: 0 0 0 1px #68042a inset, 0 2px #f800d0 inset, 0 1px 4px rgba(38, 53, 72, 0.5);
	-moz-box-shadow: 0 0 0 1px #68042a inset, 0 2px #f800d0 inset, 0 1px 4px rgba(38, 53, 72, 0.5);
	box-shadow: 0 0 0 1px #68042a inset, 0 2px #f800d0 inset, 0 1px 4px rgba(38, 53, 72, 0.5);
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: white;
	text-shadow: 0 -1px #68042a;
}
ul.sub_bp-nav {
	float: left;
	margin: 0 0 20px 0;
	font-size: 0;
}
ul.sub_bp-nav li {
	display: inline-block
}
ul.sub_bp-nav li a {
	display: block;
	height: 32px;
	padding: 0 10px;
	background: #ebeef1;
	font-size: 14px;
	line-height: 32px;
	color: #4a5a70;
	text-shadow: 0 1px white;
	text-decoration: none;
}
ul.sub_bp-nav li a span {
	font-weight: bold
}
ul.sub_bp-nav li a:hover {
	background: #e1e5ea
}
ul.sub_bp-nav li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
ul.sub_bp-nav li:last-child a {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul.sub_bp-nav li.current a, ul.sub_bp-nav li.selected a {
	background: #d3dae2;
	font-weight: bold;
}
#activity-filter-select, #groups-order-select, #members-order-select {
	float: right;
	margin: 7px 0;
}
#activity-filter-select label, #groups-order-select label, #members-order-select label {
	font-size: 12px;
	color: #4a5a70;
}
.add-content {
	margin: 0 0 20px 0;
	background: #ecf1f4;
	border: solid 1px #d3d8df;
	-webkit-box-shadow: 0 1px #fafbfc inset;
	-moz-box-shadow: 0 1px #fafbfc inset;
	box-shadow: 0 1px #fafbfc inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.add-content .content-container {
	padding: 15px
}
.add-content .content-container #whats-new-avatar {
	position: relative;
	margin: 0 15px 0 0;
}
.add-content .content-container #whats-new-avatar::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.add-content .content-container #whats-new-avatar img {
	width: 65px;
	height: 65px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.add-content .content-container h5 {
	display: block;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #404d61;
	text-shadow: 0 1px white;
}
.add-content .content-container h5 span {
	font-weight: normal;
	color: #919eae;
}
.add-content .content-container .input-container {
	position: relative
}
.add-content .content-container .input-container textarea {
	position: relative;
	width: 369px;
	height: 36px !important;
	padding: 0 10px;
	overflow-x: hidden;
	background: white;
	border: 0;
	outline: none;
	resize: none;
	-webkit-box-shadow: 0 0 0 1px #a5acb5, 0 2px white, 0 1px 3px rgba(165, 172, 181, 0.5) inset;
	-moz-box-shadow: 0 0 0 1px #a5acb5, 0 2px white, 0 1px 3px rgba(165, 172, 181, 0.5) inset;
	box-shadow: 0 0 0 1px #a5acb5, 0 2px white, 0 1px 3px rgba(165, 172, 181, 0.5) inset;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 13px;
	line-height: 36px;
	color: #404d61;
	white-space: nowrap;
}
.add-content .content-container .input-container textarea::-webkit-input-placeholder {
color: #919eae
}
.add-content .content-container .input-container textarea::-moz-placeholder {
color: #919eae
}
.add-content .content-container .input-container textarea:-ms-input-placeholder {
color: #919eae
}
.add-content .content-container .input-container textarea:-moz-placeholder {
color: #919eae
}
.add-content .content-container .input-container #aw-whats-new-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 128px;
	height: 36px;
	background: #506b88;
	background: linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -o-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -moz-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -webkit-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -ms-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	-webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	border: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #ecf1f4;
	text-shadow: 0 -1px #283443;
	text-align: center;
	text-decoration: none;
}
.add-content .content-container .input-container #aw-whats-new-submit:hover {
	background: linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -o-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -moz-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -webkit-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -ms-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	-webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
}
.add-content .content-container .input-container #aw-whats-new-submit:active {
	background: linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -o-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -moz-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -webkit-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -ms-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	-webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 2px white;
	box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 2px white;
}
.add-content .content-container #whats-new-post-in-box {
	margin: 2px 0 0 0;
	float: right;
}
.add-content .content-container #whats-new-post-in-box label {
	font-size: 12px;
	color: #4a5a70;
}
#activity-stream {
	position: relative;
	border-left: solid 3px #e4e6e9;
	z-index: 5;
}
.activity .activity-item {
	position: relative;
	padding: 0 0 0 36px;
}
.activity .activity-item .activity-marker {
	position: absolute;
	display: block;
	top: 20px;
	left: -9px;
	width: 15px;
	height: 15px;
	background: #e4e6e9;
	-webkit-box-shadow: 0 0 2px rgba(25, 35, 49, 0.3) inset;
	-moz-box-shadow: 0 0 2px rgba(25, 35, 49, 0.3) inset;
	box-shadow: 0 0 2px rgba(25, 35, 49, 0.3) inset;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 4;
}
.activity .activity-item {
	position: relative;
	margin: 0 0 15px 0;
	z-index: 6;
}
.activity .activity-item .activity-marker::before {
	position: absolute;
	content: '';
	top: 6px;
	left: 12px;
	width: 33px;
	height: 3px;
	background: #e4e6e9;
}
.activity .activity-item .activity-marker::after {
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	background: #4a5a70;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	z-index: 6;
}
.activity .activity-item .activity-avatar {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.activity .activity-item .activity-avatar::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.activity .activity-item .activity-avatar img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.activity .activity-item .activity-content {
	position: relative;
	float: right;
	width: 515px;
	min-height: 65px;
	background: white;
	-webkit-box-shadow: 0 0 0 1px #e0e2e5 inset, 0 1px 3px rgba(165, 172, 181, .2);
	-moz-box-shadow: 0 0 0 1px #e0e2e5 inset, 0 1px 3px rgba(165, 172, 181, .2);
	box-shadow: 0 0 0 1px #e0e2e5 inset, 0 1px 3px rgba(165, 172, 181, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.activity .activity-item .activity-content::after {
	position: absolute;
	content: '';
	top: 11px;
	left: -16px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAeCAYAAADKO/UvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowQTgwMTE3NDA3MjA2ODExODIyQTkwMzEyRTQxNTQ4MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFOTM1MzdGRTcyNTIxMUUyQTgwNjkwMzc0MjBBMkUyMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFOTM1MzdGRDcyNTIxMUUyQTgwNjkwMzc0MjBBMkUyMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTg5NjcwOTAxQjIwNjgxMTgyMkFBQkFFQUVBRkNBMTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE4MDExNzQwNzIwNjgxMTgyMkE5MDMxMkU0MTU0ODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz72MoLuAAABIklEQVR42mJcumYrAz5gbWaAwj966gIjkAJhLlND7QZhQYFiFgYSAJIBbOZGOjWCAvzF/Hy8DCzkGaBbLyjAVw4ygJmZiYGJTAMqYAaAAAuJBjQguwAGCLmEoAGEDCHKAHyGEG0ALkNIMgCbISQbgG4IWQYgG0K2ATBDKDIA2RCyDYClWBYLY916AX7yDIC5hPnf//8sDBQAsLWnzl3pef32/dSPnz4z/P37jyxD/gLxz7MXr3W/evNuOjkGgQz5A8Q/gPjzuUvXu4AGzSDVIJAh/4H4FxB/A+JPQIM6STUIZghFBsHikyKDkBMF2QahpyyyDMKWPEk2CFcaJ8kgfBmFaIMI5TaiDCKYZYF1MS6D4FmEqHyPw6CuV6/fgl0EEGAAdXARAsyitPoAAAAASUVORK5CYII=);
	width: 17px;
	height: 30px;
}
.activity .activity-item .activity-content .content-container {
	padding: 12px
}
.activity .activity-item .activity-content .content-container .avatar-20 {
	display: none
}
.activity .activity-item .activity-content .content-container .activity-header {
	padding: 0 0 10px 0;
	border-bottom: solid 1px #e9ebee;
}
.activity .activity-item .activity-content .content-container .activity-header p {
	font-size: 13px;
	line-height: 1.2em;
	font-weight: normal;
	color: #919eae;
}
.activity .activity-item .activity-content .content-container .activity-header p a {
	font-weight: bold;
	color: #404d61;
}
.activity .activity-item .activity-content .content-container .activity-header p span.time-since {
	font-size: 13px;
	font-weight: normal;
	color: #919eae;
}
.activity .activity-item .activity-content .content-container .activity-header .activity-inreplyto {
	margin: 5px 0 0 0;
	font-size: 11px;
	font-style: italic;
	color: #919eae;
}
.activity .activity-item .activity-content .content-container .activity-header .activity-inreplyto a {
	font-weight: bold;
	color: #919eae;
}
.activity .activity-item .activity-content .content-container .activity-header .activity-inreplyto span.replyto {
	font-weight: bold;
	color: #404d61;
}
.activity .activity-item .activity-content .content-container .activity-inner img {
	display: none
}
.activity .activity-item .activity-content .content-container .activity-inner p {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.4em;
	color: #404d61;
}
.activity .activity-item .activity-content .content-container .activity-inner p a {
	font-weight: bold;
	color: #404d61;
}
.activity .activity-item .activity-content .content-container .activity-meta a.button {
	float: right;
	margin: 10px 0 0 10px;
	font-size: 13px;
	color: #404d61;
	text-decoration: none;
	opacity: .5;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
.activity .activity-item .activity-content .content-container .activity-meta a.button:hover {
	text-decoration: underline
}
.activity .activity-item:hover .activity-content .content-container .activity-meta a.button {
	opacity: 1
}
.activity .activity-item .activity-content .content-container .activity-meta a.acomment-reply span {
	padding: 1px 4px;
	background: #404d61;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul {
	margin: 20px 0
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li {
	margin: 0 0 10px 0;
	background: #f1f2f4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li .content-container {
	padding: 10px;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li .content-container .acomment-avatar {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li .content-container .acomment-avatar::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .75) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li .content-container .acomment-avatar img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li .content-container .acomment-meta {
	font-size: 13px;
	color: #9ca3af;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li .content-container .acomment-meta a {
	font-weight: bold;
	color: #9ca3af;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li .content-container .acomment-content p {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.4em;
	color: #393f4a;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li .content-container .acomment-content p a {
	font-weight: bold;
	color: #393f4a;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li .content-container .acomment-options a {
	float: right;
	margin: 10px 0 0 10px;
	font-size: 13px;
	color: #393f4a;
	text-decoration: none;
	opacity: .5;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li .content-container .acomment-options a:hover {
	text-decoration: underline
}
.activity .activity-item .activity-content .content-container .activity-subcomments ul li:hover .content-container .acomment-options a {
	opacity: 1
}
.activity .activity-item .activity-content .content-container .ac-reply-content {
	position: relative
}
.activity .activity-item .activity-content .content-container .ac-reply-content input[type="text"] {
	position: relative;
	width: 369px;
	height: 36px;
	padding: 0 10px;
	background: white;
	border: 0;
	-webkit-box-shadow: 0 0 0 1px #a5acb5, 0 2px white, 0 1px 3px rgba(165, 172, 181, 0.5) inset;
	-moz-box-shadow: 0 0 0 1px #a5acb5, 0 2px white, 0 1px 3px rgba(165, 172, 181, 0.5) inset;
	box-shadow: 0 0 0 1px #a5acb5, 0 2px white, 0 1px 3px rgba(165, 172, 181, 0.5) inset;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 13px;
	color: #404d61;
}
.activity .activity-item .activity-content .content-container .ac-reply-content input[type="text"]::-webkit-input-placeholder {
color: #919eae
}
.activity .activity-item .activity-content .content-container .ac-reply-content input[type="text"]::-moz-placeholder {
color: #919eae
}
.activity .activity-item .activity-content .content-container .ac-reply-content input[type="text"]:-ms-input-placeholder {
color: #919eae
}
.activity .activity-item .activity-content .content-container .ac-reply-content input[type="text"]:-moz-placeholder {
color: #919eae
}
.activity .activity-item .activity-content .content-container .ac-reply-content #submitreply {
	position: absolute;
	top: 0;
	right: 0;
	width: 128px;
	height: 36px;
	background: #506b88;
	background: linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -o-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -moz-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -webkit-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	background: -ms-linear-gradient(bottom, #465E77 6%, #5B7A9B 100%);
	-webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	box-shadow: 0 0 0 1px #0c1c2d, 0 1px #7ba5c4 inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	border: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #ecf1f4;
	text-shadow: 0 -1px #283443;
	text-align: center;
	text-decoration: none;
}
.activity .activity-item .activity-content .content-container .ac-reply-content #submitreply:hover {
	background: linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -o-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -moz-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -webkit-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	background: -ms-linear-gradient(bottom, #4E6985 0%, #6B91B4 100%);
	-webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
	box-shadow: 0 0 0 1px #0c1c2d, 0 1px #90c0da inset, 0 -4px 6px rgba(146, 218, 255, 0.3) inset, 0 0 0 1px rgba(168, 212, 255, 0.15) inset, 0 2px white;
}
.activity .activity-item .activity-content .content-container .ac-reply-content #submitreply:active {
	background: linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -o-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -moz-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -webkit-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	background: -ms-linear-gradient(bottom, #6B91B4 0%, #4E6985 100%);
	-webkit-box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 2px white;
	-moz-box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 2px white;
	box-shadow: 0 0 0 1px #0c1c2d, 0 1px 5px rgba(12, 28, 45, 0.85) inset, 0 2px white;
}
.activity .activity-item .activity-content .content-container .ac-reply-content .sub-description {
	margin: 5px 0 0 0;
	font-size: 11px;
	font-style: italic;
	color: #919eae;
}
/* --- Footer --- */
footer {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
footer ul {
	padding: 15px 0
}
footer ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}
footer ul li a {
	display: block;
	font-size: 13px;
	color: #92a4b2;
	text-shadow: 0 1px #001f36;
}
footer span.copyright {
	display: block;
	padding: 15px 0;
	font-size: 12px;
	color: #92a4b2;
	text-shadow: 0 1px #001f36;
}
footer ul.social {
	padding: 5px 0 15px 0;
	text-align: center;
}
footer ul.social .social-icon {
	opacity: .5;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
footer ul.social .social-icon:hover {
	opacity: .75
}
/* --- Modals --- */
#modal-overlay {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(232, 238, 242, .90);
	-webkit-box-shadow: 0 0 500px 50px rgba(23, 42, 60, 0.5) inset;
	-moz-box-shadow: 0 0 500px 50px rgba(23, 42, 60, 0.5) inset;
	box-shadow: 0 0 500px 50px rgba(23, 42, 60, 0.5) inset;
	overflow: hidden !important;
	z-index: 99999;
}
/* --- Modal Animation --- */
.modal-in {
	animation: modal-in .3s 1;
	-webkit-animation: modal-in .3s 1;
	-moz-animation: modal-in .3s 1;
	-o-animation: modal-in .3s 1;
	-ms-animation: modal-in .3s 1;
}
.modal {
	position: relative;
	display: none;
	width: 588px;
	margin: 10% auto;
	padding: 0 6px 6px 6px;
	background: #ecf1f4;
	/*--
	-webkit-box-shadow: 0 0 20px rgba(74, 90, 112, 0.75);
    -moz-box-shadow: 0 0 20px rgba(74, 90, 112, 0.75);
    box-shadow: 0 0 20px rgba(74, 90, 112, 0.75);
	--*/
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* --- Modal > Header --- */
.modal > header {
	height: 55px
}
.modal .close {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	background: url(../img/icons/modal_close.png) no-repeat top left;
	width: 45px;
	height: 45px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	opacity: .5;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.modal .close:hover {
	opacity: 1
}
.modal > header > h3 {
	font-size: 40px;
	line-height: 60px;
	color: #ecf1f4;
	text-shadow: 0 1px 3px #0e1b2c;
	font-family: 'ballparkweiner', "Helvetica", Arial, "Lucida Grande", sans-serif;
	text-align: center;
}
.modal .content-container {
	background: #ecf1f4;
	-webkit-box-shadow: 0 1px white inset;
	-moz-box-shadow: 0 1px white inset;
	box-shadow: 0 1px white inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* --- Modal > Reorder Sub-Nav --- */
.modal .content-container ul.reorder-nav li {
	position: relative;
	display: block;
	background: #ecf1f4 url(../img/content_sep.jpg) repeat-x bottom;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #404d61;
	text-shadow: 0 1px white;
}
.modal .content-container ul.reorder-nav li:first-child {
	-webkit-box-shadow: 0 1px white inset;
	-moz-box-shadow: 0 1px white inset;
	box-shadow: 0 1px white inset;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.modal .content-container ul.reorder-nav li:last-child {
	background: none;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.modal .content-container ul.reorder-nav li span {
	position: absolute;
	top: 13px;
	right: 15px;
	display: block;
	background: url(../img/icons/nav-pref_sprite.png) no-repeat;
	width: 18px;
	height: 18px;
	opacity: .5;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
.modal .content-container ul.reorder-nav li.ui-state-highlight {
	height: 16px;
	background: #dbe2e7 !important;
}
.modal .content-container ul.reorder-nav li.ui-state-highlight::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 582px;
	height: 40px;
	border: dashed 3px rgba(74, 90, 112, 0.1);
}
.modal .content-container ul.reorder-nav li.ui-sortable-helper {
	opacity: .75
}
.modal .content-container ul.reorder-nav li.locked span {
	background-position: top left
}
.modal .content-container ul.reorder-nav li.reorder span {
	background-position: top right
}
.modal .content-container ul.reorder-nav li.reorder {
	cursor: move
}
.modal .content-container ul.reorder-nav li:hover span {
	opacity: 1
}
/* --- Modal > Login --- */
.modal .content-container h4 {
	padding: 18px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #919eae;
	text-shadow: 0 1px white;
	text-align: center;
}
.modal .content-container h4 a {
	color: #919eae;
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
}
.modal .content-container h4 a:hover {
	color: #4a5a70
}
.modal .content-container .input-container {
	padding: 0 15px 40px 15px
}
.modal .content-container .input-container #username-container {
	position: relative;
	display: inline-block;
}
.modal .content-container form .input-container #username-container::after {
	position: absolute;
	content: '';
	top: 12px;
	left: 8px;
	background: url(../img/icons/login_input-sprite.png) no-repeat top left;
	width: 18px;
	height: 18px;
}
.modal .content-container .input-container #password-container {
	position: relative;
	display: inline-block;
}
.modal .content-container .input-container #password-container::after {
	position: absolute;
	content: '';
	top: 12px;
	left: 8px;
	background: url(../img/icons/login_input-sprite.png) no-repeat top right;
	width: 18px;
	height: 18px;
}
.modal .content-container form .input-container input[type="text"], .modal .content-container form .input-container input[type="password"] {
	position: relative;
	width: 230px;
	height: 42px;
	padding: 0 10px 0 30px;
	background: white;
	-webkit-box-shadow: 0 0 0 1px #586a8b inset, 0 2px 4px rgba(74, 90, 112, 0.3) inset, 0 1px white, 0 0 4px rgba(0, 171, 129, 0);
	-moz-box-shadow: 0 0 0 1px #586a8b inset, 0 2px 4px rgba(74, 90, 112, 0.3) inset, 0 1px white, 0 0 4px rgba(0, 171, 129, 0);
	box-shadow: 0 0 0 1px #586a8b inset, 0 2px 4px rgba(74, 90, 112, 0.3) inset, 0 1px white, 0 0 4px rgba(0, 171, 129, 0);
	border: none;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #4a5a70;
	transition: box-shadow 0.3s ease-in-out;
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	-ms-transition: box-shadow 0.3s ease-in-out;
}
.modal .content-container form .input-container input[type="text"]:focus, .modal .content-container form .input-container input[type="password"]:focus {
	-webkit-box-shadow: 0 0 0 1px #21457B inset, 0 2px 4px rgba(74, 90, 112, 0.3) inset, 0 0 4px rgba(0, 171, 129, 0.65);
	-moz-box-shadow: 0 0 0 1px #21457B inset, 0 2px 4px rgba(74, 90, 112, 0.3) inset, 0 0 4px rgba(0, 171, 129, 0.65);
	box-shadow: 0 0 0 1px #21457B inset, 0 2px 4px rgba(74, 90, 112, 0.3) inset, 0 0 4px rgba(0, 171, 129, 0.65);
}
.modal .content-container form .input-container input[type="text"]::-webkit-input-placeholder, .modal .content-container form .input-container input[type="password"]::-webkit-input-placeholder {
color: #b1b8c9
}
.modal .content-container form .input-container input[type="text"]::-moz-placeholder, .modal .content-container form .input-container input[type="password"]::-moz-placeholder {
color: #b1b8c9
}
.modal .content-container form .input-container input[type="text"]input:-moz-placeholder, .modal .content-container form .input-container input[type="password"]input:-moz-placeholder {
color: #b1b8c9
}
.modal .content-container form .input-container input[type="text"] {
	margin: 0 14px 0 0
}
.modal .options {
	padding: 15px;
	background: url(../img/content_sep.jpg) repeat-x top;
}
.modal .options span.remember-me {
	display: block;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #919eae;
	text-shadow: 0 1px white;
}
.modal .options .btn-s1 {
	margin: 4px 0 0 0
}
/* --- Firefox Specific CSS Rules --- */
body:not(:-moz-handler-blocked) #main #content .news ul.sub-cat-tabs li a {
	line-height: 38px
}
body:not(:-moz-handler-blocked) #main #content .news .content-container header a span.rss-icon {
	vertical-align: bottom
}
body:not(:-moz-handler-blocked) .btn-s2 {
	line-height: 37px
}
body:not(:-moz-handler-blocked) #main #content .article-options ul.article-nav li a {
	line-height: 37px
}
body:not(:-moz-handler-blocked) #main #content #comments .add-comment .content-container .input-container a.add-it {
	line-height: 40px
}
body:not(:-moz-handler-blocked) #main #sidebar .widget .content-container article .review .knob {
	margin-top: 17px !important
}
body:not(:-moz-handler-blocked) .profile-header .options span {
	top: 14px
}
body:not(:-moz-handler-blocked) .add-content .content-container .input-container #aw-whats-new-submit {
	top: 1px
}
/*--- Eigene Styles ---*/

.empfang_s {
	padding:10px;
}
.empfang_s p {
	font-size:1.3em;
	line-height:1.3em;
}
.empfang_img {
	position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.empfang_img:before, .empfang_img:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.unternehmen_s {
	padding:10px;
}
.unternehmen_s p {
	font-size:1.5em;
	line-height:1.5em;
}
#accordion h3 {
	font-size:1.5em;
	line-height:1.5em;
}
.unternehmen_s ul {
	font-size:1.0em;
	list-style-type:disc;
	margin-left:40px;
	line-height:1.8em;
}
.unternehmen_s li {
	font-size:1.3em;
}
.newsletter {
	background-image: url(../img/unternehmen/newsletter_bg.jpg);
	height:319px;
}
.newsletter_content {
	padding: 10px;
	font-size:0.8em;
}
.newsletter-body {
	background-color: transparent;
	padding: 0px;
	min-width: 0px;
	width: 100%;
	height: 100%;
	font-size: 0.9em;
	;
}
hr.trenner {
	height: 2px;
	color: #666;
	background-color: #666;
}
p.newsletter-block {
	margin: 5px auto;
	width: 500px;
}
.newsletter-form {
	width: 75%;
	margin: 0px 10px;
	font-size: 1em;
}
.newsletter-form p.zeile {
	margin-left: 30px;
}
.newsletter-form .optional,  .newsletter-form .must {
	background-color: white;
	width: 45%;
}
.newsletter-form .must {
	border: 1px solid #666;
}
.newsletter-form .optional {
	border: 1px solid #666;
}
.newsletter-form .mailer_error {
	color: red;
	border: 1px solid red;
}
.foot_nav {
	float:left;
}
a.foot_nav:link {
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
}
a.foot_nav:visited {
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
}
a.foot_nav:focus {
	font-weight:bold;
	color:red;
	text-decoration:underline;
}
a.foot_nav:hover {
	font-weight:bold;
	color:#5da5ff;
	text-decoration:none;
}
a.foot_nav:active {
	font-weight:bold;
	color:lime;
	text-decoration:underline;
}
.presse {
	margin-left:55px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom: 25px;
}
#mitb.presse td {
	border:1px solid #000;
	padding:4px;
	font-size:12px;
}
#pre.presse {
	font-size:12px;
	padding-top: 0;
}
.job_t {
	font-size:1.0em;
}
.button_example {
	border:1px solid #25729a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #3093c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3093c7, endColorstr=#1c5a85);
}
.button_example:hover {
	border:1px solid #1c5675;
	background-color: #26759e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
	background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b);
	background-image: -ms-linear-gradient(top, #26759e, #133d5b);
	background-image: -o-linear-gradient(top, #26759e, #133d5b);
	background-image: linear-gradient(to bottom, #26759e, #133d5b);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#26759e, endColorstr=#133d5b);
}
.terminblock {
	color:#fff;
	line-height:1.4em;
}
.suche {
	color:blue;
	font-weight:bold
}
#crossfade > img {
	position: absolute;
	top: 85px;
	left:87px;
	color: transparent;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 64s linear infinite 0s;
	-moz-animation: imageAnimation 64s linear infinite 0s;
	-o-animation: imageAnimation 64s linear infinite 0s;
	-ms-animation: imageAnimation 64s linear infinite 0s;
	animation: imageAnimation 64s linear infinite 0s;
}
#crossfade > img:nth-child(2) {
	background-image: url(../img/gewinn/2.png);
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
}
#crossfade > img:nth-child(3) {
	background-image: url(../img/gewinn/3.png);
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-o-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
}
#crossfade > img:nth-child(4) {
	background-image: url(../img/gewinn/4.png);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
#crossfade > img:nth-child(5) {
	background-image: url(../img/gewinn/5.png);
	-webkit-animation-delay: 16s;
	-moz-animation-delay: 16s;
	-o-animation-delay: 16s;
	-ms-animation-delay: 16s;
	animation-delay: 16s;
}
#crossfade > img:nth-child(6) {
	background-image: url(../img/gewinn/6.png);
	-webkit-animation-delay: 20s;
	-moz-animation-delay: 20s;
	-o-animation-delay: 20s;
	-ms-animation-delay: 20s;
	animation-delay: 20s;
}
#crossfade > img:nth-child(7) {
	background-image: url(../img/gewinn/7.png);
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
#crossfade > img:nth-child(8) {
	background-image: url(../img/gewinn/8.png);
	-webkit-animation-delay: 28s;
	-moz-animation-delay: 28s;
	-o-animation-delay: 28s;
	-ms-animation-delay: 28s;
	animation-delay: 28s;
}
#crossfade > img:nth-child(9) {
	background-image: url(../img/gewinn/9.png);
	-webkit-animation-delay: 32s;
	-moz-animation-delay: 32s;
	-o-animation-delay: 32s;
	-ms-animation-delay: 32s;
	animation-delay: 32s;
}
#crossfade > img:nth-child(10) {
	background-image: url(../img/gewinn/10.png);
	-webkit-animation-delay: 36s;
	-moz-animation-delay: 36s;
	-o-animation-delay: 36s;
	-ms-animation-delay: 36s;
	animation-delay: 36s;
}
#crossfade > img:nth-child(11) {
	background-image: url(../img/gewinn/11.png);
	-webkit-animation-delay: 40s;
	-moz-animation-delay: 40s;
	-o-animation-delay: 40s;
	-ms-animation-delay: 40s;
	animation-delay: 40s;
}
#crossfade > img:nth-child(12) {
	background-image: url(../img/gewinn/12.png);
	-webkit-animation-delay: 44s;
	-moz-animation-delay: 44s;
	-o-animation-delay: 44s;
	-ms-animation-delay: 44s;
	animation-delay: 44s;
}
#crossfade > img:nth-child(13) {
	background-image: url(../img/gewinn/13.png);
	-webkit-animation-delay: 48s;
	-moz-animation-delay: 48s;
	-o-animation-delay: 48s;
	-ms-animation-delay: 48s;
	animation-delay: 48s;
}
#crossfade > img:nth-child(14) {
	background-image: url(../img/gewinn/14.png);
	-webkit-animation-delay: 52s;
	-moz-animation-delay: 52s;
	-o-animation-delay: 52s;
	-ms-animation-delay: 52s;
	animation-delay: 52s;
}
#crossfade > img:nth-child(15) {
	background-image: url(../img/gewinn/15.png);
	-webkit-animation-delay: 54s;
	-moz-animation-delay: 54s;
	-o-animation-delay: 54s;
	-ms-animation-delay: 54s;
	animation-delay: 54s;
}
 @-webkit-keyframes imageAnimation {
 0% {
opacity: 0;
 -webkit-animation-timing-function: ease-in;
}
 8% {
opacity: 1;
 -webkit-animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
 @-moz-keyframes imageAnimation {
 0% {
opacity: 0;
 -moz-animation-timing-function: ease-in;
}
 8% {
opacity: 1;
 -moz-animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
 @-o-keyframes imageAnimation {
 0% {
opacity: 0;
 -o-animation-timing-function: ease-in;
}
 8% {
opacity: 1;
 -o-animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
 @-ms-keyframes imageAnimation {
 0% {
opacity: 0;
 -ms-animation-timing-function: ease-in;
}
 8% {
opacity: 1;
 -ms-animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
 @keyframes imageAnimation {
 0% {
opacity: 0;
 animation-timing-function: ease-in;
}
 8% {
opacity: 1;
 animation-timing-function: ease-out;
}
 17% {
opacity: 1
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
.gewinn_frage {
	position:relative;
	z-index:999;
	background-color:#fff;
	width:80%;
	padding:25px;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0px 2px 5px #101010;
	border: 3px solid #ccc
}
.votetitel {
	display:none;
}
/* f�r das Bonus-System */
.ilios {
	display:none;
	margin:0;
	padding:10px;
	background-color:black;
	background: url(/styles/img/clickinfo.png) no-repeat;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-260px;
	width:460px;
	height:205px;
	padding-left:30px;
	padding-top:25px;
	z-index:200;
}
.ilios span#titel {
	color:#FFAC00;
	font-weight:bold;
	font-size:20px;
	line-height:25px;
}
.ilios span#infos {
	color:#cccccc;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
}
#aplus {
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	color:#112840;
	clear:both;
}
#aplus input {
	font-size:11px;
	color:#112840;
}
#getit {
	color:green;
	font-weight:bold;
}
#left_reisen {
	float:left;
	margin-right:0%;
	min-height:2px;
	width: 33%;
}
#middle_reisen {
	float:left;
	margin-right:0%;
	min-height:2px;
	width: 30%;
}
#right_reisen {
	float:right;
	margin-right:0%;
	min-height:2px;
	width: 30%;
}
