:root {
    --main-color: #21325e;
    --main-bg-color: #f8f8f8;
    --page-side-width: 8.5vw;
    --page-content-width: 83vw;
}

/* >>> RESET */
body {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font: 15px 'Zen Kaku Gothic Antique', sans-serif;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: inherit;
}

/* >>> SINIFLAR */
.overflow-hidden {
    overflow: hidden!important;
}

/* >>> RENKLER */
.color-smoke {
    color: #c4c3c1!important;
}

/* >>> SAYFA DUZENI */
#pageSideLeft,
#pageContent,
#pageSideRight {
    min-height: 100vh;
}

#pageSideLeft,
#pageSideRight {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

#pageSideLeft .side-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

#pageSideLeft .side-background .nav-background {
    width: 100%;
    height: 25vh;
    overflow: hidden;
    flex: 0 1 auto;
    position: relative;
}

#pageSideLeft .side-background .nav-background:before,
#pageSideLeft .side-background .nav-background:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#pageSideLeft .side-background .nav-background:before {
    left: 0;
    background-color: var(--main-color);
}

#pageSideLeft .side-background .nav-background:after {
    left: 100%;
    background-color: #fff;
}

#pageSideLeft .side-background .main-background {
    width: 100%;
    flex: 1;
    position: relative;
}

#pageSideLeft .side-background .main-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-bg-color);
}

.page-side .side-content {
    flex: 1;
    position: relative;
    z-index: 10;
}

.page-side .side-content .page-side-text {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    color: var(--main-color);
}

.page-side .side-content .page-side-text.text-top {
    top: 10%;
}

.page-side .side-content .page-side-text.text-mid {
    top: 40%;
}

.page-side .side-content .page-side-text.text-bot {
    bottom: 15%;
}

.page-side .side-content .page-side-text .text-content {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.page-side .side-content .page-side-text .text-icon {
    width: 34px;
    margin-top: 15px;
}

.push-page-left,
.push-page-right {
    position: absolute;
    z-index: 10;
    width: var(--page-side-width);
}

.push-page-left {
    left: calc(var(--page-side-width) * -1);
}

.push-page-right {
    right: calc(var(--page-side-width) * -1);
}

.push-page-left.pos-top,
.push-page-right.pos-top {
    top: 0;
}

.push-page-left.pos-mid,
.push-page-right.pos-mid {
    top: 50%;
    transform: translateY(-50%);
}

.push-page-left.pos-bot,
.push-page-right.pos-bot {
    bottom: 0;
}

#pageContent {
    max-width: var(--page-content-width);
    flex: 1 1 var(--page-content-width);
}

#pageSideRight .side-right-corner {
    padding-top: 3vh;
    text-align: center;
    position: relative;
}

#pageSideRight .side-right-corner:before {
    content: "";
    position: absolute;
    top: 3vh;
    right: 50%;
    width: 120%;
    border-top: 1px solid #c4c3c1;
}

#pageSideRight .side-right-corner:after {
    content: "";
    height: 20vh;
    display: inline-block;
    border-left: 1px solid #c4c3c1;
}

#pageContent .page-section {
    position: relative;
}

#pageContent .page-fluid {
    box-sizing: border-box;
    padding-left: 2%;
    position: relative;
}

#pageContent .page-section .slider-outer {
    position: relative;
}

/* > Bolum Icerik */
.section-article {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.section-article:after {
    content: "";
    position: absolute;
    top: 5vh;
    right: 0;
    z-index: -1;
    width: 58.25%;
    height: 100%;
    background-color: var(--main-bg-color);
}

.section-article .article-header {
    flex: 1 1 41.75%;
    max-width: 41.75%;
    box-sizing: border-box;
    padding: 25vh 3em 0;
    margin-left: calc(50% - 3em);
}

.section-article .article-header.push-right {
    margin-left: 58.25%;
    text-align: right;
}

.section-article .article-title {
    margin: 0;
    white-space: nowrap;
    line-height: 1;
    font-family: Arapey, serif;
    font-weight: normal;
    font-size: 10vw;
    color: #ececec;
    transform: translateX(-10vw);
}

.section-article .article-header.push-right .article-title {
    transform: translateX(0);
}

.section-article .article-subtitle {
    font-weight: 300;
    color: #d2d2d2;
}

.section-article .article-header .breadcrumb a {
    text-decoration: none;
    font-weight: 300;
    color: #8e9096;
}

.section-article .article-header .breadcrumb a:not(:nth-last-child(1)):after {
    content: "/";
    display: inline-block;
    margin-left: 0.25em;
}

.section-article .article-left,
.section-article .article-right {
    flex: 1 1 41.75%;
    max-width: 41.75%;
    box-sizing: border-box;
    padding: 0 3em;
}

.section-article .article-right {
    margin-left: calc(8.25% - 3em);
}

.section-article p {
    font-weight: 300;
    color: var(--main-color);
}
/* > Bolum Banner */
.section-banner {
    display: inline-block;
    position: relative;
}

.section-banner:before,
.section-banner .banner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-banner:not(.no-bg):before {
    background-color: var(--main-color);
    opacity: 0.5;
    content: "";
}

.section-banner .banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3em;
    z-index: 1;
}

