﻿@import url(../font/myriad-pro/style.css);
@import url(../font/futura-md-bt/font.css);

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight:normal;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a{text-decoration:none;}
iframe{ display:block; }
b,strong{font-weight:bold;}
/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

/* GENEL */

body {
    font-family: Arial, Verdana;
    font-size:12px;
    background-color:White;
    display:none;
}

.wrapper{
    width:980px;
    margin:0 auto;
    position:relative;
    z-index:1;
}

a{
    color:#00468c;
}

a:hover{
    color:#BF2432;
}

.panel1, .panel2{
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    margin-top:20px;
}

.panel1{
    background-color: #eee;
}

.panel2{
    background-color: #fff;
}

.button {
    
    display: inline-block;
    height:35px;
    margin:10px 0;
    padding: 0 20px;
    font-family: 'tt0142m';
    font-size:19.5px;
    font-weight:normal;
    text-decoration: none;
    letter-spacing:-0.5px;
    line-height:35px;
    color: #093d74;
    
    
    background-color: #ffd541;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #CCAC7F;
    background-image: linear-gradient(0deg, #ff9c0c, #ffd541);
    outline:none;
}

.button:hover {
    background-image: linear-gradient(0deg, #ffd541, #ffaf3c);
    }

.button-white {
    background-color: #eee;
    border: 1px solid #AEBAC5;
    background-image: linear-gradient(0deg, #ccc, #fff);
}

.button-white:hover {
    background-image: linear-gradient(0deg, #fff, #ccc);
}

/* HEADER */

header{
    position:relative;
}

#logo img{
    width:204px;
}

#search{
    position:absolute;
    right:0;
    top:32px;
    border:1px solid #bfbfbf;
    border-radius:5px;
}

#search .txt{
    height:26px;
    line-height:28px;
    border:0;
    outline:0;
    font-family:Arial;
    font-size:12px;
    margin-left:10px;
    color:#888;
    float:left;
}

@media (max-width:480px) {
	#search .txt {
		width: 100px;
	}
}

#search .txt::-webkit-input-placeholder{
  color:#c4c4c4;
}

#search .btn{
    margin-right:8px;
    float:left;
    clear:right;
    outline:none;
}

#content{
    width:100%;
    height:auto !important;
    overflow:hidden;
    position:relative;
    z-index: 0;
    overflow:hidden;
}

.subpage #content{
    background-image:url(../img/subpagebg.jpg);
    padding-bottom:40px;
    border-bottom: 1px solid #CFDBE8;
}

/* TOP MENU */
#topmenu{
    position:absolute;
    top:0px;
    right:0;
}

#topmenu li{
    float:left;
}

#topmenu li a{
    font-family:Arial;
    font-size:11px;
    color:#9c9c9c;
    display:block;
    padding-top:8px;
    padding-left:8px;
}

#topmenu li.active a{
    font-weight:bold;
}

#topmenu li.sitemaplink a{
    border-right:1px solid #dfdfdf;
    color:#c4c4c4;
    padding-right:10px;
}

/* MAIN MENU */
.mainmenu{
    position:absolute;
    bottom:0;
    right:-18px;
    width:auto;
}

.mainmenu .handler{
    display:none;
}

.mainmenu > ul > li{
    float:left;
}

.mainmenu > ul > li > a {
    display: block;
    color: #4f7fb0;
    font-family: 'Myriad Pro Regular', Arial;
    font-size: 17px;
    letter-spacing: -0.5px;
    border-bottom: 3px solid #fff;
    padding: 5px;
    margin: 0px 12px;
}


.mainmenu > ul > li > a:hover,
.mainmenu > ul > li.active > a{
    color:#cc9900;
    border-color:#efc67f;
}

.mainmenu .submenu{
    position:absolute;
    top:30px;
    right:0;
    background-color:#fff;
    display:none;
    overflow:hidden;
    padding:20px 0;
    width:775px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,.3);
    -moz-box-shadow:    0px 2px 3px -1px rgba(0,0,0,.3);
    box-shadow:         0px 2px 3px -1px rgba(0,0,0,.3);
}

.mainmenu > li.current > .submenu{
    display:block;
}

.mainmenu .submenu > .submenulogo{
    width:18%;
    float:left;
    margin-left:2%;
}

.mainmenu .submenu > .submenulogo img{
    width:100%;
}

