/*********************************
GLOBAL LAYOUT STYLES
**********************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic);

* {
	box-sizing: border-box;
}

html {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 17px;
}

body {
	margin: 0;
	padding: 0;
	color: lightgray; /* #d3d3d3 */
	background-color: #4e4e4e;
	background-image: url(/images/rivets-gray.png);
}

#page-background {
	max-width: 1400px;
	margin: auto;
	width: 100%;
	background-image: url(/images/edge1-left.png), url(/images/edge1-right.png);
	background-repeat: repeat-y, repeat-y;
	background-position: left, right;
	background-color: black;
}

#top-ad {
	text-align: center;
	padding: 4px;
	background-image: url(/images/lines-gray.png);
	border-bottom: 1px solid gray;
	overflow: hidden;
}

.topad {
	width: 728px;
	height: 90px;
}

#skip-link {
	position: absolute;
	top: -5000px;
	padding: 0.5em;
	width: 150px;
	text-align: center;
	background-color: #191919;
	border: 1px solid gray;
	border-radius: 10px;
	z-index: 5;
}

#skip-link:focus {
	top: 0.5em;
	left: 0.5em;
}

#site-header {
	padding-top: 8.5px;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 0;
}

#site-logo a {
	font-size: 0;
	padding-bottom: 5px;
}

#site-logo a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

#site-logo img {
	width: 600px;
	height: auto;
}

#site-logo a:hover {
	border-bottom: 1px solid white;
}

#header-icons {
	font-size: 0;
	float: none;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
	margin-bottom: 12px;
	padding: 10px;
	max-height: 51px;
	overflow-y: hidden;
}

#header-icons.sticky {
	position: sticky;
	top: 0;
	z-index: 2;
}

#header-icons.stickybg {
	background-color: #000000cc;
	transition: all 0.25s ease-in;
}

#header-icons img {
	height: 30px;
	width: auto;
	margin-right: 6px;
	margin-bottom: 10px;
}

#header-icons img:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

#header-icons img:active {
	position: relative;
	top: 2px;
	left: 2px;
}

#header-icons img#sticky-logo {
	float: right;
	height: 20px;
	position: relative;
	top: 5px;
	right: 4px;
	left: revert;
	animation: fadeIn 0.5s ease-in-out;
}

#header-icons img#sticky-logo:active {
	top: 6px;
	right: 3px;
}

#left-pane-container {
	width: 100%;
	float: left;
	margin-right: -330px;
	overflow-x: hidden;
}

#left-pane {
	margin-right: 330px;
	padding-left: 85px;
	padding-right: 34px;
	padding-bottom: 17px;
}

#right-pane {
	width: 330px;
	padding-right: 25px;
	float: right;
	padding-bottom: 17px;
}

#right-ad {
	margin-top: 1.75em;
	margin-bottom: 1em;
}

.rightad {
	width: 300px;
	height: 600px;
}

#bottom-ad {
	text-align: center;
	margin-bottom: 1em;
	max-width: 100%;
	overflow-x: hidden;
}

.bottomad {
	width: 728px;
	height: 90px;
}

footer {
	color: #fffff0;
	padding: 0.75em;
	font-size: 0.95em;
	background-color: #575757;
	background-color: black;
	border-top: 1px solid gray;
	background-image: url(/images/lines-gray.png);
	clear: both;
}

#breadcrumb,
#featured-links,
#comment-links,
.page-subnav,
.border {
	margin-top: 10px;
	margin-bottom: 1em;
	padding: .25em;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	color: gray;
	clear: both;
}

.border-merge {
	margin-bottom: 0;
	border-bottom: 0;
}

hr.border-merge {
	display: none;
}

#featured-links a,
#comment-links a {
	white-space: nowrap;
}

#site-menu {
	display:none;
	border: 1px solid gray;
	top: 0;
	left: -350px;
	width: 350px;
	max-width: 100%;
	max-height: 100vh;
	position: fixed;
	background-color: black;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 3;
	font-size: 0;
}

#site-menu h3 {
	font-size: 1.17rem;
	margin: 0.5em;
}

#site-menu ul {
	padding: 0;
	list-style: none;
}

