html {
    -webkit-font-smoothing: antialiased;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #626262;
    font-size: 14px;
    line-height:22px;
}
.fontRoboto{
    font-family: 'Roboto', sans-serif;
}
.fontRobotoCondensed{
    font-family: 'Roboto Condensed', sans-serif;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}

h2 {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
}

h3 {
    font-size: 25px;
}

header {

}
.color-red{
    color: #da251d;
}
.borderTopRed {
    border-top: 4px solid #da251d;
}

.borderBottomDarkGrey {
    border-bottom: 4px solid #444444;
}

.navbarWrapper {
    position: relative;
    z-index: 1;
}

.topButton {
    float: right;
    background-color: #f6f6f6;
    color: #e30613;
    border: 1px solid #ddd;
    padding: 7px 20px;
    font-size: 12px;
    display: block;
    margin-top: 20px;
    margin-right: 10px;
    font-weight: bold;
}

.topButton:hover {
    color: #e30613;
}

.langsWrapper li a {
    color: #696969;
    font-size: 12px;
}

.main-nav {
    border-bottom: 4px solid #da251d;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-brand {
    height: auto;
    padding: 0 0 10px 0;
    margin-top: -10px;
}

.headingBackground {
    display: inline-block;
    padding-right: 90px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    background-image: url("../images/header-bg.png");
    background-position: center right;
    background-repeat: no-repeat;
}

/*
.main-nav:before{
    content:"";
    position: absolute;
    width: 50%;
    height: 44px;
    left:-50%;
    background-image: url("../images/header-bg.png");
    background-position: center right;
    background-repeat: no-repeat;
}
*/
.navbarWrapper {

}

.navbar-nav > li > a {
    text-shadow: none;
    font-size: 16px;
    color: #919191;
    padding: 23px 15px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a {
    background-color: transparent;
    color: #e30613;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.dropdown-menu {
    background: #da251d;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.dropdown-menu > li > a {
    display: block;
    padding: 7px 0;
    clear: both;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #bb0a02;
    font-size: 14px;
}

.dropdown-menu > li:last-child a {
    border-bottom: 0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    background-image: none;
    color: #fbbbb9;
}

.slider-home-1 .tparrows {
    background: transparent;
}

.slider-home-1 .tparrows:hover {
    background: transparent;
}

.slider-home-1 .tparrows:before {
    content: "";
    display: block;
    width: 20px;
    height: 37px;
}

.slider-home-1 .tparrows.tp-leftarrow:before {
    content: "";
    background: url("../assets/Left.png");
}

.slider-home-1 .tparrows.tp-rightarrow:before {
    content: "";
    background: url("../assets/Right.png");
}

.captionContent {
    background: rgba(68, 68, 68, 0.69);
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 15px;
    position: relative;
    line-height: 35px;
}

.captionContent span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 10px;
}

.tp-caption a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    background-color: #3db85c;
    width: 60px;
    text-align: center;
}

.tp-caption a i {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -10px;
}

.tp-bullets {
}

.tp-bullet {
    width: 75px;
    height: 10px;
    background-color: #868e96;
}

.tp-bullet.selected, .tp-bullet:hover {
    background: #3db85c;
}

.hoverBorderedItem {
    position: relative;
    padding: 22px 22px 12px 22px;
}

.hoverBorderedItem .content a {
    display: block;
    text-align: center;
    color: #6e6f73;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
}

.hoverTop,
.hoverBottom {
    display: none;
}

.hoverBorderedItem:hover .hoverTop,
.hoverBorderedItem:hover .hoverBottom {
    display: block;
}

.hoverTop:before,
.hoverBottom:before,
.hoverTop:after,
.hoverBottom:after {
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 23px;
    position: absolute;
}

.hoverTop:before {
    left: 0;
    top: 0;
    background-image: url("../images/hover-top-left.png");
}

.hoverBottom:before {
    left: 0;
    bottom: 0;
    background-image: url("../images/hover-bottom-left.png");
}

.hoverTop:after {
    right: 0;
    top: 0;
    background-image: url("../images/hover-top-right.png");
}