.mainmenu .submenu > .row{
    width:80%;
    float:left;
}

.mainmenu .haschild > .row > .col{
    float:left;
}

.mainmenu .submenu > .row > .col{
    margin-left:2%;
    overflow:visible;
    background-color:#fff; /*ie font shadow sorunu için*/
    position:relative;
    width: 40%;
}

.mainmenu .submenu > .row > .col > a{
    font-family: 'Myriad Pro Regular';
    font-size:15px;
    line-height:25px;
    text-indent:15px;
    color:#1a1a1a;
    background-image:url(../img/rightarrow.png);
    background-repeat:no-repeat;
    background-position:0 4px;
    white-space:nowrap;
    display:block;
    letter-spacing:-0.5px;
}

.mainmenu .submenu > .row > .col > ul > li > a{
    font-family:Arial;
    font-size:13px;
    color:#1a1a1a;
    line-height:17px;
    padding-left:15px;
    display:block;
}

.mainmenu .submenu > .row > .col > ul > li > a:hover{
    text-decoration:underline;
}

/* MOBILE MENU */
.mobilemenu{
    z-index:50;
    background-color:#fff;
    overflow:hidden;
    font-family: 'Myriad Pro Regular';
    font-size:15px;
}

.mobilemenu .handler{
    background-image:url(../img/mobile.svg);
    background-repeat:no-repeat;
    background-position:14px 0px;
    background-color:#093d74;
    display:block;
    height:45px;
    line-height:45px;
    font-family:'tt0142m';
    font-size:19px;
    font-weight:bold;
    color:#fff;
    text-indent:70px;
}

.mobilemenu > ul{
    display:none;
}

.mobilemenu > ul > li{
    background-image:url(../img/rightarrowblue.png);
    background-repeat:no-repeat;
    background-position:12px 14px;
    background-color:#eee;
    text-indent:35px;
    white-space:nowrap;
    border-top:1px solid #a9caeb;
    border-bottom:1px solid #fff;
    margin-left:0px;
    line-height:40px;
}
    
.mobilemenu > ul > li > a{
    text-indent: 30px;
    line-height: 40px;
    color: #00356e;
    display:block;
}
    
.mobilemenu .submenu{
    display:none;
    background-color:#fff;
    padding-left:0px;
    border-top:1px solid #A9CAEB;
}
    
.mobilemenu .submenu .submenulogo{
    display:none;
}

.mobilemenu li li{
    line-height:30px;
    padding-left: 30px;
}
.mobilemenu li a{
    text-indent: 30px;
    line-height: 40px;
    display:block;
    color:#333;
}

/* SIDE MENU */

#sidemenu{
    width:0;
    position:fixed;
    top:180px;
    right:0;
    z-index:10;
    overflow:visible !important;
}

.subpage #sidemenu{
    top:327px;
}

#sidemenu > a{
    width: 60px;
    height: 60px;
    position: absolute;
    left: -60px;
    background-color: #093d74;
    display:none
}

#sidemenu > a > img{
    margin:8px;
    width:45px;

}

#sidemenu > ul{
    background-color:#093d74;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    overflow:hidden;
}  
#sidemenu > ul > li{
    width:220px;
}
#sidemenu > ul > li > a{
    font-family: tt0142m;
    font-size: 13px;
    color: #d9f4ff;
    display: block;
    border-bottom: 1px solid #07315e;
    border: expression(this.nextSibling==null?'none':'inherit');; /* IE 7 last-child hack */
    height: 45px;
    padding-top: 15px;
}

#sidemenu > ul > li > a:hover{
    background-color:#043264;
}

#sidemenu > ul > li:last-child > a{
    border:none;
}

#sidemenu > ul > li > a > img{
    vertical-align: inherit;
    float: left;
    clear: left;
    margin: -9px 7px 0px 7px;
    height: 45px;
    width:45px;
}

#sidemenu > ul > li > a > span{
    vertical-align:middle;
    width:auto;
    display:block;
}

#sidemenu > ul > li > a > span:first-line{
    font-size:15px !important;
}

/* FOOTER */

#footer{
    margin-top:5px;
}

#footer .col{
    float:left;
    width:16.66665%;
}

#footer .col .inner{
    /*padding:10px;*/
    padding:9px;
}

#footer h5{
    margin-bottom:7px;
    font-size:15px;
    color:#5a5a5a;
}

