/* Es Web Responsive CSS Document */

@media only screen and (max-width: 767px) {
 


table, thead, tbody, th, td, tr { display: block; }

th, td, tr { width: auto;}

th, td, tr { height: auto;}

th, td, tr  { text-align:center;}

td, th { padding:3px;  }
 
 table[class=Zovde] {  
 width:340px !important;  
 height: auto;
 margin: 0 0 0 0px;  
 background-color:# ; 
 padding:0px;
 
 } 
 
table[class=Govde] {  
 width:320px !important;  
 height: auto;
 margin: 0 0 0 0px; 
 margin-bottom:20px;  
 background-color:# ;
 padding:0px;
 
 } 
 
 table[class=Ek] {  
 width:320px !important;  
 height: auto;
 margin: 0 0 0 0px; 
 margin-bottom:20px;  
 text-align: center; 
 background-color:# ; 
 background-image:none ;
 padding:0px;
 
 } 
  
  
 table[class=Kucuk] {  
 width:320px !important;  
 height: auto;
 margin: 0 0 0 0px; 
 margin-bottom:20px;  
 background-color:# ; 
 background-image:none ;
 text-align: center; 
 font-color: #FFF;
 padding:0px;
 
 }
  
  
table[class=Alt] {  
 background-color: #CCC ; 
  }
 
 
.go{ display:none;  
	 }	 
	 
	 
	 
.Dene   {  
 width:320px !important;  
 height: auto;
 margin: 0 0 0 0px; 
 margin-bottom:20px;  
 text-align: center; 
 background-color:# ; 
 background-image:none ;
 padding:0px;
 
 } 	 
	 
 
.Es_Button {
	background:#25A6E1;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	width:300px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}

.Mesaj[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
   width: 300px;
  padding: 3px 0px 3px 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  
  border-radius: 5px;
  
  color:#9b928d; 
  font-family:"PT Sans Narrow", Arial, "sans-serif ";
  font-size:16px; 
 
  
}
 
.Mesaj[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  border: 1px solid #999;
  border-radius: 5px;
}

.mail[type=email]  {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  width: 300px;
  height:30px;
  padding: 3px 0px 3px 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;

  border-radius: 5px;
  
  color:#9b928d; 
  font-family:"PT Sans Narrow", Arial, "sans-serif ";
  font-size:16px; 
 
  
}
 
.mail[type=email]:focus  {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  border: 1px solid #999;
  border-radius: 5px;
}



.tx[type=text]  {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  width: 300px;
  height:30px;
  padding: 3px 0px 3px 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  
  color:#9b928d; 
  font-family:"PT Sans Narrow", Arial, "sans-serif ";
  font-size:15px; 
 
}
 
.tx[type=text]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  border: 1px solid #999;
  border-radius: 5px;
}



 }
 
 @media only screen and (min-width: 1200px) and (max-width: 2400px)  {
 
 
.Kucuk{ display:none;    } 
	 	
 
  .Es_Button {
	background:#25A6E1;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	width:400px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}

.Mesaj[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
   width: 400px;
  padding: 3px 0px 3px 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  
  border-radius: 5px;
  
  color:#9b928d; 
  font-family:"PT Sans Narrow", Arial, "sans-serif ";
  font-size:16px; 
 
  
}
 
.Mesaj[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  border: 1px solid #999;
  border-radius: 5px;
}

.mail[type=email]  {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  width: 300px;
  height:30px;
  padding: 3px 0px 3px 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;

  border-radius: 5px;
  
  color:#9b928d; 
  font-family:"PT Sans Narrow", Arial, "sans-serif ";
  font-size:16px; 
 
  
}
 
.mail[type=email]:focus  {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  border: 1px solid #999;
  border-radius: 5px;
}



.tx[type=text]  {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  width: 300px;
  height:30px;
  padding: 3px 0px 3px 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  
  color:#9b928d; 
  font-family:"PT Sans Narrow", Arial, "sans-serif ";
  font-size:15px; 
 
}
 
.tx[type=text]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
  border: 1px solid #999;
  border-radius: 5px;
}

} 

/* Es Web Responsive CSS Document */


 