.hoverBottom:after {
    right: 0;
    bottom: 0;
    background-image: url("../images/hover-bottom-right.png");
}

.tarihceWrapper {
    background-image: url(../images/tarihce-wrapper.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 357px;
    padding-top: 50px;
    font-size: 12px;
}

.tarihceWrapper h3 {
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    border-bottom: 5px solid #da251d;
    display: inline-block;
}

.tarihceWrapper h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.tarihceWrapper h4 span {
    color: #ff0000;
}
.tarihce{
    padding: 40px 15px;
}
.tarihce hr,
.dusunceler hr{
    border-top: 3px solid #da251d;
}
.kaliteveCevre hr{
    border-top: 3px solid #e2e2e2;
}
.tarihce-bg{
    background-image: url(../images/tarihce-bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding:60px 0;
}
.tarihce-bg .owl-carousel img.img-responsive{
    border:15px solid #ddd0aa;
}
.tarihce-bg .next,
.tarihce-bg .prev{
    color: #ddd0aa;
    font-size:25px;
    margin:15px 10px 0 10px;
    display: inline-block;
}
.owl-centered .owl-wrapper {
    display: table !important;
}
.tarihceContent{
    display: table-cell;
    float: none;
    vertical-align: middle;
    font-size:18px;
    color: #626262;
    font-style: italic;
}
.tarihceContent h3{
    display: block;
    margin-bottom:25px;
    color: #e30613;
    font-size:24px;
    font-weight:bold;
}
.dusunceler{
    line-height:16px;
}
.dusunceItem{
    margin-top:30px;
}
.dusunceItem span{
    display: block;
    margin-bottom:15px;
}
.yonetimKurulu h1{
    color: #e30613;
}
.baskaninMesaji{
    line-height:17px;
}
.ykItem{
    border-bottom:4px solid #d2d2d2;
}
.genelMudurluk{
    padding-bottom:50px;
    background-image: url(../images/genelmudurluk-bg.jpg);
    background-repeat: repeat-x;
    background-position:  bottom center;
}
.ortaklar ul li{
    background-color: #f2f2f2;
    width: calc(32% - 30px);
    padding:0;
    margin: 0 15px;
}
.ortaklar ul li .desc{
    padding:5px 10px;
    color: #424242;
    font-weight:700;
    min-height: 55px;
}
.ortaklar ul li .content{
    background-color: #696969;
    color: #fff;
    font-weight:700;
    text-align: center;
}
.ortaklar ul li .content p{
    margin-bottom:0;
    padding:15px 0;
}
.bilgiToplumu ul{
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -moz-column-gap: 40px;
    padding: 0;
    margin:0;
    width: 50%;
    margin-top:20px;
}
.bilgiToplumu ul li,
.yonergeler ul li{
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-top: 30px;
    padding-left: 66px;
    text-align: left;
    margin-bottom: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
}
.bilgiToplumu ul li a{
    color: #e40000;
}
.faaliyetRaporItem{
    background-color: #e3e3e3;
    padding:30px 15px;
    text-align: center;
    font-size:16px;
}
.faaliyetRaporItem .photo{
    margin:25px 0 50px 0;
}
.faaliyetRaporItem a:hover{
    color: #333;
}
.yonergeler ul{
    list-style: none;
    padding: 0;
    margin:0;
    width: 50%;
    margin-top:20px;
}
.yonergeler ul li a{
    color: #e40000;
}
.kaliteItem span strong{
    font-size:18px;
    color: #444;
}
.projeItem{
    position: relative;
}
.projeItem .title{
    position: absolute;
    bottom: 10px;
    left:0;
    right: 0;
    color: #fff;
    font-size:14px;
    padding-left:15px;
    padding-right:15px;
    z-index: 3;
}
.projeItem a.overlay{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.04+23,0.11+52,0.63+88,0.81+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 23%, rgba(0,0,0,0.11) 52%, rgba(0,0,0,0.63) 88%, rgba(0,0,0,0.81) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 23%,rgba(0,0,0,0.11) 52%,rgba(0,0,0,0.63) 88%,rgba(0,0,0,0.81) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 23%,rgba(0,0,0,0.11) 52%,rgba(0,0,0,0.63) 88%,rgba(0,0,0,0.81) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cf000000',GradientType=0 ); /* IE6-9 */
}
.projeItem a{
    color: #fff;
}
.projeDetay ul{
    list-style: none;
    padding:0;
    margin-bottom:30px;
}
.projeDetay ul li{
    border-bottom:2px solid #e5e5e5;
    line-height:34px;
}
.projeDetay ul li strong{
    display: inline-block;
    min-width:90px;
}

.panel-default > .panel-heading {
    position: relative;
}

.panel-default > .panel-heading:after {
    background-color:#888888;
    content: "\f0da";
    color: #fff;
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    line-height: 47px;
    border-left:2px solid #fff;
    width: 47px;
    text-align:center;
    font-size: 35px;
}

.panel-default > .panel-heading.active:after {
    background-color:#e40000;
    content: "\f0d7";
}
.followUs {
    background-color: #dbdbdb;
    color:#808080;
    margin-top:30px;
    padding:10px 15px;
    line-height: 26px;
}
.followUs .social-square li {
    line-height: 25px;
}
.followUs .social-square li a {

    width: 30px;
    height: 25px;
    line-height: 26px;
}
.followUs .social-square li a i{
    color: #808080;
}
.grey-bg {
    background-color: #e3e3e3;
}
.red-bg{
    background-color: #e40000;
    color: #fff;
    line-height: 50px;
}
.red-bg h1{
    color: #fff;
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:bold;
    line-height: 50px;
}
.red-bg p{
    margin-bottom:0;;
}
.red-bg .slogan1{
    text-align: center;
    font-weight:bold;
}
.red-bg .slogan2{
    text-align: right;
    font-weight:bold;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #e40000;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    padding: 5px 10px;
    font-size: 10px;
    background-color: #e40000;
    line-height: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#owl-singleItem .owl-controls .owl-buttons div {
    padding: 5px 13px;
    font-size: 13px;
    background-color: #3db85c;
    line-height: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#owl-singleItem .owl-prev {
    left: -35px;
}

#owl-singleItem .owl-next {
    right: -35px;
}

.owl-carousel .haberItem {
    background-color: #444444;
    color: #fff;
    border-right: 2px solid #da251d;
    font-size: 12px;
    position: relative;
}
#owl-projeDetay .owl-next{
    right:30px;
}
#owl-projeDetay .owl-prev{
    left:30px;
}
#owl-projeDetay  .owl-controls .owl-buttons div {
    font-size: 25px;
    background-color: transparent;
}
a.moreButton {
    background-image: url(../images/linkArrow.jpg);
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}

