@charset "utf-8";

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	background: url(../../media/images/bg.jpg);
	background: url(../../media/images/bg.jpg), -webkit-radial-gradient(center center, circle, #37383c, #0a0b0d);
	background: url(../../media/images/bg.jpg), -moz-radial-gradient(center center, circle, #37383c, #0a0b0d);
	background: url(../../media/images/bg.jpg), -ms-radial-gradient(center center, circle, #37383c, #0a0b0d);
	background: url(../../media/images/bg.jpg), -o-radial-gradient(center center, circle, #37383c, #0a0b0d);
	background: url(../../media/images/bg.jpg), radial-gradient(center center, circle, #37383c, #0a0b0d);
}

body {
	overflow: hidden;
	font: 16px/1.4 Lato, sans-serif;
}

body:-webkit-full-screen {
	width: 100%;
	background: url(../../media/images/bg.jpg), -webkit-radial-gradient(center center, circle, #37383c, #0a0b0d);
}
body:-moz-full-screen {
	width: 100%;
	background: url(../../media/images/bg.jpg), -moz-radial-gradient(center center, circle, #37383c, #0a0b0d);
}
body:-ms-full-screen {
	width: 100%;
	background: url(../../media/images/bg.jpg), -ms-radial-gradient(center center, circle, #37383c, #0a0b0d);
}
body:-o-full-screen {
	width: 100%;
	background: url(../../media/images/bg.jpg), -o-radial-gradient(center center, circle, #37383c, #0a0b0d);
}
body:full-screen {
	width: 100%;
	background: url(../../media/images/bg.jpg), radial-gradient(center center, circle, #37383c, #0a0b0d);
}

body:-webkit-full-screen #scMenu { width: 0; overflow: hidden; }
body:-moz-full-screen #scMenu { width: 0; overflow: hidden; }
body:-ms-full-screen #scMenu { width: 0; overflow: hidden; }
body:-o-full-screen #scMenu { width: 0; overflow: hidden; }
body:full-screen #scMenu { width: 0; overflow: hidden; }

a img, img a, a:focus, a:active { 
	border: 0 !important; 
	outline: none !important; 
}


.logo {
	border: 0;
	margin: 10px 0 20px;
	text-indent: -1000em;
	background: url(/media/images/logo.png) no-repeat center center;
	height: 98px;
}
.logo a img { border: 0; }

#fs-logo {
	position: absolute;
	right: 10px;
	bottom: -50px;
	width: 150px;
	height: 43px;
	background: url(/media/images/fs-logo.png) no-repeat center center;

	-webkit-transition: bottom 500ms ease;
	-moz-transition: bottom 500ms ease;
	-ms-transition: bottom 500ms ease;
	-o-transition: bottom 500ms ease;
	transition: bottom 500ms ease;
}
body:-webkit-full-screen #fs-logo { bottom: 10px; }
body:-moz-full-screen #fs-logo { bottom: 10px; }
body:-ms-full-screen #fs-logo { bottom: 10px; }
body:-o-full-screen #fs-logo { bottom: 10px; }
body:full-screen #fs-logo { bottom: 10px; }

.copy-wrap {
	padding: 0 0 10px 10px;
}
.copy-wrap label { color: #444; cursor:pointer; }
#copy-it {
	width: 200px;
	height: 23px;
	line-height: 23px;
	font-size: 18px;
	display: block;
	margin: 0 0 0 10px;
	border: 0;
	background: #f3f3f3 url(/media/metro/cllipboard_small.png) no-repeat 175px 2px;
	outline: none !important;
	float: left;
	color: #444;
}

.disqus-comments {
	width: 310px;
	margin: 0;
	max-height: 415px;
	overflow: auto;
	overflow-x: hidden;
	padding: 9px;
	background: #f9f9f9;
}
.disqus-comments .fb-like > span { overflow: hidden; }

.large-button {
	background: #73a729;
	background: url(/media/images/button_bg_arrow.png), -webkit-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0)), -webkit-linear-gradient(top, #81bc2e, #669424);
	background: url(/media/images/button_bg_arrow.png), -moz-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0)), -moz-linear-gradient(top, #81bc2e, #669424);
	background: url(/media/images/button_bg_arrow.png), -ms-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0)), -ms-linear-gradient(top, #81bc2e, #669424);
	background: url(/media/images/button_bg_arrow.png), -o-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0)), -o-linear-gradient(top, #81bc2e, #669424);
	background: url(/media/images/button_bg_arrow.png), linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0)), linear-gradient(top, #81bc2e, #669424);
	background-position: right top, -0px -50px, left top;
	background-repeat: no-repeat, no-repeat, repeat;
	width: 250px;
	margin: 5px auto 20px;
	border: 2px solid #4e711b;
	border-bottom-width: 3px;
	border-top-width: 1px;
	border-radius: 4px;
	box-shadow: 0 1px 2px 2px rgba(0,0,0,0.14);

	-webkit-transition: 300ms background-position ease;
	-moz-transition: 300ms background-position ease;
	-ms-transition: 300ms background-position ease;
	-o-transition: 300ms background-position ease;
	transition: 300ms background-position ease;
}
.large-button:hover {
	background-position: right top, 0 1px, left top;
}

.large-button a {
	text-decoration: none !important;
}

.lb-main {
	padding: 5px 9px 0;
	font: 300 26px Lato, sans-serif;
	line-height: 34px;
	color: #fff;
	text-shadow: 0 -1px 0 #4c7119;
}
.lb-main strong { font-weight: 400; }
.lb-alt {
	padding: 0 9px 5px;
	font: 15px Lato, sans-serif;
	color: #3e600f;
	text-shadow: 0 1px 0 rgba(255,255,255,0.24);
}

.img-loader {
	position: absolute;
	left: -10000px;
	top: -10000px;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
}

.social-block {
	padding: 8px 0 0px;
	background: #d4d4d4;
	position: absolute;
	width:328px;
	bottom: 0;
	right: 0;
}

label { color: #eee;}


input[type="text"] {
	vertical-align: middle;
}

select {
	height: 24px;
	border: 0;
	padding: 2px;
	min-width: 50px;
	font-size: 17px;
}
select:focus, select:active {
	outline: none;
}

.ir { display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.ir br { display: none; }
.hidden, .none { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }
.goleft { float: left; }
.goright { float: right; }
.center { text-align: center; }

.ui-menu { position: absolute; width: 120px; }


#scMenu {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 328px;
	background: #fff;
	z-index: 900;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	box-shadow: -5px 0 12px rgba(0,0,0,0.4);
}

#fullscreen_it {
	width: 13px;
	height: 13px;
	opacity: 0.5;
	cursor: pointer;
	background: url(../../media/images/enlarge.png) no-repeat center center;
	position: absolute;
	z-index: 5;

	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
#fullscreen_it:hover {
	opacity: 1;
}
body:-webkit-full-screen #fullscreen_it {
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	background-image: url(../../media/images/exit_fullscreen.png) !important;
}
body:-moz-full-screen #fullscreen_it {
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	background-image: url(../../media/images/exit_fullscreen.png) !important;
}
body:-ms-full-screen #fullscreen_it {
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	background-image: url(../../media/images/exit_fullscreen.png) !important;
}
body:-o-full-screen #fullscreen_it {
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	background-image: url(../../media/images/exit_fullscreen.png) !important;
}
body:full-screen #fullscreen_it {
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	background-image: url(../../media/images/exit_fullscreen.png) !important;
}

#page_extras {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height:140px
}



@media (max-height: 550px) {
	.disqus-comments { display: none; }
}

@media (max-width: 900px) {
	#scMenu {
		width: 225px;
	}
	.social-block {
		width: 225px;
	}
	.large-button {
		width: auto;
		margin: 3px;
	}

	#page_advert { display: none; }
	.disqus-comments { display: none; }
	#page_extras { height: auto; }
}

@media (max-width: 675px) {
	#scMenu { 
		display: none; 
		width: 0; 
		overflow: hidden; 
	}
	#fs-logo {
		bottom: 10px;
		width: 100px;
		background-size: contain;
		z-index: 999;
	}
	#fullscreen_it { display: none;}
}