.section-banner.no-bg .banner-wrapper {
    padding-top: 25%;
    align-items: flex-start;
}

.section-banner .banner-text {
    text-align: center;
    font-family: Arapey, serif;
    font-size: 1.25rem;
}

.section-banner .banner-text.text-right {
    text-align: right;
}

.section-banner.no-bg .banner-text {
    text-align: center;
}

.section-banner .banner-title {
    font-size: 2em;
    color: #fff;
}

.section-banner .banner-subtitle {
    font-weight: 300;
    font-size: 1.75em;
    color: #fff;
}

.section-banner.no-bg .banner-title,
.section-banner.no-bg .banner-subtitle {
    color: var(--main-color);
}

.section-banner .banner-description {
    margin: 0;
    font-size: 2em;
    font-weight: 300;
    color: #fff;
}

.section-banner .banner-description:before {
    display: block;
    width: 3.5em;
    margin: 0 auto 0.5em;
    border-top: 0.15em solid;
    content: "";
}

/* >>> MODELLER */

/* >>> YAPILAR */
/* > Banner */
.banner-desc {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: Arapey, serif;
    font-size: 2.5rem;
    color: #fff;
}

.banner-desc .banner-title {
    margin: 0;
}

.banner-desc .banner-splitter {
    margin-bottom: 10px;
}

.banner-desc .banner-text {
    margin: 0;
    font-weight: 200;
}

/* > Cookie */
.cookie-alert .content {
    display: flex;
    align-items: center;
}

.cookie-alert .cookie-close {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

/* > Sertifika */
.certifs img {
    margin: 0 2em;
}

/* >>> ANIMASYONLAR */
.expandable {
    overflow: hidden;
    transition: max-height ease-in-out .5s;
}

.expandable.expand {
    max-height: 0!important;
}

@keyframes slideScreen {
    0% {
        width: 15px;
        height: 0;
        transform: scaleX(1);
    }
    25% {
        width: 15px;
        height: 100%;
        transform: scaleX(1);
    }
    50% {
        width: 100%;
        height: 100%;
        transform: scaleX(1);
    }
    100% {
        width: 100%;
        height: 100%;
        transform: scaleX(0);
    }
}

.slide-screen {
    position: relative;
    display: inline-block;
}

.slide-screen .screen {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #eeeeee;
    transform-origin: right;
}

.slide-screen.start .screen {
    animation-name: slideScreen;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(1,.4,0,1);
}

.text-slide .text-line {
    display: block;
    overflow: hidden;
}

.text-slide .text-line > span {
    display: block;
    transition-property: transform;
    transition-timing-function: ease;
    transition-duration: 0.5s;
    transform: translateY(100%);
}

.text-slide.start .text-line > span {
    transform: translateY(0);
}

/* >>> MENU */
#pageNav {
    flex: 0 1 auto;
    overflow: hidden;
}

#pageNav .side-logo-changer {
    height: 25vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 10;
}

#pageNav .side-left-logo {
    flex: 1 0 100%;
    box-sizing: border-box;
    padding: 1em;
}

#mainMenu {
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#mainMenu .menu-toggle {
    text-align: center;
    position: fixed;
    z-index: 11;
    box-sizing: border-box;
    padding: 15px 0;
    background-color: var(--main-bg-color);
}

#mainMenu .menu-toggle > span {
    text-align: left;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

#mainMenu .menu-toggle .label {
    display: block;
}

#mainMenu .menu-toggle .close-icon {
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

#mainMenu.opened .menu-toggle .bar-icon {
    visibility: hidden;
}

#mainMenu.opened .menu-toggle .close-icon {
    visibility: visible;
}