.owl-carousel .haberItem a.title {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin-top: 25px;
}

.owl-carousel .haberItem a.title span {
    display: block;
    font-weight: normal;
}

.haberItem a.title {
    color: #494949;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.widgetItem {
    position: relative;
}

.widgetItem .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(68, 68, 68, 0.65);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    z-index: 99;
    width: 100%;
    line-height: 37px;
    padding-left: 15px;
}

.widgetItem .title.moreButton {
    background-position: right center;
}

.hedefWrapper {
    position: relative;
    font-size:14px;
}
.hedefWrapper h3{
    border-bottom:3px solid #e40000;
    font-weight:bold;
    color: #545454;
    font-size: 24px;
    display: inline-block;
    margin-top:30px;
}
.logos p{
    font-size:11px;
}
.btn-transparent {
    background-image: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #3db85c;
}

.duyuruItem {
    font-size: 12px;
    border: 2px solid #ebebeb;
}

.duyuruItem a {
    font-size: 17px;
    color: #4b4a4a;
    font-weight: 600;
}

.duyuruItem .content {
    padding: 15px;
}

.duyuruItem .content a {
    min-height: 45px;
    display: block;
}

.duyuruItem .photo {
    position: relative;
    background-color: #ebebeb;
}

.duyuruItem .photo span {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #004a80;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    width: 70px;
    text-align: center;
    line-height: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
}

