	@charset "utf-8";
	/* CSS Document */

body {
	font-family:sans-serif;	/*font-family: 'Roboto', sans-serif; Open+Sans*/	
}

.logo { 

	 padding-top: 15px;	
	 padding-left: 40px;
	
}

.zoom1 { 
	transition: transform 1.5s;
}

.zoom1:hover {  
 -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

@media only screen and (max-width: 780px) {

.list-ust, .contact-details .com1, .in-topright p { 
	display: none;
}

.in-topright ul  {
/*	text-align: left;
    float: left;*/
	padding: 0px;
	margin-right: 30%;
}

div.slider-demo1 {
height: 300px;

}

div.slider-text1  {
padding-left: 5px;
line-height: 15px;
top: 0;
left:0;
}

div.slider-text1 p:first-child  {
font-size: 14px;
}
div.slider-text1 p:nth-child(2) {
font-size: 12px;	
}

div.in-kayyaz1 {
font-size: 30px;
}

span.baslik2 {  
font-size: 30px;
}

div.ilet-map {
	margin-right:1%;
}


}

/* Top bar contact start*/

.in-topright {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	font-size: 18px;
}

 ul.contact-details  { 
	 text-decoration: none; 
	 float:right; 
	 margin-right: 40px;	 
}

 ul.contact-details li {
	 display: inline-block;
	/*display: block; böyle olursa  li 'ler alt alta gelir*/
	 padding: 5px 15px;
	line-height: 32px;
}

/*Ben ilave ettim.*/
ul.contact-details li a  {
color:rgba(29,48,100,1.00);
text-decoration: none;
}

ul.contact-details li a:hover  {
	padding: 5px 15px;
	border: 2px solid rgba(218,37,29,1.00);
}

/* ul.contact-details li:last-child {
	border-right: 1px solid #f2f2f2;
}*/

/* ul.contact-details li a:before {
	color: #aaa;
}*/

/* ul.contact-details li:first-child a:before {
	display: none;
}*/

/* ul.contact-details li a {
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
	line-height: 32px;
}*/
	/* Top Bar Social */

ul.social-list li {
	float: right;
	border-left: 1px solid #f2f2f2;
}

ul.social-list li a {
	display: inline-block;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	 text-decoration: none; /*Ben ilave ettim.*/
}

/*Ben ilave ettim.*/
ul.social-list { 
	list-style-type: none;
	margin-top: 10px;
}

ul.social-list li:first-child {
	border-right: 1px solid #f2f2f2;
}

ul.social-list li a:hover{
	background: #FF432E;
}

ul.social-list li a i {
	color: rgba(29,48,100,1.00);
	font-size: 14px;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

ul.social-list li a:hover i {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
	color: #fff;
}

@-webkit-keyframes toRightFromLeft {
	49% {
	-webkit-transform: translate(40%);
	}
	50% {
	opacity: 0;
	-webkit-transform: translate(-40%);
	}
	51% {
	opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
	-moz-transform: translate(40%);
	}
	50% {
	opacity: 0;
	-moz-transform: translate(-40%);
	}
	51% {
	opacity: 1;
	}
}

@keyframes toRightFromLeft {
	49% {
	transform: translate(40%);
	}
	50% {
	opacity: 0;
	transform: translate(-40%);
	}
	51% {
	opacity: 1;
	}
}

/* Top bar contact end*/

/* Mid side start */

.in-kayyaz1 {
	background-color: rgba(29,48,100,1.00);
	color:yellow;
	font-size: 60px;
	border: white solid 1px;
	text-align: center;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.in-lamba {
	margin: 100px;
	border: 1px solid red;
	}

.in-mid-head p {
    font-weight: bold;
}
		
.in-image-text {
   margin-top: 50px;
   background-image: url(../images/kullan/enerji-tasarrufu.jpg);
   background-color: #cccccc;
   height: 48vw;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed; /*resmi fix'liyor.*/
}

.in-text1 {
    text-align: center;
	color: yellow;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,0.2);	/*background-color: rgba(218,37,29,0.4);  rgba(250,171,0,0.5)*/
}	

.in-text2 {
	/*border: 1px solid red;*/
	display: inline;
	font-size: 1.5vw;
	text-align: left;
	font-weight: bold;
	width: 90%;
	background-position: 50% 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-indent: 25px;
	font-style: italic;
	letter-spacing: 1.5px;
}

.in-bas1  {
	margin-top: 20px;
	font-size: 2.5vw;
	text-align: center;
	color: yellow;
    -webkit-animation: bounceIn;
    -moz-animation: rubberBand;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    font-family: 'Oswald', sans-serif;
}

.in-container-baslik {
	margin: 80px 0 20px 0;
	color: orange;
	/*border: black solid 1px;*/
	text-align: center;
	padding-bottom: 15px;
	font-weight: bold;
}

.in-container-baslik h1, 
.in-counter-baslik h1,
.in-referans h1 {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.in-container-baslik h1:hover, 
.in-counter-baslik h1:hover,
.in-referans h1:hover {
	padding-left: 25px;
	font-weight: bolder;
}

.in-counter-baslik {
	margin: 50px 0 20px 0;
	color: red;
	text-align: center;
	padding-bottom: 15px;
	font-weight: bold;
}

.in-referans {
	margin: 100px 0 20px 0;
	color: blue;
	text-align: center;
	padding-bottom: 15px;
	font-weight: bold;
}

/* Mid side end */

/*Footer start*/

.in-footer { 
	color:white;
	background-color: rgba(29,48,100,1.00); 
	margin-top: 40px;
}

.in-footer1 {
	margin: 40px;
}

.in-footer1 ul.social-list li a i {
	color:white;
}

.in-footer1 ul.social-list li {
	float: left;	
}

.in-footer1 ul.social-list {
  padding-left: 0px;
}

ul.contact-details-footer  { 
	padding: 0px;	 
}

ul.contact-details-footer li a  {
	color: white;
	padding: 10px;
	font-size: 18px;
	letter-spacing: 1.2px;

}

ul.contact-details-footer li a:hover  {
		/*border: yellow solid 2px;*/
		text-decoration: none;	
}

ul.contact-details-footer li {
	 display: block;
	padding-top: 20px;
	/*display: inline-block; böyle olursa  li 'ler yan yana gelir*/
}

.in-footer2  {
	padding-top: 5%;


}
.in-footer2 p {
	
	padding-left: 7%;

}

.in-footer2 ul  {
	list-style-type: none;
}

.in-footer2 ul li a {
	color:white;
	font-size: 18px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.in-footer2 .material-icons {
	/*color:white;*/

}

.in-footer2 ul li a:hover {
	padding-left: 10px;
	color: yellow;
}

.in-footer3 p  {
	padding-top: 10%;
	padding-left: 27%;
}

.in-footer3 ul  {
	padding-left: 30%;
	list-style-type: none;
}

.in-footer3 ul li a {
	color:white;
	font-size: 14px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.in-footer3 .material-icons {
	color:white;
	font-size: 14px;
}

.in-footer3 ul li a:hover {
	padding-left: 10px;
	color: yellow;
}


/*Footer end*/

/*Copyright start*/

.copyright { 
	color:white;
	background-color: rgba(29,48,100,1.00);
	border: white solid 1px;
	padding:20px 0 20px 0;
	font-size: 12px;
}

.copyright1 {
	padding-left: 5%;
	width: 50%;
}

.copyright2 {
	width: 50%;
	text-align: right;
	padding-right: 5%;
}

.copyright2 a {
	color: white;
}

/*Copyright end*/

/*Kurumsal text start*/

.kurum-text {
	margin-left: 3vw;
	margin-top: 70px;
	font-size: 18px;
}


.kurum-text h1 {
	/*padding: 20px;*/

}

.kurum-text h5 {
	font-weight: bold;
}

/*Kurumsal text end*/

/*Haber sayfa start*/

.haber1 img, .haber2 img, .haber3 img {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.haber1 img:hover, .haber2 img:hover, .haber3 img:hover {
	padding: 25px;
	font-weight: bolder;
}

/*Haber sayfa end*/

/*İletisim start*/

.ilet-baslik  { 
	text-align: center;
	font-size: 35px;
	font-weight: bolder;
	margin: 4% 5% 5% 5%;
	border-bottom: 3px double gray;	
}

.ilet-text {
	font-size: 20px;
}	

.ilet-text1 {
	/*text-align: left;*/
	padding: 3% 0 0 10%; 
	font-size: 20px;
}

.ilet-text1 span{
	padding-left: 3%;
}

 /* .ilet-form {  
	margin: 5% 30% 5% 5%;
}

.ilet-form iframe {  
	width: 100%;
} */

.ilet-map {
	margin-top: 5%;
}

	.ilet-map h2 {
	padding-left: 5%;
}

.go-map iframe {  
	width: 100%;
}

.go-map { 
	padding: 1%;
	border: 4px outset gray;
}

/*İletisim end*/

/*Sikayet form start*/
.sikayet-baslik  { 
	text-align: center;
	font-size: 35px;
	font-weight: bolder;
	margin: 30px;
	border-bottom: 3px double gray;	
}

.sikayet-form {  
	border: 4px outset gray;
	margin: 5% 20% 5% 10%;
	padding: 5%;
}

.sikayet-form p {  
	text-indent: 50px;
	font-style: italic;
	/*font-size: 18px;*/
}

.sikayet-form h2 {  
	font-style: italic;
}

.sikayet-form iframe {  
	width: 100%;
}

/*Sikayet form End*/














