#renkGecisi {
    background: -moz-linear-gradient(rgb(34, 10, 8), rgb(187, 45, 33)); /* FF3.6+ */
    background: -webkit-linear-gradient(rgb(34, 10, 8), rgb(187, 45, 33)); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(rgb(34, 10, 8), rgb(187, 45, 33)); /* Opera11.10+ */
    background: -ms-linear-gradient(rgb(34, 10, 8), rgb(187, 45, 33)); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(34, 10, 8)', endColorstr='rgb(187, 45, 33)',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(rgb(34, 10, 8),rgb(187, 45, 33)); /* W3C */
}
#gradient-5 {
    
    background-image: linear-gradient(45deg, rgba(194, 233, 221, 0.5) 1%, rgba(104, 119, 132, 0.5) 100%), linear-gradient(-45deg, #494d71 0%, rgba(217, 230, 185, 0.5) 80%);
}



 #navbar-transparent {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
hr.hrX100 {

    color: #EEE;

    background-color: #EEE;

    height: 5px;

}
#ahref{
color: #EEE;
 
 border-color:#EEE;
 border-style:solid;
 font-size:20px;
	}
	
#buttondefalt{
btn-default-color:              #333;
btn-default-bg:                 #fff;
btn-default-border:             #ccc;
}

.footer-social {
    margin-top: 5px;
    text-align: right;
}.footer-social a { margin: 0 0 0 10px; font-size: 26px; color: #888; }
.footer-social a:hover, .footer-social a:focus { color: #9d426b; }

.btn-transparent {
    background: transparent;
    color: #F2F2F2;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 2px solid #4992B7;
}

    .btn-transparent:hover {
        color: white;
        background-color: rgba(255,255,255,0.2);
    }
