@font-face
{
font-family: myFirstFont;
src: url('cour.TTF');
font-weight: normal;
}
body {
	font-family: myFirstFont, courier, arial;
	font-size: 16px;
	color:#000000;
	margin:0;
	/*background-image:url(../bk.png);
	background-color:#eee;*/
}

p {	line-height:18px;
}
strong {
	background-color:#FFFF00;
	/*padding:3px;*/
}
h1 {
	color:red;
	font-size: 20px;
	line-height: 20px;
	display: inline;
}

h2 {
	color:red;
	font-size: 17px;
	line-height: 17px;
	display:inline;
	font-weight:normal;
}
h3 {
	font-size: 15px;
	color: #7d7d7d;
	line-height: 15px;
	display:inline;
}
li {
	font-size: 16px;
	line-height:18px;
}
td.separator {
	width: 15px;
	height:15px;
}
td.color {
	border-bottom: 2px solid #CCCCCC;	
}
a {
	text-decoration: none;
	color:#333;
}
a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: black;
}
a:active {
	text-decoration: none;
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

::scrollbar {
  width: 0px;
  height: 0px;
}
::-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-scrollbar-thumb:hover {
  background: #ffffff;
}
::-scrollbar-thumb:active {
  background: #000000;
}
::-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-scrollbar-track:hover {
  background: #666666;
}
::-scrollbar-track:active {
  background: #333333;
}
::-scrollbar-corner {
  background: transparent;
}
/************Content*************************/
#center{
	width:90%;
	margin:auto;
	/*margin-top:20px;
	margin-bottom:20px;*/
}

.frame{
	float:left;
	width:100%;
	margin-bottom:55px;
	padding:15px;
	box-shadow:0px 0px 8px #ccc;
	border-right:2px solid green;
	background-color:white;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	opacity: 0;
    animation-name: monocromo;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
}

.frame:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	border-right:2px solid red;
	/*background-color:#eee;*/
}
.article img{
	max-width:500px;
	float:right;
	margin:3px;
	border:1px solid #ccc;
}
.cont{
	float:left;	
	width:500px;
}

.cont1{
	width:calc(40% - 30px);
	float:left;
	margin-left:25px;
}
.cont1 a{
	color:red;
	text-decoration:underline;	
}

.cont_box {
	width:50%; 
	float:left;
}
.cont2{
	width:95%;
	/*box-shadow:0px 0px 10px #666;*/
	padding:10px;
	margin-bottom:25px;
}

.ral{
	float:right;
	margin-bottom:55px;
	margin-right:43px;
	padding:0px;
	/*box-shadow:0px 0px 8px #ccc;*/
	/*background-color:#fff;*/
	border-right:2px solid #fff;
	-moz-transition: border-right 2s;
	-webkit-transition: border-right 2s;
	width:45%;
}
.ral:hover{
	border-right:2px solid black;
}

.slot2{
	float:left;
	width:340px; 
	padding:10px 16px 10px 15px;
	border-left:2px solid black;
}
.slot h1{
	color:800080;	
}
.slot1{
	float:left;
	width:150px;
	height:180px;
	padding:10px;
	margin:5px;
	transition:all 1s;
}
.slot1 img{
	width:100%;
}

.slot1:hover{
	background-color:#eee;
	box-shadow:0px 0px 8px #666;	
}

/*********************************************/
#Link2 a {	
	font-size: 15px;
	padding:6px 5px 6px 5px;
	text-decoration:none;
}
#Link2 a:hover{
	color: black;
	text-decoration: overline;	
}
input, textarea {
	color: #666666;
	padding:5px;
	margin:5px 0px;
	font-size: 18px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	font-family: Monospace, Arial, Helvetica, sans-serif;
	width:100%;
	-moz-transition: background-color 2s;
	-webkit-transition: background-color 2s;
}
input:hover{
	background-color:#eee;
}
textarea:hover{
	background-color:#eee;
}
input:focus{
	border:2px solid #000;
}
textarea:focus{
	border:2px solid #000;
}

#sub{
	border: 0px;
}



/********************************************************/
#home{
	width:100%;
	height:1032px;
	overflow:hidden;
	margin-top:-150px;
	margin-bottom:75px;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.78);
	background-attachment: fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#home img{
	margin-top:200px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	box-shadow:0px 10px 25px rgba(0,0,0,0.45);
    transition: width 5s;
	opacity:0;
	animation-name:monocromo;
    animation-duration: 7s;
    animation-delay: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	/*animation-direction: alternate;*/
}
@keyframes monocromo {
    0%   {opacity:0;}
    100% {opacity:1;}
}
#home img:hover{
	/*width:100%;*/
}

/************HEADER****************/
#space{
	height:130px; 
	clear:both;
}

.foto img{
	float:left;
	margin:10px 0px 10px 0px;
	width:50px;
	border-radius:2px;
	transition:width 1s;
}
.foto img:hover{
	width:150px;
	
}
#header {
	position:fixed;
	z-index:100;
	width:100%;
	margin:0 aut0;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.35);
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	margin-bottom:5px;
	margin-right:0px;
	background-color:#ececec;
	*border-bottom:3px solid white;
}

#header a{
	font-size:20px;
	transition:color 3s, text-decoration 3s;
}


