html, body {
	height: 100%;
	width: 100%;
}
a {
	outline: none;
}
body {
	font: normal 14px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", helvetica, arial, sans-serif;
	background: url(/images/bg.jpg);
	overflow-y: scroll;
	padding: 0;
	margin: 0;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.header {
	margin: 0;
	padding: 30px 0 0 0;
	background: none;
	height: 113px;
	position: relative;
}

.logo {
	display: inline-block;
	position: relative;
}
#logo {
	display: inline-block;
	height: 113px;
	margin: 0;
}
#logo a.img {
	width: 117px;
	height: 113px;
	float: left;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#logo a.img img {
	border: none;
}

#logo a.title {
	display: block;
	margin-left: 147px;
	height: 85px;
	line-height: 85px;
	font-size: 85px;
	color: #4e4e4e;
	text-decoration: none;
	margin: 14px 0 14px 147px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#logo:hover .img {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.langs {
	position: absolute;
	bottom: 0;
	left: 153px;

}
.langs a {
	font-size: 0.9em;
	line-height: 1em;
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 8px;
	border-bottom: 1px dashed;
	color: #4E4E4E;
}
.langs .active {
	text-decoration: none;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
	border: none;
}

#content {
	margin-top: 10px;
}

.stop-all, .mix-url {
	position: fixed;
	width: 100px;
	bottom: 5px;
	left: 10px;
	display: none;
	z-index: 100;
}
.stop-all {
	height: 100px;
	background: url(/images/big-red-button.png) top center no-repeat;
	cursor: pointer;
}
.mix-url {
	bottom: 140px;
	text-align: center;
}
.mix-url h4 {
	margin-bottom: 0;
}
.mix-url input {
	width: 85%;
	padding: 5px;
	border: 1px solid #777;
	background-color: white;
}



.stop-all:active {
	background-position: bottom center;
}

#social {
	position: absolute;
	right: 0px;
	top: 68px;
}
.social {
	height: 26px;
}
#social > div, .social > div {
	display: inline-block;
	float: left;
	height: 70px;
	margin-left: 10px;
	width: 70px;
}
.social > div {
	height: 24px;
	margin-left: 14px;
	overflow: hidden;
}

#social #one {
	width: 58px;
}
#social #fb {
	width: 53px;
}
#social #tw {
	width: 63px;
}
#social #vk {
	width: 50px;
	margin-top: 5px;
}
.social #one {
	width: 40px;
}
.social #one > span {
	display: none;
}
.social #fb {
	width: 48px;
}
.social #tw {
	width: 60px;
}
.social #vk {
	width: 45px;
}


.filters-block {
	text-align: center;
	font-family: "Century Gothic", verdana, arial, sans;
}
.filters-block ul, .filters-block form, .filters-block .submit {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0 10px;
	padding: 0;
	overflow: hidden;
	position: relative;
	border: 1px solid #cfcfcf;
	border-bottom-color: #a5a5a5;
	border-right-color: #a5a5a5;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.filters-block .submit {
	margin: 0;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #0e6795;
	border-bottom-width: 3px;
}
.filters-block .submit a {
	display: block;
	overflow: hidden;
	background: #62c7fb url(/images/menu.png) center left repeat-x;
	transition: all 0.1s linear; -moz-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; -o-transition: all 0.1s linear; -ms-transition: all 0.1s linear;
	line-height: 18px;
	padding: 10px 13px;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	text-decoration: none;
}
.filters-block .submit a:hover {
	background-color: #86d8fc;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
}
.filters-block .submit a:active {
	background: #337bb8 none;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.6);
}

.filters-block ul li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #b3b3b3;
	overflow: hidden;
	background: white url(/images/menu.png) center left repeat-x;
	transition: all 0.1s linear; -moz-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; -o-transition: all 0.1s linear; -ms-transition: all 0.1s linear;
}
.filters-block ul li:first-child {
	border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px;
}
.filters-block ul li:last-child {
	border: none;
	border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0;
}
.filters-block ul li a {
	display: block;
	line-height: 20px;
	padding: 10px 13px;
	color: #686868;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	text-decoration: none;
}
.filters-block ul li:hover {
	background: white none;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
}
.filters-block ul li.active {
	background: #555 none;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.6);
}
.filters-block ul li.active a {
	color: white;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}

.filters-block form {
	padding: 0;
	margin: 0;
}
.filters-block form input {
	display: inline-block;
	background: none;
	border: none;
	padding: 10px;
	margin: 0;
	float: left;
	overflow: hidden;
	transition: all 0.2s linear; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear;
}
.filters-block form input[type=text] {
	background-color: white;
	width: 90px;
	height: 20px;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	font-family: "Century Gothic", verdana, arial, sans;
	padding-right: 30px;
}
.filters-block form input[type=text]:focus {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
	outline: none;
}
::-webkit-input-placeholder  { color:#999; }
input:-moz-placeholder { color:#999; }

.filters-block .reset {
	position: absolute;
	padding: 10px;
	width: 18px;
	height: 20px;
	line-height: 18px;
	font-size: 20px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	text-align: center;
	display: none;
}
.filters-block .reset:hover {
	font-weight: bold;
}

#link-alert {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
#link-alert .title{
	font-size: 1.4em;
	margin: 5px 0 20px;
	line-height: 1em;
}
#link-alert .input{
	margin-bottom: 15px;
}
#link-alert input{
	width: 92%;
	padding: 5px;
}
#link-alert .author {
	font-size: 0.85em;
	font-style: italic;
}

