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;
    background: #ffffff;
    color: #18191a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}
.fixedHeader{
    position: fixed;
    z-index: 99;
    width: 100%;
}
.fixedHeader .container-fluid{
    padding: 0;
}
.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {
    width: 100%;
    height: 100vh;
}

.fontRoboto {
    font-family: 'Roboto', sans-serif;
}

.fontRobotoCondensed {
    font-family: 'Roboto', sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h2 {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
}

h3 {
    font-size: 25px;
}

.topBar {
    background-color: #eaeaea;
    line-height: 33px;
    border-bottom: 2px solid #dcdcdc;
    font-size: 13px;
}

.topBar a {
    color: #414042;
}

.topBar .btn.main {
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: 2px;
    float: right;
}

.color-red {
    color: #da251d;
}

.borderTopRed {
    border-top: 4px solid #da251d;
}

.borderBottomDarkGrey {
    border-bottom: 4px solid #444444;
}

.navbarWrapper {
    position: relative;
    z-index: 1;
}

.topBar .social-square li {
    margin: 0;
}

.topBar .social-square li a {
    background-color: #414042;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.topBar .social-square li a i {
    font-size: 13px;
}

.langsWrapper li {
    position: relative
}

.langsWrapper li:after {
    content: "";
    position: absolute;
    top: 12px;
    right: -2px;
    height: 20px;
    width: 1px;
    background-color: #414042
}

.langsWrapper li:last-child:after {
    display: none;
}

.langsWrapper li a {
    font-size: 16px;
}

.main-nav {
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-brand {
    height: auto;
    padding: 0px 15px;
    position: relative;
    z-index: 99;
    top: 10px;
}

.navbar-header:before {
    position: absolute;
    content: "";
    width: 100%;
    right: 65%;
    top: 0;
    background-image: url("../images/navbar-bg.png");
    background-position: center right;
    background-repeat: no-repeat;
    height: 107px;
    z-index: 9;
}

.navbarWrapper {
    background-color: #0157a8;
}

.navbar-nav > li > a {
    text-shadow: none;
    font-size: 13px;
    color: #fff;
    padding: 34px 14px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    position: relative;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.active > a {
    background-color: transparent;
    color: #fff;
}

.nav > li > a:focus:after,
.nav > li > a:hover:after,
.nav > li.active > a:after {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #2a89e2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.dropdown-menu {
    background: #0157a8;
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 7px 0;
    clear: both;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #2a89e2;
    font-size: 15px;
}

.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: #fff;
}

.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");
}

.borderedTitle {
    color: #385c6c;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 50px;
    position: relative;
}

.borderedTitle:before {
    content: "";
    width: 100px;
    height: 4px;
    background-color: #9fc8e4;
    position: absolute;
    bottom: 0;
    left: 0;
}

h2.borderedTitle {
    font-size: 25px;
}

.welcomeAboutUs .btn {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #385c6c;
    color: #385c6c;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 35px;
    margin-top: 25px
}

.uluslararasiKuruluslar {
    background-color: #066cb3;
    color: #fff;
}

.uluslararasiKuruluslar h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

.uluslararasiKuruluslar ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.uluslararasiKuruluslar ul li {
    border-bottom: 2px solid #fff;
    line-height: 34px;
    font-weight: 500;
    font-size: 16px;
}

.captionContent {
    background: rgba(1, 87, 168, 0.69);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 15px;
    position: relative;
    line-height: 50px;
    display: inline-block;
}

.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 {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
}

h1,
.kurumsalSatisWrapper h1,
.productGroups h3,
.newsItems h3 {
    font-weight: 700;
    font-size: 33px;
}

.contentPageWrapper h1 {
    margin-top: 0;
}

.urunler .productItem .title {
    padding: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    min-height: 95px;
}

.productGroups .productItem,
.productItem {
    border: 1px solid #d3d0d0;
}

.productGroups .productItem h4 a {
    color: #272828;
    font-size: 16px;
    font-weight: 700;
}

.productGroups .productItem .btn.transparent {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-color: #c9c9c9;
    color: #c9c9c9;
    padding: 2px 25px;
    line-height: 30px;
}

.productGroups .productItem .btn.transparent:hover,
.productGroups .productItem .btn.transparent:focus,
.productGroups .productItem:hover .btn.transparent {
    color: #fff;
    background-color: #e30613;
}

#owl-urungruplari .owl-controls .owl-next,
#owl-duyurular .owl-controls .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -35px;
    right: 13px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #e74d3c;
    line-height: 40px;
    font-size: 15px;
}

#owl-urungruplari .owl-controls .owl-prev,
#owl-duyurular .owl-controls .owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -35px;
    right: 56px;
    left: auto;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #e74d3c;
    line-height: 40px;
    font-size: 15px;
}