#site-menu a {
	font-size: 1rem;
	color: lightgray;
	display: block;
	width: 100%;
	padding: 0.5em;
	background-color: #191919;
	background-image: url(/images/btn-black.png);
	background-repeat: repeat-x;
	text-shadow: 1px 1px black;
	text-decoration: none;
}

#site-menu a img {
	float: right;
	height: 1.25em;
	border: 1px solid gray;
}

#site-menu a:hover,
#site-menu a:focus-visible {
	color: white;
	background-color: #000688;
	background-image: none;
	text-decoration: none;
}

#site-menu a:active {
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: none;
}

.no-underline,
.no-underline:hover {
	text-decoration: none;
}

.openform {
	font-size: 0.9em;
}

.openform input,
.openform select,
.openform textarea {
	font-size: 0.95rem;
	padding: 5px;
	font-family: "Open Sans", Arial, sans-serif;
	background-color: #2e2e2e;
	color: #fffff0;
	border: 1px solid gray;
	max-width: 100%;
	margin: 5px 0 5px 0;
}

.openform div {
	margin-bottom: 0.75em;
}

.openform label {
	color: lightgray;
}

.openform input {
	width: 300px;
}

.openform input[type="button"],
.openform input[type="submit"],
.openform[type="reset"],
.openform button {
	color: #fffff0;
	text-shadow: 1px 1px black;
	border-width: 1px;
	border-radius: 20px;
	background-color: #2e2e2e;
	background-image: url(/images/btn-darkgray.png);
	background-repeat: repeat-x;
	padding: 5px 15px;
	width: auto;
	transition: all .1s ease-in;
}

.openform input[type='checkbox'] {
	width: auto;
	margin-right: 0.5em;
}

.openform input[type="button"]:hover,
.openform input[type="submit"]:hover,
.openform[type="reset"]:hover,
.openform button:hover {
	border-color: #fffff0;
	cursor: pointer;
	transition: all .1s ease-in;
}

.openform input[type="button"]:active,
.openform input[type="submit"]:active,
.openform[type="reset"]:active,
.openform button:active {
	border-color: gold;
	position: relative;
	left: 1px;
	top: 1px;
	transition: all .1s ease-in;
}

.openform textarea {
	width: 600px;
	max-width: 100%;
}

.boxform input,
.boxform select,
.boxform textarea {
	font-size: 1em;
	padding: 3px;
	font-family: "Open Sans", Arial, sans-serif;
	background-color: black;
	color: #fffff0;
	border: 1px solid gray;
	max-width: 100%;
}

.button,
.button:visited {
	text-decoration: none;
	padding: .25em;
	color: #fffff0;
	border: 1px solid #2e2e2e;
	max-width: 100%;
	text-shadow: 1px 1px black;
	border-radius: 8px;
	background-color: #2e2e2e;
	background-image: url(/images/btn-darkgray.png);
	background-repeat: repeat-x;
	width: auto;
	transition: all .1s ease-in;
}

.button:hover {
	border-color: #fffff0;
	cursor: pointer;
	text-decoration: none;
	color: #fffff0;
	transition: all .1s ease-in;
}

.button:active {
	position: relative;
	left: 1px;
	top: 1px;
	color: #fffff0;
	border: 1px solid gold;
	transition: all .1s ease-in;
}

