body
{
    overflow-x:hidden;
}

        .gallery-image {
    padding-top: 2rem;
}
b-white
{
    background: white;
}

b-white-c-black
{
    background: white;
}

.c-button
{
    box-sizing: border-box;
    font-family: sans-serif;
    margin: 1em;
    padding: 20px 46px;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.6s ease;
    color: white;
    background-color: #181715;
    border-radius: 3px;
    border: 1px solid #181715;
}

.c-button:hover {
    background-color: white;
    color: #181715;
}

form-textarea
{
        height: 30vh;
    padding-top: 15px;
}

.homepage-link
{
    padding: 7px;
    border: 1px solid white;
    border-radius: 15px;
}

t-uppercase
{
  text-transform: uppercase;  
}

/* loadtitle */

#loadtitle
    {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999 !important;
    }
    
#loadtitle img
    {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25rem !important;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    }

    
@-moz-keyframes blink {
    0% {
        opacity:0.2;
    }
    50% {
        opacity:1;
    }
    100% {
        opacity:0.2;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:0.2;
    }
    50% {
        opacity:1;
    }
    100% {
        opacity:0.2;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:0.2;
    }
    50% {
        opacity:1;
    }
    100% {
        opacity:0.2;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:0.2;
    }
    50% {
        opacity:1;
    }
    100% {
        opacity:0.2;
    }
} 
.blink-image {
    -moz-animation: blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1.5s infinite ease-in-out; /* IE */
    animation: blink normal 1.5s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
/* loadtitle */ 

/* notlar */
    .note
    {
            --yanmenugenislik: 70px;
    --ustbosluk: 70px;
    --altbosluk: 30px;
    line-height: 1;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Helvetica Neue';
    letter-spacing: .3px;
    font-weight: 300;
    background: #fff;
    border: 1px dashed #181715;
    padding: 15px 35px;
    transition-property: opacity,transform;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    opacity: 1;
    transform: translateZ(0);
    }
 .note ul {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  .note ul  li
    {
               --yanmenugenislik: 70px;
    --ustbosluk: 70px;
    --altbosluk: 30px;
    line-height: 1;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Helvetica Neue';
    letter-spacing: .3px;
    font-weight: 300;
    width: calc(100% - 150px);
    }

.note ul li a
    {
            --yanmenugenislik: 70px;
    --ustbosluk: 70px;
    --altbosluk: 30px;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Helvetica Neue';
    letter-spacing: 0px;
    text-decoration: none;
    color: #181715;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    transition: none;
    font-size: 14px;
    line-height: 16px;
    }
 .note ul li:last-child {
    width: 100px;
    text-align: right;
}

  .note ul:last-child {
    border: 0px solid #fff;
}
/* notlar */