.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;
}

.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;
}

.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;
    margin-top: 30px;
}

.projeDetay ul li {
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
}

.projeDetay ul li strong {
    display: inline-block;
    min-width: 115px;
    min-height: 35px;
    float: left;
}

.projeDetay h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

.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: #f9f9f9;
}

.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-markalar.owl-theme .owl-controls .owl-buttons div {
    color: #222;
    display: inline-block;
    zoom: 1;
    padding: 5px 10px;
    font-size: 10px;
    background-color: #e3e3e3;
    line-height: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#sync2.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent !important;
    color: #222021;
    font-size: 14px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #e74d3c;
}

.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-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;
    background-color: #eaeaea;
    border-bottom: 5px solid #066cb3;
    padding: 30px 0;
}

.widgetItem:hover {
    background-color: #066cb3;
}

.widgetItem:hover .photo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}

.widgetItem.photo {
    text-align: center;
}

.widgetItem .title {
    color: #4b4b4b;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.widgetItem:hover .title {
    color: #fff;
}

.widgetItem .title.moreButton {
    background-position: right center;
}
.widgetItem .overlayLink{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.widgetItem:hover .overlayLink{
    opacity: 1;
}
.tanitimDosyasi {
    background-image: url(../images/tanitimDosyasi.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 130px;
    color: #fff;
    padding: 40px 0;
}

.tanitimDosyasi a {
    display: block;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #fff;
    margin-top: 10px;
}

.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;
}

.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 {
    color: #ffcb11;
    font-size: 18px;
    display: block;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer {
    background-color: #e9e9e9;
    color: #1f2020;
    padding: 5px 0 5px 0;
    font-size: 15px;
    overflow: hidden;
}

footer a {
    color: #1f2020;
}

footer a:hover,
footer a:focus {
    color: #1f2020;
}

footer h4 {
    font-size: 16px;
    display: inline-block;
    padding-bottom: 4px;
    font-weight: 700;
}

footer h4 span {
    font-weight: 500;
}

footer .footerMenu {
    padding-left: 15px;
}

footer .footerMenu li {
    line-height: 24px;
    font-weight: 400;
}

footer .widget-contact-info li {
    line-height: 18px;
    position: relative;
    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;
}

.footerContact {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 203, 17, 0.5);
    padding: 40px 50px 0 50px;

}

.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;
}

footer .social-square li a i {
    color: #1f2020;

}

footer .social-square li a {
    color: #1f2020;
    background-color: #fff;
    width: 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;
}

.allowedTypes {
    font-size: 13px;
}

textarea.form-control {
    border: 1px solid #eeeeee;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 41px;
    font-size: 14px;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.dateSmall {
    font-size: 13px;
}

.contactDesc p {
    overflow: hidden;
    margin-bottom: 15px;
}

.contactDesc hr {
    border-top: 3px solid #ededed;
    margin: 15px 0;

}

.contactDesc p label {
    font-weight: 400;
    min-width: 80px;
    min-height: 27px;
    float: left;
    display: inline-block;
    vertical-align: middle;
}

.btn {
    font-size: 15px;
}

.btn-red {
    background-color: #e30613;
    border-radius: 0;
    color: #fff;
    border: 0;
    padding: 10px 30px
}

.btn.main {
    background-color: #2a89e2;
    padding: 8px 25px 8px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
}

.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;
}

.btn.transparent {
    background-image: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #414040;
    border: 1px solid #414040;
}

.headingLeftBorder {
    margin-top: 0;
    font-size: 33px;
    color: #414040;
    font-weight: 400;
    padding-left: 90px;
    position: relative;
    display: inline-block;
}

.headingLeftBorder span {
    font-weight: 700;
    color: #ffcb11;
}

.headingLeftBorder:before {
    content: "";
    width: 70px;
    top: 18px;
    left: 0;
    height: 2px;
    background-color: #414040;
    position: absolute;
}

.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: #f0f0f0;
}

.breadcrumbWrapper h1 {
    color: #414040;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 60px;
}

.breadcrumb,
.breadcrumb a {
    font-size: 14px;
    padding: 0;
    background: transparent;
    line-height: 35px;
    color: #272828;
}

.form-control:focus {
    border-color: #e74d3c;
    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 {
    display: block;
    padding: 0px 30px;
    color: #414040;
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 43px;
    font-weight: 500;
    border-bottom: 1px solid #dedede;
}

.sideBarNavigation li a:hover,
.sideBarNavigation li.active a,
.sideBarNavigation.productsMenu > li > ul > li > a:hover {
    color: #e74d3c;
}

.sideBarNavigation li a i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    width: 30px;
    text-align: center;
    line-height: 46px;
}

