﻿hr.style-one {
    border: 0;
    height: 1px;
    background: #42ADB6;
    background-image: linear-gradient(to right, #fff, #42ADB6, #fff);
}

hr.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));
}

hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
}


.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;
}


.yuvarlakVer {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.golgeVer {
    box-shadow: 0px 0px 0px 3px rgba(85,85,85,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(85,85,85,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(85,85,85,0.5);
}

.golgeVer2 {
    box-shadow: 0px 0px 0px 3px rgba(85,85,85,0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(85,85,85,0.2);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(85,85,85,0.2);
}

.golgeVer3 {
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.34);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.34);
}

.golgeVer4 {
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
}

.golgeVer5 {
    box-shadow: 0px 0px 0px 3px rgba(85,85,85,0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(85,85,85,0.1);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(85,85,85,0.1);
}

.golgeVer6 {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
}

.golgeVer7 {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
}

.etiketYAP {
    display: inline-block;
    padding: 5px 10px;
    background-color: #F7BA17;
    color: #333333;
    font-weight: 600;
    margin-bottom: 4px;
    margin-right: 4px;
}


    .etiketYAP a:hover {
        display: inline-block;
        padding: 5px 10px;
        background-color: #FBDE91;
        color: #555;
        font-weight: 600;
        margin-bottom: 4px;
        margin-right: 4px;
    }


.golgeliBaslik {
    display: inline-block;
    box-shadow: 0 0 3px rgba(0,0,0,.75);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.75);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.41);
    background: rgba(0,0,0,0.21);
    padding: 10px;
}


.golgeliBaslik2 {
    display: inline-flex;
    box-shadow: 0 0 3px rgba(0,0,0,.75);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.75);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.41);
    background: rgba(0,0,0,0.21);
    padding: 10px;
}

.etiketTelefon {
    color: #fff;
    padding: 7px 12px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 6px;
    position: relative;
    top: 8px;
    border: 1px solid rgba(255,255,255,0.41);
    background: rgba(0,0,0,0.4);
}

    .etiketTelefon a {
        color: #fff !important;
        font-size: 14px !important;
        text-transform: none !important;
    }

.etiketIletisimler {
    color: #333 !important;
    font-weight: bolder;
    padding: 10px 12px 7px 12px;
    border-radius: 10px;
    margin-bottom: 6px;
    position: relative;
    top: 8px;
    border: 1px solid rgba(220,255,255,0.41);
    background: rgba(196,255,255,0.4);
}

.etiketDigerFirmalar {
    color: #333 !important;
    font-weight: bolder;
    padding: 10px 12px 7px 12px;
    border-radius: 10px;
    margin-bottom: 6px;
    position: relative;
    top: 8px;
    border: 1px solid rgba(153,153,153,0.1);
    background: rgba(255,255,190,0.4);
}


.etiketKategoriler {
    color: #333 !important;
    font-weight: bolder;
    padding: 10px 12px 7px 12px;
    border-radius: 10px;
    margin-bottom: 6px;
    position: relative;
    top: 8px;
    border: 1px solid rgba(220,255,255,0.41);
    background: rgba(255,255,110,0.4);
}


.etiketAlar {
    color: #333 !important;
    font-weight: 600 !important;
}

    .etiketAlar:hover {
        color: #760505 !important;
    }

.etiketASpanlar {
    color: #333 !important;
    font-weight: bolder;
}
