﻿.rounded-1 { border-radius: 5px; }
.rounded-2 { border-radius: 10px; }
.rounded-3 { border-radius: 15px; }
.rounded-4 { border-radius: 20px; }
.rounded-5 { border-radius: 25px; }
.rounded-6 { border-radius: 30px; }
.rounded-7 { border-radius: 35px; }
.rounded-8 { border-radius: 40px; }
.rounded-9 { border-radius: 45px; }
.rounded-10 { border-radius: 50px; }

.text-1 { font-size: 10pt; }
.text-1-5 { font-size: 11pt; }
.text-2 { font-size: 12pt; }
.text-2-5 { font-size: 13pt; }
.text-3 { font-size: 14pt; }
.text-3-5 { font-size: 15pt; }
.text-4 { font-size: 16pt; }
.text-4-5 { font-size: 17pt; }
.text-5 { font-size: 18pt; }
.text-5-5 { font-size: 19pt; }
.text-6 { font-size: 20pt; }
.text-6-5 { font-size: 21pt; }
.text-7 { font-size: 22pt; }
.text-7-5 { font-size: 23pt; }
.text-8 { font-size: 24pt; }
.text-8-5 { font-size: 25pt; }
.text-9 { font-size: 26pt; }
.text-9-5 { font-size: 27pt; }
.text-10 { font-size: 28pt; }
.text-10-5 { font-size: 29pt; }

.beyazkontorluyazi {
    color: black;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.siyahkontorluyazi {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.mobilbar {
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    background-color: #0a16bf;
}

.arala {height: 50px;}

.overlay-10 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.1);
}
.overlay-20 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.2);
}
.overlay-30 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.3);
}
.overlay-40 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.4);
}
.overlay-50 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
}
.overlay-60 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.6);
}
.overlay-70 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-color: rgba(0,0,0,0.7);
}
.overlay-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #2d2d2d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#2d2d2d));
}

.siyah {color: black;}
.beyaz {color: white;}
.bordo {color: darkred;}
.koyuyesil {color: darkgreen;}
.lacivert {color: darkblue;}
.mor {color: purple;}

.line-height-15 {line-height: 1.5;}
.line-height-16 {line-height: 1.6;}
.line-height-17 {line-height: 1.7;}
.line-height-18 {line-height: 1.8;}
.line-height-19 {line-height: 1.9;}
.line-height-20 {line-height: 2.0;}

.float-left {float: left;}
.float-right {float: right;}

.text-inline {display: inline;}
.text-justify {text-align: justify;text-justify: inter-word;}
.text-left {text-align: left;}

.hr-bar {
    height: 6px;
    width: 200px;
    background: rgba(251, 129, 34, 0.42);
    margin: 20px auto;
    position: relative;
}

    .hr-bar::before {
        content: '';
        position: absolute;
        left: 45%;
        top: -3px;
        height: 12px;
        width: 10px;
        background: #EE7200;
    }

.padding-10 {padding: 10px;}
.padding-20 {padding: 20px;}
.padding-30 {padding: 30px;}
.padding-40 {padding: 40px;}

.rts-single-project-one .thumbnail.bir::after {
    content:"01"
}
.rts-single-project-one .thumbnail.iki::after {
    content: "02"
}
.rts-single-project-one .thumbnail.uc::after {
    content: "03"
}
.rts-single-project-one .thumbnail.dort::after {
    content: "04"
}
.rts-single-project-one .thumbnail.bes::after {
    content: "05"
}
.rts-single-project-one .thumbnail.alti::after {
    content: "06"
}
.rts-single-project-one .thumbnail.yedi::after {
    content: "07"
}
.rts-single-project-one .thumbnail.sekiz::after {
    content: "08"
}
.rts-single-project-one .thumbnail.dokuz::after {
    content: "09"
}
.rts-single-project-one .thumbnail.on::after {
    content: "10"
}