span.date {
    background-color: #3db85c;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    width: auto;
    text-align: center;
    line-height: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    /* float: right; */
}

footer {
    background-color: #403c3c;
    color: #c4c3c3;
    padding: 40px 0 15px 0;
    font-size: 13px;
}

footer a{
    color: #c4c3c3;
}
footer a:hover,
footer a:focus{
    color: #fff;
}
footer h4 {
    font-size: 14px;
    border-bottom: 2px solid #3db85c;
    display: inline-block;
    padding-bottom: 4px;
    font-weight: 500;
}

footer h4 span {
    font-weight: 500;
}

footer .footerMenu li {
    float: left;
    width: 25%;
    line-height: 33px;
}

footer .widget-contact-info li {
    line-height: 18px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    font-weight: 300;
}
footer .widget-contact-info li.firstItem{
    font-weight: 400;
    font-size: 13px;
}
footer .widget-contact-info{
    padding-left:25px;
}
footer .widget-contact-info li.firstItem:before{
    content:"";
    position: absolute;
    width: 7px;
    height:14px;
    left: -15px;
    background-image: url(../images/menu-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 1px;
}

.copyrights {
    background-color: #272323;
    color: #c4c3c3;
    line-height: 40px;
    font-size: 11px;
}

.social-square li {
    line-height: 40px;
}

.social-square li a {
    color: #fff;
    width: 30px;
    height: 40px;
    line-height: 40px;
}

.social-square li a i {
    color: #fff;
    font-size: 18px;
}

.hoverItem {
    position: relative;
}

.hoverItem .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hoverItem:hover .overlay {
    opacity: 1;
}

.hoverItem .overlay a {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.hoverItem .overlay a span {
    border: 1px solid #fff;
    padding: 5px 15px;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-image: none;
    background-color: #eeeeee;
    color: #444;
    font-size: 16px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 15px 15px;
}

.panel-default > .panel-heading a {
    display: block;
}

.panel-default > .panel-heading a i {
    font-size: 19px;
}

.panel-default > .panel-heading.active {
    background-color: #ebebeb;
    color: #4b4a4a;
}

.btn,
.allowedTypes {
}

.allowedTypes {
    font-size: 13px;
}

.btn-red {
    background-color: #e30613;
    border-radius: 0;
    color: #fff;
    border: 0;
    padding: 10px 30px
}

.btn-blue {
    background-color: #28316f;
    border-radius: 0;
    color: #fff;
    border: 0;
    padding: 15px 40px
}

.btn-blue:hover,
.btn-blue:focus,
.btn-red:hover,
.btn-red:focus {
    color: #fff;
}

.btn-orange {
    background-color: #f26522;
    border-radius: 3px;
    color: #fff;
    border: 0;
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
}

.form-control {
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    font-size: 16px;
}

.dateSmall {
    font-size: 13px;
}

.contactDesc p {
    color: #837e7e;
    margin-bottom: 0;
}
.contactDesc hr{
    border-top:3px solid #ededed;
    margin:15px 0;

}
.contactDesc p label {
    font-weight: 400;
    min-width: 120px;
}


.headingBottomStyled {
    padding-bottom: 15px;
    margin-top: 0;
    font-size: 25px;
    color: #4b4a4a;
    font-weight: 600;
}

.welcomeKitapLink h1 {
    font-weight: 800;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.welcomeKitapContent {
    font-weight: 300;
    font-size: 25px;
    color: #303e82;
}

.social-square.withName li {
    display: block;
    margin: 0;
    margin-bottom: 10px;
}

.social-square.withName li a {
    border: 0;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.social-square.withName li a:hover {
    background-color: transparent !important;
}

.social-square.withName li a i {
    color: #83a7c1;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border: 1px solid #83a7c1;
    line-height: 27px;
    margin-right: 10px;
}

.rightBordered {
    border-right: 1px dotted #68b8f7;
}

.leftBordered {
    border-left: 1px dotted #68b8f7;
}

.breadcrumbWrapper {
    background-color: #e5e6ea;
}

.breadcrumbWrapper h1 {
    color: #837e7e;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 33px;
}

.breadcrumb,
.breadcrumb a {
    font-size: 14px;
    color: #837e7e;
    padding: 8px 0;
    background: transparent;
}

.form-control:focus {
    border-color: #f26522;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.copyrights a {
    color: #fff;
}

.certificateItem {
    background-color: #6e6f73;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

.certificateItem:hover {
    background-color: #3db85c;
}

.certificateItem a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.certificate {
    display: table;
    width: 100%;
}

.certificate .content,
.certificate .photo {
    display: table-cell;
    vertical-align: middle;
    min-width: 120px;
}

.certificate .content span {
    display: block;
    font-size: 20px;
}

#map {
    height: 500px;
    width: 100%;
}

#energymap {
    height: 310px;
    width: 100%;
}

.deploymentCategory {
    background-color: #3db85c;
    min-height: 75px;
    line-height: 75px;
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

#checkedCategories label {
    font-weight: 700;
    font-size: 12px;
    color: #6e6f73;
}

.gomapMarker .title {
    width: 100%;
    background-color: #3db85c;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.gomapMarker .content {
    width: 100%;
    background-color: #d1d1d1;
    padding: 5px 10px;
    color: #525252;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.sideBarNavigation li a {
    background-color: #e6e6e6;
    display: block;
    padding: 8px 30px;
    color: #747474;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 3px;
    position: relative;
    border-radius: 3px;
}

.sideBarNavigation li a:hover,
.sideBarNavigation li.active a {
    background-color: #e40000;
    color: #fff;
    text-align: center;
}

.sideBarNavigation li a i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #3db85c;
    font-size: 24px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
}

.galleryTitle {
    background-color: #3db85c;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
    line-height: 40px;
}

.energyGalleryItem {
    position: relative;
}

.energyGalleryItem .title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-weight: 500;
}

.newsPage .date {
    display: inline-block;
    padding: 15px;
    height: 80px;
}

.newsPage .date span {
    display: block;
    font-size: 26px;
    font-weight: 700;
}

.firstNews .date {
    background-color: #47ad68;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    float: left;
}

.firstNews .title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding-left: 0;
    padding-top: 20px;
    color: #6d6e72;
}

