body{
    background: url(../image/zemin.png) !important;
    scroll-behavior: smooth;
}
@font-face {
    font-family: hobostd;
    src: url(../fonts/HoboStd.otf);
  }

.bg-bordo{
    background-color: #A13638 !important;
}

.bg-mavi{
    background-color: #1185BF;
}

.seffaf-mavi{
    background-color: rgba(21,133,191,.5);
}
.kenarlik-mavi{
    border-color: rgba(21,133,191,1);
}

.seffaf-kirmizi{
    background-color: rgba(255,55,65,.5);
}
.kenarlik-kirmizi{
    border-color: rgba(255,55,65,1);
}
.seffaf-sari{
    background-color: rgba(204,198,2,.5);
}
.kenarlik-sari{
    border-color: rgba(204,198,2,1);
}

.seffaf-yesil{
    background-color: rgba(0,255,76,.5);
}
.kenarlik-yesil{
    border-color: rgba(0,255,76,1);
}

.seffaf-kahverengi{
    background-color: rgba(205,133,63,.5);
}

.kenarlik-kahverengi{
    border-color: rgba(205,133,63,.5);
}

.seffaf-gri{
    background-color: rgba(139,134,130,.5);
}

.kenarlik-gri{
    border-color: rgba(139,134,130,.5);
}

.seffaf-navajo{
    background-color: rgba(255,222,173,.5);
}

.kenarlik-navajo{
    border-color: rgba(255,222,173,.5);
}

.seffaf-cyan{
    background-color: rgba(27,139,180,.5);
}

.kenarlik-cyan{
    border-color: rgba(27,139,180,.5);
}

.seffaf-brick{
    background-color: rgba(178,34,34,.5);
}

.kenarlik-brick{
    border-color: rgba(178,34,34,.5);
}

.txt-beyaz{
    color:#FFFFFF;
}

.btn-instagram{
    /* Instagram CSS Linear Gradient Background */
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 75%);
    color: #FFFFFF;
}
.btn-instagram:hover{
    color: #FFFFFF;

}

.nav{
    border-top: 1px solid #e2dfdf;
}

#popup{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup-kapat{
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 3px 10px;
}
#popup-kapat{
    text-decoration: none;
}
#popup>iframe{
    width: 80%;
    height: 80%;

}

.loadBox{
    /* background-color: rgba(0,0,0,0.5); */
	display: inline-block;
	height: 100%;
	width: 100%;
	position: absolute;
	/*margin:0 -4px -5px -2px;*/
	/* transition: all .2s ease; */
    z-index: 100;
    top: 0;
}
.loader8{
	position: relative;
	width: 80px;
	height: 80px;

	top: 28%;
	top: -webkit-calc(50% - 43px);
	top: calc(50% - 43px);
	left: 35%;
	left: -webkit-calc(50% - 43px);
	left: calc(50% - 43px);

	border-radius: 50px;
	background-color: rgba(255, 255, 255, .2);
	border-width: 40px;
	border-style: double;
	border-color:transparent  #fff;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
		box-sizing:border-box;

	-webkit-transform-origin:  50% 50%;
		transform-origin:  50% 50% ;
	-webkit-animation: loader8 2s linear infinite;
		animation: loader8 2s linear infinite;
	
}

