/* style.css
 *
 * Desc: sbm.org.tr icin style tanımlamaları
 * Version: 1.0
 *
**/

@import '../font/font-awesome/css/fontawesome-all.min.css';
@import '../font/franziska/franziska.css';
@import '../font/oswald/oswald.css';

html {
    /*font-size: 16px;*/ /* default font-size */
}
@media (min-width: 576px) and (max-width: 1199px) {
    html { font-size: calc(16px + (20 - 16) * ((100vw - 576px) / (1199 - 576))); }
}
@media (min-width: 1200px) {
    html { font-size: 20px; }
}
body { font-family: Roboto, Arial, sans-serif; }

body, input, textarea, select, button {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, .h1 { font-size: 2.2em; }
h2, .h2 { font-size: 1.6em; }
h3, .h3 { font-size: 1.3em; }
h4, .h4 { font-size: 1.2em; }
h5, .h5 { font-size: 1.1em; }
h6, .h6 { font-size: 1.0em; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

::selection {
    background-color: rgba(0, 151, 216, 1);
    color: #fff;
}


/*-------------------------------------------------------------------------------------------------*
 * pages
**-------------------------------------------------------------------------------------------------*/

.main {
    font-size: 1rem;
}
.main-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 22em;
    margin-bottom: 0;
    transition: all .5s;
}
@media screen and (max-width: 1199px) {
    .main-image {
        height: calc(20em - 80px);
    }
}
@media screen and (min-width: 900px) {
    .main-image:active {
        cursor: zoom-in;
        filter: none;
        padding: calc(43vh);
    }
    .main-image:active:before {
        display: none;
    }
}

.main-content {}
.main-content-header {}
.main-content-title {
    /*font-weight: 700;*/
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
}
@media (min-width: 1200px) {
    .main-content-title {
        letter-spacing: -1px;
    }
}
.main-content-body {
    padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
    .main-content-body .container {
        padding-right: 2em;
        padding-left: 2em;
    }
}

.main-content-body ol,
.main-content-body ul {
    padding-left: 1.5em;
}
.main-content-body li {
    margin-bottom: .5em;
}

.main-content-body * + h1,
.main-content-body * + h2,
.main-content-body * + h3,
.main-content-body * + h4,
.main-content-body * + h5,
.main-content-body * + h6 {
    margin-top: 1.25em;
}
.main-content-body * + p,
.main-content-body * + ol,
.main-content-body * + ul {
    margin-top: 1em;
}

.main-content-body img[class*="-right"],
.main-content-body img[class*="-left"] {
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 576px) {
    .main-content-body img[class*="-right"] {
        margin-left: 1.5em;
    }
    .main-content-body img[class*="-left"] {
        margin-right: 1.5em;
    }
}
.main-content-footer {}

.main .h1,
.main .h2,
.main .h3,
.main .h4,
.main .h5,
.main .h6,
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
    font-weight: 700;
}

/**/

.related-content {
    border-top: 1px solid #ddd;
}

/* iframe iceren online islemler sayfalari icin */
.main.has-iframe {
    background-color: #f0f1f2;
    padding-top: 1em;
}
@media screen and (min-width: 1200px) {
    .main.has-iframe {
        padding-top: 8em;
    }
}
.main.has-iframe .container {
    padding-right: 0;
    padding-left: 0;
}


/* companies ------------------------------------*/

.companies {
    font-size: .9rem;
    padding-top: 5em;
}
.companies h2 {
    margin-bottom: 1em;
}
.companies a {
    color: #999;
    line-height: 1.3;
}
.companies a:hover {
    color: #000;
}
.companies [class*="col-"] {
    margin-bottom: 2em;
}
.companies .thumbnail {
    border: 1px solid #dee2e6;
    margin-bottom: .5em;
    min-height: 90px;
}
.companies a:hover .thumbnail {
    border-color: #000;
}


/* news -----------------------------------------*/

.news {
    padding-bottom: 4em;
}
.news h2 {
    margin-bottom: 1em;
}
.news .nav {
    margin-bottom: 2em;
}

.news .nav-pills .nav-link {
    border-radius: 0;
}


/* post -----------------------------------------*/