.largebutton {
	margin: 0 auto;
	display: block;
	background-color: #2e2e2e;
	background-image: linear-gradient(#5f5f5f, #2e2e2e);
	background-image: url(/images/btn-darkgray.png);
	background-repeat: repeat-x;
	cursor:pointer;
	border: 1px solid #2e2e2e;
	color: #fffff0;
	text-shadow: 1px 1px black;
	padding: 9px;
	font-size: 0.95rem;
	font-weight: normal;
	border-radius: 30px;
	width: 400px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	transition: all .1s ease-in;
}

.largebutton:link,
.largebutton:visited {
	color: #fffff0;
	text-decoration: none;
}

.largebutton:hover {
	border-color: #fffff0;
	transition: all 0s ease-in;
}

.largebutton:active {
	border-color: gold;
	position: relative;
	top: 1px;
	left: 1px;
	transition: all .1s ease-in;
}

.largebuttonred {
	background-image: url(/images/btn-red.png);
	background-color: #670f0f;
	border-color: #670f0f;
}

.largebuttongreen {
	background-image: url(/images/btn-green.png);
	background-color: #0a4d1b;
	border-color: #0a4d1b;
}

.nomargin {
	margin: 0;
}

video,
.video {
	position: relative;
	margin-top: 1em;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

video iframe,
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-overlay {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	background-color: #414141;
	opacity: 0.7;
	z-index: 4;
}

#search-box {
	display: none;
	text-align: left;
	position: fixed;
	width: 800px;
	max-width: 95%;
	max-height: 80%;
	overflow: auto;
	margin: auto;
	left: 0;
	right: 0;
	top: 4em;
	background-color: black;
	border: 1px solid gray;
	border-radius: 1em;
	box-shadow: 5px 5px 10px black;
	padding: 1em;
	z-index: 5;
	animation: fadeIn 0.5s both;
}

#alert-box {
	display: none;
	position: fixed;
	width: 500px;
	max-width: 90%;
	max-height: 70%;
	overflow: auto;
	margin: auto;
	left: 0;
	right: 0;
	top: 15%;
	border: 1px solid gray;
	background-color: black;
	color: #fffff0;
	padding: 1em;
	z-index: 5;
	border-radius: 1em;
	box-shadow: 3px 3px 10px black;
	animation: bounce 0.5s ease both;
}

#alert-box h3 {
	margin: 0;
}

#alert-box h3 img {
	height: 2em;
	width: auto;
	margin-right: 1em;
}

#alert-box h3 span {
	position: relative;
	bottom: 0.5em;
}

.infotable {
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
}

.infotable th {
	text-align: left;
	background-color: #343434;
	color: #aacddd;
}

.infotable tr {
	border-top: 1px solid gray;
}

.infotable th,
.infotable td {
	padding: 9px;
}

.clickable:hover {
	cursor: pointer;
}

.shaded tr:nth-child(odd) {
	background-color: #202020;
}

.shaded tr:nth-child(even) {
	background-color: black;
}

.anchor {
	display: block;
	position: relative;
	top: -55px;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 0;
}

.semantic-only {
	position:absolute;
	top: -10000px;
	left: -10000px;
}

.noscript-only {
	display: none;
}

/*********************************
GLOBAL FONT & IMAGE STYLES
**********************************/

a:link {
	color: #fff7d3;
	text-decoration: none;
}

a:visited {
	color: #c0ba89;
	text-decoration: none;
}

a:hover {
	color: #fff7d3;
	text-decoration: underline;
}

a:active {
	color: #aacddd;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-tag,
.eptitle,
.hc {
	color: #aacddd;
}

h1 {
	font-size: 1.7em;
}

article header h1 {
	font-size: 1.5em;
	margin-top: 0.25em;
}

.subheadline {
	font-size: 1.17em;
	font-style: italic;
}

h2 {
	font-size: 1.4em;
}

hr {
	/*
	margin-top: 1em;
	margin-bottom: 1em;
	*/
	clear: both;
	background-color: gray;
	height: 1px;
	border: none;
}

img {
	border: 0;
}

span.star {
	white-space: nowrap;
	display: inline-block;
}

span.star img,
img.star,
span.halfstar,
img.halfstar {
	height: 1em;
	width: auto;
	margin-left: 1px;
}

.starrating {
	color: lightgray;
}

.starrating span.star img {
	height: 1.5em;
}

#breadcrumb .arrow {
	color: red;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

ul {
	list-style-image: url(/images/bullet-red.png);
}

#body-text blockquote {
	color: #ababab;
	border-left: 6px solid #383838;
	padding: 0.5em;
	padding-left: 1.5em;
	margin-left: 0;
}

#body-text blockquote p:first-child {
	margin-top: 0;
}

#body-text blockquote p:last-child {
	margin-bottom: 0;
}

figure,
.photobox {
	width: 60%;
	float: right;
	margin: 1em 0 1em 1em;
	color: #fffff0;
	font-size: 0.9em;
	padding-bottom: 0.9em;
	border-bottom: 1px solid gray;
}

