/*-----------------------------------------
	IMPORTS
-----------------------------------------*/
@import url('header.css');
@import url('footer.css');
/*-----------------------------------------
   GENERALS
-----------------------------------------*/
@font-face {
   font-family: 'CalibriBold';
   src: url('/css/fonts/calibrib-webfont.eot');
   src: url('/css/fonts/calibrib-webfont.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/calibrib-webfont.woff') format('woff'),
		url('/css/fonts/calibrib-webfont.ttf') format('truetype'),
		url('/css/fonts/calibrib-webfont.svg#calibribold') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'CalibriItalic';
   src: url('/css/fonts/calibrii-webfont.eot');
   src: url('/css/fonts/calibrii-webfont.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/calibrii-webfont.woff') format('woff'),
		url('/css/fonts/calibrii-webfont.ttf') format('truetype'),
		url('/css/fonts/calibrii-webfont.svg#calibriitalic') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'CalibriRegular';
   src: url('/css/fonts/calibri-webfont.eot');
   src: url('/css/fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/calibri-webfont.woff') format('woff'),
		url('/css/fonts/calibri-webfont.ttf') format('truetype'),
		url('/css/fonts/calibri-webfont.svg#calibriregular') format('svg');
   font-weight: normal;
   font-style: normal;
}
body {
   background-color: #FFF;
}
body, html {
   font-family: "CalibriRegular",Calibri,Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   min-height: 100%;
}
a {
   color: #000;
}
.fright {
   float: right
}
.fleft {
   float: left
}
.no-borders {
   border: none!important
}
.clearfix {
   clear: both
}
.inline-block {
   display: inline-block
}
.no-background {
   background: none
}
.v-align-Outside {
   display: table;
}
.v-align-Inside {
   display: table-cell;
   vertical-align: middle;
}
.mainShadow {
   -webkit-box-shadow: 0px 1px 5px 0px #777;
   -moz-box-shadow: 0px 1px 5px 0px #777;
   box-shadow: 0px 1px 5px 0px #777;
}

input[type=text]:focus, textarea:focus {
   color: #000;
   outline: 0
}