#footer .copyright{
    color:#6c6c6c;
    font-size:11px;
    border-right:0px solid #cfdbe8;
    text-align:center;
}

#footer .copyright .inner{
    border-right:1px solid #cfdbe8;
    padding-left:0;
}

#footer .copyright img{
    margin-bottom:15px;
}

#footer .followus{
    border-left:0px solid #cfdbe8;
    font-size:12px;
    color:#aaa;
}

#footer .followus .inner{
    border-left:1px solid #cfdbe8;
    padding-right:0;
}


#footer .followus h5{
    margin-top:5px;
    font-size:13px;
    letter-spacing:-0.5px;
}

#footer .followus .emailform{
    height:28px;
    margin-bottom:3px;
    border:1px solid #bfbfbf;
    border-radius:5px;
    position:relative;
    background-color:#fff;
    overflow:hidden;
}

#footer .followus .emailform .txt {
    position:absolute;
    height:26px;
    left:10px;
    right:20px;
    line-height:26px;
    border:0;
    outline:0;
    color:#888;
}

#footer .followus .emailform .txt::-webkit-input-placeholder{
  color:#c4c4c4;
}

#footer .followus .emailform .btn{
    position:absolute;
    right:8px;
    top:8px;
}

#footer ul li a{
    display:block;
    font-size:12px;
    line-height:16px;
    letter-spacing: -0.5px;
    color:#9c9c9c;
}

#footer ul li a:hover{
    text-decoration:underline;
}

/* SLIDES */

#slides{

}

#slides .headline{
    position:absolute;
    left:0;
    top:100px;
    right:0;
    font-family:'tt0142m';
    font-size:36px;
    font-weight:normal;
    letter-spacing:-0.8px;
    color:#093d74;
    line-height:42px;
}

#slides .headline strong{
    font-weight:bold;
}

#slides .headline .left{
    float:left;
    margin-left:18px;
}

#slides .headline .right{
    float:right;
    margin-right:28px;
}

#slides .left::first-line,
#slides .right::first-line{
    font-weight:bold;
    font-family:'Myriad Pro Regular';
}

#slides > a{
    position:absolute;
    top:40%;
    width:50px;
    height:50px;
    overflow:hidden;
    background-image:url(../img/sliderarrows.png);
    z-index:200;
}

#slides > a.prev{
    left:20px;
}

#slides > a.prev:hover{
    background-position:0 -50px;
}

#slides > a.next{
    right:20px;
    background-position:-50px 0;
}

#slides > a.next:hover{
    background-position:-50px -50px;
}


#slidepager {
    position:absolute;
    z-index:20;
    width: 100%;
    height:20px;
    bottom: 210px;
    text-align: center;
}

#slidepager a{
    padding: 0 12.5px;
    font-size:32px;
    background-image:url(../img/sliderpager.png);
    background-position:32px center;
    width:32px;
    height:32px;
    margin-bottom:10px;
}

#slidepager a:hover{
    background-position:0 center;
}

#slidethumbnail{
    position:absolute;
    z-index:10;
    width:143px;
    height:99px;
    background-image:url(../img/sliderthumb.png);
    bottom:234px;
    margin-left:-120px;
    margin-bottom:18px;
    display:none;
    padding-top: 10px;
    padding-left: 10px;
}

#slidethumbnail img{
    width: 131px;
    height: 67px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* FEATURES */
#features{
    position:absolute;
    height:245px;
    bottom:0;
    width:100%;
}

#features > img{
    width:100%;
    height:50px;
    display:block;
    margin:0;
}

#features .container{
    background-image:url(../img/featuresbg.png);
    height:500px;
    margin:0;
    padding:0;
}

#features .logo{
    display:none;
}

#features li{
    width:16.6%;
    float:left;
}

#features .inner{
    height:160px;
    border: 1px solid #59738a;
    border-radius: 10px;
    margin:17px 0 0 5%;
    overflow:hidden;
    display:block;
    color:#d9f4ff;
}

#features li:hover .inner{
    background-color:#fff;
    color:#00468c;
    position:relative;
}

#features .icon{
    width: 85px;
    height: 85px;
    overflow: hidden;
    display: block;
    margin: 20px auto 0 auto;
}

#features li:hover .icon{
    display: none;
}

#features .icon img{
    width:100%;
}

