﻿body, html, table, tr, td, th, tbody, tfooter, fieldset, legend, h1, h2, h3, form, button {
    padding: 0;
    margin: 0 0 0 0;
    border-collapse: collapse;
    list-style-type: none;
    outline: none;
}

html {
    height: 100%;
}

cite{
	font-style:normal !important;
}

body {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    color: #333;
  
}

a:link, a:active, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

.sol {
    float: left;
}

.sag {
    float: right;
}

.temizle {
    clear: both;
}

.none{
	display:none;
}

.genislik {
    width: 960px;
}

.mainDiv {
    margin: 0px auto;
	
}

.header {
    height: 133px;
    width: 100%;
    background: url(img/headerBg.png) repeat-x;
    position: relative;
    z-index: 100;
	font-size:13px;
}

.bodySlider {
    height: 100vh;
}

.logo {
    margin-top: 20px;
}

.menuKapsayici {
    max-width: 722px;
    height: 115px;
    border-bottom: 10px solid #00529b;
    /*margin-left: 60px;*/
    text-align: left;
}

.menu {
    margin-top: 14px;
}

    .menu ul {
        margin: 0;
        padding: 0;
    }

        .menu ul > li {
            display: inline-block;
            margin-right: 25px;
        }

            .menu ul > li:last-child {
                margin-right: 0;
            }

            .menu ul > li > a {
                font-weight: bold;
                color: #00529b;
				font-size:13px;
                -webkit-transition: color 100ms linear;
                -moz-transition: color 100ms linear;
                -o-transition: color 100ms linear;
                -ms-transition: color 100ms linear;
                transition: color 100ms linear;
            }

                .menu ul > li > a:hover {
                    text-decoration: none;
                    color: black;
                    -webkit-transition: color 100ms linear;
                    -moz-transition: color 100ms linear;
                    -o-transition: color 100ms linear;
                    -ms-transition: color 100ms linear;
                    transition: color 100ms linear;
                }

.tel {
    text-align: right;
}

.tel1 {
    color: #b1b1b1;
    display: block;
    height: 3px;
}

.tel2 {
    color: #939598;
    margin-right: 148px;
    display: block;
    font-size: 11px;
    font-weight: 700;
}

.tel3 {
    color: #939598;
    font-size: 32px;
    margin-top: -48px;
    display: block;
    font-weight: bold;
}

.diller{
	padding-top:2px;
}

.diller a{
	font-size:12px;
	
}

.diller a:hover{
	text-decoration:none;
	color: #00529b;
}


.searchKapsayici {
    height: 66px;
    background: #939598;
    margin-top: -8px;
}

.menuGri {
    margin-top: 11px;
    margin-left: 20px;
}

    .menuGri ul {
        margin: 0;
        padding: 0;
    }

        .menuGri ul > li {
            display: inline;
        }

    .menuGri span {
        margin-top: 7px;
        display: block;
    }

    .menuGri ul > li > a {
        display: block;
        float: left;
        color: #282828;
        font-weight: 700;
        margin-right: 25px;
        -webkit-transition: color 100ms linear;
        -moz-transition: color 200ms linear;
        -o-transition: color 200ms linear;
        -ms-transition: color 200ms linear;
        transition: color 200ms linear;
    }

        .menuGri ul > li > a:hover {
            text-decoration: none;
            color: #014e94;
            -webkit-transition: color 200ms linear;
            -moz-transition: color 200ms linear;
            -o-transition: color 200ms linear;
            -ms-transition: color 200ms linear;
            transition: color 200ms linear;
        }

.searchBar {
    margin-top: 27px;
    margin-right: 20px;
}

    .searchBar input[type="text"] {
        width: 170px;
        height: 25px;
        background: #282828;
        border: none;
        color: white;
        padding-left: 15px;
        padding-right: 15px;
    }

    .searchBar input[type="submit"] {
        width: 30px;
        height: 27px;
        background: #282828 url(img/searchBtn.jpg) no-repeat;
        border: none;
        cursor: pointer;
    }
	
/* Detaylı Arama */	

.detayliArama{
	width:210px;
	height:130px;
	background:#5a5a5a;
	position:absolute;
	z-index:100;
	margin-left: 34px;
	margin-top: -1px;
	text-align: left;
	padding: 10px 10px;
	display:none;
}

.detayliArama span{
	display:block;
	color:white;
	font-weight:bold;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:3px;
	margin-bottom:5px;
}


/* /Detaylı Arama */
.videoBorder {
    background: rgba(255,255,255,0.3);
    padding: 3px;
    height: 114px;
    width: 254px;
}