#mainMenu .menu-content {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: var(--page-side-width);
    bottom: 0;
    z-index: 9;
    width: 540px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform ease-in-out .5s, visibility ease-in-out .5s .5s, opacity ease-in-out .5s .5s;
}

#mainMenu.opened .menu-content {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0s;
}

#mainMenu .menu-content:after {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--main-bg-color);
    opacity: 0.5;
    content: "";
}

#mainMenu .menu-list {
    list-style: none;
    margin: auto 0;
    padding-left: 0;
}

#mainMenu .menu-list > li {
    width: 50%;
    float: left;
}

#mainMenu .menu-list > li ul {
    list-style: none;
    padding-left: 2em;
}

#mainMenu .menu-list > li ul li a {
    display: block;
    line-height: 2em;
    text-decoration: none;
    font-size: 2em;
    color: var(--main-color);
}

#mainMenu .menu-list > li ul li.active a {
    text-decoration: underline;
}

#mainMenu .menu-social {
    position: absolute;
    left: 0;
    bottom: 5vh;
    padding: 0 2em;
}

#mainMenu .menu-social a {
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    padding: 0.5em;
    border: 1px solid;
    border-radius: 4px;
    line-height: 1;
}

#mainMenu .menu-social svg {
    width: 18px;
}
/* >>> SWIPER */
.swiper {
    width: 100%;
    height: 100%;
    max-width: 100%;
    flex-shrink: 1;
}

/* >>> ANASAYFA */
/* > Slider */
#homeSwiper {
    width: 85%;
    margin-left: 0;
}

#homeSwiper .swiper-slide > img {
    width: 100%;
}

#sec_HomeSlider .corner-stripe {
    position: absolute;
    top: 3%;
    right: calc((var(--page-side-width) / 2) * -1);
    width: 12.5%;
    height: 22%;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #c4c3c1;
}

#sec_HomeSlider .slider-outer {
    padding-bottom: 15vh;
    font-size: 3.5rem;
}

#sec_HomeSlider .slider-outer:after {
    content: "";
    position: absolute;
    width: 58.55%;
    top: 10%;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: var(--main-color);
}

#sec_HomeSlider .slider-outer .slider-nav {
    position: absolute;
    right: 17.5%;
    bottom: 15vh;
    z-index: 1;
    transform: translateY(50%);
}

#sec_HomeSlider .slider-outer .slider-nav span {
    padding: 0 0.325em;
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    cursor: pointer;
}

#sec_HomeSlider .slider-outer .slider-nav svg {
    display: inline-block;
    width: 0.675em;
    height: 0.675em;
}

#sec_HomeSlider .banner-desc {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 1;
    font-size: inherit;
}

/* > Uretim */
#sec_Production .production-left {
    width: 44%;
    float: left;
}

#sec_Production .production-desc {
    position: relative;
    font-size: 1.25rem;
    padding: 10vh 10.5vw 0 5.75vw;
}

#sec_Production .production-title {
    margin: 1.5em 0 0.75em;
    font-weight: 300;
    font-size: 3.25em;
    color: #8f8f8f;
}

#sec_Production .production-title > span:nth-child(1) {
    display: block;
    color: var(--main-color);
    position: relative;
}

#sec_Production .production-title > span:nth-child(1):before {
    content: "";
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    z-index: 1;
    width: calc(5vw - 10px);
    border-bottom: 2px solid;
}

#sec_Production .production-text {
    font-weight: 300;
    color: #7b7b7b;
}

#sec_Production .production-right {
    padding-bottom: 10vh;
}

#sec_Production .production-background {
    background-color: #f8f8f8;
    display: flex;
    margin-top: -4.5vh;
}

#sec_Production .production-img {
    transform: translate(-8.5vw, 10vh);
}

#sec_Production .production-asset {
    margin: auto 5vh 3vh auto;
}

#sec_Production .production-right-text {
    max-width: 240px;
    text-align: right;
    float: right;
    color: var(--main-color);
}

/* > Hakkimizda */
#sec_About {
    margin-top: 15vh;
}

#sec_About .about-left {
    width: 27%;
    float: left;
}

#sec_About .about-desc {
    position: relative;
    font-size: 1.25rem;
    padding: 10vh 3vw 0 0;
    text-align: right;
}

#sec_About .about-title {
    margin: 1.5em 0 0.75em;
    font-weight: 300;
    font-size: 3.25em;
    color: #8f8f8f;
}

#sec_About .about-title > span:nth-child(1) {
    display: block;
    color: var(--main-color);
    position: relative;
}