figure img,
.photobox img {
	width: 100%;
	padding-bottom: 0.5em;
}

.full {
	width: 100%;
	float: none;
	margin: 1em 0 1em 0;
}

.no-caption {
	border: none;
	padding-bottom: 0;
}

.no-caption img {
	padding-bottom: 0;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.width-constrain {
	max-width: 300px;
}

.indent {
	margin-left: 40px;
}

.boxed-text {
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	padding: 0.75px 3px;
	font-size:	0.7em;
}

/*********************************
INDEX PAGE STYLES
**********************************/

.index-page #body-text ul {
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

.index-page #body-text ul li {
	margin-bottom: 1em;
}

.index-page #body-text ul li a {
	font-weight: bold;
}

.index-page #body-text ul li span {
	color: #7e7e7e;
}

.index-page #body-text ul li span a {
	font-weight: normal;
	color: #7e7e7e;
}

.index-page #body-text ul li span a:hover {
	color: lightgray;
}

.index-page #body-text ul li span a:active {
	color: #aacddd;
}

/*********************************
ARTICLE PAGE STYLES
**********************************/

.article-page article header {
	color: #aacddd;
}

.article-page main header h1 {
	margin-top: 0.25em;
}

.heading-tag {
	margin: 0;
	font-weight:bold;
}

.article-page main header h1.sub {
	font-size:1em;
}

.byline {
	font-weight: bold;
}

.article-page main header blockquote {
	margin-left: 0;
	margin-right: 0;
}

.article-page #body-text {
	border-top: 1px solid gray;
}

.article-page #body-text ul li {
	list-style-image: none;
	list-style-type: disc;
}

.article-page #body-text ul.rb li {
	list-style-image: url(/images/bullet-red.png);
}

.header-quote,
.pubdate {
	color:#fffff0;
}

.header-quote {
	padding-left: 1em;
	border-left: 6px solid #474747;
}

.pubdate {
	font-size: 1em;
}

ul.ds li,
ol.ds li {
	margin-bottom: 1em;
}

ul.hs li,
ol.hs li {
	margin-bottom: 0.5em;
}

ul.qs li,
ol.qs li {
	margin-bottom: 0.25em;
}

/*********************************
COMMENT SECTION STYLES 
**********************************/

#comments-intro {
	font-size: 0.9em;
	padding-left: 1em;
}

#comment-search-box {
	display: none;
}

#comment-search-box div {
	margin-top: 0.75em;
}

.comment-pagenav {
	color: #fffff0;
	margin-bottom: 1em;
}

.comment-box,
#quick-filter,
#comment-search-box {
	border: 1px solid gray;
	border-radius: 8px;
	background-color: #2e2e2e;
	background-image: url(/images/rivets-darkergray.png);
	padding: 0.8em;
	margin-bottom: 1em;
	overflow-x: auto;
}

#quick-filter {
	font-size: 0.9em;
	padding: 0.6em;
	border-radius: 0;
	border-left: none;
	border-right: none;
}

#search-box img,
.comment-box img,
#comment-search-box img {
	height: 1.25em;
	border: 1px solid gray;
	float: right;
}

.x-btn {
	display: block;
	float: right;
	border: 1px solid gray;
	background-color: black;
	background-image: url(/images/x-btn-blackshine.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 1.25em;
	width: 1.25em;
}

.x-btn:hover {
	border: 1px solid white;
	transition: all 0.25s ease-in;
}

.x-btn:active {
	border-color: gold;
	position: relative;
	top: 1px;
	left: 1px;
}

#search-box a img:active,
.comment-box img:active,
#comment-search-box a img:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.comment-metadata {
	border-bottom: 1px solid gray;
	padding-bottom: .75em;
	margin-bottom: .75em;
}

h4.comment-author {
	margin:0;
	margin-bottom:0.4em;
}

.comment-author,
.comment-author a {
	color: #fff7d3;
}

.comment-timestamp {
	font-size: 0.8em;
	font-weight: normal;
	color: #d3d3d3;
}

.comment-admin {
	margin-top: 0.75em;
	padding-top: 0.75em;
	border-top: 1px solid gray;
	font-size: 0.9em;
}

.comment-text {
	color: #fffff0;
}

