/*generic*/
.row{}
@font-face {
    font-family: triviaSlab;
    src: url("../../fonts/TriviaSlabLight.otf");
}
@font-face {
    font-family: triviaSlabRegular;
    src: url("../../fonts/TriviaSlabRegular.otf");
}
@font-face {
    font-family: OpenSansRegular;
    src: url("../../fonts/Open_Sans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: OpenSansSemiBold;
    src: url("../../fonts/Open_Sans/OpenSans-Semibold.ttf");
}
@font-face {
    font-family: OpenSansLight;
    src: url("../../fonts/Open_Sans/OpenSans-Light.ttf");
}
@font-face {
    font-family: OpenSansBold;
    src: url("../../fonts/Open_Sans/OpenSans-Bold.ttf");
}

b, strong {
    font-family: OpenSansBold;
    font-weight: 700;
}

body{
    background-color: #ffffff;
    background-image: url("../../img/core/v1/bg-pattern.png");
    font-family:"OpenSansRegular" !important;
}
a:hover{
    text-decoration: none;
}

/*master*/
.right-header{
    margin-top: 20px;
    padding:10px;
    /*background-color: #4275b6;*/
}

.right-header a{
    color: #ebebeb;
}

.left-nav, .right-nav{
    background-color: #f6fafd;
}

.left-nav .list-group-item,
.right-nav .list-group-item{
    padding:8px;
}

.left-nav .list-group-item,
.right-nav .list-group-item{
    background-color: transparent;
    border: 0px solid #ddd;
}

.footer-div{
    margin-top: 100px;
    height:230px;
}
.footer-div-2{
    margin-top: 40px;
    height:200px;
}
.footer-div, .footer-div a {
    color: #FFFFFF;

}
.footer-div div{
    padding:6px;

}

.footer-div ul li.link{
    font-size: 13px;
    color: #96a0a4;
    height:26px;
    line-height:26px;
    
}
.footer-div ul li.link a{
    padding: 0px 0px;
    color: #96a0a4;
}
.footer-div ul li.link a:hover{
    color: #039fcb;
}
.footer-div ul li.divider{
    width: 40px;
    color:#96a0a4;
}

.content-div {

    /*background-color: #ffffff;*/
    /* padding: 30px; */
    /*min-height: 420px;*/
    /* border: 1px #d7d7d8 solid; */
    margin-top: 10px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    color: rgb(90, 90, 90);

}

.album-height {
    height:120px;
}

.album-thumb-height {
    /*min-height:100px;*/
    height:100px;
    width:auto;
}

.album-thumb-height img{
    height: 100%;
    width: auto;
}

.bulten-title {
    /* padding-top: 10px; */
    /* padding-left: 20px; */
    background: white;
    border: 1px solid rgb(140, 140, 140);
    margin: 5px;
    height: 60px;
    line-height: 60px;
    color: rgb(140, 140, 140);
    font-size: 14px;
    font-weight: 300;
}

.gallery-row{

}

.gallery-title {
    /* padding-top: 10px; */
    /* padding-left: 20px; */
    background: white;
    /* border: 1px solid rgb(140, 140, 140); */
    /* margin: 5px; */
    height: 60px;
    line-height: 60px;
    color: rgb(140, 140, 140);
    font-size: 14px;
    font-weight: 300;
    border:1px solid #ccc;
    margin-bottom:10px;
}
.gallery-title:hover{
    border:1px solid #039fcb;
}

.footer-root {
    /*background-color: #19273f;*/
    background-image: url("../../img/core/v1/footer-bg.png");
    margin-top: 40px;
}

.non-bordered {
    border: none;
}

.no-margin{
    margin:0px;
}

.no-padding{
    padding: 0px;
}

.member-photo {
    height:120px;
}

.member-photo img{
    height: 100%;
}

.ocakbasi-group-member-photo {
    height: 140px;
    border: 6px white solid;
    box-shadow: 0px 0px 8px 0px #c2c2c2;
    margin: 0px;
    padding: 0px;
}

.ocakbasi-group-member-photo img{
    height: 100%;
}

.top-navbar, .top-nav-navbar {
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: transparent;
    border-color: transparent;
    border: none;
}
.top-navbar ul.nav.navbar-nav > li {
    /*padding: 0px 8px;*/
}

.top-navbar ul.nav.navbar-nav > li > a{
    color: #5f727e;
    font-size: 15px;
}

.top-nav-navbar a{
    color: #39424a;
    font-size: 15px;
}
.top-nav-navbar .col-md-1{
    padding-left: 5px;
    padding-right: 5px;
}

.header-root .info-row {
    background-color: transparent;
}
.header-root .main-row {
    background-color: #f8f9fa;
    background: -webkit-linear-gradient(top,#e8ebee 1px,#fff 0,#fff 2px,#f8f9fa 0);
    background: linear-gradient(180deg,#e8ebee 1px,#fff 0,#fff 2px,#f8f9fa 0);
}


@media (min-width:1200px){
    .top-navbar{
        /*margin-top: 80px;*/
    }
}


.footer-divider {

}

.secondary-news-thumb {
    height: 100%;
    width: 100%;

    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.secondary-news-thumb > img {
    /*max-height: 100%;*/
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.social-link {
    width: 50px;
}

.footer-text {
    color: #96a0a4;

}

.footer-logos ul li{
    width: 150px;
}

.header-row {
    height: 45px;
    line-height: 60px;
}

.locale-str a{
    color: #039fcb;
}

.search-textfield {
    border-right: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}
@media screen and (max-width: 767px) {
.secondary-news-thumb > img {
    /*max-height: 100%;*/
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
.slider-promo-title{top:0px !important;}
.slider-promo-title1{
    font-size: 30px !important;
    padding: 12px 32px;
}
.slider-promo-title-secondary{font-size: 22.89px !important;}
.limit{height:auto !important;}
}


@media screen and (max-width: 1440px) {
    .limit{
        height: 600px;
        overflow: hidden;
        padding:0px;
    }
}
@media screen and (min-width: 1440px) {
    .limit{
        height: 700px;
        overflow: hidden;
        padding:0px;
    }
}
.limit img{
    /*width: 100%;
    height: 100%;*/
}

.black-overlay {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.slider-promo-title1{
    font-size: 2.2em;
    margin: 0px auto;
    width: 55%;
}
.slider-promo-title {
    width: 100%;
    /*height: 80px;*/
    position: absolute !important;
    bottom: 0px;
    color: #ffed00;
    text-shadow: 2px 2px 2px rgba(0,0,0, 0.7);
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
    font-weight: lighter;
    font-family: triviaSlab;
    line-height: 40px;
}

.secondary-news-promo-title .light {
    font-family: OpenSansLight;
    font-size: 10px;
}

.projects-promo-title .light {
    font-family: OpenSansLight;
    font-size: 12px;
}
.projects-promo-title .dark {
    font-family: OpenSansLight;
    font-size: 18px;
}

.secondary-news-promo-title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    left: 0px;
    line-height: 14px;
    padding-bottom: 4px;

}

.projects-promo-title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    left: 0px;
    line-height: 14px;
    padding-bottom: 4px;
    padding-left: 14px;
}

.promo-thumb {

    height: 200px;
    border: 6px solid transparent;
    padding: 0px;
    margin: 0px;
}

.promo-thumb:hover {
    margin-top:-5px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(163,163,163,1);
    box-shadow: 0px 0px 10px 1px rgba(163,163,163,1);
}

.projects-thumb {

    height: 150px;
    border: 6px solid white;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(163,163,163,1);
    box-shadow: 0px 0px 10px 1px rgba(163,163,163,1);
    padding: 0px;
    margin: 0px;
    margin-right: 0px;
    margin-left: 0px;
}


.news-inner-thumb {
    height: 350px;
    border: 6px solid white;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(163,163,163,1);
    box-shadow: 0px 0px 10px 1px rgba(163,163,163,1);
    padding: 0px;
    margin: 0px;

}


.main-float {
    /*background: url("/img/core/v1/main-float-bg.png") no-repeat top center;*/
    /*height:2505px;*/
    margin-bottom: -148px;

}

.main-float-img {
    display: block;
    margin: 0 auto;
}

.inner-text p{
    font-size:16px !important;
    line-height: 26px !important;
}

.record-right {

    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.record-text {
    font-size: 18px;
    color: white;
    font-weight: 100;
    padding: 10px 0px;
}

.record-root {
    background-image: url("/img/core/v1/news-record-bg.png");
}

.record-left {
    padding: 0px;
    margin: 0px;
    border: none;
}

.record-left-inner {
    border: none;
    margin: 0px;
    padding: 0px;
}

.haberler-header {
    background-image: url("/img/core/v1/news-record-bg.png");
    height: 200px;
    color: white;
    font-weight: 100;
    text-align: center;
}

.projects-header {
    background-image: url(/img/core/v1/thp_header.png);
    height: 178px;
    line-height: 178px;
    font-size: 70px;
    color: white;
    font-weight: 100;
    text-align: center;
    background-size:cover ;
}

.user-logged-in-menu{
    border-right: 1px solid rgb(212, 212, 212);
}

.user-logged-in-menu li{
    text-align: right;
    border-bottom: 1px solid rgb(212, 212, 212);
}

.user-logged-in-menu li a{
    color: rgb(140, 140, 140);
    font-size: 14px;
}

.pdf-icon {
    float: right;
    margin-top: 9px;
}

.member-profile-img {
    border: 6px white solid;
    box-shadow: 0px 0px 8px 0px #c2c2c2;
}

.members-details {
    color: #a2a2a2;
    line-height: 21px;
    font-size: 16px;
    font-weight: 300;
}

.member-details-row {
    border-bottom: 1px solid #cccccc;
}

.ocakbasi-member-name {
    margin: 0px;
    padding: 0px;
    background: #084498;
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}

.home-link {
    color: #faaa29 !important;
}

.no-caret .caret{
    display: none;
}

.slider-promo-title-secondary {
    color: white;
    font-size: 35.89px;
}

#message1 {
    position: absolute;
    top: 120px;
    left: 5%;
    width: 35%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(173,173,173,1);
    -moz-box-shadow: 0px 0px 6px 2px rgba(173,173,173,1);
    box-shadow: 0px 0px 6px 2px rgba(173,173,173,1);
    padding: 10px;
}

#message2 {
    position: absolute;
    bottom: 330px;
    right: 9%;
    width: 34%;
    /*height: 160px;*/
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(173,173,173,1);
    -moz-box-shadow: 0px 0px 6px 2px rgba(173,173,173,1);
    box-shadow: 0px 0px 6px 2px rgba(173,173,173,1);
    padding: 10px;
}

.message_title {
    color: #4f575e;
    font-size: 12px;
    margin-bottom: 7px;
}

.message_divider1 {
    color: #4f575e;
    width: 100%;
    height: 2px;
    background: #00b33e;
    margin-bottom: 7px;
}
.message_divider2 {
    color: #829cb5;
    width: 100%;
    height: 2px;
    background: #00b33e;
    margin-bottom: 7px;
}

.message_desc {
    color: #4f575e;
    font-size: 14px;
}

.message1_main_title{
    color: #00b33e;
    font-size: 35px;
    font-family: OpenSansLight;
    font-weight: 100;
}

.message2_main_title{
    color: #829cb5;
    font-size: 24px;
    font-family: OpenSansLight;
    font-weight: 100;
}

.rutbe {
    background-color: #ffa02b;
    text-align: center;
    color: white;
    font-size: 14px;
    /*text-transform: uppercase;*/
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.garip {
    /* width: 160px; */
    /* margin: 0 auto; */
    background: green;
    /* height: 100px; */
    width: 160px;
    display: inline-block;
    margin: 10px;
}
.garip-chairmen {
    /* width: 160px; */
    /* margin: 0 auto; */
    background: green;
    /* height: 100px; */
    width: 150px;
    display: inline-block;
    margin: 10px;
}

.garip-row {
    width: 100%;
    /* background: #eee; */
    margin: 10px auto;
    position: relative;
    text-align: center;
}

.page_text {
    width: 80%;
    margin: 0 auto;
}

.project-year-row {
    height: 70px;
    background: #f8f9fa;
    /* border: 1px black solid; */
    margin-top: 30px;
    line-height: 50px;
    padding-top: 10px;
}

.project-year-div {
    background-color: white;
    width: 110px;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
}

.project-year-link {
}

.haber-album-row {
    text-align: center;
    padding: 50px;
}

.contact-title {
    font-family: OpenSansSemiBold;
    text-align: right;
}

.anim0-agac {
    position: absolute;
    bottom: 7px;
    right: 3%;
}

.anim0-toprak {
    position: absolute;
    bottom: 0px;
}

.anim0-kus {
    position: absolute;
    left: 180px;
    bottom: 320px;
}

.anim0-halka0 {
    position: absolute;
    bottom: 297px;
    right: 288px;
}
.anim0-halka1 {
    position: absolute;
    bottom: 547px;
    right: 278px;
}
.anim0-halka2 {
    position: absolute;
    bottom: 507px;
    right: 478px;
}
.anim0-halka3 {
    position: absolute;
    bottom: 357px;
    right: 548px;
}
.anim0-halka4 {
    position: absolute;
    bottom: 367px;
    right: 68px;
}

#anim0 {
    height: 900px;
    position: relative;
}

#anim1 {
    height: 400px;
    position: relative;
    margin-top: 100px;
}

.anim1-halka0 {
    position: absolute;
    bottom: 20%;
    left: 41%;
    z-index: 1000;
}
.anim1-halka1 {
    position: absolute;
    bottom: 20%;
    left: 25.7%;
}
.anim1-halka2 {
    position: absolute;
    bottom: 42%;
    left: 25%;
}
.anim1-halka3 {
    position: absolute;
    bottom: 67%;
    left: 33%;
}
.anim1-halka4 {
    position: absolute;
    bottom: 3%;
    left: 32%;
}
.anim1-halka5 {
    position: absolute;
    top: 1%;
    right: 24%;
}
.anim1-halka6 {
    position: absolute;
    top: 1%;
    right: 31%;
}
.anim1-halka7 {
    position: absolute;
    top: 25%;
    right: 22%;
}
.anim1-halka8 {
    position: absolute;
    bottom: 12%;
    right: 27%;
}

.anim1-bg {
}


#anim2 {
    /*height: 900px;*/
    position: relative;
}
/* ÇARK */
    .anim2-halka0 {
        position: absolute;
        bottom: 100px;
        left: 645px;
    }
    .anim2-halka1 {
        position: absolute;
        bottom: 150px;
        left: 860px;
    }
    .anim2-halka2 {
        position: absolute;
        bottom: 250px;
        left: 665px;
    }
    .anim2-halka3 {
        position: absolute;
        bottom: 140px;
        left: 720px;
    }

/* Custom Css */
.mega-dropdown {
    position: static !important;

}
.mega-dropdown > ul > li > a :hover{
    background: transparent;
}
.mega-dropdown-menu {
    padding: 30px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}
.nav-pills>li>a:hover {
    color:#039fcb;
}
/* MOBILE MENU */

#sidebar-wrapper{
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f8f9fa;
    background: -webkit-linear-gradient(top,#e8ebee 1px,#fff 0,#fff 2px,#f8f9fa 0);
    background: linear-gradient(180deg,#e8ebee 1px,#fff 0,#fff 2px,#f8f9fa 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 270px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #777;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 20px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.news_size{
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: 100%;
}

ul.pdf-space li{
    margin-bottom: 10px;
    padding: 10px;
}
ul.pdf-space li a{
/*border: 1px solid #cecece;*/
    padding: 9px;
}