#sec_About .about-title > span:nth-child(1):before {
    content: "";
    position: absolute;
    left: calc(100% + 1vw);
    top: 50%;
    z-index: 1;
    width: 5vw;
    border-bottom: 2px solid;
}

#sec_About .about-text {
    font-weight: 300;
    color: #7b7b7b;
}

#sec_About .about-background {
    background-color: #f8f8f8;
    display: flex;
    align-items: flex-start;
}

#sec_About .about-background > div {
    position: relative;
    z-index: 1;
}

#sec_About .about-right {
    margin-right: -8.5vw;
    padding-top: 6.25vh;
    padding-bottom: 10vh;
}

#sec_About .about-img {
    display: block;
    transform: translate(4.75vw, -6.25vh);
}

#sec_About .about-right-text {
    margin-top: -2vh;
    margin-right: -4.75vw;
    max-width: 240px;
    text-align: right;
    float: right;
    color: var(--main-color);
}

#sec_About .about-asset {
    margin-left: auto;
    transform: translateY(10vh);
}

/* > Iletisim */
#sec_Contact .page-fluid:after {
    content: "";
    display: table;
    clear: both;
}

#map {
    width: 45%;
    height: 100vh;
    float: left;
}

#mapSide {
    float: left;
    font-size: 1rem;
    background-color: #f8f8f8;
    width: 55%;
    height: 90vh;
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#mapSide address {
    font-style: normal;
    font-weight: 300;
}

#mapSide address b {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    font-weight: normal;
    float: left;
}

#mapSide address br {
    display: block;
    content: "";
    margin-bottom: 1em;
}

#mapSide .side-title {
    margin: 0;
    transform: translateX(-0.65em);
    line-height: 1;
    font-family: Arapey, serif;
    font-weight: normal;
    font-size: 10em;
    color: #ececec;
}

#mapSide .sub-title {
    font-size: 2em;
    font-weight: 300;
    transform: translateX(-2em);
    color: #d2d2d2;
}

#mapSide .contact-addresses {
    display: flex;
    color: #6b6b6b;
    margin: 3em 0 9em;
    width: 100%;
}

#mapSide .addresses-col {
    box-sizing: border-box;
    padding: 0 3em;
    flex: 1 0 50%;
    max-width: 50%;
}

#mapSide .addresses-col .title {
    margin-bottom: 1em;
}

#mapSide .sub-title:before {
    content: "";
    display: inline-block;
    width: 3em;
    border-top: 2px solid #f8f8f8;
    vertical-align: middle;
    margin-right: 0.5em;
}

#mapSide .contact-buttons {
    display: flex;
}

#mapSide .buttons-col {
    box-sizing: border-box;
    padding-left: 3em;
    flex: 0 1 40%;
    max-width: 40%;
}

#mapSide .buttons-col > .button {
    display: inline-block;
    outline: none;
    box-sizing: border-box;
    padding: 1em;
    border: 1px solid;
    font-size: 1.25em;
    background-color: transparent;
    font-family: Arapey, serif;
    font-weight: 300;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    text-align: center;
    color: #6b6b6b;
    cursor: pointer;
}

#mapSide .buttons-col > .button:hover {
    background-color: var(--main-color);
    color: #fff;
}

#sec_Form .section-header {
    max-width: 420px;
    margin: 4em auto;
    font-size: 1rem;
    text-align: center;
    color: #7d7d7d;
}

#sec_Form .section-title {
    font-weight: 300;
}

#sec_Form .section-text {
    font-weight: 300;
}

#contactForm .form-fields {
    display: flex;
    flex-wrap: wrap;
}

#contactForm .form-col {
    max-width: 50%;
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 2em;
}

#contactForm .form-fields input,
#contactForm .form-fields textarea {
    outline: none;
    border: 1px solid #ccc;
    margin-bottom: 2em;
    display: block;
    width: 100%;
    padding: 1em 2em;
    box-sizing: border-box;
    font-size: 1em;
}

#contactForm .form-fields input::placeholder,
#contactForm .form-fields textarea::placeholder {
    font-family: Arapey, serif;
    color: var(--main-color);
}

#contactForm .form-fields input[type='checkbox'] {
    display: inline-block;
    width: auto;
}

#contactForm .form-fields .terms-text {
    position: relative;
    user-select: none;
}

#contactForm .form-fields .terms-text input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#contactForm .form-fields .terms-text .checkbox {
    display: inline-block;
    width: 2em;
    height: 2em;
    border: 1px solid #ccc;
    float: left;
    margin-right: 1em;
}

