﻿body{
    background:#ecf0f1;
}
/* #Topbar */
#TopBar{
    position:relative;
    width:100%;
    height:40px;
    background:#222;
}
#TopBar .Ortala #TopLeft{
    position:relative;
    width:70%;
    height:40px;
    float:left;  
}
#TopBar .Ortala #TopLeft h1 {
    position:relative;
    width:100%;
    height:auto;
    line-height:40px;
    font-size:14px;
    font-weight:300;
    color:#fff;
}
#TopBar .Ortala #TopRight{
    position:relative;
    width:30%;
    height:40px;
    float:right;
    overflow:hidden; 
}
#TopBar .Ortala #TopRight ul li {
    float:left;
}
#TopBar .Ortala #TopRight ul li a {
    color:#fff;
    line-height:40px;
    font-weight:300;
    padding:13px 10px;
    font-size:15px;
}
#TopBar .Ortala #TopRight ul li a:hover{
    background:#E31E24;
}
/* #Header */
header{
    position:relative;
    width:100%;
    height:100px;
    background:#e31e24;
    border-bottom:solid 1px #000;
    overflow:hidden;
}
header .Ortala #Logo{
    position:relative;
    float:left;
    width:208px;
    height:75px; 
    overflow:hidden;
    margin:12px;
}
header .Ortala nav{
    position:relative;
    width:800px;
    height:100px;
    float:right;
    overflow:hidden; 
}
header .Ortala nav ul li {
    float:left;
}
header .Ortala nav ul li a {
    line-height:100px;
    font-weight:300;
    padding: 42px 26px;
    color:#fff;
}
header .Ortala nav ul li a:hover{
    background:#000;
    color:#fff;
}
/* #Slider */
#Slider{
    position:relative;
    width:100%;
    max-width:1920px;
    height:500px;
    margin:auto;
    overflow:hidden;
    border-bottom:solid 2px #034572;
}
/* #Section */
section{
    position:relative;
    width:100%;
    min-height:500px;
    height:auto;  
} 
section .SecKapsa {
    position:relative;
    width:1200px; 
    padding-top:20px;
    height:auto;
    margin:0 auto;    
    box-shadow: 0 0 5px rgba(0,0,0,0.6); 
    background:#fff;
}
.Ortala .SecSol{
    position:relative;
    width:50%;
    height:auto; 
    float:left;
    margin-bottom:10px;
}
.Ortala .SecSol ul li {
    float:left;
    width:45%;
    height:30px;
    padding-left:25px;
}
.Ortala .SecSol ul li a {
    color:#000;
    transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
}
.Ortala .SecSol ul li a:hover{
    color:#00BFF3;
    transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
}
.Ortala .OrtaCizgi{
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    top:35px;
    width:1px;
    height:250px;
    background:#e31e24;
}
.Ortala .SecSag{
    position:relative;
    width:45%;
    height:auto;  
    float:right; 
    margin-bottom:20px;
} 
.Ortala .SecSag ul li {
    float:left;
    width:30%;
    height:30px;
    padding-left:25px;
}
.Ortala .SecSag ul li a {
    color:#000;
    transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
}
.Ortala .SecSag ul li a:hover{
    color:#00BFF3;
    transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
}
.Baslik{
    position:relative;
    width:100%;
    height:50px;
    top:10px;
    margin-bottom:20px;
}
.Baslik  h1{
    position:absolute;
    display:inline-block; 
    width:30%;
    height:40px;
    line-height:40px; 
    color:#fff; 
    font-size:15px;
    background:#e31e24; 
    text-align:center; 
    left:-15px;
} 
.Baslik  h1:after{
    position:absolute;
    width:15px;
    height:15px;
    left:0;
    bottom:-15px;
    content:'';
    background:url(../Images/Golge.png) no-repeat;
}   
.Baslik2{
    position:relative;
    width:100%;
    height:50px;
    top:10px;
    margin-bottom:10px;
}
.Baslik2  h1{
    position:absolute;
    display:inline-block; 
    width:30%;
    height:40px;
    line-height:40px; 
    color:#fff; 
    font-size:15px;
    background:#e31e24; 
    text-align:center; 
    right:-15px;
} 
.Baslik2  h1:after{
    position:absolute;
    width:15px;
    height:15px;
    right:0;
    bottom:-15px;
    content:'';
    background:url(../Images/GolgeSag.png) no-repeat;
} 
 
