﻿@charset "utf-8";

* {
padding:0;
margin:0;	
}
body a {
outline:none;	
}
.wrapper {
width:995px;
height:725px;
margin:0 auto;
background:#000;
padding-top:7px;
padding-right:12px;
position:relative;
}
.wrapper #home_table {
display:block;
}
.wrapper #home_table .menu_area {
width:223px;
height:540px;
}
.player {
position:absolute;
bottom:-60px;
right:0;
z-index:999;
}
.wrapper #home_table .menu_area ul {
list-style-type:none;
width:212px;
}
.wrapper #home_table .menu_area ul li {
text-align:left;
}
.wrapper #home_table .menu_area ul li.secili {
background:url(../images/line.jpg) bottom right no-repeat;
}
/*.wrapper #home_table .menu_area ul .menu1:hover, .wrapper #home_table .menu_area ul .menu2:hover, .wrapper #home_table .menu_area ul .menu3:hover, .wrapper #home_table .menu_area ul .menu4:hover  {
background:url(../images/line.jpg) bottom right no-repeat;
}*/
.wrapper #home_table .menu_area ul .menu1  {
height:100px;
}
.wrapper #home_table .menu_area ul .menu2  {
height:70px;
margin-top:20px;
}
.wrapper #home_table .menu_area ul .menu3  {
height:90px;
margin:25px 0 0px 0;
padding-bottom:10px;
}
.wrapper #home_table .menu_area ul .menu4  {
height:60px;
margin-top:25px;
}
.wrapper #home_table .menu_area ul .menu5  {
height:80px;
margin-top:52px;
}
.wrapper #home_table .menu_area ul .menu6  {
height:50px;
}
.wrapper #home_table .load_area {
width:772px;
height:540px;
}
.load {
padding:15px;
}
.title {
font:bold 14px arial;
color:#C5C5C5;
height:22px;
text-align:left;
}
.desc {
font:12px arial;
color:#C5C5C5;
text-align:left;
}
.ic_menu {
list-style-type:none;
padding:55px;
}
.ic_menu a {
font-family:'Conv_SackersGothicMedium',Sans-Serif;
font-size:16px;
color:#fff;
text-decoration:none;
height:44px;
display:block;
}
.icerik_hold {
padding:20px;
}
.icerik_up {
font:bold 16px arial;
color:#ccc;
display:block;
}
.icerik_down {
font:12px arial;
color:#fff;
display:block;
padding:10px;
text-align:justify;
line-height:20px;
height:480px;
overflow-y:auto;
}
.contact {
width:772px;
height:540px;
padding:20px;
background:url("../images/contact.jpg") 19px 19px no-repeat;
}
.contact .inp {
width:275px;
padding:4px;
border:none;
background:none;
color:white;
font-size:12px;
}
.contact textarea {
width:275px;
height:270px;
padding:4px;
border:none;
background:none;
color:white;
font-size:12px;
margin:10px 0 0 0;
}
.contact .sbm {
display:block;
width:50px;
height:25px;
background:red;
float:left;
margin-top:-7px;
cursor:pointer;
border:none;
background:none;
}
.contact .sbm1 {
margin:-7px 30px 0 70px;
}
.contact .sbm2 {
width:55px;
}



/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