/*-----------------------------------------
   CONTENT
-----------------------------------------*/
.contentWrapper {
   width: 100%;
   position: relative;
   z-index: 4;
   float: left;
   clear: both;
   overflow: hidden;
}
.mainContentWrapper {
   height: 825px;
   background-position: center top;
   background-repeat: no-repeat;
}
.content {
   width: 980px;
   float: left;
   position: relative;
   left: 50%;
   margin-left: -490px;
   padding-bottom:4px !important;
}
/*-----------------------------------------
   MainPage-CONTENT
-----------------------------------------*/
.content-Middle {
   float: left;
   clear: both;
   width: 100%;
   height: 400px;
   overflow: hidden;
   /* background: url(/images/content-Middle-bg.png); */
   margin-top: 30px;
   border-radius: 5px 0px 0px 5px;
   -moz-border-radius: 5px 0px 0px 5px;
   -webkit-border-radius: 5px 0px 0px 5px;
   behavior: url(PIE.htc);
}
.content-Middle-Left {
   width: 200px;
   height: 100%;
   float: left;
   background: #df0533;
   border-right: 1px solid #B29696;
   margin-left: 1px;
}
.content-Middle-Left-Image {
   float: left;
   width: 100%;
   height: 242px;
   overflow: hidden;
   position: relative;
}
.content-Middle-Left-Image img {
   display: inline-block;
   position: relative;
   z-index: 5;
   width:201px;
}
.content-Middle-Left-Image:before {
   content: '';
   background: url(/images/fade-effect-red.png) repeat-x;
   height: 77px;
   width: 100%;
   position: absolute;
   top: 166px;
   z-index: 10;
}
.content-Middle-Left-Title {
   background: url("/images/big-ornaments-sep.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
   clear: both;
   color: #fff;
   float: left;
   font-size: 17px;
   margin-bottom: 10px;
   margin-top: -23px;
   padding-bottom: 15px;
   position: relative;
   text-align: center;
   width: 100%;
   z-index: 15;
}
.content-Middle-Left-Paragraph {
   clear: both;
   color: #fff;
   float: left;
   margin-left: 15px;
   text-align: center;
   width: 85%;
   font-size: 14px;
}  
.content-Middle-Right {
   float: left;
   width: 79.389%;
   height: 100%;
   background: rgba(255, 255, 255, 0.78);
}
/*-----------------------------------------
   News-Responsive
-----------------------------------------*/
.news-Container {
   float: left;
   width: 100%;
   height: 100%;
   position: relative;
}
.news-Container-Tabs {
   float: left;
   width: 100%;
   height: 37px;
   border-bottom: 1px solid #CCC;
}
.news-Container-Tabs div {
   float: left;
   width: 24%;
   height: 26px;
   border-right: 1px solid #CCC;
   cursor: pointer;
   padding-top: 1.3%;
   font-size:15px
}
.news-Container-Tabs .tab-ico {
   content: '';
   float: left;
   background: url(/images/news-Icons-Sprite.png) no-repeat;
   width: 31px;
   height: 32px;
   margin-left: 2.5%;
   margin-right: 2.5%;
   margin-top: -4.5%;
}
.news-Container-Tabs div:hover {
   color: #df0533;
}
.news-Container-Tabs div.clr-Active {
   color: #df0533;
}
.news-Container-Tabs div#tab-haberler .tab-ico {
   background-position: 0px 0px;
}
.news-Container-Tabs div#tab-duyurular .tab-ico {
   background-position: -62px 0px;
}
.news-Container-Tabs div#tab-basindan .tab-ico {
   background-position: -124px 0px;
}
.news-Container-Tabs div#tab-kentkonseyi .tab-ico {
   background-position: -186px 0px;
}
.news-Container-Tabs div#tab-etkinlikler .tab-ico {
   background-position: -248px 0px;
}
.news-Container-Tabs div#tab-videolar .tab-ico {
   background-position: -310px 0px;
}
.news-Container-Tabs div#tab-fotograflar .tab-ico {
   background-position: -372px 0px;
}
.news-Container-Tabs div#tab-kurslarimiz .tab-ico {
   background-position: -434px 0px;
}
.news-Container-Tabs div .tab-ico:hover {/* background-position: 0px -31px;*/
}
.news-Container-Tabs div .tab-ico.tab-Active {/* background-position: 0px -31px */
}
.news-Content {
   float: left;
   width: 100%;
   height: 81%;
   border-bottom: 1px solid #CCC;
   position: relative;
}
.news-Content-Left {
   float: left;
   width: 38%;
   height: 99%;
   margin-left: 1.1%;
   border-right: 1px solid #ccc;
   padding-right: 1%;
   padding-top: 0.4%;
}
.news-Content-Left-Image {
   width: 100%;
   max-height: 200px;
   text-align: center;
   overflow: hidden;
   margin-top: 2%;
}
.news-Content-Left-Image img {
   max-height: 200px;
}
.news-Content-Left-Paragraph {
   float: left;
   width: 100%;
   margin-top: 1%;	
   font-size:14px;
}
.news-Content-Left-Paragraph span {
   font-weight: bold;
   width: 100%;
   float: left;
}
.news-Content-Left-Paragraph p {
   float: left;
   width: 100%;
   margin-top: 0.5em;
   height: 71px;
   overflow: hidden;
}
.news-Content-Right {
   float: left;
   width: 58.6%;
}
.news-Content-Right-Links {
   float: left;
   width: 100%;
   height: 100%;
   margin-top: 2.7%;
   font-size:14px;
}
.news-Content-Right-Links a {
   float: left;
   clear: both;
   width: 98%;
   padding-left: 2.8%;
   margin-bottom: 3%;
   background: url(/images/news-arrow-gri.png) no-repeat left center;
}
.news-Content-Right-Links a:first-child {
   margin-top: 0.9%;
}
.news-Content-Right-Links a:hover {
   color: #df0533;
   background: url(/images/news-arrow.png) no-repeat left center;
}
.news-Content-Right-Links a.links-Active {
   color: #df0533;
   background: url(/images/news-arrow.png) no-repeat left center;
}
.news-Content-Right-Pagination {
   height: 20px;
   margin-left: 0.7%;
   margin-top: 0.7%;
   position: absolute;
   bottom: 10px;
   right: 10px;
   float: left;
   width: 57%;
}
.pagination-Numbers {
   float: left;
}
.pagination-Numbers span {
   float: left;
   width: 20px;
   height: 20px;
   background: #7baab7;
   margin-right: 0.2em;
   text-align: center;
   line-height: 19px;
   color: #FFF;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   behavior: url(PIE.htc);
   cursor: pointer;
}
.pagination-Numbers span:hover {
   background: #F24B4B;
}
.pagination-Numbers span.pagination-Active {
   background: #F24B4B;
}
.all-News-Bttn {
   float: left;
   width: 102px;
   height: 20px;
   background: #7baab7;
   text-align: center;
   line-height: 19px;
   color: #FFF;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   behavior: url(PIE.htc);
}
.all-News-Bttn:hover {
   background: #F24B4B;
}
.basindan-columns{
   float: left;
   width: 374px;
   height: 285px;
   border-right: 1px solid #D3D0D0;
}
.basindan-news-container{
   float: left;
   width: 95%;
   height: 35px;
   border-bottom: 1px solid #DBDBDB;
   padding: 10px;
   padding-right: 8px;
   padding-bottom: 11px;
}
.basindan-news-container:hover { 
   background: #F7F7F7;
}
.basindan-news-pic{
   float: left;
   width: 90px;
   height: 100%;
   border: 1px solid #DADADA;
   margin-right: 10px;
   overflow: hidden;
}
.basindan-news-title{
   float: left;
   width: 70%;
   height: 100%;
   font-size: 14px;
}
/*-----------------------------------------
   MainBanner
-----------------------------------------*/
.mainBanner {
   float: left;
   width: 980px;
   height: 320px;
   clear: both;
   margin-top: 48px;
   overflow: hidden;
   position: relative;
   background: url(/images/mainBanner-bg.png);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   behavior: url(PIE.htc);
}
.slider {
   float: left;
   width: 985px;
   height: 320px;
}
.ie10 .mainBanner {
   background: rgba(255, 255, 255, 0.30);
}
.mainBanner-Nav {
   display: inline-block;
}
.mainBanner-Nav div {
   background: url(/images/mainBanner-NavSprite.png) no-repeat;
   width: 30px;
   height: 35px;
   cursor: pointer;
   position: absolute;
   top: 140px;
   float: left;
   z-index: 999
}
.mainBanner-Nav div.mainBanner-Nav-Right {
   background-position: -28px 0;
   right: 10px;
}
.mainBanner-Nav div.mainBanner-Nav-Left {
   background-position: 1px 0;
   left: 10px;
}
.slider-Right {
   float: right;
   width: 310px;
   margin-left: 610px;
   z-index: 7001!important;
}
.slider-Left {
   float: left;
   width: 460px;
   margin-left: 70px;
   margin-top: 45px;
   z-index: 99999!important;
}
.slider-Background {
   float: left;
	 width: 970px;
	 z-index: 7000 !important;
}
.slider-Right img {
   float: left;
   margin-top: 15px;
   margin-left: 5px;
}
/*-----------------------------------------
   subpagesBanner
-----------------------------------------*/
.subpagesBanner {
   clear: both;
   float: left;
   overflow: hidden;
   position: relative;
   width: 980px;
   z-index: 10;
}
/*-----------------------------------------
   leftSide
-----------------------------------------*/
.leftSide {
   position: absolute;
   left: 0px;
   float: left;
   top: 290px;
   width: 75px;
   padding-top: 20px;
   background: url(/images/leftSide-Bg.png);
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-right-radius: 5px;
   border-bottom-right-radius: 5px;
   behavior: url(PIE.htc);
   z-index: 9999999;
}
.leftSide-Bttn {
   position: absolute;
   float: right;
   right: -17px;
   top: 0px;
   width: 17px;
   height: 20px;
   cursor: pointer;
   background: url(/images/leftSide-Bttn.png) no-repeat;
}
.leftSide-Links {
   float: left;
   width: 90%;
   margin-left: 2%;
}
.leftSide-Links a {
   float: left;
   width: 100%;
   text-align: center;
   color: #FFF;
   font-size: 12px;
   line-height: 12px;
   margin-bottom: 16px;
}
.leftSide-Links a span {
   width: 100%;
   display: inline-block;
   margin-top: 5px;
}
.leftSideIcon {
   width: 100%;
}
.footer-logos-b {
   float: right;
}
#printIcerik {
   float:left;
   width:100%
}
#s-facebook {
   padding-left:40px;
   padding-top:25px;
}
#s-twitter {
   padding-left:13px;
   padding-top:25px;
}
.sites-item-cont{
   float: left;
   width: 162px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   background-color: #DF0533;
   color: #fff;
   text-align: center;
   min-height:180px;
   overflow:hidden;
   border:1px solid #DF0533;
   padding-bottom:15px;
   font-size:14px;
   margin:5px;
}
.sites-item-cont img{
   margin-bottom: 10px;
   clear:both;
   display:inline-block;
}
.sites-item-cont a{
   color: #fff;
}
.right-Content-Paragraph table, .right-Content-Paragraph td, .right-Content-Paragraph tr {
   border: 1px solid #ccc !important;
}