.post {}
.post-meta {
    margin-top: -.8em;
    position: absolute; top: 0; right: 0; left: 0;
    text-align: center;
}
.post-meta > div {
    background-color: #fff;
    color: #c0c0c0;
    display: inline-block;
    line-height: 1em;
    padding: 0 1em;
}
.post img {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .post-entry p,
    .post-entry ol,
    .post-entry ul {
        text-align: justify;
    }
}


/* reports --------------------------------------*/

.reports {}
.reports .card-body {
    font-size: .9em;
}


/* search ---------------------------------------*/

.search-result {}
.search-item {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #dee2e6;
}
.search-item > * {
    margin-top: .5em !important;
    margin-bottom: .5em !important;
}
.search-item h4 {
    color: #007bff;
}
.search-item p {
    color: #666;
}
.search-item time {
    color: #999;
    display: block;
    font-size: small;
}
.search-result-banner {
    background-color: #fff;
    border: 1px solid #dee2e6;
    overflow: hidden;
    padding: 1em;
}
@media screen and (min-width: 576px) {
    .search-result-banner {
        margin: 1em;
    }
}
.search-result-banner img {
    margin-bottom: 1em;
    max-width: 100%;
}


/* share ----------------------------------------*/


@media screen and (max-width: 991px) {
    .post-share {
        border-top: 1px solid #dee2e6;
        margin-top: 3em;
        padding-top: 3em;
    }
}
@media screen and (min-width: 992px) {
    .post-share {
        position: fixed; top: 500px; right: 15px;
        text-align: center;
    }
    .post-share h6 {
        display: none;
    }
    .social-links a {
        display: block;
    }
}
.post-share h6 {
    color: #c0c0c0;
    font-weight: normal;
}
.post-share .social-links {
    font-size: 1.2em;
}


/* tags -----------------------------------------*/

.tags a:after {
    content: ",";
}
.tags a:last-child:after {
    content: ".";
}


/* team -----------------------------------------*/

.team {}
[class*="team-section"] {
    padding-top: 3em;
    padding-bottom: 2em;
}
.team-section-primary {
    /*background-color: rgba(0, 151, 216, .1);*/
}
.team-section-secondary {}
.team-section-tertiary {
    border-top: 1px solid #dee2e6;
}
.team-member {
    border-top: 1px solid #dee2e6;
    padding-top: 3em;
    padding-bottom: 2em;
    text-align: center;
}
.team-member + .team-member {
    
}
.team-member-image {
    border-radius: 350px;
    margin: 0 auto 2em;
    max-width: 350px;
    overflow: hidden;
}
.team-member-image img {
    width: 100%;
}
.team h2 {
    margin-bottom: .1em;
}
.team h2,
.team h3 {
    line-height: 1;
}


/* awards -------------------------------------*/

.awards {}
.awards-item + .awards-item {
    border-top: 1px solid #dee2e6;
    margin-top: 3em;
    padding-top: 3em;
}
.awards-item-section {}
.awards-item-section + section {
    margin-top: 3em;
}


/* footer -----------------------------------------------------------------------------------------*/

.footer {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}
.copyright,
.following-links h6 {
    opacity: .5;
}
.following-links h6 {
    font-weight: normal;
}


/*-------------------------------------------------------------------------------------------------*
 * components
**-------------------------------------------------------------------------------------------------*/


/* f-set ----------------------------------------*/

