/*still in the works :P*/
/*variables*/
/*general style*/
/*google font*/
@import "http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700)";

div.genel {
	
background: rgba(255, 255, 255, 0.2);
	width:1000px;
	height:800px;
	margin:auto;
	border: 2px solid;
   	border-radius: 5px;
	border-color:#000;
	}
	
div.header {
	
	float:inherit;
background: rgba(255, 255, 255, 0);
	width:1000px;
	height:110px;
	margin:auto;
	border: 0px solid;
   	border-radius: 5px;
	border-color:#000;
	text-align:left;
	font-family: 'Open Sans', Calibri, Arial, sans-serif;
			color: #FF0;
			
	}
	

div.footer {
	
background: rgba(255, 255, 255, 0.2);
	width:1000px;
	margin:auto;
	border: 2px solid;
   	border-radius: 5px;
	border-color:#000;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	}

div.videos {

background: rgba(255, 255, 255, 0.2);
        width:1000px;
        margin:auto;
        border: 2px solid;
        border-radius: 5px;
        border-color:#000;
        text-align:left;
        font-family:Verdana, Geneva, sans-serif;

        }

summary {
  display: block;
  cursor: pointer;
  outline: 0; 
}

summary::-webkit-details-marker {
    display: none;
  }

.tree-nav__item {
  display: block;
  white-space: nowrap;
  color: #ccc;
  position: relative;
}
.tree-nav__item.is-expandable::before {
  border-left: 1px solid #333;
  content: "";
  height: 100%;
  left: 0.8rem;
  position: absolute;
  top: 2.4rem;
  height: calc(100% - 2.4rem);
}
.tree-nav__item .tree-nav__item {
  margin-left: 2.4rem;
}
.tree-nav__item.is-expandable[open] > .tree-nav__item-title::before {
  font-family: "ionicons";
  transform: rotate(90deg);
}
.tree-nav__item.is-expandable > .tree-nav__item-title {
  padding-left: 2.4rem;
}
.tree-nav__item.is-expandable > .tree-nav__item-title::before {
  position: absolute;
  will-change: transform;
  transition: transform 300ms ease;
  font-family: "ionicons";
  color: #fff;
  font-size: 1.1rem;
  content: "\f125";
  left: 0;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}

.tree-nav__item-title {
  cursor: pointer;
  display: block;
  outline: 0;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.5rem;
}
.tree-nav__item-title .icon {
  display: inline;
  padding-left: 1.6rem;
  margin-right: 0.8rem;
  color: #666;
  font-size: 1.4rem;
  position: relative;
}
.tree-nav__item-title .icon::before {
  top: 0;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}

.tree-nav__item-title::-webkit-details-marker {
  display: none;
}

div.login 	{
		
			float: right;
			height: 102px;
			text-align:center;
			width:520px;
			vertical-align: center;
						
			background: rgba(20, 100, 250, 0.2);		

			font-family: 'Open Sans', Calibri, Arial, sans-serif;
			color: #FF0;
			border: 2px solid;
   			border-radius: 5px;
			border-color:#000;
			}
div.logined 	{
		
	
			float: right;
			height: 102px;
			text-align:right;
			width:600px;
			vertical-align: center;	
			
			background: rgba(20, 100, 250, 0.2);		

			font-family: 'Open Sans', Calibri, Arial, sans-serif;
			color: #FF0;
			border: 2px solid;
   			border-radius: 5px;
			border-color:#000;
			}
div.loginedic {
	width:180px;
	float:left;
	 background-color:#069;
			border: 0px solid;
   			border-radius: 5px;

	}
a.link {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0;}
a.link:hover {
		text-decoration:underline;
		color:#F90;
	font-size:12px;

	}	
a.linkb {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#FF0;}
a.linkb:hover {
		text-decoration:underline;
		color:#F90;
	font-size:48px;

	}	
.cell
		{
			float:left;
  font-size: 14px;
  font-weight: 400;
 /* padding: 5px 5px 5px 5px;*/
  position: relative;
  width: 120px;
  height: 25px;
	color: #003;
  border: none;
			background: rgba(20, 100, 250, 0.2);		
  padding: 6px 12px;
  display: table-cell;

			}
.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
     margin: auto;
}

.table {
	align:center;
  margin: 0 0 40px 0;
  width: 864px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
div.paket	{
			background: rgba(20, 100, 250, 0.2);		
			width: 200px;
			height:260px;
			border:1px solid;
			border-radius:10px;
			margin-right: 20px;
  			float:left;
  			margin-left: 25px;
			margin-top:10px;
			font-family: 'Open Sans', Calibri, Arial, sans-serif;
			font-size:18px;
			color: #FF0;
			text-align:center;
	}

div.metin	{
	
			background: rgba(250, 250, 250, 0.6);		
			width: 940px;
			height:200px;
			border:1px solid;
			border-radius:10px;
			margin-right: 20px;
   			float:left;
    		margin-left: 25px;
			margin-top:10px;
			font-family: 'Open Sans', Calibri, Arial, sans-serif;
			font-size:18px;
			color: #110;
			text-align:center;
	}

div.register {
	
			background: rgba(255, 255, 255, 0.5);
    		font-family: 'Open Sans', Calibri, Arial, sans-serif;
			font-size:14px;
			color: #111;

			width:350px;
			height:230px;
    		margin-top:300px;
			border: 2px solid;
   			border-radius: 5px;
			border-color:#000;
    		padding-top:10px;
}
input { 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
  padding: 4px;
	font-size: 11px;
	  width: 75px;

	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
}
input.linkler { 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
  padding: 4px;
	font-size: 4px;
	  width: 175px;

	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
}
div.link { 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
  padding: 4px;
	font-size: 11px;
	  width: 75px;

	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
}

.form2 input2[type=text], input2[type=password] {
  font-family: 'Open Sans', Calibri, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
 /* padding: 5px 5px 5px 5px;*/
  position: relative;
  width: 100px;
  color: #676056;
  border: none;
  background: #f7f3eb;
  color: #777;
  transition: color 0.3s ease-out;
}



.form2 input[type=submit] {
  margin-top: 10px;
  width: 200px;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 0;
  box-shadow: inset 0px 0px 0px 0px #1abc9c;
  color: #fff;
  background-color: #16a085;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  -webkit-animation: shadowFadeOut 0.4s;
  -moz-animation: shadowFadeOut 0.4s;
}

.form2 input[type=submit]:hover, input[type=submit]:focus {
  color: #fff;
  box-shadow: inset 0px 46px 0px 0px #1abc9c;
  -webkit-animation: shadowFade 0.4s;
  -moz-animation: shadowFade 0.4s;
}
#container {
    margin: 0 auto;
    width: 98%;  /* Ancho del contenedor */
}

#container input {
	height: 2.5em;
	visibility: hidden;
}

#container label {
	background: #f9f9f9;  /* Fondo de las pestañas */
	border-radius: .25em .25em 0 0;
	color: #888;  /* Color del texto de las pestañas */
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1em;  /* Tamaño del texto de las pestañas */
	height: 2.0em;
	line-height: 2.5em;
	margin-right: .25em;
	/*padding: 0 1.5em;*/
	text-align: center;
	width: 280px;
}

#container input:hover + label {
	background: #ddd;  /* Fondo de las pestañas al pasar el cursor por encima */
	color: #666;  /* Color del texto de las pestañas al pasar el cursor por encima */
}

#container input:checked + label {
	background: #f1f1f1;  /* Fondo de las pestañas al presionar */
	color: #444; /* Color de las pestañas al presionar */
	position: relative;
	z-index: 6;
	/*
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	*/
}

input.visible {
  visibility: visible !important;
}