#header:hover {
	border-bottom:3px solid red;
}
#header a:hover{
	color: black;
	text-decoration: overline;
}
.headcont {
	float:left;
	margin:0px 0px 8px 13px;
	padding:15px 15px 0px 0px;
}
.headcont img{
	width:200px;
	transition: width 2s;
    
}
.headcont img:hover{
	width:243px;
}

.headcont1 {
	float:right;
	margin:0px 100px 0px 13px;
	padding:10px 0px 0px 0px;
}
.section {
	float:left;
	padding:12px 10px 8px 0px;
}

#footer {
	font-size:12px;
	line-height:10px;
	padding:0px 0px 0px 0px;
	width:100%;
	bottom: 0px;
}
#footer img{
	margin-bottom:-5px;
	padding:0px 0px 0px 0px;	
}

#footer a{
	font-size:10px;
}
#footer p{
	font-size:10px;
}
.request {
	width:100%;
	padding:5px;
	background:green;
	color:#FFFFFF;
	transition:background 1s;
}
.request:hover {
	background:rgba(0, 0, 0, 0.78);;
}
#slider {
	float:left;
	width:60%;
	max-height:750px;
	max-width:750px;
	overflow: scroll;
	overflow-x:hidden;
	margin:-15px 0px -15px -15px;
}
#slider img{
	float:left;
	width:100%;
	margin-bottom:5px;
}
#slider img:last-child{
	margin-bottom:0px;
}
.showcase {
    padding:50px;
	margin-top:-50px;
	background-color: rgba(0, 0, 0, 0.78);
	background-image: url(bk.png);
    transition: width 5s;
    opacity: 0;
    animation-name: monocromo;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /* animation-direction: alternate; */
}
.showcase p {
	color:#fff;
}
.showcase h1 {
	color:#fff;
}

/***************MOBILE*****************/
/**************************************/
@media only screen and (max-width:1000px) {

body {
	border:0px;
}

#slider {
	float:left;
	width:100%;
	max-height:550px;
	overflow:scroll;
	margin:auto;
}
#slider img{
	float:left;
	width:100%;
	border-bottom:5px solid #fff;
}
body {
	font-family: myFirstFont, courier, arial;
	font-size:12px;
	margin:0 auto;
}
p {
	font-size:18px;
	line-height:25px;
	color: #000;
	margin-top:0px;
}
h1 {
	font-size:21px;
	display:inline;
}
h2 {
	font-size:16px;
	line-height:25px;
}
#home {
	width:100%;
	margin-top:30px;
	height:275px;
	background-size: ;
	background-attachment: scroll;
}
#home p{font-size:12px;color:white;-webkit-margin-after:0px;}
#home img {
    margin-top:5%;
    width: 90%;
    box-shadow: 0px 0px 8px #666;}

.headcont1 {
	float: left;
	margin:0px 0px 0px 15px;
	padding-top:0px;
	text-align:center;
	width:100%;
}
#center{
	width:100%; 
	margin:auto;
}
#header {
	margin-right:0px;
}
#header a{
	font-size:20px;
	margin-right:3px;
}
.ral{
	float:none;
	width:90%;
	margin:0 auto;
	text-align:center;
}
.cont_box {
	width: 100%; 
	float:left;
}
.article img{
	max-width:100%;
	margin:0px;
}
.cont2{
	width:90%;
	margin:0 auto;
	padding:10px;
	margin-bottom:25px;
}
.headcont {
	width:100%;
	margin:0px 0px 0px 0px;
	padding:15px 15px 0px 15px;
}
.headcont img{
	width:40%;
}
.section {
	padding:5px 10px 8px 5px;
}
.section img{
	height:auto;
}
#footer {
	width:0px;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}
.foto img{
	display:none;
}
#space{
	clear:both;
	height:95px;
}
input, textarea {
	color: #666666;
	font-size:30px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	font-family: Monospace, Arial, Helvetica, sans-serif;
	width:100%;
}

textarea {
	color: #666666;
	font-size:30px; 
	border: 2px solid #cccccc; 
	background-color: #ffffff; 
	font-family: Monospace, Arial, Helvetica, sans-serif;
	width:100%;	
}
#form-text{
	font-size:40px;
}
#sub{
	color: #000; 
	font-size: 40px; 
	border: 2px solid #000;
	font-family: Monospace, Arial, Helvetica, sans-serif; 
	width: 100%;
	-moz-transition: background-color 2s, color 1s;
	-webkit-transition: background-color 2s, color 1s;
}
.slot1{
	float:left;
	width:35%;
	max-width:150px;
	min-height:150px;
	height:auto;
	margin:10px;
}
.slot1 img{
	width:100%;
}
.slot1 a{
	font-size:10px;
}
.cont1{
	float:left;
	width:100%;
	margin-left:0px;
	margin-top:10px;
}
.cont1 a{
	color:red;
	font-size:18px;
}
.cont{
	float:left;	
	width:100%;
	margin-bottom:20px;
}
.frame{
	width:calc(100% - 20px);
	padding:5px;
	margin-left:5px;
	margin-bottom:10px;
}

}
@media only screen and (max-width:700px) {

#slider {
	float:left;
	width:100%;
	max-height:350px;
	overflow:scroll;
}

}
/*******************END MOBILE***********************************************************************/
