/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 Ağu 2020, 22:23:11
    Author     : user
*/


body {padding-top: 80px; font-family: "Inter";}
body.mobil {padding-top: 60px;}
.body-alani {padding:0 15px;}

h1,h2,h3,h4,h5 {margin-top:0;font-family:"Inter-Black";font-weight: 900;}

.fullw {width:100%;}

em {
  color: #e5004e;
      font-family: "a3";
  font-weight: 800;
  letter-spacing: 1px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.Oca.2017, 13:24:12
    Author     : Dogus Dedo i5
*/

  
  
  a:hover {text-decoration:none !important;}
  
  .reset{margin:0!important; padding:0!important;}
  .float-left {float:left;}
  .float-right {float:right;}
  
  .flat {border-radius:0 !important;}
  .fullw {width:100%;}
  .halfw {width:49.5%; margin-right:0.2%;}
  .halfw-r {width:49.5%; margin-right:0.2%;}
  .halfw-l {width:49.5%; margin-left:0.2%;}
  .bolum-3 {width:31.5%;}
  .clearFix,.clearfix{clear:both;}
  .gorunmez,.gizle{display:none;}
  .cursor{cursor:pointer;}
  .textcenter,.centertext,.text-center{text-align:center;}
  .textright,.right{text-align:right;}
  .textleft,.left{text-align:left;}
  .uppercase {text-transform:uppercase;}
  .capitalize {text-transform:capitalize;}
  .italic {font-style:italic}
  .absolute{position:absolute;}
  .relative{position:relative;}
  .fixed{position:fixed;}
  .absolute-top-right{position:absolute; top:5px; right:5px; z-index:9999;}
  .absolute-top-left{position:absolute; top:5px; left:5px; z-index:9999;}
  .absolute-bottom-left{position:absolute; bottom:5px; left:5px; z-index:9999;}
  .absolute-bottom-right{position:absolute; bottom:5px; right:5px; z-index:9999;}
  .absolute-bottom{position:absolute; bottom:5px; right:0; left:0; z-index:9999;}
  
  .overflow-hidden {overflow: hidden;}
  .overflow-x-hidden {overflow-x: hidden;}
  .overflow-y-hidden {overflow-y: hidden;}
  
  .yuvarlak-foto {border-radius: 50%!important;}
  
  .acik {background:#caeaa4 !important;}
  .kapali {background:#f36b40 !important;}

  .gecisGif1 {display:none; background-image: url("//bursarestaurants.com/assets/images/gecis-ani/br_gif.gif"); width:90px; height:90px; text-align:center; position: absolute; left: 50%; transform: translate(-50%, 0);}
  .gecisGif2 {display:none; background-image: url("//bursarestaurants.com/assets/images/gecis-ani/br_gif_2.gif"); width:90px; height:90px; text-align:center; position: absolute; left: 50%; transform: translate(-50%, 0);}
  .gecisGif1_on {opacity: 0.9; background-image: url("//images.dedocloud.com/loading-icons/Preloader_1.gif"); width:60px; height:60px; text-align:center; position: absolute; left: 50%; transform: translate(-50%, 0);}
  .gecisGif2_on {opacity: 0.9; background-image: url("//images.dedocloud.com/loading-icons/Preloader_11.gif"); width:60px; height:60px; text-align:center; position: absolute; left: 50%; transform: translate(-50%, 0);}

  hr.dashed {margin-top: 10px;margin-bottom: 10px;border: 0;border-top: 1px dashed #eee;}
  .silindi {text-decoration: line-through;opacity:0.6;}
  
  .blurred {
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
  }
  .stop-scrolling { height: 100%; overflow: hidden; }
  .stop-mouse-events {pointer-events: none;}
  
  
  .centerItem {align-items: center; display: flex; justify-content: center;}
  .centerAbsolute {position: absolute; left: 50%; transform: translate(-50%, 0);}
  .centerAbsoluteV {position: absolute; top: 50%; transform: translate(-50%, 0);}
  .centerAbsoluteVH {position: absolute; top: 50%; left: 50%; height: 30%; width: 50%; margin: -15% 0 0 -25%;}
  .centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
  }
  .rotatetext90{
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
  
  /*FORM ITEMS*/
  .dedo-form-input {border:1px solid #ccc; padding:10px; margin-bottom:5px; color:#000;}
  .dedo-form-label-sagust {position:absolute; top:0px; left:0px; color:red; font-size:10px; text-transform:capitalize; background: #a944422e; padding: 0px 3px 0px 3px;}
  
  #yukluyor-div {position:fixed; background: #fff; padding:10px; width: 100%; height:111px; margin-top:-100px; }
  .site-loading {position:fixed; background: #fff; padding:10px; left:0; right:0; top:0; bottom:0; z-index:1000000; }
  
  
  .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }
  .yesselect {
    -webkit-touch-callout: text !important; /* iOS Safari */
    -webkit-user-select: text !important; /* Safari */
    -khtml-user-select: text !important; /* Konqueror HTML */
    -moz-user-select: text !important; /* Firefox */
    -ms-user-select: text !important; /* Internet Explorer/Edge */
    user-select: text !important; /* Non-prefixed version, currently supported by Chrome and Opera */
    pointer-events: auto !important;
  }
  
html::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
	background:rgba(0,0,0,0.5);
}
html::-webkit-scrollbar-thumb
{
	width: 10px;
	height: 10px;
	background:orangered;
} 
div::-webkit-scrollbar
{
	width: 5px;
	height: 3px;
	background:rgba(0,0,0,0.5);
}
div::-webkit-scrollbar-thumb
{
	width: 5px;
	height: 10px;
	background:red;
}
div.ince-scroll-1::-webkit-scrollbar
{
	width: 1px;
	height: 1px;
	background:rgba(0,0,0,0.5);
}
div.ince-scroll-1::-webkit-scrollbar-thumb
{
	width: 1px;
	height: 1px;
	background:red;
}
ul::-webkit-scrollbar
{
	width: 3px;
	height: 3px;
	background:rgba(0,0,0,0.5);
}
ul::-webkit-scrollbar-thumb
{
	width: 3px;
	height: 3px;
	background:#000;
}