/* 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;}

/* Açıklama: padding: [üst] [sağ] [alt] [sol] */
td, th { padding: 0px 4px 0px 2px;  }

th, td, tr  { text-align:center;}

th, td, tr  { background-image:none; }

.b-baslik  { color:#333;}
 
 table[class=Zovde] {  
 width:100% !important;  
 height: auto;
 margin: 0 0 0 0px;  
 background-color:# ; 
 padding:0px;
 
 } 
 
table[class=Govde] {  
 width:100% !important;  
 height: auto;
 margin: 0 0 0 0px; 
 margin-bottom:20px;  
 background-color:# ;
 padding:0px;
 text-align:center;
 aling:center;
 
 } 
 
 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 ; 
  }
 
 
.Buyuk{ 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: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
}

.form[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 !important; 
  padding: 0px 0px 0px 5px !important; 
  margin: 5px 1px 3px 0px;
  resize: vertical;
  display: block;
  
  text-align:left; 
  color:#000; 
  font-family:'Rajdhani',Arial, sans-serif !important; 
  font-size:18px !important; 
  font-weight:bold !important;  
 
  } 
  
  
.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; 
  font-style:italic;
  
}
 
.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; 
  font-style:italic;
  
}
 
.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; 
  font-style:italic;
}
 
.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;
}




 }
 
 
/* notebok */

@media only screen and (min-width: 480px) and (max-width: 767px)  {
 

table, thead, tbody, th, td, tr { display: block; }

th, td, tr { width: auto;}

th, td, tr { height: auto;}

/* Açıklama: padding: [üst] [sağ] [alt] [sol] */
td, th { padding: 0px 20px 0px 2px !important; }

th, td, tr  { text-align:center !important;}

.b-baslik  { color:#333;}


 table[class=Zovde] {  
 width:480px !important;  
 height: auto;
 margin: 0 0 0 0px;  
 background-color:# ; 
 padding:0px;
 
 } 
 
table[class=Govde] {  
 width:460px !important;  
 height: auto;
 margin: 0 0 0 0px; 
 margin-bottom:20px;  
 background-color:# ; 
 padding:0px;
 
 } 
 
 table[class=Ek] {  
 width:460px !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:460px !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 ; 
  }
 
 
.Buyuk{ 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; 
  font-style:italic;
  
}
 
.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: 400px;
  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; 
  font-style:italic;
  
}
 
.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: 400px;
  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; 
  font-style:italic;
}
 
.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;
}



}
 
 
 /* Ipad */

@media only screen and (min-width: 767px) and (max-width: 960px)  {
 

table, thead, tbody, th, td, tr { display: block; }

th, td, tr { width: auto;}

th, td, tr { height: auto;}

/* Açıklama: padding: [üst] [sağ] [alt] [sol] */
td, th { padding: 0px 20px 0px 2px !important; }
 
th, td, tr  { text-align:center !important;}

.b-baslik  { color:#333;}


 table[class=Zovde] {  
 width:700px !important;  
 height: auto;
 margin: 0 0 0 0px;  
 background-color:# ; 
 padding:0px;
 
 } 
 
table[class=Govde] {  
 width:680px !important;  
 height: auto;
 margin: 0 0 0 0px; 
 margin-bottom:20px;  
 background-color:# ; 
 padding:0px;
 
 } 
 
 table[class=Ek] {  
 width:680px !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:680px !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 ; 
  }
  
 
.Buyuk{ 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; 
  font-style:italic;
  
}
 
.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: 400px;
  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; 
  font-style:italic;
  
}
 
.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: 400px;
  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; 
  font-style:italic;
}
 
.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: 960px) and (max-width: 1200px)  {
 
 
.Kucuk{ display:none;  
	 } 
	 	
.b-baslik  { color:#333;}
		 
  .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; 
  font-style:italic;
  
}
 
.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: 400px;
  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; 
  font-style:italic;
  
}
 
.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: 400px;
  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; 
  font-style:italic;
}
 
.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; 
  font-style:italic;
  
}
 
.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: 400px;
  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; 
  font-style:italic;
  
}
 
.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: 400px;
  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; 
  font-style:italic;
}
 
.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 */

