﻿/* === Kapsül Başlangıç === */
html, body, form, #kapsul { height: 100%; }
form > #kapsul { height: auto; min-height: 100%; }
#icerik { padding-bottom: 199px; }
/* altAlan yukseligi ile ayni olmali */
#altAlan { position: relative; margin-top: -199px; /* altAlan yuksekliginin eksi degeri */ height: 199px; clear: both; }
/* === Kapsül Başlangıç === */


/* === Genel Tanımlamalar Başlangıç === */
.ortala { width: 980px; margin: 0 auto; }
.clear { clear: both; }
/* === Genel Tanımlamalar Bitiş === */


/* === Yazı Stilleri Başlangıç === */
.TTR_icerik1 { font-family:'SegoueRegular'; font-size:13px; text-decoration:none; } /**/
.TTR_icerik2 { font-family:Calibri; font-size:13px; text-decoration:none; }

.TTR_Baslik1 { font-family:'SegoueLight'; font-size:20px; }/**/
.TTR_Baslik2 { font-family:'SegoueRegular'; font-size:14px; }/**/
.TTR_Baslik3 { font-family:'SegoueLight'; font-size:24px; }/**/
.TTR_Baslik4 { font-family:'Calibri'; font-size:22px; font-weight:bold;  }/**/
.TTR_Baslik5 { font-family:'SegoueLight'; font-size:24px; }/**/
.TTR_Baslik6 { font-family:'SegoueRegular'; font-size:18px; }/**/
.TTR_Baslik7 { font-family:'SegoueRegular'; font-size:15px; }/**/
.TTR_Baslik8 { font-family:Calibri; font-size:16px; }/**/