.productsMenu > li > a {
    background-color: #e74d3c;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    line-height: 44px;
    border-bottom: 2px solid #bf2c1c;
    margin-bottom: 2px;
}

.productsMenu li > a:hover,
.productsMenu li.active > a {
    color: #fff;
}

.productsMenu > li > ul {
    padding: 0;
    list-style: none;
}

.sideBarNavigation.productsMenu > li > ul > li > a {
    color: #414040;
    text-transform: none;
}

.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 {
    position: relative;
    background-color: #fff;
}

.haberItem .photo {
    position: relative;
}

.haberItem .photo:hover .overlay {
    opacity: 1;
    transition: all 0.45s linear;
}

.haberItem .photo .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(1, 87, 168, 0.52);
    transition: all 0.45s linear;
}

.haberItem .photo .overlay .btn {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    border-color: #fff;
    font-weight: 300;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.haberItem .desc {
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    border: 1px solid #efefef;
    border-top: 0;
    background-color: #fff;
}

.haberItem .desc .date {
    background-color: #e30613;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
}

.haberItem .desc a.title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #1f2020;
    transition: all 0.45s linear;
    margin: 5px 0;
}

.haberItem .desc a {
    color: #9fc8e4;
}

.haberItem .desc a:hover {
    color: #0157a8;
    transition: all 0.45s linear;
}
.haberItem .overlayLink{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.haberItem:hover .overlayLink{
    opacity: 1;
}
.galeriItem .photo {
    position: relative;
}

.galeriItem .photo a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    background-color: rgba(6, 108, 179, 0.8);
    text-align: center;
    transition: all 0.45s linear;
}

.galeriItem .photo a img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}

.galeriItem .photo:hover a {
    opacity: 1;
}

.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-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;
}

.mar-b-xs {
    margin-bottom: 30px;
}

.isotop-holder .item {
    overflow: hidden;
    position: relative;
}

.isotop-holder .item img {
    opacity: 1;
    transition: all 0.45s linear;
}

.isotop-holder .item.style3:hover img {
    opacity: 0.1;
}

.bg-main {
    background-color: rgba(255, 203, 17, 0.85);
}

.isotop-holder .item .over {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s linear;
    transform: translate(-50%, -50%);
}

.isotop-holder .item.style3:hover .over {
    top: 30px;
    transform: translate(-50%, 0);
}

.isotop-holder .item:hover .over,
.isotop-holder .item:hover .zoom {
    opacity: 1;
    visibility: visible;
}

.isotop-holder .item h4 {
    font-size: 33px;
    line-height: 37px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    transform: translateY(0);
    transition: all 0.25s linear;

    padding: 0 30px;
    text-align: left;
}

.isotop-holder .item h4 a {
    color: #414040;
}

.isotop-holder .item h4 a span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}

.projectPage.isotop-holder .item h4 {
    font-size: 25px;
    line-height: 30px;
}

.panel-group .panel-heading {
    border-bottom: 0;
    background-color: #ffcb11;
}

.nelerYapiyoruz .iconCircle .icon {
    display: table;
    margin: 0 auto 15px;
    position: relative;
    padding: 5px;
    border: 1px dashed #d51313;
    border-radius: 50%;
    overflow: hidden;
}

.nelerYapiyoruz .iconCircle .icon i.icn {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    line-height: 1;
    font-size: 35px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: #d51313;
}

.nelerYapiyoruz .iconCircle:hover .icon i.icn {
    background: #fff;
    color: #d51313;
}

.nelerYapiyoruz .iconCircle:hover h4 {
    color: #d51313;
}

.nelerYapiyoruz .iconCircle h4 {
    margin: 0;
    font-size: 18px;
    color: #232323;
}

.memberLogin {
    background: #68eacc; /* Old browsers */
    background: -moz-linear-gradient(top, #68eacc 0%, #497be8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #68eacc 0%, #497be8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #68eacc 0%, #497be8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68eacc', endColorstr='#497be8', GradientType=0); /* IE6-9 */
    height: 100%;
    min-height: 100%;
}

.verticalMiddle {
    position: absolute;
    top: 50%;

    transform: translateY(-50%);
    width: 100%;
}

.loginPage {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 40px;
}

.loginPage .btn {
    display: block;
    width: 100%;
}

.loginPage .form-control {
    border: 0;
    border-bottom: 1px solid #3a3837;
    font-size: 16px;
    height: auto;
    padding: 15px 0 15px 40px;
}

#login-form .form-group {
    position: relative;
}

#login-form .form-group i {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 20px;
}

.loginPage .alert strong {
    display: block;
}

.site-menu {
    padding: 0;
    margin: 0
}