.firstNews .newsDate {
    color: #3db85c;
    font-size: 14px;
    font-style: italic;
}

.newsItem {
    background-color: #47ad68;
    position: relative;
}

.newsItem .date {
    background-color: #595959;
    color: #fff;
    text-align: center;
    font-size: 19px;
    float: left;
    line-height: 25px;
}

.newsItem .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 25px 15px;
    display: block;
    position: absolute;
    left: 90px;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}
.haberItem{
    color: #fff;
}
.haberItem .desc {
    background-color: #706f6f;
    height:80px;
    overflow: hidden;
}
.haberItem .desc .date{
    background-color: #e30613;
    width: 80px;
    height:80px;
    line-height:80px;
    text-align: center;
    display: inline-block;
}
.haberItem .desc .title{
    display: inline-block;
    width: calc( 100% - 85px );
    vertical-align: middle;
    padding:0 10px;
    font-size:14px;
}
.haberItem .desc .title a{
    color:#fff;
}
.galeriItem .desc a {
    color: #919191;
    font-size: 14px;
    display: block;
    margin:4px 0
}

.careervalues h3 {
    font-size: 18px;
    color: #5e5d5d;
    font-style: italic;
}

.footerContact p label {
    font-weight: 400;
    min-width: 75px;
}

.footerContact p {
    font-size:15px;
    margin-bottom: 0;
}

