﻿
.yuvarlakVer {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.hrVer.style-one {
    border: 0;
    height: 1px;
    background: #008C23;
    background-image: linear-gradient(to right, #fff, #008C23, #fff);
}

.hrVer.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(66, 173, 182, 0.75), rgba(0, 0, 0, 0));
}

.hrVer.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
}

.hrVer.style-four {
    border: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

.hrVer.style-five {
    border: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}


.borderVER {
    border: solid 1px #E6E6E6;
}

.borderless {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border: none !important;
}




.golgeVer {
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
}

.golgeVer2 {
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
}

.etiketYAP {
    display: block;
    padding: 1px 16px 3px 16px;
    background-color: #e6e6e6;
    color: #666666;
    font-weight: 600;
    margin: 0 10px 10px 0;
}

.etiketYAP2 {
    display: block;
    padding: 1px 16px 3px 16px;
    background-color: #fccdcd;
    color: #666666;
    font-weight: 600;
    margin: 0 10px 10px 0;
}

    .etiketYAP a:hover a:focus {
        display: block;
        padding: 1px 16px 3px 16px;
        background-color: #e6e6e6;
        color: #008C23;
        font-weight: 600;
        margin: 0 10px 10px 0;
    }



.social-box {
    text-align: right;
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: hidden;
}

ul.social-icons {
    padding: 0;
    margin: 0;
}

    ul.social-icons li {
        list-style: none;
        display: inline-block;
        margin-left: 8px;
    }

        ul.social-icons li:first-child {
            margin-left: 0px;
        }

        ul.social-icons li a {
            display: inline-block;
            padding :3px;
            margin: 0;
            width: 32px;
            height: 32px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            text-decoration: none;
            text-align: center;
            transition: all 0.17s ease-in-out;
            -moz-transition: all 0.17s ease-in-out;
            -webkit-transition: all 0.17s ease-in-out;
            -o-transition: all 0.17s ease-in-out;
        }

            ul.social-icons li a.facebook {
                background: #3e5ea2;
            }

            ul.social-icons li a.instagram {
                background: #C33186;
            }

            ul.social-icons li a.twitter {
                background: #2eb0e3;
            }

            ul.social-icons li a.github {
                background: #fff;
            }

            ul.social-icons li a.pinterest {
                background: #f43a2c;
            }

            ul.social-icons li a.google {
                background: #da5f2e;
            }

            ul.social-icons li a.youtube {
                background: #df2826;
            }

            ul.social-icons li a.linkedin {
                background: #107cb7;
            }

            ul.social-icons li a:hover {
                transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -o-transform: scale(1.2);
                -ms-transform: scale(1.2);
            }

            ul.social-icons li a i {
                color: #fff;
                font-size: 15px;
                line-height: 24px;
                transition: all 0.17s ease-in-out;
                -moz-transition: all 0.17s ease-in-out;
                -webkit-transition: all 0.17s ease-in-out;
                -o-transition: all 0.17s ease-in-out;
            }

            ul.social-icons li a.github i {
                color: #000;
            }

h3 {
    font-size: 1.6em;
}

.iconYaniH3 {
    font-size: 1.1em !important;
    margin-bottom: 5px !important;
    font-weight: 500;
}

h6 {
    line-height: 30px;
    font-size: 1.4em;
    font-weight: 400;
}

#ozellikler p {
    font-size: 0.9em;
}

#ozellikler i {
    font-weight: bolder;
    margin-top: -10px;
    font-size: 1.80rem;
}