@import url('Opensans/stylesheet.css');
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
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;
}

.bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    left:0;
    overflow:hidden;
    position:fixed;
    top:0;    
    z-index: 1;
}

body{margin:0; padding:0; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

ul{
    margin:0;
    padding:0;
    list-style-type:none;
    }
    
a{
    text-decoration:none;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -ms-transition:0.5s;
    transition:0.5s;
    color:#666;
    font-size:12px;
    }

input, textarea, select {
    line-height:30px;
    padding:9px;
    background:#edf0f3;
    border:solid #e0e0e0 1px;
}

    
input:focus, textarea:focus, select:focus {
  outline:none;
  border:solid #26aae2 1px;
  -moz-box-shadow: 0px 0px 5px #b2e8ff;
    -webkit-box-shadow: 0px 0px 5px #b2e8ff;
    box-shadow: 0px 0px 5px #b2e8ff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#b2e8ff')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#b2e8ff');
}




img
{
    border:none;
}

.clear{
    clear:both;
    }
    
    


h1{
    text-align:left;
    line-height:20px;
    color:#1F25A0;
    font-weight:normal;
    font-family: 'open_sanssemibold';
    font-size:20px;
    margin:30px 0 0px 0;
    border-bottom:solid #ececec 5px;
    padding:0 0 15px 0;
    display:block;
    float:left;
}

h4{
    text-align:left;
    line-height:20px;
    color:#3a4c55;
    font-weight:normal;
    font-family: 'open_sanssemibold';
    font-size:14px;
    margin:30px 0 5px 0;
    padding:0 0 15px 0;
    display:block;
}

h3{
    text-align:left;
    color:#3a4c55;
    font-weight:normal;
    font-family: 'open_sanssemibold';
    font-size:14px;
    margin:0;
    padding:0;
    display:block;
}



.Button {
    border:0;
    margin:0;
    padding:0;
    background:url(../images/buttonbg.JPG);
    line-height:32px;
    width:87px;
    height:32px;
    cursor:pointer;
    color:#ffffff;
}

.Button:hover {
    border:0;
    margin:0;
    padding:0;
    background:url(../images/buttonbg.JPG) 0 -55px;
    line-height:32px;
    width:87px;
    height:32px;
    cursor:pointer;
    color:#ffffff;
}


.ButtonWidth {
    display:block;
    border:0;
    margin:0;
    padding:0;
    line-height:34px;
    background: url('../images/ButtonWidth.PNG') no-repeat -1px -2px; width: 111px; height: 34px;
    cursor:pointer;
    color:#ffffff;
    text-align:center;
}

.ButtonWidth:hover {
    display:block;
    border:0;
    margin:0;
    padding:0;
    line-height:34px;
    background: url('../images/ButtonWidth.PNG') no-repeat -1px -39px; width: 111px; height: 34px;
    cursor:pointer;
    color:#ffffff;
    text-align:center;
}


::-moz-selection { color: #ffffff;  background: #26aae2; }
::selection      { color: #ffffff;  background: #26aae2; } 


hr {
    height:0;
    margin:0;
    border:0;
    border-bottom:solid #ececec 1px;
}


table.form{
    width:100%;
}

table.form tr td{
    border-bottom:dotted 1px #CCC;
}



.date {
    text-align:right;
    width:100%;
    color:#999;
}





a.news_buttons{
    display:block;
    padding:1px;
    background-image:url(../images/BookNow.jpg);
    width:80px;
    border:solid #edf0f3 1px;
    font-size:11px;
    text-align:center;
    color:#021d62;
}


p.title a{
     font-family: 'open_sansbold';
    color:#333;
    font-size:14px;
}
    

.news_ {
    margin-bottom:35px;
}

.Sayfalama {
    font-size:14px;
    text-align:right;
    margin-top:25px;
}

.Sayfalama b{
    background-color:#edf0f3;
    padding:5px;
}


#supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%;}
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }    /*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }            /*Quality*/
#supersized li {display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized li.activeslide { z-index:-10; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline;}
/* =================================== */
.clear{clear: both;}
.container{ width: 1000px;margin:0 auto;}
.intro { display: block;margin-top: 4% auto 5% auto;text-align: center; }
.intro .logo{ display: block;position: relative;z-index: 2; }
.intro .bottom {text-align: center;margin-top: 30px; }
.intro .bottom .wrapper{text-align: center;margin: 0px auto;width: 995px; }

.kutu {background: #CCAC3F;position: relative;overflow: hidden;height: 245px;width: 226px;display: block; float: left;margin: 0px 10px 15px;}
.kutu a {text-decoration: none;background: #CCAC3F; position: relative;overflow: hidden;height: 245px;width: 226px;display: block;text-decoration: none;}
.kutu a .box {position: relative;z-index: 2;height: 205px;margin: 0px;text-align: left;display: block; }
.kutu a .box .title {margin-bottom: 10px;padding: 12px 0px 12px 12px;border-bottom: 1px solid #FFF;font: 17px "Avenir LT W02 95 Black",Helvetica,Arial,Verdana,sans-serif;color: #FFF;width: 226px;display: block;font-weight: bold;background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);}
.kutu a .photo {position: absolute;left: 0px;top: 6px;z-index: 1;width: 100%;background-color: #4A4A5C;}
.kutu a .photo img {}
.kutu a .overlay {display: none;box-sizing: border-box;position: absolute;left: 0px;top: 0px;z-index: 3;width: 100%;height: 100%;background-color: rgba(204, 172, 63, 0.35);}
.kutu a .overlay span {
    position: absolute;
    left: 20px;
    bottom: 35px;
    z-index: 1;
    font-size: 60px;
    color: #FFF;
}
.ss-icon {
    display: inline-block;
    vertical-align: middle;
    font-family: "SSGizmo";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizelegibility;
    white-space: nowrap;
    -moz-font-feature-settings: "liga";
}
.ss-right:before, .ss-right.right:after {
    content: "➡";
} 
.kutu:hover .overlay {display: block;} 

.kutu.green {background-color: rgba(81, 160, 115, 0.35);}
.kutu.green a {background-color: rgba(81, 160, 115, 0.35);}
.kutu.green:hover a .photo{background-color: rgba(81, 160, 115, 0.35);}
.kutu.green a .overlay {background-color: rgba(81, 160, 115, 0.35);}

.kutu.red {background-color: rgba(180, 49, 67, 0.35);}
.kutu.red a {background-color: rgba(180, 49, 67, 0.35);}
.kutu.red:hover a .photo{background-color: rgba(180, 49, 67, 0.35);}
.kutu.red a .overlay{background-color: rgba(180, 49, 67, 0.35);}

.kutu.blue {background-color: rgba(102, 92, 170, 0.35);}
.kutu.blue a {background-color: rgba(102, 92, 170, 0.35);}
.kutu.blue:hover a .photo{background-color: rgba(102, 92, 170, 0.35);}
.kutu.blue a .overlay{background-color: rgba(102, 92, 170, 0.35);}

.mainContainer .header-wrapper{height:148px;}
.header-wrapper .header{height:99px; background:url(../images/header-bg.png) repeat-x;}
.header-wrapper .header .header-center{margin:0 auto; width:980px; height:99px;}
.header-wrapper .header .header-center .logo{float:left; height:88px; width:279px; display:block; text-indent:-99999px; background:url(../images/logo.png); margin-top:0px;}
.header-wrapper .header .header-center span.header-text{display:block; float:left; background:url(../images/header-text.png) no-repeat 18px center; text-indent:-9999px; width:378px; line-height:70px; margin:25px 0 0 25px; padding:0 0 0 15px;}
.header-wrapper .header .header-center ul.social{margin:37px 0 0 0; padding:0; list-style:none;float:right;}
.header-wrapper .header .header-center ul.social li{ float:left; margin-right:5px; }
.header-wrapper .header .header-center ul.social li a{width: 20px; height: 20px; text-decoration:none; display:block; text-indent:-9999px;}
.header-wrapper .header .header-center ul.social li a.f{background: url('../images/iconset1.png') no-repeat -3px -6px; }
.header-wrapper .header .header-center ul.social li a.in{background: url('../images/iconset1.png') no-repeat -29px -6px; }
.header-wrapper .header .header-center ul.social li a.t{background: url('../images/iconset1.png') no-repeat -55px -6px; }
.header-wrapper .header .header-center ul.social li a.gp{background: url('../images/iconset1.png') no-repeat -81px -6px; display:none; }
.header-wrapper .header .header-center ul.social li a:hover{opacity:0.4; filter:alpha(opacity=40);}

.header-wrapper .header .header-center ul.top-links{margin:38px 15px 0 0; padding:0; list-style:none;float:right;}
.header-wrapper .header .header-center ul.top-links li{ float:left; margin-right:10px; font-family:Arial, Helvetica, sans-serif; font-size:11px;display: block;}
.header-wrapper .header .header-center ul.top-links li a{color:#838383;}
.header-wrapper .header .header-center ul.top-links li a img {margin-right: 2px;float: left;margin-top: -5px;}
.header-wrapper .header .header-center ul.top-links li a:hover{ text-decoration:underline;}

.header-wrapper .topnav{background:url(../images/topnavbg.png) repeat-x; height:49px;}
.header-wrapper .topnav ul{margin:0 auto; padding:0; width:980px; list-style-type:none;}
.header-wrapper .topnav ul li{float:left; position:relative;}

.header-wrapper .topnav ul li a{margin:4px 3px 0 3px; color:#FFF; text-decoration:none; font-family: 'open_sansbold'; font-size:14px; display:block;  padding:0 10px; line-height:45px;}
.header-wrapper .topnav ul li a:hover{ background:#E31415;}
.header-wrapper .topnav ul li a.home{margin:0px 0 0 0;text-indent:-9999px; width:51px; height:49px; background:#000 url(../images/home-icon.png); padding:0 0px; line-height:49px;}
.header-wrapper .topnav ul li a.home:hover{background:#000 url(../images/home-icon.png) 0 -49px;}
.header-wrapper .topnav ul li.selected a.menu_item{background:#E31415;}

.header-wrapper .topnav ul li.hesap-fonlama{float:right; margin:6px 0;}
.header-wrapper .topnav ul li.hesap-fonlama a{height:28px; line-height:28px; font-family:Arial, Helvetica, sans-serif; font-size:11px; background:#69bfe4 url('../images/iconset1.png') no-repeat -110px 0px; padding:0 10px 0 25px; }
.header-wrapper .topnav ul li.hesap-fonlama a:hover{background:#6B7098 url('../images/iconset1.png') no-repeat -110px 0px;}

.header-wrapper .topnav ul li.musteri-girisi{float:right; margin:6px 0;}
.header-wrapper .topnav ul li.musteri-girisi a{height:28px; line-height:28px; background:#1F25A0 url('../images/iconset1.png') no-repeat -110px -30px; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding-left:25px;}
.header-wrapper .topnav ul li.musteri-girisi a:hover{background:#6b7098 url('../images/iconset1.png') no-repeat -110px -30px;}


.header-wrapper .topnav ul li:hover > a{background:#E31415;}
.header-wrapper .topnav ul li ul{position:absolute; display:none; left:3px; top:49px; z-index:9999999; background-color: #1F25A0; width:220px; padding-bottom:5px;opacity:0.8}
.header-wrapper .topnav ul li:hover > ul{ display:block;}
.header-wrapper .topnav ul li ul li{float:none;}
.header-wrapper .topnav ul li ul li a{color:#FFF; border-bottom:solid #70c2e6 1px; font-family:Arial; font-size:12px; background: url('../images/iconset1.png') no-repeat -110px -63px; padding-left:25px; line-height:35px; background-color:transparent; }

.header-wrapper .topnav ul li ul li a:hover{background: url('../images/iconset1.png') no-repeat -110px -63px;  border-bottom-color:#FFF; color:#000;}


.content .image-slider {height:360px; position:relative;text-align: center;background: #FFF;}
.content .image-slider .kurlar{ height:33px; background-color: rgba(255, 255, 255, 0.7); position:absolute; top:0; z-index:99; width:100%; overflow:hidden;}

.content .image-slider .mt-news li{ float:left; margin-right:15px; border-right:dotted #CCCCCC 1px; padding-right:15px;}
.content .image-slider .mt-news li span{ float:left; line-height:33px; padding:0 5px;}
.content .image-slider .mt-news li span.down{display:block; width:15px; height:33px; background: url('../images/iconset1.png') no-repeat -110px -130px;}
.content .image-slider .mt-news li span.up{display:block; width:15px; height:33px; background: url('../images/iconset1.png') no-repeat -114px -160px;}

.content .image-slider .account{width:293px; height:373px; position:absolute; top:50px; z-index:99; }
.content .image-slider .account .account-call{width:293px; height:285px; background-color: rgba(255, 255, 255, 0.8); float:left; overflow:hidden;}
.content .image-slider .account .account-call a.real{display:block; background: url('../images/demogercek-hesap.png') no-repeat 0 0; width: 170px; height: 46px; color:#FFF; padding-left:96px; padding-top:42px; font-size:12px; font-family: 'open_sansregular'; margin:12px auto; }
.content .image-slider .account .account-call a.demo{display:block; background: url('../images/demogercek-hesap.png') no-repeat 0 -90px; width: 170px; height: 46px; color:#FFF; padding-left:96px; padding-top:42px; font-size:12px; font-family: 'open_sansregular'; margin:0px auto;}
.content .image-slider .account .account-call a.call{background: url('../images/callandchat.png') no-repeat 0 0; width: 127px; height: 61px; display:block; text-indent:-9999px; float:left; margin:10px 0 0 13px;}
.content .image-slider .account .account-call a.chat{background: url('../images/callandchat.png') no-repeat 0 -64px; width: 127px; height: 61px; display:block; text-indent:-9999px; float:left; margin:10px 0 0 13px;}
.content .image-slider .account .account-call a:hover{opacity:0.7; filter:alpha(opacity=70);}
.content .image-slider .account .bulten{margin:1px 0; }
.content .image-slider .account .bulten .email{color:#3a4c55; line-height:39px; width:160px; border:0; background-color: rgba(255, 255, 255, 0.7); height:39px; margin:3px 0 0 0; padding:0 5px; float:left; }
.content .image-slider .account .bulten .gonder{line-height:39px; width:121px; border:0; text-align:center; background-color: rgba(255, 255, 255, 0.7); height:39px; margin:3px 0 0 2px; padding:0 5px; float:left; cursor:pointer; font-family: 'open_sansbold'; font-size:16px; color:#6b7098; }
.content .image-slider .account .bulten .gonder:hover{background-color: rgba(58, 76, 85, 0.7); color:#FFF; }
.content .image-slider .account #RegularExpressionValidator1{background-color: rgba(58, 76, 85, 0.7); color:#FFF; display:block; width:275px; height:20px; position:absolute; bottom:0; padding:10px; }
.content .image-slider .account .forex-eigitimi{background:#6b7098 url('../images/iconset1.png') no-repeat 220px -107px; color:#FFF; display:block; margin-top:3px; line-height:43px;  text-align:left; font-family: 'open_sansbold'; padding:0 0px 0 10px; font-size:16px;}
.content .image-slider .account .forex-eigitimi:hover{background:#1F25A0 url('../images/iconset1.png') no-repeat 220px -100px; padding:0 0px 0 20px;}

.content .ctreebutton{height:274px; background:#CFCDCD url(../images/ortabg.png) repeat-x top center; padding:20px 0px 0px;}
.content .ctreebutton .treebuttonwrap{height:94px; width:980px; margin:0 auto;}
.content .ctreebutton .treebuttonwrap a{font-family: 'open_sansbold'; font-size:18px; display:block; float:left; background:#FFF; margin-right:10px; height:94px; width:210px; position:relative; padding:0 0 0 110px; line-height:94px; color:#888f92; overflow:hidden;}
.content .ctreebutton .treebuttonwrap a:hover{-moz-box-shadow: 0px 0px 6px #5d676c; -webkit-box-shadow: 0px 0px 4px #5d676c; box-shadow: 0px 0px 4px #5d676c; 
    /* For I E 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#5d676c')";filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#5d676c'); margin-top:-15px; 
    }
.content .ctreebutton .treebuttonwrap a.platformlar{ margin-right:0; background:#FFF url('../images/a1icon.png') no-repeat -0px -475px; }
.content .ctreebutton .treebuttonwrap a.platformlar:hover{ background:#69bfe4 url('../images/a1icon.png') no-repeat -0px -600px; color:#FFF; }
.content .ctreebutton .treebuttonwrap a.platformlar:hover>span{color:#FFF; }
.content .ctreebutton .treebuttonwrap a.platformlar span{ color:#69bfe4;}
.content .ctreebutton .treebuttonwrap a.platformlar span.arrow{position:absolute; display:block; background:#69bfe4; width:35px; height:35px; bottom:-22px; right:-22px; 
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 -webkit-transform: rotate(-135deg);
 -moz-transform: rotate(-135deg);
 }
.content .ctreebutton .treebuttonwrap a.cfd{  background:#FFF url('../images/a1icon.png') no-repeat -5px -230px; }
.content .ctreebutton .treebuttonwrap a.cfd:hover{ background:#6b7098 url('../images/a1icon.png') no-repeat -5px -352px; color:#FFF; }
.content .ctreebutton .treebuttonwrap a.cfd:hover>span{color:#FFF; }
.content .ctreebutton .treebuttonwrap a.cfd span{ color:#6b7098;}
.content .ctreebutton .treebuttonwrap a.cfd span.arrow{position:absolute; display:block; background:#6b7098; width:35px; height:35px; bottom:-22px; right:-22px; 
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 -webkit-transform: rotate(-135deg);
 -moz-transform: rotate(-135deg);
 }
 
.content .ctreebutton .treebuttonwrap a.alanoba{  background:#FFF url('../images/a1icon.png') no-repeat -5px -7px; }
.content .ctreebutton .treebuttonwrap a.alanoba:hover{ background:#1F25A0 url('../images/a1icon.png') no-repeat -5px -113px; color:#FFF; }
.content .ctreebutton .treebuttonwrap a.alanoba:hover>span{color:#FFF; }
.content .ctreebutton .treebuttonwrap a.alanoba span{ color:#1F25A0;}
.content .ctreebutton .treebuttonwrap a.alanoba span.arrow{position:absolute; display:block; background:#1F25A0; width:35px; height:35px; bottom:-22px; right:-22px; 
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 -webkit-transform: rotate(-135deg);
 -moz-transform: rotate(-135deg);
 }

.content .white-space{min-height:232px; width:980px; margin:0 auto;}
.content .white-space .box{float:left; margin-right:10px;}
.content .white-space .box.large{width: 100%;}
.content .white-space .mright{ margin-right:0;}
.content .white-space .box span{ display:block; line-height:66px; color:#3a4c55; font-family: 'open_sansbold'; font-size:14px;}
.content .white-space .box .gray-box{width:320px; background:#f1f1f1; height:180px; padding:20px 0; overflow:hidden;}
.content .white-space .box .gray-box a.item{ display:block; padding:5px 10px; border-bottom:solid #d0d0d0 1px; margin:0 20px; background: url('../images/iconset1.png') no-repeat -121px -103px;}
.content .white-space .box .gray-box a.item:hover{ color:#333;}
.content .white-space .box .gray-box a.item-image{ display:block; margin:0 20px; height:50px; color:#3a4c55; font-family: 'open_sansbold'; font-size:14px; margin-bottom:10px; overflow:hidden;}
.content .white-space .box .gray-box a.item-image:hover{ background:#e4e4e4;}
.content .white-space .box .gray-box a.item-image span.img{ display:block; float:left; margin-right:10px;}
.content .white-space .box .gray-box a.item-image span.dates{float:left; font-family:Arial, Helvetica, sans-serif; font-size:11px; margin:0; line-height:14px !important; width:200px; margin:0 0 10px 0;}

.footer{min-height:190px; background:#2b31ad url(../images/footer-bg.png) repeat-x; }
.footer .footer-map-bg{min-height:180px; width:980px; margin:0 auto; background:url(../images/world-map.png) top right no-repeat; }
.footer .footer-map-bg .FooterLinksCould{overflow:hidden; position:relative;padding-top:10px;}    
.footer .footer-map-bg .FooterLinksCould ul{float:left;list-style-type:none;margin-right:20px;}
.footer .footer-map-bg .FooterLinksCould ul li{color:#fff;font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:3px 0; line-height:1.3em;}
.footer .footer-map-bg .FooterLinksCould ul li.Title{font-size:12px; font-family: 'open_sansbold'; color:#FFF; margin-bottom:8px;}    
.footer .footer-map-bg .FooterLinksCould ul li.Title a{font-size:12px; font-family: 'open_sansbold'; color:#FFF; margin-bottom:8px;}    
.footer .footer-map-bg .FooterLinksCould ul li a{color:#87cae6; font-family:Arial, Helvetica, sans-serif; font-size:12px;}    
.footer .footer-map-bg .FooterLinksCould ul li a:hover{text-decoration:underline;}    
.footer .footer-map-bg .FooterLinksCould .social-links{overflow:hidden; position:absolute; width:85px; right:0; top:10;}    
.footer .footer-map-bg .FooterLinksCould .social-links a{ display:block; color:#FFF; font-size:12px; padding:2px 0 2px 0px; line-height:25px;}    
.footer .footer-map-bg .FooterLinksCould .social-links a:hover{ color:#87cae6;}    
.footer .footer-map-bg .FooterLinksCould .social-links a span{display:block; width:25px; height:25px; float:left; margin-right:5px;}
.footer .footer-map-bg .FooterLinksCould .social-links a.e-posta span{background: url('../images/iconset1.png') no-repeat -64px -40px;}
.footer .footer-map-bg .FooterLinksCould .social-links a.twitter span{background: url('../images/iconset1.png') no-repeat -3px -40px;}
.footer .footer-map-bg .FooterLinksCould .social-links a.facebook span{background: url('../images/iconset1.png') no-repeat -33px -40px;}
.footer .footer-map-bg .footer-text{ padding:15px 0; text-align:justify; font-size:11px; color:#87cae6;}

.MiniBottom {margin-top:8px;}    
.MiniBottom .CopyRight{float:left; color:#87cae6;font-family:Arial, Helvetica, sans-serif;font-size:11px;line-height: 33px;}
.MiniBottom a{float:right;color:#87cae6;font-family:Arial, Helvetica, sans-serif;font-size:11px;margin-left:15px;}
.MiniBottom a:hover{ text-decoration:underline;}

.items2014 {
border-bottom: 1px solid #ECECEC;
}
.item2014 { color: #7A7A7A !important; font-size: 13px;
}
#enerjivideo{width:640px;height:360px;background:none;margin: 0 auto;}
.text-wrp{ color:#72838e; padding:20px 20px 20px 0 ; line-height:1.3em;}
.PageContent{width:100%; overflow:hidden;}
.PageContent .page-banner-wrapper{width:100%; height:187px; overflow:hidden; position:relative; z-index:0;}
.PageContent .page-banner-wrapper .gray{position:absolute; bottom:0; left:0; right:0; background-color: rgba(58, 76, 85, 0.7); height:59px; z-index:0;}
.PageContent .page-white-wrapper{ width:978px; margin:0 auto 10px auto; position:relative; border:solid #ececec 1px;   z-index:1;  background:#FFF;}
.PageContent .page-white-wrapper .left{ float:left; width:300px; background: url(../images/page-menu-bg.png) no-repeat 0 60px; min-height:450px;margin-top: -60px; }
.PageContent .page-white-wrapper .left ul.page-menu{border:solid #ececec 1px; padding:5px 5px 20px 5px; width:254px; background:#FFF; min-height:100px; margin-left:13px;}
.PageContent .page-white-wrapper .left ul.page-menu li.title{ color:#26aae2; font-size:16px;font-family: 'open_sansbold'; line-height:50px; padding-left:30px; background:none !important;}
.PageContent .page-white-wrapper .left ul.page-menu li{background:url(../images/menu-item-bg.png); margin-bottom:2px;}
.PageContent .page-white-wrapper .left ul.page-menu li a{display:block; line-height:38px; background:url(../images/menu-arrows.png) no-repeat 5px -28px; padding:0px 10px 0 25px; font-family: 'open_sanssemibold'; font-size:13px;  }
.PageContent .page-white-wrapper .left ul.page-menu li a:hover{background:url(../images/menu-arrows.png) no-repeat 5px 15px;}
.PageContent .page-white-wrapper .left ul.page-menu li a.selected{background:url(../images/menu-arrows.png) no-repeat 230px 15px; color:#26aae2;}

.PageContent .page-white-wrapper .left .forex-eigitimi{background:#6b7098; color:#FFF; display:block; margin-top:3px; line-height:43px;  text-align:left; font-family: 'open_sansbold'; padding:0 0px 0 10px; font-size:16px; margin:15px 20px 10px 13px;}
.PageContent .page-white-wrapper .left .call-form{background:#e2e8eb; margin:15px 20px 10px 13px;  padding:10px;}
.PageContent .page-white-wrapper .left .call-form span.title{display:block; line-height:26px; font-family: 'open_sansbold'; font-size:16px; color:#3a4c55; margin-bottom:10px;}
.PageContent .page-white-wrapper .left .call-form .form-input{ background-color:transparent; border:0; border-bottom:solid #FFF 1px; color:#868686; margin-bottom:10px; line-height:20px; height:20px; width:230px;}
.PageContent .page-white-wrapper .left .call-form .send{ background:#FFF; text-align:center; border:0; cursor:pointer; padding:5px;}
.PageContent .page-white-wrapper .left .call-form .send:hover{ background:#26aae2; color:#FFF;}

.PageContent .page-white-wrapper .right{ float:right; width:660px;margin-top: -60px;padding-top: 55px;}
.PageContent .page-white-wrapper .right .text-wrp{ color:#666; padding:20px 20px 20px 0 ; line-height:1.3em;}
.PageContent .page-white-wrapper .right .text-wrp a{ color:#26aae2;}
.PageContent .page-white-wrapper .right .text-wrp a:hover{ text-decoration:underline;}
.PageContent .page-white-wrapper .right .text-wrp ul{ list-style-image:url(../images/arrows-blue.png); margin-left:15px;}
.PageContent .page-white-wrapper .right .text-wrp ul li{padding-left:10px; line-height:30px; border-bottom:solid #ececec 1px;  color:#FFF; font-weight:bold;

background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #89D5F5),
    color-stop(1, #69BFE4)
);
background-image: -o-linear-gradient(bottom, #89D5F5 0%, #69BFE4 100%);
background-image: -moz-linear-gradient(bottom, #89D5F5 0%, #69BFE4 100%);
background-image: -webkit-linear-gradient(bottom, #89D5F5 0%, #69BFE4 100%);
background-image: -ms-linear-gradient(bottom, #89D5F5 0%, #69BFE4 100%);
background-image: linear-gradient(to bottom, #89D5F5 0%, #69BFE4 100%);

-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;

}
/*.PageContent .page-white-wrapper .right .text-wrp ul li span{ background:#FFF; color:rgba(58, 76, 85, 0.7); display:block; width:50px; height:50px; float:right;}*/

.PageContent .page-white-wrapper .right a.gercek-hesap{ display:block; float:right; width:178px; background:#69bfe4; line-height:44px; text-align:center; font-size:20px; text-transform:uppercase; color:#0f5d7e;font-family: 'open_sanssemibold'; margin-top:8px; margin-right:8px; text-shadow: 1px 1px 1px #69bfe4;}
.PageContent .page-white-wrapper .right a.gercek-hesap:hover{ background:#54a4c7;}
.PageContent .page-white-wrapper .right a.demo-hesap{ display:block; float:right; width:178px; background:#82c174; line-height:44px; text-align:center; font-size:20px; text-transform:uppercase; color:#29651c;font-family: 'open_sanssemibold'; margin-top:8px; text-shadow: 1px 1px 1px #66de4e; }
.PageContent .page-white-wrapper .right a.demo-hesap:hover{ background:#609d53; }

.PageContent .page-white-wrapper .right2{width:915px; overflow:hidden; padding-bottom:20px;}

.kForm input {margin: 5px 9px; padding: 5px; line-height: 20px;}
.kForm textarea {margin: 5px 9px; padding: 5px; width: 470px;}
.kForm textarea.uzun {padding: 5px 9px; width: 628px;}
.kForm .input_gonder {padding: 5px 15px; margin: 20px 0px 10px 2px ; cursor: pointer;}

#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;clear: both;}
#contactform label { margin:2px 10px 2px 0; width:180px; display:block; padding:5px 0; color:#898989; font:normal 14px Arial, Helvetica, sans-serif; text-transform:capitalize; float:left; text-align:right;}
#contactform label .red { color:#2c2c2c;display: block;width: 5px;float: right;margin-left: 10px;}
#contactform input.text { width:280px; margin: 5px 0px; padding:5px; line-height: 20px;}
#contactform textarea { width:380px; padding: 5px 9px; resize:none;}
#contactform li.buttons input { padding: 5px 15px; margin: 20px 0px 10px 189px ; cursor: pointer;}
#map{background: #000;height: 300px;width: 640px;}
/* googlemap infobulle */
.infoBulle{overflow: hidden;}
.infoBulle h2{font: bold 14px Arial, sans-serif;color: #000;margin: 0 0 10px;}
.infoBulle p{font: 12px Arial, sans-serif;color: #666;margin: 0 0 10px;}
.infoBulle .azur{display: none;}
.gm-style-iw{ height: 150px;}
.gm-style-iw > div{ height: 130px;}

/*slider*/
.average {
    margin: 0px auto;
    width: 960px;
    position: relative;
}
#slider,.slider,.slider > li,.slider > li a{
    width: 100%;
    height: 360px;
    float: left;
}
#slider{
    overflow: hidden;
    position: relative;
}
.slider{
    position: relative;
    z-index: 9;
}
.slider > li{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.slider > li a{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    cursor: pointer;
}
.slider > li > div span{
    clear: both;
    float: left;
    margin-top: -7px;
}
.slider > li > div span:first-child{
    margin-top: 0;
}
.slider > li .tcenter,.slider > li .tleft,.slider > li .tright, .slider > li .tcenterxy{
    float: left;
    font-size: 13.5pt;
    line-height: 15pt;
    color: #FFFFFF;
}
.slider > li .tcenter span,.slider > li .tleft span,.slider > li .tright span, .slider > li .tcenterxy span{
    background-color: #1F25A0;
    padding: 3px 13px 3px 18px;
    line-height: 30px;
}
.slider > li .tright{
    float: right;
    margin-right: 115px;
    margin-top: 68px;
    text-align: right;
    width:auto;
    max-width: 550px;
    word-wrap: break-word;
}
.slider > li .tright > *{
    clear: both;
    float: right;
    position: relative;
}
.slider > li .tright .t1{
    padding: 3px 13px 3px 18px;
    z-index: 2;
}
.slider > li .tright .t2{
    margin-top: -2px;
    padding: 0 16px 6px 8px;
    z-index: 1;
}
.slider > li .tcenter{
    margin-top: 57px;
}
.slider > li .tcenterxy{
    width: 380px;
    margin-top: 57px;
    padding: 7px 26px 11px 26px;
    margin-left: 425px;
    margin-top: 112px;
}
.slider > li .tleft{
    margin-top: 57px;
    padding: 6px 5px 10px 9px;
    margin-left: 57px;
}
.prev, .next{
    width: 40px;
    height: 40px;
    float: left;
    background: url('../images/sprite.png') no-repeat;
    position: absolute;
    z-index: 38;
    top: 132px;
}
.prev{
    left: 10px;
    background-position: 0px -40px;
}
.next{
    right: 10px;
    background-position: -41px -40px;
}
.hometik{
    position: absolute;
    top: 325px;
    right: 73px;
    text-align: center;
    z-index: 40;
}
.hometik a{
    display: block;
    float: left;
    height: 10px;
    width: 10px;
    background:url(../images/sprite.png) no-repeat;
    background-position: -125px -85px;
    margin-left: 3px;
}
.hometik a.aktif, .hometik a:hover{
    background-position: -137px -85px;
}
/*slider.end*/
.langFixar .header-wrapper .topnav ul li { float: right;}
.langFixfa .header-wrapper .topnav ul li { float: right;}

.icerik strong {font-weight: bold;}