@-webkit-keyframes loader8{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes loader8{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
.banner{
    height: 200px;
    background-image: url(../image/banner.jpg);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#kalan-sure{
    color: #FFFFFF;
    font-size: 30pt;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zaman-kutu{
    margin: 0px 20px;
    background-color: rgba(0,0,0,.5);
    min-width: 100px;
    border-radius: 5px;
}
.deger{
    text-align: center;
    font-size: 30pt;
}
.ifade{
    text-align: center;
    font-size: 20pt;
}

#kayit-password>div{
    position: relative;
}
#kayit-password>div>a{
    position: absolute;
    right: 5px;
    top:7px;
}
header>div{
    border-top:5px solid #DDDDDD;
    border-bottom:5px solid #DDDDDD;
}
.ust_baslik_kutu{
    display: block;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
}

.ust_baslik_kutu:hover .ust_baslik_resim{
    transition: height .5s, width .5s, left .5s, right .5s;
    width: 160%;
    height: 160%;
    left: -50%;
    right: -50%;
}

.ust_baslik_resim{
    transition: height .5s, width .5s, left .5s, right .5s;
    height: 130%;
    width: 130%;
    left: 0;
    right: 0;
    position: absolute;
}
.ust_baslik_aciklama{
    position: absolute;
    width: 90%;
    margin:0 5% 0 5%;
    padding: 0 10px 0 10px;
    bottom: 20px;
    font-weight: bolder;
    color: #FFFFFF;
    text-shadow : 1px 1px 1px #000000;
}
.kayit-ol-link{
    line-height: inherit;
    color: #FFFFFF;
}
.kayit-ol-link:hover{
    color: #E5E280;
}

.temizle{
    clear: both;
}

.iletisim>span{
    display:inline-block;
    width: 70px;
    text-align: left;
    padding-right: 10px;
    color: #000000;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-weight: bolder;
}

.orta-kisim{
    overflow-x: scroll;
}

.icerik-kutucuk{
    margin-top:20px;
}

.icerik-kutucuk>a{
    text-decoration: none;
    display: block;
}

.icerik-kutucuk img{
    height:200px;
    opacity: .9;
    margin:0px auto;
    border-width: 2px;
    width: 100%;
}
.icerik-kutucuk>a:hover>img{
    opacity: 1;
}

.img-circle{
    border-radius:50%;
}

.icerik-kutucuk div{
    text-align:center;
    color:#000000;
}

div.referans-kutucuk{    
    background-color: #EEEEEE;
    border:1px solid rgba(0,0,100,.9);
    border-radius: 3px;
}

.referans-baslik{
    color: #333333;
    padding: 5px 0px 5px 10px;
    border-radius: 0 0 3px 3px;
}

.referans-baslik>span{
    display: block;
}

.referans-baslik>span>i{
    width:20px;
}

.firma_adi{
    color: #000000; 
}
.yer_tarih{
    font-size:10pt;
}
.is_tanimi{
    font-size:10pt;
}
.telefon{
    font-size:10pt;
}

.referans-kutucuk>a{
    text-decoration: none;
    display: block;
}

.referans-kutucuk>a>img{
    height:200px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #000000;
    padding-bottom: 2px;
}

div.referans-icerik{
    background-color: #FFFFFF;
}
div.hakkimizda-icerik{
    background-color: #FFFFFF;
}
div.iletisim-icerik{
    background-color: #FFFFFF;
}
footer{
    border-top:5px solid #DDDDDD;
}
.footer-sosyal{
    width: 100%;
}
.footer-sosyal>a{
    display: block;
    float:right;
    width:50px;
    margin-right: 5px;
}
.footer-sosyal>a>i{
    margin: 0;
    padding: 0;
}

.link{
    display:block;
}

.gen1{
    width:41px;
}

div.media>a>img{
    width:40px;
    height:40px;
}

.yorumlarKutusu{
    height: 300px;
    overflow-y: auto;
}

.bg-ufuk{
    background-color: #ECEEEF;
}

.bg-instagram{
    background-color: #836821;
}
.bg-instagram:hover{
    color:#E9E8E2!important;
}
.h-150p{
    height:150px;
}
.iletisim-kutu{
    margin-bottom: 10px;
}
.iletisim-kutu>div{
    margin: 5px;
}
.iletisim-kutu>div>i{
    width:50px;
    font-size: 30px;
    float:left;
}
.fieldset-baslik{
    display: block;
    line-height: 100%;
    height: 100%;
    background-color: #06437E;
    color:#FFFFFF;
    padding: 5px;
}
.iletisim-kutu>div>span{
    display: block;
    float:left;
    min-height: 30px;
    line-height: 30px;
}

.icerik-goster>h2{
    color:#333333;
    text-shadow:1px 1px 1px #FFFFFF;
    padding:5px;
}

.icerik{
    padding: 20px;
}
.icerik p{
    text-indent: 50px;
    margin: 0 auto;
}
.icerik h3{
    font-size: 16pt;
    margin: 10px 0;
    padding: 3px 0;
    border-bottom: 1px solid #8AC2DF ;
}
.icerik-img{
    display: block;
    margin: 10px auto;
    
}
.icerik img{
    border: 5px solid #EAEAEA;
    border-radius: 6px;
    margin: 5px auto !important;
}

.navbar-brand{
    display: flex;
    align-items: center;
    justify-content: center;
}

.firma-adi{
    color:#000000;
    font-weight: bolder;
    margin-left: 5px;
    font-family: hobostd;
    font-weight: lighter;
}
.siralama-goster-icerik>table#esas-siralama{
    width: 100%;
    background-color: #FFFFFF;
}
.siralama-goster-icerik>table#esas-siralama>thead>tr{
    height: 50px;
}
.siralama-goster-icerik>table#esas-siralama>thead>tr>th{
    background-color: #0A9CB5;
    color: #000000;
}
.siralama-goster-icerik>table#esas-siralama>tbody>tr{
    height: 35px;
}
.birincilik-hucresi{
    background-color: rgba(255,215,0,.5);
    background-image: url(../image/gold-medal.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.ikincilik-hucresi{
    background-color: rgba(190,190,190,.5);
    background-image: url(../image/silver-medal.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.ucunculuk-hucresi{
    background-color: rgba(236,137,70,.5);
    background-image: url(../image/bronze-medal.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.siralama-goster-icerik>table#esas-siralama>tbody>tr:nth-child(1){
    background-color: rgba(255,215,0,.5);
}
.siralama-goster-icerik>table#esas-siralama>tbody>tr>td:nth-child(1){
    text-align: center;
}
.siralama-goster-icerik>table#esas-siralama>tbody>tr:nth-child(1)>td:nth-child(1){
    background-image: url(../image/gold-medal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.siralama-goster-icerik>table#esas-siralama>tbody>tr:nth-child(2){
    background-color: rgba(190,190,190,.5);
}
.siralama-goster-icerik>table#esas-siralama>tbody>tr:nth-child(2)>td:nth-child(1){
    background-image: url(../image/silver-medal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.siralama-goster-icerik>table#esas-siralama>tbody>tr:nth-child(3){
    background-color: rgba(236,137,70,.5);
}
.siralama-goster-icerik>table#esas-siralama>tbody>tr:nth-child(3)>td:nth-child(1){
    background-image: url(../image/bronze-medal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.siralama-goster-icerik>table#esas-siralama>tbody>tr>td{
    border: 1px solid #000000;
}

.siralama-goster-icerik>table#diger-siralama{
    width: 100%;
    background-color: #FFFFFF;
    margin-top: 10px;
}
.siralama-goster-icerik>table#diger-siralama>thead>tr{
    height: 30px;
}
.siralama-goster-icerik>table#diger-siralama>thead>tr>th{
    background-color: #0A9CB5;
    color: #000000;
}
.siralama-goster-icerik>table#diger-siralama>tbody>tr{
    height: 30px;
}
.siralama-goster-icerik>table#diger-siralama>tbody>tr:nth-child(2n){
    background-color: #D9D9D9;
}
.siralama-goster-icerik>table#diger-siralama>tbody>tr>td{
    border: 1px solid #000000;
}

