/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clear {
	clear: both;
}

body {
	min-height: 100vh;
	margin: 0px;
	padding:0px;
	overflow:hidden;
	font-family:'Lato', sans-serif;
	color:#222222;
	line-height:1.6em;
	background:#ecf0f1;
}
b{
	font-weight:bold;
}
i{
	font-style:italic;
	color:#bdc3c7;
	font-weight:100;
}
header {
	height: 200px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-top:50px;
}
header img{
	margin:0px auto;
	position:relative;
	display:block;
	height:159px;
	width:252px;
}
.majorWrap{
	width:100%;
	height:auto;
	min-height:100%;
	display:block;
	position:relative;
	z-index:15;
	margin-bottom:100px;
	background:#ecf0f1;
	box-shadow:0px 0px 25px #222;
}
.wrap{
	width:100%;
	max-width:1000px;
	height:auto;
	min-height:100%;
	display:block;
	position:relative;
	margin:0px auto;
}
#left, #right{
	width:50%;
	height:auto;
	min-height:100%;
	display:block;
	position:relative;
	float:left;
	box-sizing:border-box;
	padding:25px;
	-webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
	transition: height 2s;
}
.slide{
	width:100%;
	min-width:100px;
	height:100%;
	min-height:450px;
	display:block;
	position:relative;
	box-sizing:border-box;
	padding:0px;
	margin:0px;
}
.slide#sn1 img{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	box-shadow:0px 0px 15px rgba(0,0,0,1);
}
.slide#sn3 img{
	width:100%;
	height:auto;
	position:relative;
	box-shadow:0px 0px 15px rgba(0,0,0,1);
}
#sn2, #sn3{
	display:none;
}
.nav{
	width:33.33%;
	height:50px;
	display:block;
	position:relative;
	float:left;
	margin-top:25px;
	text-align:center;
	padding:0px;
	bckground:white;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.5);
	background:white;
	overflow:hidden;
	font-weight:100;
}
.nav:after{
    width: 100%;
    height: 8px;
    content: "";

    position: absolute;
    left: 0;
    top: -10px;

    border-radius: 520px / 8px;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.nav.active{
	overflow:visible;
}
.nav.active:after{
	content:'';
  width:100%;
  height:50px;
  border-radius: 50%;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
  position:absolute;
  top:0px;
  left:0px;
	z-index:-1;
}
.nav a{
	width:100%;
	height:100%;
	display:block;
	line-height:48px;
	text-decoration:none;
	color:#222222;
}
#sn2{
	line-height:1em;
}
/* RIGHT */
input, body input[type="submit"]{
	border:0px;
	padding:0px;
	margin:0px;
	width:100%;
	height:40px;
	padding-left:15px;
	margin:10px 0px;
	font-size:14px;
	font-weight:100;
	cursor:pointer;
	box-sizing:border-box;
}
body input[type="submit"]{
	height:50px;
	margin:0px;
	padding-left:15px;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.5);
	background:white;
}
body .submit_p{
	overflow:hidden;
	margin-top:15px;
	height:50px;
	position:relative;
}
body .submit_p:after{
			width: 100%;
			height: 8px;
			content: "";

			position: absolute;
			display:block;
			left: 0;
			top: -10px;

			border-radius: 520px / 8px;
			box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
body .submit_p:hover:after{
			width: 100%;
			height: 8px;
			content: "";

			position: absolute;
			display:none;
			left: 0;
			top: -10px;

			border-radius: 520px / 8px;
			box-shadow: 0 ;
}
.pay{
	display:none;
}
/* ZIT */
.zit{
	width:100%;
	height:auto;
	min-height:250px;
	display:block;
	color:#fff;
	text-align:center;
	margin-bottom:50px;
}
.zit b{
	text-shadow: 0 1px 1px rgba(255,255,255,0.4), 0 -1px 1px rgba(0,0,0,0.1);
}
.zit li:hover{
	color:#bdc4c7;
	cursor:pointer;
}
.zit li:hover b{
	
		text-shadow: 0 0 0 #000;
}
/* FOOTER */

.footer{
	position:fixed;
	height:100px;
	width:100%;
	bottom:0px;
	z-index:5;
}
.fwrap{
	width:100%;
	max-width:1000px;
	height:auto;
	min-height:100%;
	display:block;
	position:relative;
	margin:0px auto;
	box-sizing:border-box;
	padding-top:15px;
	color:#bdc4c7;
}
@media only screen and (max-width: 1000px) {
	body, input{
		font-size:2em;
	}
	input{
		height:100px;
	}
	body input[type="submit"]{
		font-size:40px;
		display: block;
	}
	#left, #right{
		width:100%;
		clear:both;
	}
	.zit{
		max-width:90%;
		margin: 0px auto;
	}
	.footer{
		height:350px;
	}
	.fwrap{
		max-width:90%;
		margin: 0px auto;
	}

}