/*===== Vertical Timeline =====*/
#conference-timeline {
    position: relative;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
    display: table;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #00b0bd;
    padding: 15px 23px;
    color: #fff;
    max-width: 5%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#conference-timeline .conference-center-line {
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -5px;
    background: #dcdcdc;
    z-index: 0;
}
#conference-timeline .conference-timeline-content {
    padding-top: 0;
    padding-bottom: 0;
}
.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}
.timeline-article img{
    margin-bottom:15px;
    border: 10px solid #dcdcdc;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
}
.timeline-article .timeline-author {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
    position: relative;
    width: auto;
    padding: 0px 0px;
    color: #414141;
    padding-bottom: 5px;
    font-size: 16px;
}
.timeline-article p {
    margin: 10px 15px;
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    position: relative;
}
.timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: #00b0bd;
}
.timeline-article .content-left-container {
    float: left;
}
.timeline-article .content-right-container {
    float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
    position: absolute;
    top: 0;
    font-size: 30px;
    font-family: "FontAwesome";
    color: #dcdcdc;
}
.timeline-article .content-left:before {
    content: "\f0da";
    right: 2px;
}
.timeline-article .content-right:before {
    content: "\f0d9";
    left: -10px;
}
.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 40px;
    margin-left: -40px;
    color: #fff;
    background: #dcdcdc;
    line-height: 40px;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
    display: block;
    text-align: center;
    font-weight: 900;
}
.timeline-article .meta-date .date {
    font-size: 25px;
    color: #da251d;
    font-weight: bold;
}
.timeline-article .meta-date .month {
    font-size: 18px;
    line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 1199px){
    .timeline-article .content-left:before {
        content: "\f0da";
        right: -9px;
    }
    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 40%;
        width: 100%;
    }
}
@media only screen and (max-width: 830px) {
    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
    }
    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 50px;
    }
    .timeline-article .meta-date {
        margin-left: 0;
        left: 20px;
    }
    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 110px;
        min-height: 53px;
    }
    .timeline-article .content-left-container {
        margin-bottom: 20px;
    }
    .timeline-article .content-left,
    .timeline-article .content-right {
        padding: 0;
        min-height: 65px;
    }
    .timeline-article .content-left:before {
        content: "\f0d9";
        right: auto;
        left: -8px;
    }
    .timeline-article .content-right:before,
    .timeline-article .content-left:before{
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    .timeline-article p {
        margin: 0;
    }
    .timeline-article p span.article-number {
        display: none;
    }

}

/**** Organizasyon semasi ***/
.org-chart a{
    color:#fff;
    line-height:20px
}
.org-chart a p{
    font-weight:400;
    margin-bottom:0;
}

