html, body {
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

div.site {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
/*menu*/
.container {
	height: 100%;
	margin: 10px;
}

ul.site-navigation {
	height: 30px;
	padding-left: 100px;
	background-color: #FFFFFF;
}

ul.site-navigation li {
	line-height: 30px;
	height: 30px;
	float:left;
	width:auto;
}

ul.site-navigation li:first-child {
	padding: 3px;
	width: 110px;
	height: 175px;
}

ul.site-navigation li:last-child {
	color: #eeeeee;
	padding-bottom:20px;
	min-width: 210px;
}

ul.site-navigation li:last-child a {
	color: #eeeeee;
}

ul.site-navigation li a{
	display: block;
	color: #fff;
	text-decoration:none;
	padding: 0 10px;
	border-right: none;
	color: #333333;
	font-weight: 400;
	font-size: 24px;
	-webkit-transition: background-color 0.15s linear;
}

ul.site-navigation li a:hover{
	background-color: #EEEEEE;
}
ul.site-navigation li:hover  ul{
	display:block;
}
ul.site-navigation li ul {
	background-color: #EEEEEE;
	display:none;
}
ul.site-navigation li ul li{
	float: center;
}
h1 {
	color: #333333;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	padding: 20px;
}
/*aalien*/
div.aalien1 {
	padding: 30px;
}
div.aalien2 {
	padding: 30px;
}
/*donate*/
div.donate {
	text-align: center;
	float: center;
}

div.paypal {
	max-width: 1000px;
	text-align: center;
}

div.sukablyat {
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

form.ppform {
	padding: 20px;
	text-align: center;
}

table.ppform {
	align: center;
	text-align: center;
}

form.ppform2 {
	padding: 20px;
	text-align: center;
}

iframe.yad {
	padding-top: 20px;
	height: 220px;
}
div.btc {
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat     : no-repeat;
	background-size       : cover;
	background-position-x : 50%;
	background-position-y : 50%;
}
/*text*/
div.textblock {
	padding: 10px; 
	max-width: 1000;
	color: #333333;
	font-weight: 300;
	text-align: left;
	text-indent: 30px; 
}
textblock.p {
	
}
div.video {
	min-width: 300px;
	position: relative;
	width: 100%;
	height: 534px;
	text-align: center;
	display: block;
    margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
iframe.video {
	width: 100%;
	height: 100%;
}
div.savelurk {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 240px;
	font-size: 55px;
	font-weight: 400;
}
/*merchandise*/
.merch {
	padding-top: 20px;
	width: 100%;
/* 	height: 355px; */
/* 	margin: 40px; */
	align: center;
}
a.merchimg {
	height: 300px;
	width: 300px;
}
ul.store {
/* 	height: 330px; */
	text-align: center;
	background-color: #FFFFFF;
}

ul.store li {
	line-height: 30px;
/* 	height: 330px; */
	float: left;
	width: 50%;
}
ul.store li:first-child {
/* 	width: 300px; */
/* 	height: 320px; */
	width: 50%;
}
ul.store li:last-child {
/* 	padding-bottom:20px; */
	width: 50%;
	min-width: 300px;
}
ul.store li a{
/* 	display: block; */ 
	color: #fff;
	text-decoration:none;
	border-right: none;
	font-weight: 400;
	font-size: 24px;
	-webkit-transition: background-color 0.15s linear;
}
ul.store li a:hover{
	background-color: #FFFFFF;
}
ul.store li:hover  ul{
	display:block;
}
ul.store li ul {
	background-color: #FFFFFF;
	display:none;
}
ul.store li ul li{
	float: center;
}
div.merchsize {
	width: 100%;
}
/*share*/
div.share {
	overflow: hidden;
}
div.shareline {
	width: 100%;
}
div.twitter {
	float: left;
	width: 355px;
	min-height: 24px;
}
div.fb {
	float: left;
	width: 140px;
	min-height: 28px;
}
div.vk {
	float: left;
	width: 110px;
	min-height: 24px;
}
/*footer*/
div.footer {
	float: left;
	width: 100%;
	padding: 20px;
}

.modalDialog {
	position: fixed;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-weight: 400;
	text-align: center;
	font-size: 24px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 300px;
	position: relative;
	margin: 2% auto;
	padding: 0px 0px 14px 0px;
	border-radius: 10px;
	background: #fff;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