.site-menu li {
    position: relative;
    list-style-type: none;
    font-size: .875rem
}

.site-menu li.menu-section-heading {
    padding: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    background: none !important
}

.site-menu li a {
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.submenu li a {
    font-size: 15px;
    font-weight: 300;
    border-bottom: 0;
    height: 35px;
}

.submenu li a:hover {
    color: #bf2c1c;
}

.site-menu .menu-icon {
    width: 1rem
}

.site-menu .menu-text {
    margin-left: 1.5rem;
    margin-right: auto
}

.site-menu .menu-icon + .menu-text {
    margin-left: 1rem !important
}

.site-menu .menu-caret {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.site-menu .menu-badge ~ .menu-caret {
    display: none
}

.site-menu li.open > a .menu-caret {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.site-menu .submenu {
    display: none
}

.site-menu .menu-heading {
    background: none !important;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    display: none
}

.uluOnderATATURK {
    font-family: 'Open Sans', sans-serif;
}

.uluOnderATATURK span {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 14px;
}

.headingTitle {
    background-color: #eaeaea;
    font-size: 24px;
    color: #797878;
    padding: 15px 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
.headingTitle a{
    color: #797878;
}
.kurumsalItem {
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 30px;
    margin-top: 0;
    line-height: 19px;
    font-size: 14px;
}

.kurumsalItem h2 {
    color: #444444;
    font-size: 24px;
    font-weight: 700;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 25px;
}

.kurumsalItem ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.kurumsalItem ul li {
    border-bottom: 2px solid #dcdcdc;
    line-height: 34px;
    font-weight: 500;
    font-size: 16px;
    color: #444444;
}

.videoItem {
    position: relative;
}

.videoItem a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.videoItem .content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    font-weight: 500;
}

.yayinItem {
    background-color: #9c9999;
    background-image: url(../images/pdfIcon.png);
    background-position: left center;
    background-repeat: no-repeat;

}

.yayinItem a {
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 20px;
    padding-left: 60px;
}

.faaliyetItem {
    background-color: #f2f2f2;
}

.faaliyetItem .content h4 {
    color: #fff;
    background-color: #2a89e2;
    font-size: 24px;
    font-weight: 500;
    padding: 15px 30px;
    margin-top: 0;
}

.faaliyetItem .content .desc {
    font-style: 18px;
    font-weight: 500;
    color: #535353;
    line-height: 30px;
}

.faaliyetItem .photo {
    min-height: 230px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.referansItem {
    border: 3px solid #dcdcdc;
}

.referansItem:hover {
    border: 3px solid #066cb3;
}

.projeItem h4 {
    color: #474747;
    font-size: 24px;
    font-weight: 500;
}

.projeItem ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.projeItem ul li {
    border-bottom: 3px solid #c7c7c7;
    line-height: 40px;
}

.projeItem ul li strong {
    min-width: 120px;
    display: inline-block;
}

.projeItem ul li:last-child {
    border-bottom: 0;
}

.projeItem .owl-theme .owl-controls {
    margin-top: -28px;
    text-align: center;
}
.projeItem .owl-theme .owl-controls .owl-page.active span,
.projeItem .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ffffff;
    opacity: 1;
}
.projeItem .owl-theme .owl-controls .owl-page span{
    background-color: #fff;
    opacity: 0.7;
    width: 8px;
    height: 8px;
}
.btn.videoBtn{
    background-color: #6d849a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 48px;
    padding: 0 20px;
    margin-top: 15px;
}
.btn.videoBtn:hover{
    color: #fff;
}
.btn.projeBtn{
    background-color: #b8b8b8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 48px;
    padding: 0 20px;
    margin-top: 15px;
}
.btn.projeBtn:hover{
    color: #fff;
}
.snip1361 {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
}

.snip1361 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1361 img {
    max-width: 100%;
    vertical-align: top;
}

.snip1361 figcaption {
    position: absolute;
    width: 100%;
    background-color: rgba(1, 87, 168, 0.75);
    padding: 10px 25px 10px;
    color: #fff;
    bottom: 0;
}

.snip1361 figcaption:before {
    /* position: absolute; */
    content: '';
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 87, 168, 0.75);
}

.snip1361 h3,
.snip1361 p {
    margin: 0 0 10px;
}

.snip1361 h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.snip1361 p {
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 0.9;
}

.snip1361 a {
    color: #fff;
}

.snip1361:hover a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
}

.snip1361:hover figcaption,
.snip1361.hover figcaption {
    top: 0;
    background-color: rgba(1, 87, 168, 0.75);
}

.snip1361:hover h3 {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.fancybox-title-float-wrap{
    margin-bottom: -60px;
}
.fancybox-title-float-wrap .child{
    white-space: normal;
    max-width: 800px;
}