@charset "utf-8";
@font-face{
	font-family: "Book";
	src: url(fonts/BookAntiquaR.ttf);
}
@font-face{
	font-family: "Luci";
	src: url(fonts/lucida.ttf);
}
body{
	margin: 0px 0px 0px 0px;
	background-image: url("../img/BrickBG.jpg");
	background-position: center;
	background-size: cover;
	position: absolute;
		top:0px;
		left:0px;
		width: 100%;
		height: 100%;
}
@media screen and (min-width: 300px){
	#Thy-Container{
		width:95%;
		margin: 0px auto 0px auto;
		text-align: center;
	}
	#Thy-Header{
		width: 100%;
	}
	/*Thy-NavBar Start*/
	#Thy-NavBar{
		width: 95%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 2.5%;
		z-index: 1;
	}
		ul{
			list-style-type: none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			overflow: hidden;
		}
		li{
			float: left;
			font-size: 1.1em;
			background-color: RGBA(0, 0, 0, .6);
			text-shadow: 0px 0px 1px #000;
			border-radius: 15px 0px 15px 0px;
			margin: 0px 10px 0px 0px;
		}
		li a, .DropB{
			color: #FFF;
			text-align: center;
			display: inline-block;
			padding: 14px 16px;
			text-decoration: none;
		}
		li a:hover, .DropDown:hover .DropB{
			background-color: RGBA(0, 0, 0, 1);
			border-radius: 15px 0px 15px 0px;
			color: #F00;
		}
		li.DropDown{
			display: inline-block;
		}
		.DropDown-Content{
			display: none;
			position: absolute;
			background-color: RGBA(0, 0, 0, 0.6);
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 1;
		}
		.DropDown-Content a{
			color: #FFF;
			padding: 12px 16px;
			text-decoration: none;
			display: block;
			text-align: left;
		}
		.DropDown-Content a:hover{
			background-color: RGBA(0, 0, 0, 1);
		}
		.DropDown:hover .DropDown-Content{
			display: block;
		}
	/*Thy-NavBar End*/
	/*Thy-Title Start*/
	#Thy-Title{
		font-family: "Luci";
		margin: 50px 0px 0px 0px;
		font-size: 3.8em;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	#Thy-SubTitle{
		font-size: 1.4em;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	/*Thy-Title End*/
	/*Thy-Body Start*/
	#Thy-Body{
		width: 100%;
		margin: 0px auto 0px auto;
	}
	.ThyBox-Title{
		width: 100%;
		font-size: 2.2em;
	}
	.ThyBox-SubTitle{
		font-size: 1.4em;
	}
	.ThyBox-Img0{
		width: 4em;
		height: 4em;
		z-index: 0;
	}
	.ThyBox-Img1{
		width: 15em;
		height: 7.5em;
		z-index: 0;
	}
	.ThyBox-Img2{
		width: 49%;
		height: 6em;
		z-index: 0;
	}
	.ThyBox-Img3{
		width: 9em;
		height: 10em;
		z-index: 0;
	}
	.ThyBox-SubBody{
		width: 100%;
	}
	.ThyBox-SubBody span{
		font-size: 1em;
	}
	.ThyBox-SubBody table{
		margin: 0px auto 5px auto;
		background-color: #FFF;
	}
	.Thy-Box0{
		width: 100%;
		margin: 5px 0px 5px -5px;
		padding: 0px 5px 0px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);
	}
	.Thy-Box1{
		width: 100%;
		margin: 5px 0px 5px -5px;
		padding: 0px 5px 0px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);
	}
	/*Thy-Body End*/
	/*Thy-Footer Start*/
	#Thy-Footer{
		width: 90%;
		font-size: 1em;
		margin: 5px auto 5px auto;
		padding: 0px 5px 5px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);
	}
	#Thy-Footer h2{
		font-size: 1.8em;
		margin: 0px;
	}
	#Thy-Footer p{
		margin: 0px;
	}
	#Thy-Footer span{
		font-weight: bold;
	}
	#Space{
		width: 100%;
		height: 50px;
	}
	/*Thy-Footer End*/
}
@media screen and (min-width: 600px) and (max-width: 899px){
	#Thy-Container{
		width:90%;
		margin: 0px auto 0px auto;
		text-align: center;
	}
	#Thy-Header{
		width: 100%;
	}
	/*Thy-NavBar Start*/
	#Thy-NavBar{
		width: 90%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 5%;
		z-index: 1;
	}
		ul{
			list-style-type: none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			overflow: hidden;
		}
		li{
			float: left;
			font-size: 1.2em;
			background-color: RGBA(0, 0, 0, .6);
			text-shadow: 0px 0px 1px #000;
			border-radius: 15px 0px 15px 0px;
			margin: 0px 10px 0px 0px;
		}
		li a, .DropB{
			color: #FFF;
			text-align: center;
			display: inline-block;
			padding: 14px 16px;
			text-decoration: none;
		}
		li a:hover, .DropDown:hover .DropB{
			background-color: RGBA(0, 0, 0, 1);
			border-radius: 15px 0px 15px 0px;
			color: #F00;
		}
		li.DropDown{
			display: inline-block;
		}
		.DropDown-Content{
			display: none;
			position: absolute;
			background-color: RGBA(0, 0, 0, 0.6);
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 1;
		}
		.DropDown-Content a{
			color: #FFF;
			padding: 12px 16px;
			text-decoration: none;
			display: block;
			text-align: left;
		}
		.DropDown-Content a:hover{
			background-color: RGBA(0, 0, 0, 1);
		}
		.DropDown:hover .DropDown-Content{
			display: block;
		}
	/*Thy-NavBar End*/
	/*Thy-Title Start*/
	#Thy-Title{
		font-family: "Luci";
		margin: 50px 0px 0px 0px;
		font-size: 4em;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	#Thy-SubTitle{
		font-size: 1.6em;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	/*Thy-Title End*/
	/*Thy-Body Start*/
	#Thy-Body{
		width: 100%;
		margin: 0px auto 0px auto;
	}
	.ThyBox-Title{
		width: 100%;
		font-size: 2.4em;
	}
	.ThyBox-SubTitle{
		font-size: 1.6em;
	}
	.ThyBox-Img0{
		width: 4.5em;
		height: 4.5em;
		z-index: 0;
	}
	.ThyBox-Img1{
		width: 20em;
		height: 10em;
		z-index: 0;
	}
	.ThyBox-Img2{
		width: 12em;
		height: 6em;
		z-index: 0;
	}
	.ThyBox-SubBody{
		width: 100%;
	}
	.ThyBox-SubBody span{
		font-size: 1.1em;
	}
	.Thy-Box0{
		width: 100%;
		margin: 5px 0px 5px -5px;
		padding: 0px 5px 0px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);
	}
	.Thy-Box1{
		width: 100%;
		margin: 5px 0px 5px -5px;
		padding: 0px 5px 0px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);

	}
	/*Thy-Body End*/
	/*Thy-Footer Start*/
	#Thy-Footer{
		width: 80%;
		font-size: 1.2em;
		margin: 5px auto 5px auto;
		padding: 0px 5px 5px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);
	}
	#Thy-Footer h2{
		font-size: 2em;
		margin: 0px;
	}
	#Thy-Footer p{
		margin: 0px;
	}
	#Thy-Footer span{
		font-weight: bold;
	}
	#Space{
		width: 100%;
		height: 50px;
	}
	/*Thy-Footer End*/
}
@media screen and (min-width: 900px) and (max-width: 1199px){
	#Thy-Container{
		width:85%;
		margin: 0px auto 0px auto;
		text-align: center;
	}
	#Thy-Header{
		width: 100%;
	}
	/*Thy-NavBar Start*/
	#Thy-NavBar{
		width: 85%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 7.5%;
		z-index: 1;
	}
		ul{
			list-style-type: none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			overflow: hidden;
		}
		li{
			float: left;
			font-size: 1.3em;
			background-color: RGBA(0, 0, 0, .6);
			text-shadow: 0px 0px 1px #000;
			border-radius: 15px 0px 15px 0px;
			margin: 0px 10px 0px 0px;
		}
		li a, .DropB{
			color: #FFF;
			text-align: center;
			display: inline-block;
			padding: 14px 16px;
			text-decoration: none;
		}
		li a:hover, .DropDown:hover .DropB{
			background-color: RGBA(0, 0, 0, 1);
			border-radius: 15px 0px 15px 0px;
			color: #F00;
		}
		li.DropDown{
			display: inline-block;
		}
		.DropDown-Content{
			display: none;
			position: absolute;
			background-color: RGBA(0, 0, 0, 0.6);
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 1;
		}
		.DropDown-Content a{
			color: #FFF;
			padding: 12px 16px;
			text-decoration: none;
			display: block;
			text-align: left;
		}
		.DropDown-Content a:hover{
			background-color: RGBA(0, 0, 0, 1);
		}
		.DropDown:hover .DropDown-Content{
			display: block;
		}
	/*Thy-NavBar End*/
	/*Thy-Title Start*/
	#Thy-Title{
		font-family: "Luci";
		margin: 50px 0px 0px 0px;
		font-size: 4.4em;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	#Thy-SubTitle{
		font-size: 1.8em;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	/*Thy-Title End*/
	/*Thy-Body Start*/
	#Thy-Body{
		width: 100%;
		margin: 0px auto 0px auto;
	}
	.ThyBox-Title{
		font-size: 2.6em;
		width: 100%;
	}
	.ThyBox-SubTitle{
		font-size: 1.8em;
	}
	.ThyBox-Img0{
		width: 5em;
		height: 5em;
		z-index: 0;
	}
	.ThyBox-Img1{
		width: 26em;
		height: 13em;
		z-index: 0;
	}
	.ThyBox-Img2{
		width: 14em;
		height: 7em;
		z-index: 0;
	}
	.ThyBox-SubBody{
		width: 100%;
	}
	.ThyBox-SubBody span{
		font-size: 1.2em;
	}
	.Thy-Box0{
		width: 100%;
		margin: 5px 0px 5px -5px;
		padding: 0px 5px 0px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);
	}
	.Thy-Box1{
		width: 100%;
		margin: 5px 0px 5px -5px;
		padding: 0px 5px 0px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);
	}
	/*Thy-Body End*/
	/*Thy-Footer Start*/
	#Thy-Footer{
		width: 70%;
		font-size: 1.3em;
		margin: 5px auto 5px auto;
		padding: 0px 5px 5px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);
	}
	#Thy-Footer h2{
		font-size: 2.2em;
		margin: 0px;
	}
	#Thy-Footer p{
		margin: 0px;
	}
	#Thy-Footer span{
		font-weight: bold;
	}
	#Space{
		width: 100%;
		height: 50px;
	}
	/*Thy-Footer End*/
}
@media screen and (min-width: 1200px) and (max-width: 1599px){
	#Thy-Container{
		width:100%;
		margin: 0px auto 0px auto;
		text-align: center;
	}
	#Thy-Header{
		width: 100%;
	}
	/*Thy-NavBar Start*/
	#Thy-NavBar{
		width: 90%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 5%;
		z-index: 1;
	}
		ul{
			list-style-type: none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			overflow: hidden;
		}
		li{
			float: left;
			font-size: 1.3em;
			background-color: RGBA(0, 0, 0, .6);
			text-shadow: 0px 0px 1px #000;
			border-radius: 15px 0px 15px 0px;
			margin: 0px 10px 0px 0px;
		}
		li a, .DropB{
			color: #FFF;
			text-align: center;
			display: inline-block;
			padding: 14px 16px;
			text-decoration: none;
		}
		li a:hover, .DropDown:hover .DropB{
			background-color: RGBA(0, 0, 0, 1);
			border-radius: 15px 0px 15px 0px;
			color: #F00;
		}
		li.DropDown{
			display: inline-block;
		}
		.DropDown-Content{
			display: none;
			position: absolute;
			background-color: RGBA(0, 0, 0, 0.6);
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 1;
		}
		.DropDown-Content a{
			color: #FFF;
			padding: 12px 16px;
			text-decoration: none;
			display: block;
			text-align: left;
		}
		.DropDown-Content a:hover{
			background-color: RGBA(0, 0, 0, 1);
		}
		.DropDown:hover .DropDown-Content{
			display: block;
		}
	/*Thy-NavBar End*/
	/*Thy-Title Start*/
	#Thy-Title{
		font-family: "Luci";
		margin: 50px 0px 0px 0px;
		font-size: 4.8em;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	#Thy-SubTitle{
		font-size: 2em;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	/*Thy-Title End*/
	/*Thy-Body Start*/
	#Thy-Body{
		width: 100%;
		margin: 0px auto 0px auto;
	}
	.ThyBox-Title{
		width: 100%;
		font-size: 2.8em;
	}
	.ThyBox-SubTitle{
		font-size: 2em;
	}
	.ThyBox-Img0{
		width: 6em;
		height: 6em;
		z-index: 0;
	}
	.ThyBox-Img1{
		width: 30em;
		height: 15em;
		z-index: 0;
	}
	.ThyBox-Img2{
		width: 16em;
		height: 8em;
		z-index: 0;
	}
	.ThyBox-SubBody{
		width: 90%;
		margin: 0px auto 0px auto;
	}
	.ThyBox-SubBody span{
		font-size: 1.2em;
	}
	.Thy-Box0{
		width: 48%;
		height: 600px;
		margin: 5px 0px 5px 1%;
		padding: 0px 5px 0px 5px;
		border-radius: 15px;
		float: left;
		background-color: rgba(255, 255, 255, .6);
	}
	.Thy-Box1{
		width: 48%;
		height: 600px;
		margin: 5px 0px 5px 0.5%;
		padding: 0px 5px 0px 5px;
		border-radius: 15px;
		float: left;
		background-color: rgba(255, 255, 255, .6);
	}
	/*Thy-Body End*/
	/*Thy-Footer Start*/
	#Thy-Footer{
		width: 90%;
		float: left;
		font-size: 1.3em;
		margin: 5px 0px 5px 5%;
		padding: 0px 5px 5px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);
	}
	#Thy-Footer h2{
		font-size: 2.2em;
		margin: 0px;
	}
	#Thy-Footer p{
		margin: 0px;
	}
	#Thy-Footer span{
		font-weight: bold;
	}
	#Space{
		width: 100%;
		height: 50px;
	}
	/*Thy-Footer End*/
}
@media screen and (min-width: 1600px){
	#Thy-Container{
		width:80%;
		margin: 0px auto 0px auto;
		text-align: center;
	}
	#Thy-Header{
		width: 100%;
	}
	/*Thy-NavBar Start*/
	#Thy-NavBar{
		width: 80%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 10%;
		z-index: 1;
	}
		ul{
			list-style-type: none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			overflow: hidden;
		}
		li{
			float: left;
			font-size: 1.3em;
			background-color: RGBA(0, 0, 0, .6);
			text-shadow: 0px 0px 1px #000;
			border-radius: 15px 0px 15px 0px;
			margin: 0px 10px 0px 0px;
		}
		li a, .DropB{
			color: #FFF;
			text-align: center;
			display: inline-block;
			padding: 14px 16px;
			text-decoration: none;
		}
		li a:hover, .DropDown:hover .DropB{
			background-color: RGBA(0, 0, 0, 1);
			border-radius: 15px 0px 15px 0px;
			color: #F00;
		}
		li.DropDown{
			display: inline-block;
		}
		.DropDown-Content{
			display: none;
			position: absolute;
			background-color: RGBA(0, 0, 0, 0.6);
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 1;
		}
		.DropDown-Content a{
			color: #FFF;
			padding: 12px 16px;
			text-decoration: none;
			display: block;
			text-align: left;
		}
		.DropDown-Content a:hover{
			background-color: RGBA(0, 0, 0, 1);
		}
		.DropDown:hover .DropDown-Content{
			display: block;
		}
	/*Thy-NavBar End*/
	/*Thy-Title Start*/
	#Thy-Title{
		font-family: "Luci";
		margin: 50px 0px 0px 0px;
		font-size: 5em;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	#Thy-SubTitle{
		font-size: 2.2em;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	/*Thy-Title End*/
	/*Thy-Body Start*/
	#Thy-Body{
		width: 100%;
		margin: 0px auto 0px auto;
	}
	.ThyBox-Title{
		width: 100%;
		font-size: 2.8em;
	}
	.ThyBox-SubTitle{
		font-size: 2em;
	}
	.ThyBox-Img0{
		width: 6em;
		height: 6em;
		z-index: 0;
	}
	.ThyBox-Img1{
		width: 30em;
		height: 15em;
		z-index: 0;
	}
	.ThyBox-Img2{
		width: 18em;
		height: 9em;
		z-index: 0;
	}
	.ThyBox-SubBody{
		width: 80%;
		margin: 0px auto 0px auto;
	}
	.ThyBox-SubBody span{
		font-size: 1.2em;
	}
	.Thy-Box0{
		width: 48%;
		height: 600px;
		margin: 5px 0px 5px 1%;
		padding: 0px 5px 0px 5px;
		border-radius: 15px;
		float: left;
		background-color: rgba(255, 255, 255, .6);
	}
	.Thy-Box1{
		width: 48%;
		height: 600px;
		margin: 5px 0px 5px 0.5%;
		padding: 0px 5px 0px 5px;
		border-radius: 15px;
		float: left;
		background-color: rgba(255, 255, 255, .6);

	}
	/*Thy-Body End*/
	/*Thy-Footer Start*/
	#Thy-Footer{
		width: 90%;
		float: left;
		font-size: 1.3em;
		margin: 5px 0px 5px 5%;
		padding: 0px 5px 5px 5px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, .6);
	}
	#Thy-Footer h2{
		font-size: 2.2em;
		margin: 0px;
	}
	#Thy-Footer p{
		margin: 0px;
	}
	#Thy-Footer span{
		font-weight: bold;
	}
	#Space{
		width: 100%;
		height: 50px;
	}
	/*Thy-Footer End*/
}
/*Form Start*/
.FormID{
	border-radius: 15px;
	background-color: #000;
	color: #FFF;
}
.FormID:hover{
	background-color: #FFF;
	color: #000;
}
.PopUpBoxClose{
	width: 100%;
	height: 100%;

	position: fixed;
	top: 0;
	left: 0;
	z-index:-1;
}
.PopUpBoxWrapper {
	width: 400px;
	font-size: 1.1em;
	margin: 50px auto;
	text-align: left;
}
.PopUpBoxContent {
	background-color: #FFF;
	text-align:center;
	padding: 15px;

	border:solid 1px #000;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #000;
}
#ThyForm{
	width: 100%;
	height: 100%;

	position: fixed;
	top: 0;
	left: 0;

	background-color:rgba(0,0,0,0.6);
	display:none;
	z-index:1;
}
/*Form End*/