@media (min-width:992px) {
    .firma-adi{
        font-size:26pt;
    }
    .footer-sosyal>a{
        width:50px;
        margin-left: 5px;
        font-size: 10pt;
    }
}

@media (max-width: 992px) and (min-width:768px) {
    .firma-adi{
        font-size:26pt;
    }
    .referans-baslik{                         
        font-size: 10pt;
    }
    .nav-link{
        font-size: 12pt;
    }
    .footer-sosyal>a{
        width:50px;
        margin-left: 5px;
        font-size: 10pt;
    }
}

@media (max-width: 768px) and (min-width:576px) {
    .icerik-goster>h2{
        font-size:18pt;
    }
    .firma-adi{
        font-size:20pt;
    }
    .nav-link{
        font-size: 12pt;
        height: 38px;
        line-height: 30px;
    }
    .referans-baslik{                         
        font-size: 10pt;
    }
    .nav-link{
        font-size: 12pt;
    }
    .footer-sosyal>a{
        width:40px;
        margin-left: 4px;
        font-size: 8pt;
    }
    .icerik img{
        width: 95% !important;
        height: auto !important;
    }
    .giris-yap-kayit-ol{
        display: block;
    }
}

@media (max-width: 576px) and (min-width:0px) {
    .icerik-goster>h2{
        font-size:14pt;
    }
    .firma-adi{
        font-size:18pt;
    }
    .nav-link{
        font-size: 12pt;
        height: 38px;
        line-height: 30px;
    }
    .footer-sosyal{
        float:left;
    }
    #ust-menu1{
        width:100%;
    }
    #ust-menu2{
        width:100%;
    }
    .navbar{
        width:100%;
        margin:0;
        padding:0;
        padding-top:10px;
    }
    .ust_baslik_aciklama{    
        padding: 0 5px 0 5px;
        font-size:9pt;
    }
    .iletisim-kutu div>span{
        font-size:9pt;
    }
    .ust_baslik_kutu{
        height: 150px;    
    }
    .nav-link{
        height: auto;
        font-size: 12pt;
    }
    .footer-sosyal>a{
        width:40px;
        margin-left: 2px;
        font-size: 6pt;
    }
    .en-ust>div{
        width: 100%;
        padding: 10px;
        /* margin: 10px; */
    }
    .icerik img{
        width: 95% !important;
        height: auto !important;
    }
    .zaman-kutu{
        min-width: 80px;
    }
    .deger{
        font-size: 26pt;
    }
    .ifade{
        font-size: 16pt;
    }
    fieldset{
        padding: 20px;
    }
    .hakkimizda-icerik{
        padding: 20px;
    }
    .referans-icerik{
        padding: 20px;
    }
    footer{
        font-size: 8pt;
    }
}