#features .title{
    font-family: 'Myriad Pro Regular';
    font-size: 18px;
    margin: 10px 0 0 0;
    display:block;
    text-align:center;
    letter-spacing:-0.3px;
}

#features li:hover .title{
    margin: 20px 10px 10px 10px;
    text-align:left;
}

#features .text{
    clear:left;
    padding: 0 10px 3px 10px;
    line-height:17px;
    display:none;
}

#features li:hover .text{
    display:block;
}

/* ROLL HOVER */

#rollhover,
#rollhover .container{
    width:100%;
    height:200px;
}

#rollhover .container{
    background-color:#00468c;
}

#rollhover .logo{
    display:none;
}

#rollhover li{
    width:24%;
    float:left;
}

#rollhover .inner{
    height:160px;
    border: 1px solid #3a6b9b;
    border-radius: 10px;
    margin:20px 0 0 20%;
    overflow:hidden;
    display:block;
    color:#d9f4ff;
}

#rollhover .active .inner,
#rollhover li:hover .inner{
    background-color:#fff;
    color:#00468c;
    position:relative;
}

#rollhover .icon{
    width: 85px;
    height: 85px;
    overflow: hidden;
    display: block;
    margin: 20px auto 0 auto;
}

#rollhover li:hover .icon{
    display:none;
    margin: 5px 5px 0 10px;
    float:left;
}

#rollhover .icon img{
    width:100%;
}

#rollhover .active .icon img{
    margin-top:-85px;
}

#rollhover .title{
    font-family: 'Myriad Pro Regular';
    font-size: 18px;
    margin: 10px 0 0 0;
    padding: 0 10px;
    display:block;
    text-align:center;
    letter-spacing:-0.3px;
}

#rollhover li:hover .title{
    margin: 20px 0 10px 0;
    text-align:left;
}

#rollhover .text{
    clear:left;
    padding: 0 10px 3px 10px;
    line-height:17px;
    display:none;
}

#rollhover li:hover .text{
    display:block;
}

.roll .container{
    z-index: 9999; 
    position: fixed !important; 
    left: 0; 
    top: 0; 
    width: 100%;
    height:64px !important;
}

.roll .logo{
    float:left;
    width:5% !important;
    display:inline !important;
} 

.roll .logo img{
    padding-top:12px;
    padding-left:5px;
} 

.roll li{
    width:23.5% !important;
}

.roll .inner{
    margin: 10px 0 0 5% !important;
    height:40px !important;
}
    
.roll .icon{
    margin: 5px 0 0 5px !important;
    width:32px !important;
    height:32px !important;
    float:left !important;
}

.roll .icon img{
    float:left !important;
}

.roll .title{
    font-size: 15.5px !important;
    float:left !important;
    margin: 12px 0 0 5px !important;
    padding:0 !important;
}
    
.roll .text,
.roll .detail{
    display:none !important;
}  

.roll .active .icon img,
.roll li:hover .icon img{
    margin-top:-32px !important;
}

/* BREADCRUMB */

#breadcrumb{
    font-family:'Myriad Pro Regular';
    font-size:14px;
    color:#00356e;
    background-color:#fff;
    height:37px;
    line-height:37px;
    overflow:hidden;
}

#breadcrumb li{
    float:left;
    margin-left:10px;
}

#breadcrumb li a{
    color:#747474;
}

#leftpanel{
    width:28%;
    background-color:#fff;
    float:left;
}

#leftpanel .inner{
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    background-image:url('../img/sidemenubg.png');
    background-position:right;
    background-repeat:repeat-y;
    padding-bottom:20px;
}

#leftpanel h2{
    background-color:#00468c;
    height:64px;
    line-height:64px;
    font-family:'tt0142m';
    font-size:24px;
    letter-spacing:-0.5px;
    color:#fff;
    text-indent:30px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    margin-bottom:2px;
    white-space:nowrap;
}

#leftpanel .banner{
    margin:10px;
    overflow:hidden;
    position:relative;
}

#leftpanel .banner img{
    width:100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#leftpanel .banner span{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Myriad Pro Regular';
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #002d59;
    text-align: center;
}

#leftpanel .banner span::first-line{
    font-weight:bold;
    font-family:'Myriad Pro Regular';
}

#leftpanel .banner span strong{
    font-weight:bold;
}