.org-chart {
    display: block;
    clear: both;
    margin-bottom: 30px;
    position: relative;
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    /* Box colors */
    /* 1 column */
    /* 2 column */
    /* 3 column */
    /* DEPARTMENTS COLUMNs */
    line-height: 15px;
}
.org-chart.cf:before, .org-chart.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.org-chart.cf:after {
    clear: both;
}
.org-chart.cf {
    *zoom: 1;
}
.org-chart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.org-chart ul li {
    position: relative;
}
.org-chart ul li span {
    display: block;
    border: 2px solid #c6c6c6;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    color: black;
    font-size: 14px;
    box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    padding: 9px 4px;
    font-weight: 700;
    border-radius: 4px;
}
.org-chart .lvl-b {
    background: #5f92d0;
    color: #fff;
}
.org-chart .board {
    width: 70%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.org-chart .board:before {
    content: "";
    display: block;
    position: absolute;
    height: 100px;
    width: 0px;
    border-left: 2px solid #bdc2c7;
    margin-left: 50%;
    top: 40px;
}
.org-chart ul.columnOne {
    height: 110px;
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}
.org-chart ul.columnOne li {
    width: 30%;
    margin: 0px auto;
    top: 20px;
}
.org-chart ul.columnTwo {
    position: relative;
    width: 100%;
    display: block;
    height: 90px;
    clear: both;
}
.org-chart ul.columnTwo li:first-child {
    width: 30%;
    float: left;
}
.org-chart ul.columnTwo li {
    width: 30%;
    float: right;
}
.org-chart ul.columnTwo:before {
    content: "";
    display: block;
    position: relative;
    width: 80%;
    height: 10px;
    border-top: 2px solid orange;
    margin: 0 auto;
    top: 40px;
}
.org-chart ul.columnThree {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}
.org-chart ul.columnThree li:first-child {
    width: 30%;
    float: left;
    margin-left: 0;
}
.org-chart ul.columnThree li {
    width: 30%;
    margin-left: 5%;
    float: left;
}
.org-chart ul.columnThree li:last-child {
    width: 30%;
    float: right;
    margin-left: 0;
}
.org-chart ul.columnThree:before {
    content: "";
    display: block;
    position: relative;
    width: 80%;
    height: 10px;
    border-top: 2px solid orange;
    margin: 0 auto;
    top: 40px;
}
.org-chart .departments {
    width: 100%;
    display: block;
    clear: both;
}
.org-chart .departments:before {
    content: "";
    display: block;
    width: 85%;
    height: 22px;
    border-top: 2px solid #bdc2c7;
    border-left: 2px solid #bdc2c7;
    border-right: 2px solid #bdc2c7;
    margin: 0 auto;
    top: 0px;
}
.org-chart .department {
    width: 12.3%;
    float: left;
    margin: 0px 0.99%;
}
.org-chart .department.noSubDep{
    border-left:0;
}
.org-chart .department.noSubDep .lvl-b{
    padding: 30px 1px;
    background-color: #f3f3f3;
    min-height: 110px;
}
.org-chart .department.noSubDep .lvl-b a{
    color: #525252;
    font-size:12px;
    line-height: 14px;
}
.org-chart .department:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 22px;
    border-left: 2px solid #bdc2c7;
    left: 50%;
    top: -22px;
}
.org-chart .department:first-child:after {
    display: none;
}
.org-chart .department:last-child:after {
    display: none;
}
.org-chart .department.central {
}
.org-chart .department.central:after {
    display: none;
}
.org-chart .department span {
}
.org-chart .department li {
    padding-left: 25px;
    border-bottom: 2px solid orange;
    height: 80px;
}
.org-chart .department li span {
    background: #ff0000;
    top: 38px;
    position: absolute;
    z-index: 1;
    width: 95%;
    height: auto;
    vertical-align: middle;
    right: 0px;
    line-height: 14px;
    border: 0;
    color: #fff;
}
.org-chart .department .sections {
    margin-top: -20px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {
    .org-chart .board {
        margin: 0px;
        width: 100%;
    }
    .org-chart .departments:before {
        border: none;
    }
    .org-chart .department {
        float: none;
        width: 100%;
        margin-left: 0;
        background: #F5EEC9;
        margin-bottom: 40px;
    }
    .org-chart .department:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 60px;
        border-left: 2px solid #c6c6c6;
        z-index: 1;
        top: -45px;
        left: 0%;
        margin-left: 0px;
    }
    .org-chart .department:after {
        display: none;
    }
    .org-chart .department:first-child:before {
        display: none;
    }
    .org-chart ul.columnOne li {
        width: 85%;
    }
}
/*--------- TO BE REMOVED FROM YOUR CSS --*/
/* this is just to display the behaviour of responsive on codepen */
.responsive-content {
    width: 767px;
    margin: 0px auto;
}
.responsive-content .org-chart .board {
    margin: 0px;
    width: 100%;
}
.responsive-content .org-chart .departments:before {
    border: none;
}
.responsive-content .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    background: #F5EEC9;
    margin-bottom: 40px;
}
.responsive-content .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    border-left: 2px solid orange;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
}
.responsive-content .org-chart .department:after {
    display: none;
}
.responsive-content .org-chart .department:first-child:before {
    display: none;
}

.faaliyetItem{
    position: relative;
}
.faaliyetItem .faaliyetLink{
    position: absolute;
    top: 50%;
    margin-top: -19px;
    min-width: 188px;
    padding-right: 15px;
    background-image: url(../images/linkArrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    height: 37px;
    line-height: 37px;
    padding-left: 15px;
    color: #fff;
    font-size: 15px;
    background-color: #444;
    right: 27px;
    text-transform: uppercase;
    font-weight: 400;
}