@media (max-width: 470px) and (min-width:0px) {
    .zaman-kutu{
        min-width: 60px;
        margin: 0 10px;
    }
    .deger{
        font-size: 20pt;
    }
    .ifade{
        font-size: 12pt;
    }

    .navbar-dugme{
        margin-right: 5px;
    }

    .banner{
        width: 100%;
        overflow: hidden;
    }
    .container , .container-fluid{
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.silikYazi{
    color:#B3B3B3;
}

div.en-ust{
    border-bottom: 5px solid #0B587F;
    background-color: #1185BF;
    /* padding: 5px 0px; */
}

.nav-link{
   padding: 0px 5px;
   color:#000000;
   margin-left: 0;
}

.navbar-dugme{
    border: none;
    background: url(../image/menu_logo.png) no-repeat;
    color: #000000 !important;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    padding: 0 !important;
    width: 35px;
    height: 29px;
    line-height: 0;
}

.menu-ust{
    padding-bottom: 5px;
}

.menu-icon{
    display: block;
    text-align: center;
}
.menu-metin{
    display: block;
    text-align: center;
}

li.active{
    border-radius: 5px !important;
}

.nav-link:hover{
    color: #3CB3D6;
}

.galeri-kutucuk{
    text-decoration: none;
}

.galeri-kutucuk:hover{
    text-decoration: none;
}

.galeri-icerik{
    background-color: #FFFFFF;
}

.galeri-baslik{
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}

.foto-group{
    position: relative;
    height: 250px;
}
.galeri-foto{
    position: absolute;
    display: block;
    height: 130px;
    width: 80%;
    padding: 5px 5px 20px 5px;
    background-color: #F0F0F0;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    top: 50px;
    left: 10%;
}

.galeri-foto-listele{
    display: block;
}
.galeri-foto-listele>img{
    width: 100%;
    height: 150px;
}