#contactForm .form-fields .terms-text .label {
    color: var(--main-color);
}

#contactForm .form-fields .terms-text .label a {
    color: inherit;
}

#contactForm .form-fields .terms-text .checkbox svg {
    visibility: hidden;
}

#contactForm .form-fields .terms-text input:checked + .checkbox svg {
    visibility: visible;
}

#contactForm {
    max-width: 900px;
    margin: 0 auto;
}

#contactForm .form-button {
    box-sizing: border-box;
    padding: 0 2em;
    text-align: right;
}

#contactForm .form-button > button {
    background-color: var(--main-color);
    color: #fff;
    border: none;
    outline: none;
    padding: 1em 2em;
    cursor: pointer;
}

/* > Hakkimizda */
#sec_AboutBanner .section-text {
    max-width: 1300px;
    text-align: center;
}

#sec_AboutBanner .section-paragraphs {
    padding: 10vh 0 10vh;
    line-height: 1.5em;
    font-weight: 300;
    font-size: 1.5em;
    color: var(--main-color);
}

/* > Uretim */
#sec_AboutProduction .page-fluid > .row {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
}

@media screen and (min-width: 1024px) {
    #sec_AboutProduction .page-fluid > .row:nth-child(even) {
        flex-direction: row-reverse;
    }
}

#sec_AboutProduction .page-fluid > .row .section-banner {
    flex: 0 auto;
}

#sec_AboutProduction .page-fluid > .row .production-side {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 6em;
    font-size: 1rem;
}

#sec_AboutProduction .page-fluid > .row .production-paragraph {
    font-weight: 300;
    color: var(--main-color);
}

/* > Kategori */
.products-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.products-wrapper .product {
    flex: 1 1 33.3333333%;
    max-width: 33.3333333%;
}

.products-wrapper .product .product-detail {
    box-sizing: border-box;
    padding: 1em;
    font-size: 1.25rem;
}

.products-wrapper .product .product-title {
    font-family: Arapey, serif;
    color: #5d657a;
}

.products-wrapper .product .product-title small {
    display: block;
}

/* >>> FOOTER */
.footer-form {
    display: inline-block;
    width: 82%;
    margin-top: -20vh;
    position: relative;
}

.footer-form .footer-form-image {
    overflow: hidden;
}

.footer-form .footer-form-image img {
    transition: transform ease .3s;
}

.footer-form:hover .footer-form-image img {
    transform: scale(1.05);
}

.footer-form .form-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-form .form-elements {
    margin-top: 3em;
}

.footer-form .form-elements input {
    height: 4em;
    box-sizing: border-box;
    padding: 1em 2em;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #606060;
}

.footer-form .form-elements button {
    height: 4em;
    box-sizing: border-box;
    padding: 1em 2em;
    border: none;
    outline: none;
    background-color: rgba(33, 50, 94, 0.8);
    color: #fff;
}

.footer-bottom .columns {
    display: flex;
    padding-top: 1.25em;
    margin-bottom: 4em;
}

.footer-bottom .columns .column {
    flex: 1;
    box-sizing: border-box;
    padding: 0 1em;
}

.footer-bottom .columns .column:nth-child(1) {
    flex: 1 0 10%;
    max-width: 10%;
}

.footer-bottom .footer-text {
    margin: 0;
}

.footer-bottom address {
    font-style: normal;
    font-weight: 300;
}

.footer-bottom .address-title {
    display: block;
    margin-top: -1.25em;
}

.footer-bottom address > span {
    margin-right: 2em;
}

.footer-bottom {
    width: 82%;
    padding: 5vh 0;
    font-size: 0.75rem;
    color: var(--main-color);
}

.footer-bottom .cookie-text {
    margin: 0;
    padding-left: calc(10% + 1em);
    padding-right: 10%;
    flex: 0 1 75%;
    max-width: 750px;
}

#pageFooter {
    background-color: var(--main-bg-color);
    margin-top: 40vh;
}

#pageFooter .push-page-right {
    height: 75%;
}

#pageFooter .footer-social-media {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
}

#pageFooter .footer-social-media a {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px 0;
}

#pageFooter .footer-social-media svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

/* > Copyright */
#copyright {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 15px var(--page-side-width);
    background-color: var(--main-color);
    font-weight: 300;
    color: #fff;
}

#copyright .content-fluid {
    padding-left: 2%;
}