.comment-count span {
	font-weight: normal;
	font-size: 0.8em;
	white-space: nowrap;
}

.comment-text strike,
.comment-text del,
.spoiler {
	background-color: black;
	color: black;
	border: 1px solid gray;
	text-decoration: none;
}

/*********************************
GLOBAL RESPONSIVE ADJUSTMENTS
**********************************/

@media (min-width:1400px) {

	#page-background {
		background-image: url(/images/edge1-leftw.png), url(/images/edge1-rightw.png);
	}

	#page-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* end media query */

/*
@media (max-width:1032px) {
	
	#left-pane-container {
		margin-right: -290px;
	}

	#left-pane {
		margin-right: 290px;
		padding-left: 51px;
	}

	#right-pane {
		width:290px;
		font-size: 0.9em;
	}
	
}
*/

/* end media query */

@media (max-width:930px) {
	#site-logo img {
		max-width: 100%;
		height: auto;
	}
	#left-pane {
		padding-left: 51px;
		padding-right: 20px;
	}
}

/* end media query */

@media (max-width:800px) {

	#page-background {
		background-image: none;
	}

	#page-wrapper {
		padding: 0;
	}

	.topad {
		width: 468px;
		height: 60px;
	}

	.bottomad {
		width: 300px;
		height: 250px;
	}

	#site-header {
		padding: 8.5px 12px 0 12px;
		padding-top: 0; /* sticky adjustment */
	}

	#left-pane-container {
		width: auto;
		float: none;
		margin-right: 0;
	}

	#left-pane {
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	#right-pane {
		text-align: center;
		width: auto;
		float: none;
		margin-left: 0;
		padding-left: 8.5px;
		padding-right: 8.5px;
	}

	#right-pane-nav,
	#right-ad {
		display: inline-block;
		margin-right: 12.75px;
		margin-bottom: 1em;
	}

	#right-ad,
	.rightad {
		display: none;
	}

	#right-pane-nav {
		display: none;
	}

	#right-pane-nav {
		text-align: left;
	}

	.hide800 {
		display: none;
	}

}

/* end media query */

@media (max-width:700px) {
	#header-icons img#sticky-logo {
		display: none;
	}

	figure,
	.photobox {
		width: 100%;
		margin: 1em 0;
	}

	.width-constrain {
		max-width: 50%;
		float: right;
		margin: 0 0 1em 1em;
	}

}

/* end media query */

@media (max-width:500px) {

	html {
		font-size: 15px;
	}

	#page-background {
		background-image: none;
	}

	.topad {
		width: 320px;
		height: 100px;
	}

	#site-header {
		padding: 7.5px;
		padding-bottom: 0;
		padding-top: 0;
	}

	#left-pane {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}

	#comments-ad {
		display: none;
	}

	#site-menu {
		left: -350px;
		right: auto;
		width: 300px;
	}

	#site-menu h3 {
		margin-top: 0.5rem;
		font-size: 1rem;
	}

	#site-menu a {
		font-size: 1rem;
	}

}

/* end media query */

/*************************************
HOME PAGE STYLES THAT OVERRIDE GLOBAL
**************************************/

.homepage #page-background {
	max-width: 1200px;
}

.homepage #left-pane {
	padding-top: 17px;
	padding-left: 51px;
}

.homepage #site-logo img {
	width: 675px;
	height: 43px;
}

.homepage #site-logo p {
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
	letter-spacing: 0.0441em;
	color: #aacddd;
}

/*************************************
HOME PAGE-SPECIFIC STYLES 
**************************************/

#tagsplit {
	display: none;
}

.homepage #breadcrumb a {
	white-space: nowrap;
}

#hp-headlines,
#topstory-box {
	max-width: 600px;
	min-width: 250px;
	margin: auto;
}

#topstory-link {
	text-decoration: none;
}

#topstory-link:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

#topstory-link:active {
	position: relative;
	top: 2px;
	left: 2px;
}

#topstory-box {
	background-color: #575757;
	border: 1px solid white;
}

#topstory-caption-top {
	font-size: 0.825em;
	padding: 4px;
	color: white;
	border-bottom: 1px solid white;
	background-image: url(/images/btn-blue.png);
	background-color: #040063;
	background-repeat: repeat-x;
	text-shadow: 1px 1px black;
}