.helparea {
	margin: 4px 0;
	text-align: center;
}

.switchers {
	padding: 0;
	margin: 0;
	min-height: 235px;
}
.switchers:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.switchers li {
	padding: 35px 0 0 0;
	margin: 0;
	display: block;
	float: left;
	width: 315px;
	height: 190px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.switchers li span.new {
	display: none;
}
.switchers li.new span.new {
	width: 48px;
	height: 48px;
	position: absolute;
	left: -18px;
	top: -5px;
	z-index: 100;
	display: block;
	background: url(/images/new.png) top left no-repeat;
}
.switchers li .title {
	width: 222px;
	height: 100px;
	padding-top: 16px;
	margin: 0 auto;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}
.switchers li .title .text {
	width: 222px;
	height: 100px;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.switchers li .title .text h4 {
	margin: 0;
	font: normal 1.6em/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", helvetica, arial, sans-serif;
	color: #45422e;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-bottom: 1px dashed;
	display: inline;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.switchers li .title .text h4 a {
	color: inherit;
	text-decoration: none;
}
.switchers li .thumb {
	position: absolute;
	bottom: 132px;
	right: 48px;
	z-index: 1;
	width: 73px;
	height: 90px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.switcher, .switcher-big {
	margin: 0 auto 4px auto;
	width: 73px;
	display: block;
	text-decoration: none;
	outline: none;
}
.switcher-big {
	width: 153px;
	position: absolute;
	right: 0;
	bottom: 10px;
	margin: 0;
}
.switcher span, .switcher-big span {
	display: block;
	width: 73px;
	height: 38px;
	background-image: url(/images/switcher.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.switcher-big span {
	width: 153px;
	height: 80px;
	background-image: url(/images/switcher-big.png);
}
.switcher .p-0 {
	background-position: 0 0;
}
.switcher .p-1 {
	background-position: 0 -38px;
}
.switcher .p-2 {
	background-position: 0 -76px;
}
.switcher .p-3 {
	background-position: 0 -114px;
}
.switcher .p-4 {
	background-position: 0 -152px;
}
.switcher .p-5 {
	background-position: 0 -190px;
}
.switcher-big .p-0 {
	background-position: 0 0;
}
.switcher-big .p-1 {
	background-position: 0 -80px;
}
.switcher-big .p-2 {
	background-position: 0 -160px;
}
.switcher-big .p-3 {
	background-position: 0 -240px;
}
.switcher-big .p-4 {
	background-position: 0 -320px;
}
.switcher-big .p-5 {
	background-position: 0 -400px;
}

.loader {
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: 5px;
	right: 5px;
	opacity: 0.2;
	background: url(/images/indicator.gif) no-repeat;
}
.fileloader {
	margin: 4px 0 0 5px;
	vertical-align: top;
}
.fileloader img {
	vertical-align: baseline;
}

#download {
	width: 420px;
}
#download input {
	width: 250px;
}
#download input#download-submit {
	width: 260px;
	padding: 10px 0;
	font-size: 1.5em;

}
.download-block {
	width: 100%;
	margin: 25px auto;
}
.download-block td {
	vertical-align: top;
	padding: 10px;
	width: 50%;
}
.download-block td .htmlContent {
	margin-top: 70px;
}


.title-1 {
	background-image: url(/images/stickers/1.png);
}
.title-2 {
	background-image: url(/images/stickers/2.png);
}
.title-3 {
	background-image: url(/images/stickers/3.png);
}
.title-4 {
	background-image: url(/images/stickers/4.png);
}
.title-5 {
	background-image: url(/images/stickers/5.png);
}
.title-6 {
	background-image: url(/images/stickers/6.png);
}
.title-7 {
	background-image: url(/images/stickers/7.png);
}
.title-8 {
	background-image: url(/images/stickers/8.png);
}
.title-9 {
	background-image: url(/images/stickers/9.png);
}

.buttons-bottom {
	margin: 50px 0 20px 0;
	text-align: center;
}
.buttons-bottom a {
	display: inline-block;
	margin: 0 20px;
}
.buttons-bottom a:hover {
	opacity: 0.8;
}
.buttons-bottom img {
	vertical-align: top;
	border: none;
}

.buttons-top {
	margin: 20px -10px -10px;
	text-align: center;
}
.buttons-top a {
	display: inline-block;
	margin: 0 10px;
}
.buttons-top a:hover {
	opacity: 0.8;
}
.buttons-top img {
	vertical-align: top;
	border: none;
}

#footer {
	margin-top: 25px;
	border-top: solid 1px #ccc;
	padding: 15px 0;
	font: normal 1.0em "Century Gothic", verdana, arial, sans;
/*	margin-right: 210px;*/
	position: relative;
}

#idea {

}
a {
	color: #36f;
}
a:hover {
	color: #f33;
}

#perfecto {
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#perfecto a {
	display: block;
	width: 126px;
	height: 24px;
	padding: 30px 0 10px 130px;
	background: url(/images/TrollFace.png) 0 34px no-repeat;
	transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s linear; -o-transition: all 0.1s linear; -ms-transition: all 0.1s linear;
}
#perfecto a:hover {
	background-position: 0 0px;
}