.FooterCopyrightStil { font-family: SegoueRegular; font-size: 12px; color: #666; }

.YaziGenislet { letter-spacing:5px; }

/* Renkler */
.Gri1 { color:#999; }
.Gri2 { color:#666; }
.Gri3 { color:#333;background-color:#F5F5F5;width:368px;}
.Gri4 { color:#403F46; }
.Siyah { color:#000; }
/*.Siyah2 { color:#000; font-weight:200 }
.Siyah2:hover { color:#FFFFFF; font-weight:200 }*/
.Beyaz { color:#fff; }
/*.Kirmizi2 { color:#000000;font-weight:600; }*/
.Kirmizi { color:#F13D3F }
/* Renkler */

/* Background */
.BgGri1 { background-color:#f4f4f4; }
/* Background */

/* Kalın */
.YaziKalin { font-weight:bold; }
/* Kalın */

/* İtalik */
.Yaziitalic { font-style:italic; }
/* İtalik */

/* Font Translation */
/*  -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s;  */
/* Font Translation */

/* Box Translation */
/*   -webkit-transition:background-color .5s ease-in; -moz-transition:background-color .5s ease-in; -o-transition:background-color .5s ease-in; -ms-transition:background-color .5s ease-in;  transition:background-color .5s ease-in;   */
/* Box Translation */

/* Background Transparent Color */
/* background-color:#fff;  filter: alpha(opacity=80); -khtml-opacity: 0.8; -moz-opacity: 0.8; opacity: 0.8; */
/* Background Transparent Color */

/* === Yazı Stilleri Bitiş === */


/* === Fontface Yazı Stilleri Başlangıç === */

/* Agency */
@font-face{ 
	font-family: 'AnamenuStil';
	src: url('../Font/AGENCYR.eot');
	src: url('../Font/AGENCYR.eot') format('embedded-opentype'),
	     url('../Font/AGENCYR.woff') format('woff'),
	     url('../Font/AGENCYR.ttf') format('truetype'),
	     url('../Font/AGENCYR.svg') format('svg');
           font-weight:normal; font-style:normal;   
}
/* Agency */

/* Segoe Light */
@font-face{ 
	font-family: 'SegoueLight';
	src: url('../Font/segoeuil.eot');
	src: url('../Font/segoeuil.eot') format('embedded-opentype'),
	     url('../Font/segoeuil.woff') format('woff'),
	     url('../Font/segoeuil.ttf') format('truetype'),
	     url('../Font/segoeuil.svg') format('svg');
           font-weight:normal; font-style:normal;   
}
/* Segoe Light */

/* Segoe Regular */
@font-face{ 
	font-family: 'SegoueRegular';
	src: url('../Font/SEGOEUI.eot');
	src: url('../Font/SEGOEUI.eot') format('embedded-opentype'),
	     url('../Font/SEGOEUI.woff') format('woff'),
	     url('../Font/SEGOEUI.ttf') format('truetype'),
	     url('../Font/SEGOEUI.svg') format('svg');
           font-weight:normal; font-style:normal;   
}
/* Segoe Regular */

/* Handel Gothic */
@font-face{ 
	font-family: 'HandelGothicBt';
	src: url('../Font/handgotn-webfont.eot');
	src: url('../Font/handgotn-webfont.eot') format('embedded-opentype'),
	     url('../Font/handgotn-webfont.woff') format('woff'),
	     url('../Font/handgotn-webfont.ttf') format('truetype'),
	     url('../Font/handgotn-webfont.svg') format('svg');
           font-weight:normal; font-style:normal;   
}
/* Handel Gothic */

/* === Fontface Yazı Stilleri Bitiş === */


/* === Link Stilleri Başlangıç === */

.TTRStil:link, .TTRStil:active, .TTRStil:visited { font-family: 'HandelGothicBt'; color: #666; text-decoration: none; font-size: 12px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }
.TTRStil:hover { font-family: 'HandelGothicBt'; color:#ff6a00; text-decoration: none; font-size: 12px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }

.DilStil:link, .DilStil:active, .DilStil:visited { font-family: 'SegoueRegular'; color: #fff; text-decoration: none; font-size: 12px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s;}
.DilStil:hover { font-family: 'SegoueRegular'; color: #fff; text-decoration: none; font-size: 12px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s;}

.AnamenuStil:link, .AnamenuStil:active, .AnamenuStil:visited { font-family: Calibri; color: #fff; text-decoration: none; font-size: 19px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s;}
.AnamenuStil:hover { font-family: Calibri; color: #fff; text-decoration: none; font-size: 19px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s;}

.NewsStil:link, .NewsStil:active, .NewsStil:visited { font-family: 'SegoueRegular'; color: #666; text-decoration: none; font-size: 12px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }
.NewsStil:hover { font-family: 'SegoueRegular'; color: #999; text-decoration: none; font-size: 12px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }

.BtnStil1:link, .BtnStil1:active, .BtnStil1:visited { font-family: 'SegoueRegular'; color: #fff; text-decoration: none; font-size: 12px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }
.BtnStil1:hover { font-family: 'SegoueRegular'; color: #fff; text-decoration: none; font-size: 12px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }

.InsaatStil:link, .InsaatStil:active, .InsaatStil:visited { font-family: 'SegoueLight'; color: #424147; text-decoration: none; font-size: 18px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }
.InsaatStil:hover { font-family: 'SegoueLight'; color: #fff; text-decoration: none; font-size: 18px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }

.YatirimStil:link, .YatirimStil:active, .YatirimStil:visited { font-family: 'SegoueLight'; color: #fff; text-decoration: none; font-size: 18px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }
.YatirimStil:hover { font-family: 'SegoueLight'; color: #F13D3F; text-decoration: none; font-size: 18px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }

.SanayiveMadencilik:link, .SanayiveMadencilik:active, .SanayiveMadencilik:visited { font-family: 'SegoueLight'; color: #fff; text-decoration: none; font-size: 18px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }
.SanayiveMadencilik:hover { font-family: 'SegoueLight'; color: #F13D3F; text-decoration: none; font-size: 18px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }

.DegerStil:link, .DegerStil:active, .DegerStil:visited { font-family: 'Calibri'; color: #fff; text-decoration: none; font-size: 22px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }
.DegerStil:hover { font-family: 'Calibri'; color: #fff; text-decoration: none; font-size: 22px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }

.BilgiTStil:link, .BilgiTStil:active, .BilgiTStil:visited { font-family: 'SegoueRegular'; color: #424147; text-decoration: none; font-size: 12px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }
.BilgiTStil:hover { font-family: 'SegoueRegular'; color: #ff6a00; text-decoration: none; font-size: 12px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }

.SolMenuStil:link, .SolMenuStil:active, .SolMenuStil:visited { font-family: 'SegoueRegular'; color: #fff; text-decoration: none; font-size: 13px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }
.SolMenuStil:hover { font-family: 'SegoueRegular'; color: #fff; text-decoration: none; font-size: 13px; -webkit-transition: color 0.25s, opacity 0.50s;  -moz-transition: color 0.25s, opacity 0.50s; -o-transition: color 0.25s, opacity 0.50s;  transition: color 0.25s, opacity 0.50s; }

/* === Link Stilleri Bitiş === */


/* ==== ANASAYFA STİLLERİ BAŞLANGIÇ ==== */
.HeaderContainer {width:100%; height:115px; }
.HeaderTop {  }
.HeaderTopRight { float:right; margin-top:10px; margin-bottom:10px; }
.DilAlanContainer { padding:2px 5px; background-color:#575A61; float:left; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;  }
.DilAlanContainer:hover { padding:2px 5px; background-color:#E3000F; float:left; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in; }
.FaceIcon { width:12px; height:21px; background:url(../images/SiteLayout/CevahirHolding_Facebook.png) no-repeat top center; float:left; margin-left:15px; }
.FaceIcon:hover { width:12px; height:21px; background:url(../images/SiteLayout/CevahirHolding_Facebook.png) no-repeat bottom center; float:left; margin-left:15px; }
.TwitterIcon { width:21px; height:19px; background:url(../images/SiteLayout/CevahirHolding_Twitter.png) no-repeat top center; float:left; margin-left:15px; margin-top:2px; }
.TwitterIcon:hover { width:21px; height:19px; background:url(../images/SiteLayout/CevahirHolding_Twitter.png) no-repeat bottom center; float:left; margin-left:15px; margin-top:2px; }

.HeaderMiddle { width:100%; height:74px; background-color:#424147; }
.CevahirHoldingLogo { float:left; margin-top:10px; margin-left:10px; }
.SiteIciArama { float:right; width:50px; height:74px; background-color:#575A61; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in; cursor:pointer: }
.SiteIciArama:hover { float:right; width:50px; height:74px; background-color:#848891; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in; cursor:pointer; }

.AnamenuContainer { float:right; }

.AnamenuAlan { float:left; padding:25px 14px; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.AnamenuAlan:hover { float:left; padding:25px 14px; background-color:#E3000F; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}


/*Arama Alan Stilleri */

.search{
  position:relative;
  display: inline-block;
}
[class^="icon-"]{
  background: #575A61;
  color:#fff;
  display:inline-block;
  font-size:18px;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  cursor: pointer;
  z-index:9999;
  position:relative;
  padding:28px 20px;
}
[class^="icon-"]:hover{
  background: #7C8189;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
}
.search_form{
  background: #555555;
  position:absolute;
  z-index:0;
  right:0;
  margin-top:-5px;
  overflow: hidden;
  width: 50px;
  height:0px;
  transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form{
  opacity:0;
   transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
}

.search_form input{
  background:#fff;
  border:none;
}
.search_form input[type='text']{
  width:160px;
  margin:0px 1px 0px 5px;
  padding:0px 2px 1px 5px;
  min-height:23px;
}
.search_form input[type='submit']{
  text-transform:uppercase;
  font-size:11px;
  padding:0px 5px;
  min-height:24px;
  margin:0px 0px 0px 0;
  cursor: pointer;
}
.search_box{
  visibility: hidden;
}
.search_box:checked~.search_form{
  width: 213px;
  height:24px;
  padding:5px 0px;
  margin-top:-5px;
  transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.search_form form{
  opacity:1;
  transition:0.3s all ease-out 0.5s;
  -webkit-transition:0.3s all ease-out 0.5s;
}
/*Arama Alan Stilleri */   

/* Content */
.Content_Top { width:100%; height:144px; background:url(../images/SiteLayout/TopContentBg.png) repeat-x top center; margin-top:500px;}
.NewsContainer { width:245px; height:253px; background-color:#fff; float:left; margin-top:-109px; }
.NewsContainer .Title { padding:10px 15px; text-align:left; margin-bottom:15px; }

.NewsAreaContainer { padding-bottom:2px; margin-left:15px; margin-right:15px; border-bottom:1px solid #E1E1E1; margin-bottom:10px; }
.NewsAreaContainer .AreaTitle { margin-bottom:3px; }
.NewsAreaContainer .Text { margin-bottom:3px; height:25px; overflow:hidden; }

.AllNewsBtn { width:41px; height:20px; background-color:#F13D3F; float:right; text-align:center; margin-top:41px; padding-top:3px; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.AllNewsBtn:hover { width:41px; height:20px; background-color:#BE0E0E; float:right; text-align:center; margin-top:41px; padding-top:3px; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}

.InsaatveTaahhutContainer { float:left; width:245px; height:183px; background:url(../images/SiteLayout/CevahirHolding_InsaatveTahhutBg1.jpg) no-repeat top center; margin-top:-39px; 
-webkit-transition:background .3s ease-in;
-moz-transition:background .3s ease-in;
-o-transition:background .3s ease-in;
-ms-transition:background .3s ease-in;
transition:background .3s ease-in; }

.InsaatveTaahhutContainer:hover { float:left; width:245px; height:183px; background:url(../images/SiteLayout/CevahirHolding_InsaatveTahhutBg2.jpg) no-repeat bottom center; margin-top:-39px; 
-webkit-transition:background .3s ease-in;
-moz-transition:background .3s ease-in;
-o-transition:background .3s ease-in;
-ms-transition:background .3s ease-in;
transition:background .3s ease-in;  }

.InsaatveTaahhutContainer .Metin { text-align:center; padding-top:130px; }

.YatirimContainer { float:left; width:245px; height:183px; background:url(../images/SiteLayout/YatirimBg1.jpg) no-repeat top center; margin-top:-39px; 
-webkit-transition:background .3s ease-in;
-moz-transition:background .3s ease-in;
-o-transition:background .3s ease-in;
-ms-transition:background .3s ease-in;
transition:background .3s ease-in; }

.YatirimContainer:hover { float:left; width:245px; height:183px; background:url(../images/SiteLayout/YatirimBg2.jpg) no-repeat bottom center; margin-top:-39px; 
-webkit-transition:background .3s ease-in;
-moz-transition:background .3s ease-in;
-o-transition:background .3s ease-in;
-ms-transition:background .3s ease-in;
transition:background .3s ease-in;  }

.YatirimContainer .Metin { text-align:center; padding-top:130px; }

.Sanayi_Madencilik { float:left; width:245px; height:183px; background:url(../images/SiteLayout/CevahirHolding_SanayiMadencilikBg1.jpg) no-repeat top center; margin-top:-39px; 
-webkit-transition:background .3s ease-in;
-moz-transition:background .3s ease-in;
-o-transition:background .3s ease-in;
-ms-transition:background .3s ease-in;
transition:background .3s ease-in; }

.Sanayi_Madencilik:hover { float:left; width:245px; height:183px; background:url(../images/SiteLayout/CevahirHolding_SanayiMadencilikBg2.jpg) no-repeat bottom center; margin-top:-39px; 
-webkit-transition:background .3s ease-in;
-moz-transition:background .3s ease-in;
-o-transition:background .3s ease-in;
-ms-transition:background .3s ease-in;
transition:background .3s ease-in;  }

.Sanayi_Madencilik .Metin { text-align:center; padding-top:130px; }

.ContentMiddle { width:100%; height:160px; background-color:#eee; }
.ContentMiddle2 { width:100%; height:160px; background-color:#fff; }
.MailistContainer { width:244px; float:left; margin-top:20px; }
.MailistContainer .TitleText { margin-bottom:10px; }
.MailistContainer .MailistAlan { width:245px; height:60px; }
.MailistContainer .MailistAlan .TbAlan { width:173px; background-color:#fff; float:left; height:60px; }
.MailistContainer .MailistAlan .TbAlan Input{ width:165px; background-color:#fff; float:left; height:60px; border:none; font-family:'SegoueRegular'; font-size:13px; color:#666; padding-left:5px; }
.MailistContainer .MailistAlan .MailistBtn { width:71px; height:60px; background-color:#F89292; float:left; height:60px; text-align:center; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.MailistContainer .MailistAlan .MailistBtn:hover { width:71px; height:60px; background-color:#F02B2B; float:left; height:60px; text-align:center;  -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.MailistContainer .MailistAlan .MailistBtn Input{ width:71px; height:60px; background-color:transparent; height:60px; text-align:center; font-family:'SegoueRegular'; font-size:13px;  color:#fff; border:none; cursor:pointer;}
.Deger_GrupSirketleriContainer { width:245px; margin-top:20px; float:left; }
.DegerlerimizContainer { width:100%; height:60px; background-color:#F89292; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.DegerlerimizContainer:hover { width:100%; height:60px; background-color:#F02B2B; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.DegerlerimizContainer .Inner{ padding-top:15px; padding-left:20px; }
.DegerlerimizContainer .Inner .icon{ float:left; width:10px; height:10px; background-color:#fff; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; margin-right:10px; margin-top:12px; }
.DegerlerimizContainer .Inner .Metin { float:left; margin-top:2px; }

.GrupSirketleri { width:100%; height:61px; background-color:#B6B6B6; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.GrupSirketleri:hover { width:100%; height:61px; background-color:#777; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.GrupSirketleri .Inner{ padding-top:15px; padding-left:20px; }
.GrupSirketleri .Inner .icon{ float:left; width:10px; height:10px; background-color:#fff; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; margin-right:10px; margin-top:12px; }
.GrupSirketleri .Inner .Metin { float:left; margin-top:2px; }

.SosyalCalismalarContainer { width:490px; height:120px; background-color:#FFFFFF; margin-top:20px; float:left; }
.SosyalCalismalarContainer .Title { margin:15px 20px; }

/* Content */

/* FooterContainer */
.FooterContainer { width:100%; height:39px; background-color:#D7D7D7;  }
.BilgiTContainer { float:left; padding-top:12px; }
.CopyrightMetin { float:left; padding-top:12px; margin-left:250px; }
.TTRContainer { float:right; padding-top:12px; }
/* FooterContainer */

/* ==== ANASAYFA STİLLERİ BİTİŞ ==== */


/* ==== ALT SAYFA STİLLERİ BAŞLANGIÇ ==== */
.AltSayfaBanner { width:auto; height:228px; padding-top:5px; margin-top:20px; margin-bottom:20px; }
.AltSayfaBanner Img { width:980px; height:233px; }

.SubContent { margin-bottom:20px; margin-top:20px; }
.SolMenuContainer { width:253px; background-color:#F89292; margin-top:-100px; float:left; position:relative; padding-bottom:10px; }
.SolMenuContainer .SolMenuBaslik { height:60px; background-color:#F02B2B; width:auto; padding-top:25px; padding-left:15px; margin-bottom:1px; }
.SolMenuAlan { width:auto; padding:15px 10px; background-color:#F56B6B; margin-bottom:1px; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.SolMenuAlan:hover { width:auto; padding:15px 10px; background-color:#E01010; margin-bottom:1px; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.SagContent { float:right; width:700px; margin-top:20px; }
.AltBanner { width:auto; height:234px; margin-bottom:25px; }
.SagContent .ContentContainer {  }  
.SagContent .ContentContainer .Title { margin-bottom:10px; }  
.SagContent .ContentContainer .Icerik {   }  
/* ==== ALT SAYFA STİLLERİ BİTİŞ ==== */

/* PROJECT */

.ProjelerSol { float:left; width:475px; margin-top:50px; margin-bottom:30px; }
.ProjelerSol .SolAlanBaslik{ margin-bottom:15px; }
.ProjeSlideAlan { margin-bottom:1px; }
.ProjeAltLinklerContainer {  }
.DevamEdenProjelerContainer { width:474px; height:70px; float:left; margin-right:1px; cursor:pointer; background-color:#f5f5f5; border-bottom:1px solid #ddd; color:#000000;}
.DevamEdenProjelerContainer:hover { width:474px; height:70px; float:left; margin-right:1px; cursor:pointer; border-bottom:3px solid #ccc; background-color:#F13D3F;color:#FFFFFF }
.DevamEdenProjelerContainer .Inner { margin-left:20px; margin-top:15px; height:auto; border-left:3px solid #F13D3F; padding-left:10px; }
.DevamEdenProjelerContainer .Inner:hover { margin-left:20px; margin-top:15px; height:auto; border-left:3px solid #FFFFFF; padding-left:10px; }

.DevamEdenProjelerContainer .Inner .UstMetin{  }
.DevamEdenProjelerContainer .Inner .AltMetin{  }

.TamamlananProjelerContainer { width:237px; height:70px; float:left; cursor:pointer; background-color:#f5f5f5; border-bottom:1px solid #ddd;color:#000000;}
.TamamlananProjelerContainer:hover { width:237px; height:70px; float:left;  cursor:pointer; border-bottom:3px solid #ccc; background-color:#F13D3F;color:#FFFFFF}
.TamamlananProjelerContainer .Inner { margin-left:20px; margin-top:15px; height:auto; border-left:3px solid #F13D3F; padding-left:10px; }
.TamamlananProjelerContainer .Inner:hover { margin-left:20px; margin-top:15px; height:auto; border-left:3px solid #FFFFFF; padding-left:10px; }
.TamamlananProjelerContainer .Inner .UstMetin{  }
.TamamlananProjelerContainer .Inner .AltMetin{  }

.ProjelerSag { float:right; width:475px;  margin-top:50px; margin-bottom:30px;}
.ProjelerSag .SagAlanBaslik { margin-bottom:15px; }

/* PROJECT */

/* PROJECT ALT KATEGORİ */

.AltProject_MainBaslik { margin-top:30px; margin-bottom:30px; text-align:center; }

.SubProjectContainer { float:left; width:471px; float:left;  margin-right:10px; margin-left:10px; margin-bottom:20px; }
.SubProjectContainer .Top { width:auto; height:2px; background:url(../images/SiteLayout/SubProject_TopBg.png) no-repeat top center; }
.SubProjectContainer .Sol { margin-left:40px; padding-top:30px; float:left; }
.SubProjectContainer .Sol .ProjectImageContainer { width:160px; height:160px; background-color:#fff; border:1px solid #eee; padding:10px;  }
.SubProjectContainer .Sol .ProjectImageContainer Img{ width:160px; height:160px; overflow:hidden; }
.SubProjectContainer .Sol .ProjeDetayAlan { margin-top:10px; }
.SubProjectContainer .Sol .ProjeDetayAlan .Btn { width:180px; height:25px;  padding-left:10px; text-align:left; font-family:Calibri; font-size:14px; color:#fff; font-weight:bold; border:none; cursor:pointer; background:url(../images/SiteLayout/Project_Detail_icon.png) no-repeat top right; background-color:#E3000F; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.SubProjectContainer .Sol .ProjeDetayAlan .Btn:hover { width:180px; height:25px; padding-left:10px; text-align:left; font-family:Calibri; font-size:14px; color:#fff; font-weight:bold; border:none; cursor:pointer; background:url(../images/SiteLayout/Project_Detail_icon.png) no-repeat top right; background-color:#555; -webkit-transition:background-color .3s ease-in; -moz-transition:background-color .3s ease-in; -o-transition:background-color .3s ease-in; -ms-transition:background-color .3s ease-in;  transition:background-color .3s ease-in;}
.SubProjectContainer .Sag { float:left; margin-left:10px;  padding-top:30px;width:220px;}
.SubProjectContainer .Sag .ProjeBaslik{ margin-bottom:15px; }
.SubProjectContainer .Sag .ProjeOzellikAlan { margin-bottom:11px; }
.SubProjectContainer .Sag .ProjeOzellikAlan .Title { float:left; width:100px; }
.SubProjectContainer .Sag .ProjeOzellikAlan .İkiNokta { float:left; margin-left:7px; margin-right:7px; }
.SubProjectContainer .Sag .ProjeOzellikAlan .SagAlan { float:left; width:100px; }

.SubProjectContainer .Middle { width:auto; min-height:270px; background:url(../images/SiteLayout/SubProject_MiddleBg.png) repeat-y top center; }
.SubProjectContainer .Bottom { width:auto; height:20px; background:url(../images/SiteLayout/SubProject_BottomBg.png) no-repeat top center; }

/* PROJECT ALT KATEGORİ */


/* PROJECT DETAIL */

.ProjectDetail_MainTitle { text-align:left; margin-bottom:20px; margin-top:20px;}

.ProjectDetail_MiddleContainer { margin-bottom:20px; }
.ProjectDetail_MiddleContainer .SliderContainer { float:left; width:730px; }
.ProjectDetail_MiddleContainer .SagContainer { float:left; width:250px; }

.Detay_ProjeOzelliklerContainer { margin-top:30px; }
.Detay_ProjeOzelliklerContainer .Top { width:auto; height:11px; background:url(../images/SiteLayout/DetaySagUstGolge.png) no-repeat top center; }
.Detay_ProjeOzelliklerContainer .Middle { width:auto; height:auto; background-color:#F4F4F4; padding-bottom:20px;}
.Detay_ProjeOzelliklerContainer .Middle .CevahirlerLogo { padding-top:25px; padding-bottom:10px; margin:0 auto; width:94px; }
.Detay_ProjeOzelliklerContainer .Middle .ProjeTuruMetinAlan {  text-align:center; padding-bottom:20px; }
.DetayProjeOzellikAlan { padding-bottom:11px; margin-left:15px; }
.DetayProjeOzellikAlan .Title { float:left; width:110px; }
.DetayProjeOzellikAlan .İkiNokta { float:left; margin-left:7px; margin-right:7px; }
.DetayProjeOzellikAlan .SagAlan { float:left; width:100px; }

.Detay_ProjeOzelliklerContainer .Bottom { width:auto; height:13px;background:url(../images/SiteLayout/DetaySagAltGolge.png) no-repeat top center; }

.ProjedetayAltAciklama {  }
.ProjedetayAltAciklama .Title{ margin-bottom:20px; }
.ProjedetayAltAciklama .Metin{  }

/* PROJECT DETAIL */


/* İLETİŞİM */

.ContactForm { float:left; width:40%;  float:left; }

.ContactAlan { margin-bottom:10px; width:auto; min-height:35px; background:#fff; border:1px solid #ddd; padding-left:10px; }
.ContactAlan Input { width:95%; height:35px; background:#fff; padding-left:10px; font-family:'SegoueRegular'; font-size:13px; color:#666; border:none; }
.ContactAlan Textarea { width:95%; height:100px; background:#fff; padding-left:10px; font-family:'SegoueRegular'; font-size:13px; color:#666; border:none; margin-top:5px;}

.GuvenlikKoduAlanContainer {  }
.GuvenlikKoduAlanContainer .GuvenlikKodu {  width:100px; height:37px; background-color:#eee; float:left; margin-right:10px; }
.GuvenlikKoduAlanContainer .GuvenlikTb { float:left; width:110px; height:37px; background-color:#fff; border:1px solid #ddd; padding-left:10px; }
.GuvenlikKoduAlanContainer .GuvenlikTb Input { width:110px; height:35px; font-family:'SegoueRegular'; font-size:13px; color:#666; border:none; }    
.GuvenlikKoduAlanContainer .GonderBtn {  padding:5px 15px; background-color:#FF0000; border:none; cursor:pointer; font-family:Calibri; font-size:14px; color:#fff; font-weight:bold; float:left; margin-left:10px; height:37px;   }


.ContactInformations {  float:right; width:56%;  float:right; }
.iletisimBilgilerBanner { margin-bottom:10px; }

.iletisimBilgiAlan { margin-bottom:10px; }
.iletisimBilgiAlan .icon { float:left; margin-right:10px; }
.iletisimBilgiAlan .Metin { float:left; }

/* İLETİŞİM */

.TTR_uyari1 { font-family:Arial; font-size:11px; color:#c62c2c; text-decoration:none; }