#topstory-image {
	width: 100%;
}

#topstory-caption-btm {
	padding: 5px;
	border-top: 1px solid white;
	background-image: url(/images/btn-blue.png);
	background-color: #040063;
	background-repeat: repeat-x;
}

#topstory-caption-btm h3 {
	font-size: 1.059em;
	font-weight: normal;
	margin: 0;
	color: white;
	text-shadow: 1px 1px black;
}

#hp-headlines ul {
	padding-left: 1.5em;
}

#hp-navtiles {
	margin: auto;
	padding-top: 20px;
	text-align: center;
	font-size: 0;
}

#hp-navtiles img {
	width: 45%;
	margin-right: 2%;
	margin-bottom: 2%;
	min-width: 175px;
	max-width: 300px;
}

#hp-navtiles img:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

#hp-navtiles img:active {
	position: relative;
	top: 2px;
	left: 2px;
}

.homepage #left-pane {
	overflow-x: hidden;
	overflow-y: hidden;
}

.hidden {
	visibility: hidden;
}

.removed {
	display: none;
}

/********************************************
HOME PAGE-SPECIFIC RESPONSIVE ADJUSTMENTS
*********************************************/

@media (min-width:1200px) {

	.homepage #page-background {
		background-image: url(/images/edge1-leftw.png), url(/images/edge1-rightw.png);
	}

	.homepage #page-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

}

/* end media query */

@media (max-width:800px) {

	.homepage #site-header {
		text-align: center;
	}

	.homepage #header-icons {
		text-align: left;
	}

	#tagsplit {
		display: inline;
	}

	.homepage #site-logo img {
		max-width: 100%;
		height: auto;
	}

	.homepage #left-pane {
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* end media query */

@media (max-width:500px) {

	.homepage #left-pane {
		padding-top: 0;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	#left-pane {
		padding-left: 10px;
		padding-right: 10px;
	}
	ul {
		padding-left: 2em;
	}
}

/* end media query */

@media (max-width:468px) {

	#topstory-caption-top {
		font-size: 0.8125em;
		padding: 3px;
	}

	#hp-navtiles img {
		width: 100%;
		margin: 0;
		margin-bottom: 12px;
		max-width: 100%;
	}

}

/* end media query */

/*********************************
ANIMATION STYLES
**********************************/

.sitemenu-on {
	animation: slideInSiteMenu 0.4s both;
}

.sitemenu-off {
	animation: slideOutSiteMenu 0.4s both;
}

@keyframes slideInSiteMenu {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(350px);
	}
}

@keyframes slideOutSiteMenu {
	0% {
		transform: translateX(350px);
	}
	100% {
		transform: translateX(0);
	}
}

.slidein-left {
	animation: slideInLeft 1s both;
	visibility: visible;
}

@keyframes slideInLeft {
	0% {
		transform: translateX(-500px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.slidein-right {
	animation: slideInRight 1s both;
	visibility: visible;
}

@keyframes slideInRight {
	0% {
		transform: translateX(500px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.slidein-up-left {
	visibility: visible;
	animation: slideInUpLeft 1s both;
}

@keyframes slideInUpLeft {
	0% {
		opacity: 0;
		transform: translateX(-300px) translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0) translateY(0);
	}
}

.slidein-up-right {
	visibility: visible;
	animation: slideInUpRight 1s both;
}

@keyframes slideInUpRight {
	0% {
		opacity: 0;
		transform: translateX(300px) translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0) translateY(0);
	}
}

.fadein {
	animation: fadeIn 1s both;
	visibility: visible;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.dropin {
	animation: dropIn 0.8s both;
	visibility: visible;
}

@keyframes dropIn {
	0% {
		opacity: 0;
		transform: scale(1.5,1.5);
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1,1);
	}
}

.bounce {
	animation: bounce 0.5s both;	
}

@keyframes bounce {
	0% {
		transform: scale(1.1,1.1);
	}
	50% {
		transform: scale(0.95,0.95);
	}
	100% {
		transform: scale(1, 1);
	}
}