/*.troll {
	position: absolute;
	width: 150px;
	height: 33px;
	bottom: 0;
	right: 00px;
	background: url(/images/TrollFace.png) top center no-repeat;
	opacity: 0.9;
	transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s linear; -o-transition: all 0.1s linear; -ms-transition: all 0.1s linear;

}
.troll:hover {
	height: 55px;
	opacity: 1;
}*/
.autoform fieldset > ol > li > label {
	line-height: 1.95em;
}
.autoform fieldset > ol > li > label > sup {
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	background: url(/images/question.png) no-repeat;
	text-indent: -1000px;
	vertical-align: top;
}
.autoform fieldset > ol > li > label > em {
	vertical-align: top;
}

/* Switcher page
------------------------------------------------------------------------------*/
.switcher-block {
	width: 550px;
	margin: 30px auto 50px auto;
}
.back-link, .next-link {
	float: left;
	margin-top: 50px;
}
.next-link {
	float: right;
}
.back-link a, .next-link a {
	display: inline-block;
	text-decoration: none;
	padding: 1px 6px;
	border-radius: 4px;
	transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -webkit-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; -ms-transition: all 0.2s linear;
}
.back-link a:hover, .next-link a:hover {
	background-color: rgba(255, 255, 255, 1);
}
.switcher-block .thumb {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 73px;
	height: 90px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.switcher-block .title {
	margin: 40px 155px 10px 95px;
}
.switcher-block .head {
	overflow: hidden;
	position: relative;
	min-height: 90px;
}
.switcher-block h2 {
	font-size: 2.3em;
	margin: 0;
	line-height: 1.2em;
}
.switcher-block .footer {
	margin-top: 15px;
}
.switcher-block .author {
	margin: 0 5px 0 0;
	float: right;
	font-style: italic;
}

.switcher-block .social #fb {
	margin-left: 0;
}
.switcher-block .social {
	margin-left: 5px;
}
.switcher-block .text {
	margin: 0;
	background-color: white;
	padding: 15px 25px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	border-radius: 6px;
	position: relative;
}
.switcher-block .text .top-arrow {
	position: absolute;
	top: -10px;
	left: 140px;
	background: url(/images/arrow-top.png) bottom center no-repeat;
	width: 20px;
	height: 10px;
}

.switcher-block .keywords {
	color: #aeaeae;
	font-style: italic;
	margin: 20px 0;
	font-size: 0.9em;
	text-align: center;
}
.switcher-block .comments {
	margin: 20px 0;
}

/*=== BOXES ===*/

.box-warning, .box-info, .box-error {
	background-color: #65e871;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: solid 1px #fff;
	color: #444 !important;
	font-size: 1em !important;
	margin: 1em 0;
	padding: 1em;
	font-weight: normal !important;
}
.box-warning img, .box-info img, .box-error img {
	padding-right: 7px;
	padding-left: 4px;
}
.box-info { color: #666; }
.box-warning { color: #8c4; }
.box-error { color: #E54217; }
.box-warning ul, .box-info ul, .box-error ul {
	list-style: none inside;
	margin: 0;
	padding: 0;
}
.box-closer {
	color: #999 !important;
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 1em;
	border-style: none !important;
}

/*-----tipsy------------------------------------------------------------------*/
.tipsy-inner {
	max-width: 202px !important;
	height: 82px;
	width: 202px !important;
	margin-right: -26px;
	overflow: hidden;
	text-align: left;
	line-height: 1.37em;
}
.tipsy-inner p {
	margin: 0 0 3px 0;
}


/* Footer V2 */
footer { background: #FFFFFF; padding: 40px 0px; margin-top: 10px; text-transform: uppercase; font-size: 16px; text-align:center; color: #6e7174; border-top: 1px solid #e5e5e5; }
	footer a { color: #6e7174; text-decoration: none; }
	footer a:hover { color: #6b53a3; }
	footer ul { padding: 0px; margin: 5px 0px 5px 0px; list-style: none; overflow:hidden; display: block; text-align: center; }
		footer ul li { display: inline-block; padding: 5px 10px; margin: 0px 5px; }
	footer ul.other_sites { font-weight: bold; }
	
	footer .splitter { margin: 37px auto 42px auto; height: 2px; width: 170px; background: #ededed; }
	
	footer p > img { padding-right: 3px; margin-bottom: -1px; }
	
@media all and (max-width: 850px) {
	/* Correct Footer, Shift Nav Under Copyright */
	footer .left, footer .right { float:none !important; }
	footer .copyright { clear:both; position:relative; margin: 0px 16px 10px; }
	footer ul.navigation { overflow:hidden; }
		footer ul.navigation li { padding: 5px 16px; float: none; display: inline-block; }
}