.f-set {
    border-top: 4px double #ccc;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}
.f-set-header {
    font-family: Oswald, "Oswald Web", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto;
    padding: 0 1em; 
    position: absolute; top: 0; left: 50%;
    transform: translate(-50%,-56%);
    white-space: nowrap;
}
.f-set-body {}

/* list-123 -----------------------------*/

.list-123,
.list-123 ol {
    counter-reset: section;
    list-style-type: none;
}
.list-123 {
    padding-left: 12px !important;
}
.list-123 ol {
    padding-left: calc(28px + 0.8vw) !important;
}
.list-123 li {
    margin-top: 1em;
}
.list-123 li:not(.hidden):before {
    counter-increment: section;
    content: counters(section,".") ". ";
}
.list-123 ol li:before {
    font-weight: 700;
}

.list-123 > li:before,
.list-123 > li > span {
    font-family: Roboto, Arial, sans-serif;
    font-size: calc(24px + 0.8vw);
    font-weight: 500;
    text-align: left !important;
}

/* simple-accorcion -----------------------------*/

.simple-accordion {
    border: 1px solid #dee2e6;
    margin-bottom: 1em;
}
.simple-accordion-item {}
.simple-accordion-item + .simple-accordion-item {
    border-top: 1px solid #dee2e6;
}
.simple-accordion-item-title {
    background-color: #fcfcfc;
    border-bottom: 1px solid #dee2e6;
    color: #007bff;
    cursor: pointer;
    display: block;
    margin-bottom: -1px;
    padding: .75rem 1.25rem;
}
.simple-accordion-item-title.active {
    background-color: #fff;
    color: #000;
    font-weight: 700;
}
.simple-accordion-item-content {
    padding: 1.25rem;
    position: relative;
}
.simple-accordion-item-content:before {
    background-color: #fff;
    border: solid #ddd;
    border-width: 0 1px 1px 0;
    content: " ";
    display: block;
    height: 10px;
    position: absolute; top: -4px;
    transform: rotate(45deg);
    width: 10px;
    z-index: 2;
}


/* tag-cloud ------------------------------------*/

.tag-cloud {
    font-size: 1rem;
}
.tag-cloud a {
    color: #000;
    display: inline-block;
    margin-right: .25em;
    margin-left: .25em;
    vertical-align: middle;
}
.tag-cloud a:hover {
    color: rgb(0, 151, 216);
    text-shadow: 0 0 24px rgba(0, 151, 216, .4);
}
.tag-1  { font-size: 2.6em; opacity: .95; }
.tag-2  { font-size: 2.3em; opacity: .90; }
.tag-3  { font-size: 2.0em; opacity: .85; }
.tag-4  { font-size: 1.8em; opacity: .80; }
.tag-5  { font-size: 1.7em; opacity: .75; }
.tag-6  { font-size: 1.6em; opacity: .70; }
.tag-7  { font-size: 1.5em; opacity: .65; }
.tag-8  { font-size: 1.4em; opacity: .60; }
.tag-9  { font-size: 1.3em; opacity: .55; }
.tag-10 { font-size: 1.2em; opacity: .50; }
.tag-11 { font-size: 1.1em; opacity: .45; }
.tag-12 { font-size: 1.0em; opacity: .40; }


/* testimonals ----------------------------------*/

.testimonals {
    font-size: 1rem;
}
.testimonals-icon {
    margin-bottom: 2rem;
    opacity: .6;
}
.testimonals-text {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.testimonals-source {
    opacity: .6;
}
.testimonals-source div {}
.testimonals-source small {}

.testimonals-left {}
.testimonals-center {}
.testimonals-right {}


/* prev-next button -----------------------------*/

[class*="prev-next-button-"] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 30px;
    opacity: .5;
    outline: none !important;
    position: relative;
    width: 30px;
}
[class*="prev-next-button-"]:hover {
    opacity: 1;
}
[class*="prev-next-button-"]:before,
[class*="prev-next-button-"]:after {
    background-color: #000;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 3px;
}
[class*="prev-next-button-"]:before {
    top: 0;
}
[class*="prev-next-button-"]:after {
    top: 14px;
}
.prev-next-button-prev:before,
.prev-next-button-next:after {
    transform: rotate(45deg);
}
.prev-next-button-prev:after,
.prev-next-button-next:before {
    transform: rotate(-45deg);
}
.prev-next-button-prev:before,
.prev-next-button-prev:after {
    left: 0;
}
.prev-next-button-next:before,
.prev-next-button-next:after {
    right: 0;
}


/* epigraph -------------------------------------*/

.epigraph:after {
    background-color: #333;
    content: "";
    display: block;
    height: 1px;
    margin-top: 1.2em;
    margin-bottom: 4em;
    width: 120px;
}
.epigraph p {
    font-family: Franziska, "Franziska Web", Georgia, serif;
    font-size: 1.3em;
    font-style: italic;
    margin: 0;
}
.epigraph,
.epigraph p {
    text-align: left;
}


/* quote ----------------------------------------*/

.quote {
    margin-top: 2em;
    margin-bottom: 2em;
    opacity: .5;
}

.quote:before,
.quote:after {
    content: "//";
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.quote,
.quote p,
.quote:before,
.quote:after {
    text-align: center;
}
.quote p {
    font-family: Franziska, "Franziska Web", Georgia, serif;
    font-size: 1.6em !important;
    font-style: italic;
    margin: 0;
}


/*-------------------------------------------------------------------------------------------------*
 * helpers
**-------------------------------------------------------------------------------------------------*/

/* font family ----------------------------------*/

.font-mono   { font-family: Menlo, monospace; }
.font-narrow { font-family: Oswald, "Oswald Web", "Arial Narrow", Arial, sans-serif; }
.font-sans   { font-family: Roboto, Arial, sans-serif; }
.font-serif  { font-family: Franziska, "Franziska Web", Georgia, serif; }


/* SBM colors -----------------------------------*/

.bg-sbm-blue   { background-color: rgb(0, 151, 216); } /* 0097d8; PANTONE 2925 C */
.text-sbm-blue { color:            rgb(0, 151, 216); }

.bg-sbm-grey   { background-color: rgb(222, 231, 235); }
.text-sbm-grey { color:            rgb(222, 231, 235); }



/* main colors */

.bg-grey   { background-color: #ccc !important; }
.text-grey { color: #ccc !important; }


/* social networks colors -----------------------*/

.bg-facebook-blue   { background-color: rgb(59, 89, 152); } /* 3b5998 */
.text-facebook-blue { color:            rgb(59, 89, 152); }

.bg-google-red      { background-color: rgb(221, 75, 57); } /* dd4b39 */
.text-google-red    { color:            rgb(221, 75, 57); }

.bg-linkedin-blue   { background-color: rgb(0, 123, 181); } /* 007bb5 */
.text-linkedin-blue { color:            rgb(0, 123, 181); }

.bg-twitter-blue    { background-color: rgb(85, 172, 238); } /* 55acee */
.text-twitter-blue  { color:            rgb(85, 172, 238); }

.bg-youtube-red     { background-color: rgb(255, 0, 0); } /* ff0000 */
.text-youtube-red   { color:            rgb(255, 0, 0); }


/* margin (8xto4x; x=16(default fs)) ------------*/

.m-8to4 {
    margin: 64px;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .m-8to4 {
        margin: calc(64px + (128 - 64) * ((100vw - 576px) / (1199 - 576)));
    }
}
@media (min-width: 1200px) {
    .m-8to4 {
        margin: 128px;
    }
}

.mt-8to4 {
    margin-top: 64px;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .mt-8to4 {
        margin-top: calc(64px + (128 - 64) * ((100vw - 576px) / (1199 - 576)));
    }
}
@media (min-width: 1200px) {
    .mt-8to4 {
        margin-top: 128px;
    }
}

.mb-8to4 {
    margin-bottom: 64px;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .mb-8to4 {
        margin-bottom: calc(64px + (128 - 64) * ((100vw - 576px) / (1199 - 576)));
    }
}
@media (min-width: 1200px) {
    .mb-8to4 {
        margin-bottom: 128px;
    }
}

.my-8to4 {
    margin-top: 64px;
    margin-bottom: 64px;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .my-8to4 {
        margin-top: calc(64px + (128 - 64) * ((100vw - 576px) / (1199 - 576)));
        margin-bottom: calc(64px + (128 - 64) * ((100vw - 576px) / (1199 - 576)));
    }
}
@media (min-width: 1200px) {
    .my-8to4 {
        margin-top: 128px;
        margin-bottom: 128px;
    }
}


/* padding (8xto4x; x=16(default font-size)) -----------*/

.p-8to4 {
    padding: 64px;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .p-8to4 {
        padding: calc(64px + (128 - 64) * ((100vw - 576px) / (1199 - 576)));
    }
}
@media (min-width: 1200px) {
    .p-8to4 {
        padding: 128px;
    }
}

.pt-8to4 {
    padding-top: 64px;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .pt-8to4 {
        padding-top: calc(64px + (128 - 64) * ((100vw - 576px) / (1199 - 576)));
    }
}
@media (min-width: 1200px) {
    .pt-8to4 {
        padding-top: 128px;
    }
}

.pb-8to4 {
    padding-bottom: 64px;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .pb-8to4 {
        padding-bottom: calc(64px + (128 - 64) * ((100vw - 576px) / (1199 - 576)));
    }
}
@media (min-width: 1200px) {
    .pb-8to4 {
        padding-bottom: 128px;
    }
}

.py-8to4 {
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 576px) and (max-width: 1199px) {
    .py-8to4 {
        padding-top: calc(64px + (128 - 64) * ((100vw - 576px) / (1199 - 576)));
        padding-bottom: calc(64px + (128 - 64) * ((100vw - 576px) / (1199 - 576)));
    }
}
@media (min-width: 1200px) {
    .py-8to4 {
        padding-top: 128px;
        padding-bottom: 128px;
    }
}


/* opacity --------------------------------------*/

.o-0    { opacity:  0;   }
.o-10   { opacity:  0.1; }
.o-20   { opacity:  0.2; }
.o-30   { opacity:  0.3; }
.o-40   { opacity:  0.4; }
.o-50   { opacity:  0.5; }
.o-60   { opacity:  0.6; }
.o-70   { opacity:  0.7; }
.o-80   { opacity:  0.8; }
.o-90   { opacity:  0.9; }
.o-1000 { opacity: 10;   }


/* z-index --------------------------------------*/

.z-back { z-index:   -1; }
.z-0    { z-index:    0; }
.z-1    { z-index:    1; }
.z-2    { z-index:    2; }
.z-3    { z-index:    3; }
.z-4    { z-index:    4; }
.z-5    { z-index:    5; }
.z-10   { z-index:   10; }
.z-50   { z-index:   50; }
.z-100  { z-index:  100; }
.z-1000 { z-index: 1000; }
.z-1100 { z-index: 1100; }
.z-1200 { z-index: 1200; }


/* height/width  --------------------------------*/

.hw-0   { height:   0;   width:   0;   }
.hw-16  { height:  16px; width:  16px; }
.hw-32  { height:  32px; width:  32px; }
.hw-48  { height:  48px; width:  48px; }
.hw-64  { height:  64px; width:  64px; }
.hw-80  { height:  80px; width:  80px; }
.hw-96  { height:  96px; width:  96px; }
.hw-120 { height: 120px; width: 120px; }
.hw-160 { height: 160px; width: 160px; }
.hw-240 { height: 240px; width: 240px; }

.h-0   { height:   0;   }
.h-16  { height:  16px; }
.h-32  { height:  32px; }
.h-48  { height:  48px; }
.h-64  { height:  64px; }
.h-80  { height:  80px; }
.h-96  { height:  96px; }
.h-120 { height: 120px; }
.h-160 { height: 160px; }
.h-240 { height: 240px; }

.w-0   { width:   0;   }
.w-16  { width:  16px; }
.w-32  { width:  32px; }
.w-48  { width:  48px; }
.w-64  { width:  64px; }
.w-80  { width:  80px; }
.w-96  { width:  96px; }
.w-120 { width: 120px; }
.w-160 { width: 160px; }
.w-240 { width: 240px; }

[class*="hw-"],
[class*="h-"],
[class*="w-"] {
    flex-grow: 0;
    flex-shrink: 0;
}


/* full viewport width/height -------------------*/

.vh-100 { height: calc(100vh); }
.vw-100 { width: calc(100vw); }


/* shadow ---------------------------------------*/

.shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .04);
}
.shadow:hover,
.shadow-dark {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
}


/* rounded --------------------------------------*/

.rounded-2 { border-radius: .5rem !important; }
.rounded-3 { border-radius: .75rem !important; }
.rounded-4 { border-radius: 1rem !important; }

/* polite-alert (cookie-consent) --------------------------------------- */

.polite__alert {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: 1em 1.8em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    background-color: #0097D8;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 200ms ease-in;
    transition: -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
    pointer-events: none
}

.polite__alert a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}


    .polite__alert.active__polite {
        pointer-events: inherit;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: -webkit-transform 200ms ease-in;
        transition: -webkit-transform 200ms ease-in;
        transition: transform 200ms ease-in;
        transition: transform 200ms ease-in, -webkit-transform 200ms ease-in
    }

.polite__alert-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (max-width: 575px) {
    .polite__alert-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        align-items: flex-start
    }
}

.polite__alert-content_text {
    padding-right: 20px
}

/*.polite__alert-content_text a:hover{
    text-decoration: underline;
    color: #007bff;
}*/

.polite__alert-content_close {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

@media only screen and (max-width: 575px) {
    .polite__alert-content_close {
        margin-top: 20px
    }
}

.polite__alert-content_close span {
    padding-top: 8px;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(0, 151, 216, .8);
    font-weight: 600
}