/* #Footer */
footer{
    position:relative;
    width:100%;
    height:auto;
    background:#222;
}
footer .wrapper{
    position:relative;
    width:1100px;
    height:300px;
    margin:auto;
    padding-top:40px;
}
footer .wrapper .item{
    position:relative;
    width:240px;
    height:auto;
    float:left;
    margin-right:46px;
    color:#999;
}
footer .wrapper .item:last-child{
    margin-right:0;
}
footer .wrapper .item h1{
    color:#fff;
    border-bottom:1px solid #e31e24;
    margin-bottom:15px;
    padding-bottom:10px;
    font-size:16px;
}
footer .wrapper .item nav ul li a{
    display:block;
    color:#999;
    text-decoration:none;
    font-weight:lighter;
    font-size:14px;
    margin-bottom:15px;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
footer .wrapper .item nav ul li a:hover{
    color:#00BFF3;
}
footer .wrapper .item td{
    font-weight:lighter;
    padding-right:10px;
    padding-bottom:15px;
    vertical-align:middle;
}
footer .wrapper .item td i{
    font-size:20px;
    color:#fff;
    text-align:center;
    width:100%;
}
footer .wrapper .item ol li a{
    display:inline-block;
    float:left;
    background:transparent;
    color:#999;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    margin-right:5px;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
footer .wrapper .item ol li a:hover{
    color:#fff;
    background:#00BFF3;
} 
#copyright{
    position:absolute;
    width:1100px;
    height:40px;
    margin:auto;
    left:0;
    right:0;
    bottom:0;
    font-weight:lighter;
    line-height:40px;
    color:#666;
    font-size:14px;
    border-top:1px solid #444;
}

/* #Masterpage */
#MasterResim{
    position:relative;
    width:100%;
    height:250px;
    background:#034572; 
    border-bottom:solid 2px #034572;
    overflow:hidden; 
    margin-bottom:30px;
} 
.master_title{
    position:relative;
    width:100%;
    margin-bottom:20px;
}
.master_title h1{
    display:block;
    border-left:4px solid #00BFF3;
    padding-left:10px;
    font-size:24px;
}
#tab_sec{
    position:relative;
    width:100%;
    height:auto;
}
#tab_sec .row .sol{
    position:relative;
    width:220px;
    height:auto;
    min-height:300px;
    background:#fff;
    float:right;
    border-top:4px solid #00BFF3;
    text-transform:uppercase;
}
#tab_sec .row .sol ul li a{
    display:block;
    width:100%;
    color:#333;
    text-decoration:none;
    padding:15px 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
#tab_sec .row .sol ul li a:hover{
    background:#00BFF3;
    color:#fff;
    padding-left:20px;
}
#tabs #current a,
#tabs #current a::after{
    background:#00BFF3;
    color:#fff;
    padding-left:20px;
}
#tab_sec .row .sol ul li a.current{
    background:#00BFF3;
    color:#fff !important;
    padding-left:20px !important;
}
#tab_sec .row .sag{
    position:relative;
    width:960px;
    height:auto;
    float:left;
}
#tab_sec .row .sag h3{
    font-size:18px;
    color:#00BFF3;
    margin-bottom:10px;
}
#tab_sec .row .sag p {
    line-height: 150%;
    margin-bottom: 15px;
    font-weight: 300;
}
#tab_sec .row .sag ul li {
    font-weight:300;
    margin:20px;
}
#tab_sec .row .sag .resim{
    position:relative;
    float:left;
    width:100px;
    height:100px;
    border:dashed 1px #E31E24;
    margin:10px;
    padding:5px;
}
#tab_sec .row .sag .resim a img {
    width:100%;
    height:100%;
}

/* #İletisim */
#iletisim_sec{
    position:relative;
    width:100%;
    height:auto;
}
#iletisim_sec .row .map{
    position:relative;
    width:100%;
    height:240px;
    overflow:hidden;
    border-bottom:4px solid #00BFF3;
    padding:4px;
    margin-bottom:45px;
}
#iletisim_sec .row h1 {
    position:relative;
    width:100%;
    height:auto;
    line-height:150%;
    font-size:20px;
    color:#00bff3;
    font-weight:400;
    margin-bottom:10px;
}
#iletisim_sec .row p{
    line-height:150%;
    font-weight:300;
    margin-bottom:10px;
}
#iletisim_sec .row .sol{
    position:relative;
    width:48%;
    height:auto;
    float:left;
}
#iletisim_sec .row .sol td{
    vertical-align:middle;
    padding-bottom:40px;
    padding-right:15px;
    font-weight:lighter;
}
#iletisim_sec .row .sol td i{
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#fff;
    background:#00BFF3;
    font-size:16px;
}

#iletisim_sec .row .sol td a{
    color:#333;
    text-decoration:none;
    font-weight:lighter;
}
#iletisim_sec .row .sol td a:hover{
    text-decoration:underline;
}
#iletisim_sec .row .sag{
    position:relative;
    width:48%;
    height:auto;
    float:right;
}
#iletisim_sec .row .sag .input_text{
    position:relative;
    display:block;
    float:left;
    width:49.5%;
    height:35px;
    border:1px solid #ccc;
    color:#333;
    padding:0 5px;
    box-sizing:border-box;
    margin-right:5px;
    margin-bottom:5px;
    font-weight:lighter;
}
#iletisim_sec .row .sag .input_text:nth-child(2){
    margin-right:0;
}
#iletisim_sec .row .sag .input_text:nth-child(3){
    width:100%;
}
#iletisim_sec .row .sag .input_text:nth-child(4){
    max-width:100%;
    min-width:100%;
    min-height:85px;
    padding:5px;
    font-size:13px;
}
#iletisim_sec .row .sag .input_btn{
    position:relative;
    display:block;
    float:right;
    width:100px;
    height:35px;
    color:#fff;
    background:#00BFF3;
    border:none;
    cursor:pointer;

    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
#iletisim_sec .row .sag .input_btn:hover{
    opacity:.7;
}
 