/* Font faces */
@font-face {
	font-family: "Aghja";
	src: url(https://oooorgle.com/fonts/Aghja.otf) format("opentype");
}

@font-face {
	font-family: "Amburegul";
	src: url(https://oooorgle.com/fonts/Amburegul.otf) format("opentype");
}

@font-face {
	font-family: "Bybsy";
	src: url(https://oooorgle.com/fonts/Bybsy.ttf) format("truetype");
}

@font-face {
	font-family: "Crusoe";
	src: url(https://oooorgle.com/fonts/Crusoe.otf) format("opentype");
}

@font-face {
	font-family: "Cyanotype";
	src: url(https://oooorgle.com/fonts/Cyanotype.ttf) format("truetype");
}

@font-face {
	font-family: "DarkGardenMK";
	src: url(https://oooorgle.com/fonts/DarkGardenMK.ttf) format("truetype");
}

@font-face {
	font-family: "EngineerHand";
	src: url(https://oooorgle.com/fonts/EngineerHand.ttf) format("truetype");
}

@font-face {
	font-family: "Gidole";
	src: url(https://oooorgle.com/fonts/Gidole-Regular.otf) format("opentype");
}

@font-face {
	font-family: "HiLo-Deco";
	src: url(https://oooorgle.com/fonts/HiLo-Deco.ttf) format("truetype");
}

@font-face {
	font-family: "KiriFont";
	src: url(https://oooorgle.com/fonts/KiriFont.otf) format("opentype");
}

@font-face {
	font-family: "Leopold";
	src: url(https://oooorgle.com/fonts/Leopold.otf) format("opentype");
}

@font-face {
	font-family: "ModernAntiqua";
	src: url(https://oooorgle.com/fonts/ModernAntiqua.ttf) format("truetype");
}

@font-face {
	font-family: "NightClub70s";
	src: url(https://oooorgle.com/fonts/NightClub70s.ttf) format("truetype");
}

@font-face {
	font-family: "Reteprelleum";
	src: url(https://oooorgle.com/fonts/Reteprelleum.otf) format("opentype");
}

@font-face {
	font-family: "Segment7";
	src: url(https://oooorgle.com/fonts/Segment7.otf) format("opentype");
}

/*--------------------------------
		HEADER
--------------------------------*/
body {
	background: #e7e7e7 url("https://oooorgle.com/images/wrapperbg.png") repeat;
	cursor: url("https://oooorgle.com/images/CursorKey.png"), auto;
	font-family: Crusoe, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
}

#wrapper {
	position:relative;
	width: 97%;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	min-width: 280px;
	z-index: 1;
}

.header-container {
	position: relative;
	top: 0px;
	width: 100%;
	background: #e7e7e7 url("https://oooorgle.com/images/wrapperbg.png") repeat;
	border-bottom: 2px solid;
}

#header-title {
	float: left;
	text-align: center;
	background: url(https://oooorgle.com/images/Home.png) no-repeat left top;
	padding: 5px 5px 0px 25px;
	line-height: 0px;
}

.header-links {
	float: right;
	margin-right: 18px;
}

.header-link {
	display: table-cell;
	padding-right: 3px;
	padding-left: 3px;
	width: 70px;
	height: 70px;
	text-align: center;
	vertical-align: bottom;
}

.header-link:hover,
.translate:hover,
.fontselector:hover {
	text-decoration: none;
	text-shadow: 2px 2px 4px #222222;
}

.easeinout {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.select-font,
.google-translate {
	margin: 0 auto;
	padding-right: 10px;
	text-align: right;
	visibility: hidden;
	height: 0px;
	width: 90%;
	clear: both;
}

.font-form,
.cursize,
.increase-font,
.decrease-font,
.reset-font {
	display: inline;
}

.slideout {
	position: fixed;
	display: none;
	top: 3%;
	right: 8%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.slideout ul {
	padding-left: 5px;
	padding-right: 5px;
}

.slideout-link img {
	max-height: 60px;
	max-width: 60px;
}

.slideout:hover {
	cursor: url("https://oooorgle.com/images/CursorKeyOn.png"), auto;
}

.slideout-menu {
	font-size: 2em;
}

.slideout-inner {
	position: absolute;
	text-align: left;
	min-width: 150px;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: none;
	background: #e7e7e7 url("https://oooorgle.com/images/wrapperbg.png") repeat;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.slideout-link {
	display: block;
	padding: 5px 5px 1px 3px;
}

.slideout-link-close {
	float: right;
	clear: both;
}

.slideout-link-close {
	padding-right: 1px;
	padding-top: 1px;
}

.slideout-link a:link,
.slideout-link a:hover,
.slideout-link a:active,
.slideout-link a:visited {
	text-decoration: none;
}

.slideout-link:hover span {
	color: #e67e22;
}

.slideout-link { transition: all .2s ease-in-out; }
.slideout-link:hover { transform: scale(1.1); }

#countdown {
	float: right;
	top: 5px;
	right: 10px;
	width: 25px;
	height: 25px;
	z-index: 10;
}

/* body */
#quotegallery {
	top: 0;
  	padding-right: 10px;
	transition: height 2s;
	transition: width 2s;
}

#quotebox {
	position: relative;
	max-width: 650px;
	min-height: 180px;
	cursor: pointer;
	transition: height 2s;
	transition: width 2s;
}

#quotebox cite {
	font-size: .8em;
}

.author_source {
	display: block;
	text-align: right;
	font-style: italic;
}
/*
.circular img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	max-width : 150px;
}
*/

.circular img {
	float: left;
	max-width: 150px;
	max-height: 150px;
	margin-right: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
}

a {
	color: #666666;
}
/*----------------------
		A LINKS
----------------------*/
a:link {
	text-decoration: none;
	color: #000000;
}

a:hover {
	cursor: url("https://oooorgle.com/images/CursorKeyOn.png"), auto;
	text-decoration: none;
	text-shadow: 2px 2px 4px #222222;
}

a:active {
	background-color: #dddddd; /* light gray */
}

a:visited {
	color: #222222;
}

.translate,
.fontselector {
	cursor: url("https://oooorgle.com/images/CursorKeyOn.png"), auto;
	text-decoration: none;
}

.clear {
	clear: both;
}

.no-wrap {
	white-space: nowrap;
}

.slink {
	cursor: url("https://oooorgle.com/images/CursorKeyOn.png"), auto;
	text-decoration: none;
}

.shadow_small {
	text-shadow: 2px 2px 4px #222222;
}

.border-bottom-right {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.border-bottom-left {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

hr {
	height: 5px; border: 0; box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.75);
}

.not-active {
	position: fixed;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1080px) {
	body {
		font-size: .9em !important;
	}

	#quotebox {
		max-width: 480px;
		padding-right: 10px;
	}

	.circular img {
		width: 120px;
		height: 120px;
	}

	#header-title {
		display: none;
	}

	.header-links {
		padding-left: 125px;
		padding-right: 10px;
		background: url(https://oooorgle.com/images/Home.png) no-repeat left top;
	}
}

@media only screen and (max-width: 768px) {
	body {
		font-size: .8em !important;
	}

	.header-container {
		border: 0 !important;
	}

	.header-links {
		display: none;
	}

	.slideout {
		display: block;
	}

	.select-font,
	.google-translate {
		text-align: left;
	}

	#quotebox {
		max-width: 350px;
		padding-right: 20px;
	}

	#quotebox cite {
		font-size: .7em;
	}

	.circular img {
		width: 100px;
		height: 100px;
	}

	#countdown {
		float: left;
		top: 3px;
		left: 5px;
	}
}

@media only screen and (max-width: 360px) {
	body {
		font-size: .7em !important;
	}

	#quotebox {
		max-width: 275px;
		padding-right: 30px;
	}

	.circular img {
		width: 75px;
		height: 75px;
	}
}

@media only screen and (max-width: 240px) {

}