#leftpanel .banner a{
    position:absolute;
    bottom:10px;
    left:50px;
}

/* SOL MENÜ */

#leftmenu ul li{
    border-top:1px solid #a9caeb;
    border-bottom:1px solid #fff;
}

#leftmenu ul li a{
    display:block;
    font-family:'Myriad Pro Regular';
    font-size:15px;
    color:#00356e;
    padding:10px 0 10px 30px;
    letter-spacing: -0.5px;
}

#leftmenu ul li.active{
    background-color:#dbe6f1;
    background-image:url('../img/sidemenubghover.png');
    background-repeat:repeat-y;
    background-position:right top;
}

#leftmenu ul li.active > a{
    background-image:url('../img/rightarrowblue.png');
    background-repeat:no-repeat;
    background-position:10px 12px;
}

#leftmenu ul li.active li{
    background-image:url('../img/sidemenubg.png');
    background-repeat:repeat-y;
    background-position:right top;
    background-color:#f3f6fa;
}

#leftmenu > ul > li:first-child{
    border-top:none;
}

#leftmenu ul li:last-child{
    border-bottom:none;
}

#leftmenu ul li:first-child a{
   border:none;
}

#leftmenu ul ul{
    display:none;
}

#leftmenu ul ul li.active{
    background-position: 30px 12px;
}

#leftmenu ul ul a{
    padding-left:50px;
    color:#444;
}

#leftmenu ul ul ul a{
    padding-left:90px;
}

/* RIGHT PANEL */

#rightpanel{
    font-family:'Arial';
    font-size:13px;
    line-height:17px;
    color:#32404e;
    padding-bottom:30px;
    float:right;
    width:72%;
    min-height: 630px;
    background-color:#fff;
    text-align: justify;
}

#rightpanel h1{
    font-family:'tt0142m';
    font-size:24px;
    font-weight:normal;
    color:#00468c;
    line-height:30px;
    border-bottom:1px solid #a9caeb;
    margin-bottom:18px;
    padding: 16px 0;
    position:relative;
    letter-spacing: -0.5px;
}

#rightpanel .inner{
    margin:0 40px;
}

/* TYPOGRAPHY */

#rightpanel p{
    margin:10px 0;
    color:#32404e;
}

#rightpanelsil img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*min-width:260px;*/
    margin-bottom:10px;
}

#rightpanel .radius{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative; 
    overflow: hidden; 
    transform: translateZ(0px); 
    background-color: rgb(229, 227, 223);
}

#rightpanel h2, #rightpanel h3, #rightpanel h4, #rightpanel h5{
    font-family: 'tt0142m';
    margin:7px 0;
    letter-spacing: -0.7px;
}

#rightpanel h2{
    font-size:24px;
    line-height:40px;
}

#rightpanel h3{
    font-size:22px;
    line-height:35px;
}

#rightpanel h4{
    font-size:20px;
    line-height:30px;
}

#rightpanel h5{
    font-size:18px;
    line-height:25px;
}

/* FORM */
.form{
    font-family: 'Myriad Pro Regular';
    font-size: 15px;
    color: #00356e;
    line-height:25px;
    border-radius: 10px;
    border: 1px solid #DBE6F1;
    padding:0 20px;
    margin-bottom:10px;
    text-align:left;
}

.form li{
    display:block;
    clear:both;
    padding-top: 5px;
    margin-top:10px;
    border-top: 1px solid #DBE6F1;
}

.form li:first-child{
    border-top: none;
}

.form .button {
    height: 35px;
    font-size: 15.5px;
    letter-spacing: 0px;
    line-height: 35px;
}

.form .field-validation-error{
    color:Red;
}

.form input[type=text], input[type=password], .form select, .form textarea{
    width:97%;
    padding: 8px 8px;
    margin-bottom:5px;
    border: 1px solid #ABABAB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    outline:none;
    background-color:#eee;
}

.form input[type=text]:focus, .form input[type=password]:focus, .form select:focus, .form textarea:focus{
    background-color:#E6F2FF;
}

/* file uploader */
.fileuploader{
    position:relative;
}
    
.fileuploader .text{
    float:left;
}

.fileuploader .file{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
    left:0;
    display:none;
}

.fileuploader label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    background-color: #E6EDF5;
    display: block;
    line-height: 30px;
    height: 32px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ccc;
    padding:0 10px;
}