.video {
    height: 74px;
    width: 254px;
    background: url(img/video.jpg) no-repeat;
    padding-top: 37px;
    cursor: pointer;
}

    .video span {
        display: block;
        background: #014e94;
        color: white;
        height: 20px;
        line-height: 20px;
    }


.videoSliderKapsayici {
    margin-top: 5px;
}

.video img {
    opacity: 0.5;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.video:hover img {
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}


.sliderBorder {
    width: 691px;
    height: 342px;
    background: rgba(255,255,255,0.3);
    padding: 3px;
}

.slider {
    width: 691px;
    height: 342px;
	text-align:right;
}

.sliderBaslik{
	font-weight:bold;
}

.sliderContent {
    display: block;
    height: 95px;
	font-size:12px !important;
}

.sliderTxt {
    /*background: #014d93 url(../css/img/sliderTextBg.png) no-repeat;*/
    width: 188px;
    height: 248px;
    position: relative;
    z-index: 2;
    margin-top: -342px;
    text-align: left;
    color: white;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 94px;
	font-size:12px !important;
}

.haberSlider1 {
    background: #404040 url(img/sliderTextBg1.jpg) no-repeat;
}

	.haberSlider1 a{
		background: #1a1a1a;
	}
	
	.haberSlider1 a:hover{
		background: #111111;
	}

.haberSlider2 {
    background: #524d2d url(img/sliderTextBg2.jpg) no-repeat;
}
	.haberSlider2 a{
		background: #504623;
	}
	
	.haberSlider2 a:hover{
		background: #342e18;
	}
	
.haberSlider3 {
    background: #2a2052 url(img/sliderTextBg3.jpg) no-repeat;
}
	.haberSlider3 a{
		background: #21173c;
	}
	
	.haberSlider3 a:hover{
		background: #140e25;
	}

.haberSlider4 {
    background: #2c0c0d url(img/sliderTextBg4.jpg) no-repeat;
}
	.haberSlider4 a{
		background: #330303;
	}
	
	.haberSlider4 a:hover{
		background: #170202;
	}

.haberSlider5 {
    background: #013952 url(img/sliderTextBg5.jpg) no-repeat;
}

	.haberSlider5 a{
		background: #012d3a;
	}
	
	.haberSlider5 a:hover{
		background: #01212a;
	}



    .sliderTxt a {
        color: white;
        display: block;
        width: 94px;
        height: 38px;
        line-height: 38px;
        /*background: #003d73;*/
        text-align: center;
        -webkit-box-shadow: inset 1px 2px 4px 3px rgba(0,0,0,0.2);
        box-shadow: inset 1px 2px 4px 3px rgba(0,0,0,0.1);
        -webkit-transition: background 200ms linear;
        -moz-transition: background 200ms linear;
        -o-transition: background 200ms linear;
        -ms-transition: background 200ms linear;
        transition: background 200ms linear;
        float: right;
        margin-top: 15px;
        font-size: 10px;
    }

        .sliderTxt a:hover {
            text-decoration: none;
            /*background: #002749;*/
            -webkit-transition: background 200ms linear;
            -moz-transition: background 200ms linear;
            -o-transition: background 200ms linear;
            -ms-transition: background 200ms linear;
            transition: background 200ms linear;
        }

.slogan {
    margin-top: 15px;
    text-align: left;
	
}

.slogan img{
	max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.haberTarih {
    font-size: 10px;
    color: #FFF;
}

.owl-carousel{
	margin:0px;
	padding:0px;
}

.duyuruFooterKapsayici {
    position: relative;
    height: 105px;
    margin-top: -105px;
    text-align: left;
    color: white;
}

.duyuruBottom {
    width: 960px;
    height: 85px;
    background: #282828  url(img/duyuruBg.png) no-repeat top left;
}

.duyuruContent {
    color: #FFF;
    margin-top: 10px;
    font-size: 10px;
}

    .duyuruContent span {
        font-weight: bold;
        font-size: 12px;
    }

.dovizKurlar{
	color:white;
	
}

.dolarIcon{
	margin-top:2px;
}

.duyuruArrow {
    margin-top: 50px;
    margin-right: 40px;
}


.icSayfaFooterKapsayici {
    position: relative;
    text-align: left;
    color: white;
}


.footer {
    height: 20px;
    background: #00529b;
    width: 100%;
    padding-top: 10px;
}


.icSayfaFooter{
	 height: 54px;
    background: #00529b;
    width: 100%;
    padding-top: 10px;
	
	
}



.footerMenu {
}

    .footerMenu ul {
        margin: 0;
        padding: 0;
    }

        .footerMenu ul > li {
            display: inline-block;
            margin-right: 12px;
        }


            .footerMenu ul > li > a {
                font-size: 10px;
                color: #FFFFFF;
            }

                .footerMenu ul > li > a:hover {
                    text-decoration: underline;
                }


.wrapper {
    height: 100%;
		font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.copy {
    font-size: 10px;
}

.content {
    background: white;
    padding: 20px;
    width: 920px;
    text-align: left;
	margin-bottom: 44px;
		font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

    .content > span {
        font-size: 14px;
        font-weight: bold;
        color: #00529b;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
    }

.contentTxt {
    width: 720px;
	font-size:13px;
}

.contentMenu {
    text-align:right;
}

    .contentMenu ul {
        margin: 0;
        padding: 0;
    }

        .contentMenu ul > li {
            display: block;
            background:url(img/contentMenuBullet.jpg) no-repeat right;
            padding-right: 20px;
			margin-bottom:5px;
        }
		
		.contentMenu ul .menuTitle {
            display: block;
			text-align: left;
			padding-right: 20px;
			background: none !important;
			font-size: 16px;
			font-weight: bold;
			border-bottom: 1px solid #dedede;
			padding-bottom: 5px;
			margin-bottom: 13px;
			margin-top: 20px;
        }


            .contentMenu ul > li > a {
                font-weight: bold;
                color: #00529b;
                -webkit-transition: color 100ms linear;
                -moz-transition: color 100ms linear;
                -o-transition: color 100ms linear;
                -ms-transition: color 100ms linear;
                transition: color 100ms linear;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
            }

                .contentMenu ul > li > a:hover {
                    text-decoration: none;
                    color: black;
                    -webkit-transition: color 100ms linear;
                    -moz-transition: color 100ms linear;
                    -o-transition: color 100ms linear;
                    -ms-transition: color 100ms linear;
                    transition: color 100ms linear;
                }






.overlay{
	width:100%;
	height:100%;
	position:fixed;
	z-index:101;
	background:rgba(0,0,0,0.8);
	display:none;
}

/* Hakkımızda */


.subPagebaslik{
	font-size: 24px; border-bottom: 1px solid #dedede; padding: 10px;
}

.uyeItem{
	border: 1px solid #dedede;
	padding: 20px;
	margin: 5px;
	opacity:0.6;
	-webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
}

.uyeItem:hover{
	border: 1px solid #00529b;
	opacity:1;
	-webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
	
}

.uyeAd{
	font-size: 16px;
	font-weight: bold;
}

.uyeFirma{
	margin:3px 0px;
	font-weight:bold;
}

.kisiselBilgiB{
	width:140px;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:8px;
	
}

.kisiselBilgi{
	width:360px;
	margin-bottom:8px;
	margin-top:8px;
	
}

.yonetimBorder{
		border-bottom:1px solid #cecece;
}


/* BELGELER */

.downloadItem{
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	margin-top: 15px;
}

.downloadItem a:hover{
	color:#00529b;
}


.donwloadIcon{

}

.downloadContet{
	padding-top: 2px;
	padding-left: 10px;
}
/* Firmalar */
.firmaTable{
	border-collapse:collapse;
}


.firmaTable tr:hover{
	background:#CCCCCC;

}

.firmaTable a{
	color:#00529b;
}

.firmaTable a:hover{
	color:#0065bf;
	text-decoration:none;
}

.firmaTable td{
	padding:10px;
}


/* Firma Detay */

.firmaDetay{

}

.firmaIsim{
	font-size: 26px;
	margin: 0px 0px 20px 0px;
	padding-bottom: 9px;
	border-bottom: 1px solid #dedede;
	width: 920px;
}

.firmaLogo{

}

.firmaBilgiler{
	margin-left:40px;

}



.firmaBilgiTitle{
	width:120px;
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:1px solid #dedede;
		padding-bottom:2px;
}

.firmaBilgiCont{
	border-bottom:1px solid #dedede;
	padding-top:1px;
	width:500px;
	padding-bottom:2px;
	min-height: 15px;
	height: 100%;

}

/* Haberler */

  .haberItem a {
        color: white;
        display: block;
        width: 94px;
        height: 38px;
        line-height: 38px;
        background: #003d73;
        text-align: center;
        -webkit-box-shadow: inset 1px 2px 4px 3px rgba(0,0,0,0.2);
        box-shadow: inset 1px 2px 4px 3px rgba(0,0,0,0.1);
        -webkit-transition: background 200ms linear;
        -moz-transition: background 200ms linear;
        -o-transition: background 200ms linear;
        -ms-transition: background 200ms linear;
        transition: background 200ms linear;
        float: right;
        margin-top: 15px;
        font-size: 10px;
    }

        .haberItem a:hover {
            text-decoration: none;
            background: #002749;
            -webkit-transition: background 200ms linear;
            -moz-transition: background 200ms linear;
            -o-transition: background 200ms linear;
            -ms-transition: background 200ms linear;
            transition: background 200ms linear;
        }


.haberItem{
	border-bottom:1px solid #dedede;
	padding-bottom:3px;
	margin-bottom:35px;
}

.haberGorsel{
	

}

.haberGorsel img{
	border:3px solid #00529b;
	width:150px;
}

.haberBilgi{
	width: 700px;
	margin-left: 15px;
}


.haberTitle{
	font-size:18px;
	font-weight: bold;
	padding-bottom: 6px;
}

.haberKisa{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif !important;

}

.haberGaleri{
	margin-left: 170px;
}

/*İhale ilanları*/

 /* .ihaleItem a {
        color: white;
        display: block;
        width: 94px;
        height: 38px;
        line-height: 38px;
        background: #003d73;
        text-align: center;
        -webkit-box-shadow: inset 1px 2px 4px 3px rgba(0,0,0,0.2);
        box-shadow: inset 1px 2px 4px 3px rgba(0,0,0,0.1);
        -webkit-transition: background 200ms linear;
        -moz-transition: background 200ms linear;
        -o-transition: background 200ms linear;
        -ms-transition: background 200ms linear;
        transition: background 200ms linear;
        float: right;
        margin-top: 15px;
        font-size: 10px;
    }

        .ihaleItem a:hover {
            text-decoration: none;
            background: #002749;
            -webkit-transition: background 200ms linear;
            -moz-transition: background 200ms linear;
            -o-transition: background 200ms linear;
            -ms-transition: background 200ms linear;
            transition: background 200ms linear;
        }

*/
.ihaleItem{
	border-bottom:1px solid #dedede;
	padding-bottom:3px;
	margin-bottom:35px;
}

.ihaleGorsel{
	

}

.ihaleGorsel img{
	border:3px solid #00529b;
	width:150px;
}

.ihaleBilgi{
	width: 890px;
	margin-left: 15px;
}


.ihaleTitle{
	font-size:18px;
	font-weight: bold;
	padding-bottom: 6px;
}

.ihaleKisa{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif !important;

}


.ihaleBaslik{
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #dedede;
	width: 900px;
}

/* Foto Galeri */
.fotoGaleri{
	margin-top:10px;
	margin-bottom:10px;
}


.fotoGaleri img{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 18px;
}

.fotoGaleri img:hover{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 18px;
}


/* İletişim */

.iletisimTitle{
	width:90px;
	margin-bottom:10px;
	font-weight:bold;
}



/*Video Galeri*/

.videoPlayer{
	width:920px;
	height:518px;
	position:absolute;
	z-index:102;
	top:50%;
	left:50%;
	margin-left:-460px;
	margin-top:-259px;
	display:none;
	background:#FFF;
}

.videoGaleri{
	margin-left:10px;
}

.videoGaleri div{
	margin-right:10px;
}

.videoGaleri a:hover{
	color:#00529b;
	text-decoration:none;
}


.videoAd{
	width: 100px;
margin-left: 40px;

margin-bottom: 20px;
}

.videoClose{
	color:#000;
	cursor:pointer;
}

.videoCont{
	
}


/*  Yayinlar */
.yayinAd{
	text-align:center;
}


.yayinlar{
	margin-left:10px;
}

.yayinItem{
	margin-right: 30px;
	margin-bottom: 15px;
}

.yayinItem a:hover{
	text-decoration:none;
	color:#00529b;
}


/*PAGA******************/
div#items {
	margin:0;
	padding:0px;
	width:auto;
	overflow:hidden;
}
div#items div {
	list-style:none;
	overflow:hidden;
	
	text-align:left;
}
ol#pagination {
	overflow:hidden;
	width:660px
}
ol#pagination li {
	float:left;
	list-style:none;
	cursor:pointer;
	margin:0 0 0 4px;
	font-size:15px;
}
ol#pagination li.current {
	color:#f00;
	font-weight:bold;
}/*PAGA******************/


@media (max-height: 650px) { 
.duyuruBottom{
	display:none;
}
.duyuruFooterKapsayici {
    position: relative;
    height: 0px;
    margin-top: 0px !important;
    text-align: left;
    color: white;
}


}