table{
    width:100%;
    border-spacing: 0px;
    border-collapse: separate;
    font-family: 'Myriad Pro Regular';
    font-size:14px;
    border-radius:10px;
    border:1px solid #DBE6F1;
    overflow:hidden;
    margin-bottom:20px;
}

table th,
table thead td{
    background-color:#E6EDF5;
    padding:10px;
    text-align:left;
    font-weight:normal;
    border-bottom:1px solid #DBE6F1;
    vertical-align:middle;
    color:#00356E;
}

table td{
    padding:10px;
    text-align:left;
    border-bottom:1px solid #DBE6F1;
    vertical-align:middle;
}

.table .icon{
    font-size:20px;
    margin:0 10px;
}
    
blockquote{
    background-image:url(../img/quote.png);
    background-position:0 22px;
    background-repeat:no-repeat;
    border-top:1px solid #a9caeb;
    border-bottom:1px solid #a9caeb;
    padding:20px 40px;
    margin:0 0 15px 0;
    font-family: 'Myriad Pro Regular';
    font-style:italic;
    font-size:18px;
    line-height:20px;
    color:#888;
}

/* BLOKLAR */
.blok{
    margin:10px 0;
    clear: both;
}

.blok img{
    border-radius:10px;
}

/* SİTE HARİTASI */

.sitemap > ul, 
.sitemap > ul ul {
    background: url(../img/vline.png) repeat-y;
}
   
.sitemap > ul ul {
    margin-left: 10px;
}

.sitemap > ul li {
    padding: 0 15px;
    line-height: 25px;
    background: url(../img/node.png) no-repeat;
}

.sitemap > ul, 
.sitemap > ul ul {
    background: url(../img/vline.png) repeat-y;
}
   
.sitemap > ul li.last {
    background: url(../img/lastnode.png) no-repeat;
}


/* Thumbnails*/
    
.thumbnails{
    display:block;
    text-align:center;
}
    
.thumbnails li{
    float:left;
    width:25%;
}
    
.thumbnails a{
    display:block;
    width:90%;
}
    
.thumbnails .thumbnail{
    position:relative;
    overflow:hidden;
    width:100%;
}
    
.thumbnails img{
    width:100%;
}

/* HABERLER */
.haberler li{
    margin-bottom:20px;   
    position:relative;
}
    
.haberler .resim{
    float:left;
    width:190px;
    height:100px;
    overflow:hidden;
    margin:0 10px 10px 0;
    text-align:center;
}
    
.haberler img{
    height:100%;
    vertical-align:text-top;
}
    
.haberler .baslik{
    display:block;
    font-family: 'Myriad Pro Regular';
    font-size: 17px;
    line-height: 20px;
    padding:0 5px 5px 5px;
    border-radius:5px;
}
    
.haberler .bilgi{
    display:block;
    font-size: 14px;
    padding:10px;
    margin:20px 0;
    border-top:1px solid #eee;
    background-color:#eee;
    border-radius:5px;
    font-family: 'Myriad Pro Regular';
}
    
.haberler a{
    float:right;
}
    
.haberler .icerik,
.haberler a.dahaaz{
    display:none;
}

/* E-BÜLTEN */
.ebulten{
    position:relative;
    text-align:center;
    padding:20px 0;
}

.ebulten .text{
    margin:0 !important;
    width:60% !important;
}
    
.ebulten .button{
    margin:0;
    width:100px !important;
}
.ebulten .left{
    margin:0;
    padding:0;
    float:left;
    width: 60% !important;
    overflow:hidden;
}
    
.ebulten .right{
    margin:0;
    padding:0;
    float:left;
    width: 20% !important;
    overflow:hidden;
}



/* LINK LIST */

.link-list li a{
    display: block;
    margin: 10px 0 10px 0;
    padding: 10px 7px;
    border: 1px solid #cfdbe8;
    border-radius: 5px;
    background-color: #fff;
    color: #00468C;
    text-decoration: none;
}

.link-list li a:hover{
    background-color: #cfdbe8;
    text-decoration: none;
}

.link-list li a.active{
    background-color: #00468C;
    color: #fff;
}

.link-list img{
    width:32px;
    height:32px;
    vertical-align:middle;
    margin:-5px 0;
}

.link-list .collapsible{
    overflow:hidden; 
    display:none;   
}
