@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Marcellus+SC|K2D');

body {
          font-family:Arial;
    font-weight:normal;
   
  background-image:  -webkit-linear-gradient(top, #e7e7e7 0%, #fff 40%);
  background-image:      -o-linear-gradient(top, #e7e7e7 0%, #fff 40%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#fff));
  background-image:         linear-gradient(to bottom, #e7e7e7 0%, #fff 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#fff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:top center;
    margin:0;
   
    
        }
.container{
    width:1200px;
}

a:focus {
  color: #00526e;
  text-decoration: none;
}

 .chkTrue:before, .chkFalse:before
{
    font-family: 'WebHostingHub-Glyphs';
    padding:2px;
}
.chkTrue, .chkFalse { 
    font-size: 18px;
}
.chkTrue:before {
        content: '\f479';
        color: #147E30;
}
.chkFalse:before {
        content: '\f1bc';
}
.header
{
    
    padding:3px 0 3px 30px;
    background-color:#c94314;
    color:#efe8e8;
    height:35px;
    font-size:12px;
    display: flex;
    position: relative;
    align-items: center;
    min-width:100%;
    margin:0; 
    }
    .header > i
    {
        color:#fff;
        font-size:14px;
        }
.header .uyeNavContainer{
    display: flex;
    padding: 0 10px;
    position: absolute;
    right: 15px;
}
.uyeNavContainer > *{
    color:#232626;
    padding:4px 15px;
    position: relative;
    outline: none;
    border:1px solid #dbd134;
    background:#f1c40f;
    font-weight: bold;
    letter-spacing: .3px;
    
}
.uyeNavContainer a:hover{
     color:#1a1818;
    background: #ebecec;
}
.uyeNavContainer a:hover {
  
}
.uyeNavContainer >*:not(:last-child){
    margin-right: 5px;
}
.header2
{
    margin:0;
    padding:3px 0;
    background-color:transparent;
    height:100px;
    width:100%;
    }
 
.header2 .logoLink .logo{
    width: 100%;
    padding: 10px 0;
}
.header-scrolled .logoLink .logo{
    width: 60%;
    padding: 10px 0;
    margin-left: 55px;
}
.slogan
{
    font-family: 'Courgette', cursive;
    text-align:right;
    width:100%;
    bottom:20px;
    color:#01568d;
    text-shadow:2px 1px  1px #fff, 3px 5px 4px #ddd;
    white-space:nowrap;
    }
    .GABaslik
    {
        font-family: 'Comfortaa', cursive;
        font-size:22px;
        text-shadow : 0 1px 1px #aaa;
        margin-bottom:10px;
        color:#008CBA;
        
        }
    .GAKontrolBaslik
    {
       /* text-align:center;*/
        max-width:250px;
        font-size:15px;
        font-family: 'Roboto', sans-serif;
        height:35px;
        vertical-align:bottom;
        }
        .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
  margin: 0 5px 0 0;
}
.GADrop
{ border:1px solid #ddd;
  color: #3b6f79;
  border-radius: 5px;
    }
        .combobox-wraper {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
}
.form-control-Safir 
{
  color: #3b6f79;
  border-radius: 5px;
  height:30px;
  font-size:12px;
  padding:4px;
  width:95%;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);

  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          
    }
    
   .btn-Ara
{
  color: #fff;
  border-radius: 5px;
  height:32px;
  padding:4px;
  width:180px;
  background-image: -webkit-linear-gradient(top, #02c64c 0%, #00a33d 100%);
  background-image:      -o-linear-gradient(top, #02c64c 0%, #00a33d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#02c64c), to(#00a33d));
  background-image:         linear-gradient(to bottom, #02c64c 0%, #00a33d 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          
    }
    
.btn-Ara:active
 {
  background-image: -webkit-linear-gradient(top, #02c64c 100%, #00a33d 0%);
  background-image:      -o-linear-gradient(top, #02c64c 100%, #00a33d 0%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a33d), to(#02c64c));
  background-image:         linear-gradient(to bottom, #02c64c 100%, #00a33d 0%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
 
}


   a:link > .list-group-item
   {
     color:#777;
     
     border:1px solid #efefef;
    
    }
   a:hover > .list-group-item
    {
        background: rgba(255,255,255, 0.9); 
        color:#015ea5;
    }
a:hover
{
    text-decoration:none;
}
.divArama
{
    height:100px;
    color:#808080;
}
.label-as-badge {
    border-radius: 1em;
    
    font-size:18px;
    padding:6px;
    top:10px;
    left:10px;
    text-shadow:2px 1px 1px #01013e;
   
}
.list-group-item
{
    font-size:14px;
    
}
 
          
          .transSol
          {
               z-index:111;
                   
                   left:0;
                   width:180px;
                   height:220px;
                   background-image:url(../../images/transSol.png);
                   background-position:left top;
                   background-repeat:no-repeat;
                   position:absolute;
                   float:left;
                   bottom:4px;
              }
              .transSag
          {
                   z-index:111;
                   bottom:4px;
                   width:220px;
                   right:0;
                   float:right;
                   
                   position:absolute;
                   background-image:url(../../images/transSag.png);
                   background-position:right top;
                   background-repeat:no-repeat;
                   
                   height:220px;
              }
              .KayanDivUst
              {
                   z-index:11;
                   top:-205px;
                   left:0;
                   width:100%;
                   position:relative;
                   height:215px;
                   background-image:url(../../images/kayanbg.png);
                   background-repeat:repeat-y;
                   background-color:transparent;
                   background-size : 100%;
                   background-position:center top;
                   padding:0;                  
                  }  
.Kunye
{
    background-color:#191c34;
    color:#e1e1e1;
    padding:15px 5px;
    font-size:12px;
    }
    .kunyeTablo > tbody > tr > td
    {
        line-height:30px;
        padding:10px;
        
        }
        .kunyeTablo > tbody > tr > td > a
        {
            color:#ddd;
            }
            .kunyeTablo > tbody > tr > td > a:hover
            {
                color:#fff;
                }
    .copyright
{
    background-color:#0c0d19;
    color:#fdfdfd;
    padding:5px 5px;
    font-size:12px;
    text-align:center;
    }
.kategoriLink a.list-group-item:hover{
    color:#cc1313;
}

.active-beyaz {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          color:#016598;
          height:36px;
          padding:8px;
          
         
         
}
.active-mavi {
  background-image: -webkit-linear-gradient(top, #007fc0 0%, #016598 100%);
  background-image:      -o-linear-gradient(top, #007fc0 0%, #016598 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007fc0), to(#016598));
  background-image:         linear-gradient(to bottom, #dd4814 0%, #cd302a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007fc0', endColorstr='#016598', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  width:100%;
          color:#fff;
          height:36px;
          padding:6px;
          font-size:16px;
          
          
}
.active-kirmizi {
  background-image: -webkit-linear-gradient(top, #c00000 0%, #ee0404 100%);
  background-image:      -o-linear-gradient(top, #c00000 0%, #ee0404 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c00000), to(#ee0404));
  background-image:         linear-gradient(to bottom, #c00000 0%, #ee0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00000', endColorstr='#ee0404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  width:100%;
          color:#fff;
          height:36px;
          padding:6px;
          font-size:16px;
          
          
}
.active-beyaz2 {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  text-shadow:2px 1px 1px #fff, 2px 1px 1px #3b6f79;
          
          color:#016598;
          height:48px;
          padding:8px;
          border:0; text-align:center; margin:0;
          font-weight:600; 
}
.detayFiyat
{
    text-shadow: 0px 1px 0px #7c7472, 0px 1px 0px #32302f, 0px 2px 1px #001135;
    font-size:28px;  
    
    text-align:center; 
    padding:8px; 
    height:60px; 
    color:#fff;
    background-image: -webkit-linear-gradient(top, #bd2800 0%, #921f00 100%);
  background-image:      -o-linear-gradient(top, #bd2800 0%, #921f00 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd2800), to(#921f00));
  background-image:         linear-gradient(to bottom, #bd2800 0%, #921f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd2800', endColorstr='#921f00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    }
.btn-safir {
  padding: 8px 15px;
  margin-left:20px;
}


.List-Firsat {
 background-color:transparent;
 background-image: -webkit-linear-gradient(top, #fff 0%, transparent 80%);
}
/* Set up the context */




/**********************/

/* Some useful mixins */
@mixin left-triangle($size, $color) {
  // See http://css-tricks.com/snippets/css/css-triangle/
  width: 0;
  height: 0;
  border-top: $size solid transparent;
  border-bottom: $size solid transparent;
  border-right: $size solid $color;
}

@mixin circle($radius, $color) {
  // See http://codepen.io/dwayne/pen/fdGep
  width: $radius;
  height: $radius;
  border-radius: $radius / 2;
  background-color: $color;
}

/* Build the price tag */

$price-tag-height: 40px;
$price-tag-padding: 10px;
$price-tag-border-radius: 2px;

$price-tag-text-size: 1.1em;
$price-tag-text-offset: -6px;

$price-color: #fff;
$price-tag-color: #bf1919;

$price-tag-notch-radius: 5px;

$price-tag-notch-x-offset: 98%;
$price-tag-notch-y-offset: 10%;

$price-tag-notch-color: $background-color;

.price-tag {
  display: inline-block;
  
  @include border-right-radius($price-tag-border-radius);
  
  height: $price-tag-height;
  line-height: $price-tag-height;
  
  padding: 0 $price-tag-padding;
  
  color: $price-color;
  background-color: $price-tag-color;
  text-shadow: 1px 1px 1px darken($price-tag-color, 10%);
  
  font-weight: bold;
  font-size: $price-tag-text-size;
  
  text-indent: $price-tag-text-offset;
  
  position: relative;
  
  @include transform-origin($price-tag-notch-x-offset, $price-tag-notch-y-offset);
  
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: -$price-tag-height / 2;
    
    @include left-triangle($price-tag-height / 2, $price-tag-color);
  }
  
  &::after {
    content: "";
    position: absolute;
    top: $price-tag-notch-y-offset;
    left: $price-tag-notch-x-offset;
    
    @include circle($price-tag-notch-radius, $price-tag-notch-color);
    box-shadow: inset -1px 1px 0 darken($price-tag-notch-color, 25%);
  }
}

/* Build the price tag animation */

/*
 * TODO: Model the animation after a dampened harmonic oscillator.
 * Right now it isn't too realistic.
 */
@-webkit-keyframes price-tag-swing {
  0% { @include rotate(0); }
  20% { @include rotate(-110deg); }
  50% { @include rotate(-64deg); }
  70% { @include rotate(-96deg); }
  85% { @include rotate(-80deg); }
  100% { @include rotate(-88deg); }
}

.price-tag[data-animate="true"] {
  -webkit-animation: price-tag-swing 8s infinite;
}

.EmlakKarti {
  
 
  width:165px;
  height: 160px;
  background: white;
  border-radius: 10px;
  border:1px solid #dddddd;
  position: relative;
  z-index: 90;
  font-size:12px;
  padding:8px;
  
  
}
.EmlakKarti > img
{
    
    width:90%;
    height:80%;
    margin-bottom:10px;
    
    border-radius:10px;
    }

.EmlakKarti:hover {
  
 
  background: white;
  border-radius: 10px;
 
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
    text-decoration:none;  
}

.ribbon-wrapper{
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  font-family: 'Amaranth';
}

.ribbon{
  font: 15px  Amaranth;  
  color: #333;
  text-align: center;
  text-shadow: rgba(0,0,0,0.5) 2px 1px 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 122px;
 
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon:before, .ribbon:after{
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before, .ribbon:before  {
  left: 0;
}
.ribbon:after, .ribbon:after {
  right: 0;
}



.ribbon-red {
  
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc4848), to(#992626)); 
  background-image: -webkit-linear-gradient(top, #dc4848, #992626); 
  background-image:    -moz-linear-gradient(top, #dc4848, #992626); 
  background-image:     -ms-linear-gradient(top, #dc4848, #992626); 
  background-image:      -o-linear-gradient(top, #dc4848, #992626); 
  color: #fff;
  
}
.ribbon-mavi
{
  background-image: -webkit-linear-gradient(top, #007fc0 0%, #016598 100%);
  background-image:      -o-linear-gradient(top, #007fc0 0%, #016598 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007fc0), to(#016598));
  background-image:         linear-gradient(to bottom, #007fc0 0%, #016598 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007fc0', endColorstr='#016598', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color:#fff;
    }
.ribbon-yesil
{
    background-image: -webkit-linear-gradient(top, #00a627 0%, #017c1e 100%);
  background-image:      -o-linear-gradient(top, #00a627 0%, #017c1e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a627), to(#017c1e));
  background-image:         linear-gradient(to bottom, #00a627 0%, #017c1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a627', endColorstr='#017c1e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color:#fff;
    }
    
    .ribbon-yesil2
{
     background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #fff;
    }






.Harita
                {
                    width: 100%; 
                    height: 400px;
                    border:1px solid #dcdbf9;
                    
                    }
 .gm-style-iw + div {display: none;}/*Kapatma butonunu gizle*/
 #map_canvas {
    margin: 0;
    padding: 0;
    height: 400px;
    border: 1px solid #ccc;
}

/*Fiyat Etiketi*/
	.tags a {
		
		position: absolute;
		width: 125px;
		height: 30px;
		margin: 10px;
		padding: 0 5px;
		line-height: 30px;
		background: #b50909;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		text-decoration: none;	
			
	}

	.tags a:before {
		content: "";
		position: absolute;
		top: 0;		
		width: 0;
		height: 0;		
		border-style: solid;		
	}
	
	.tags a:after {
		content: "";
		position: absolute;
		top: 13px;
		width: 4px;
		height: 4px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
		-moz-box-shadow: -1px -1px 2px #004977;
		-webkit-box-shadow: -1px -1px 2px #004977;
		box-shadow: -1px -1px 2px #004977;
	}	
	
	.tags a:hover {
		background: #b50909;
	}	
	
	/* Add rounded corners to right end of the anchor tag */
	.price-tag a {		
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
	}
	
	/* Position and show only right border of triangle  */
	.price-tag a:before {		
		left: -15px;	
		border-color: transparent #b50909 transparent transparent;
		border-width: 15px 15px 15px 0;
	}
	
	/* Fix the circle between anchor box and triangle left to it  */
	.price-tag a:after {		
		left: -2px;
	}
	
	.price-tag a:hover:before {
		border-color: transparent #b50909 transparent transparent;
	}

	/* Add rounded corners to left end of the anchor tag */	
	.post-tag a {		
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
		border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		border-top-left-radius: 4px;
	}
	
	/* Position right and show only left border of triangle  */
	.post-tag a:before {		
		right: -15px;	
		border-color: transparent transparent transparent #1f8dd6;
		border-width: 15px 0 15px 15px;
	}
	
	/* Fix the circle between anchor box and triangle right to it  */
	.post-tag a:after {		
		right: -2px;
	}
	
	.post-tag a:hover:before {
		border-color: transparent transparent transparent #1d85ca;
	}
	
	.mansetSlideCaption
	{
	     position: absolute;
	     top: 350px;
	     left: 0px;	      
         width: 100%;
         height: 50px;
	    }
	    .captionDiv
	    {
	        position: absolute;
	        top: 0px;
	        left: 0px;
	        width: 100%;
	        height: 50px;
            opacity: 0.8;
            filter: alpha(opacity=80);
	        }
	        .captionText
	        {
	            position: absolute;
	            top: 0px;
	            left: 0px;
	            width: 500px;
	            height: 50px;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                line-height: 50px;
                text-align: center;
	            }
            .mansetNavSol, .mansetNavSag {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 55px;
                height: 55px;
                cursor: pointer;
                background: url(../../Images/a03.png) no-repeat;
                overflow: hidden;
                top: 170px; 
            }
            
            .mansetNavSol { background-position: -3px -33px; left:5px; }
            .mansetNavSag { background-position: -63px -33px; right:5px; }
            .mansetNavSol:hover { background-position: -123px -33px; }
            .mansetNavSag:hover { background-position: -183px -33px; }
            
            
            .firsatNavSol, .firsatNavSag {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 50px;
                height: 50px;
                cursor: pointer;
                overflow: hidden;
                opacity: .7;
                filter: alpha(opacity=70);
                bottom: -18px;
                background:none;
                color:#016598;
            }
            .firsatNavSol
            {
                 left: 20px;
                padding:20px;
                }
            .firsatNavSag 
            {
                
                right: 20px;
                padding:20px 15px;
            }
           
            .firsatNavSol:hover, .firsatNavSag:hover 
            { 
              opacity: 1; 
              filter:alpha(opacity=80); 
              }
              .loadingWrapper
              {
                  position: absolute;
                  top: 0px;
                  left: 0px;
                  }
                  .loadingDiv
                  {
                      filter: alpha(opacity=70); 
                      opacity:0.7; 
                      position: absolute; 
                      display: block;
                      background-color: #fff; 
                      top: 0px; 
                      left: 0px;
                      width: 100%;
                      height:100%;
                      }
 .loadingAnim
 {
     position: absolute;
     display: block;
     background: url(../../Images/loading.gif) no-repeat center center;
     top: 0px;
     left: 0px;
     width: 100%;
     height:100%;
     }
     .jssorb01 {
                position: absolute;
            }
            .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
                position: absolute;
                /* size of bullet elment */
                width: 12px;
                height: 12px;
                filter: alpha(opacity=70);
                opacity: .7;
                overflow: hidden;
                cursor: pointer;
                border: #000 1px solid;
                border-radius:6px;
            }
            .jssorb01 div { background-color: #fff; }
            .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #016598; }
            .jssorb01 .av { background-color: #016598; }
            .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #016598; }
            
            .jssora05l, .jssora05r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 40px;
                height: 40px;
                cursor: pointer;
                background: url(../../Images/a17.png) no-repeat;
                overflow: hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05l.jssora05ldn { background-position: -250px -40px; }
            .jssora05r.jssora05rdn { background-position: -310px -40px; }
            
            
            
            .jssort01 {
                position: absolute;
                /* size of thumbnail navigator container */
                width: 800px;
                height: 100px;
                top:590px;
                
            }

                .jssort01 .p {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 115px;
                    height: 115px;
                   
                }

                .jssort01 .t {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: none;
                }

                .jssort01 .w {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                }

                .jssort01 .c {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 115px;
                    height: 115px;
                    border: #FFF 3px solid;
                    box-sizing: content-box;
                    background: url(../../Images/t01.png) -800px -800px no-repeat;
                    _background: none;
                }

                .jssort01 .pav .c {
                    top: 2px;
                    _top: 0px;
                    left: 2px;
                    _left: 0px;
                    width: 115px;
                    height: 115px;
                    border: #000 0px solid;
                    _border: #fff 0px solid;
                    background-position: 50% 50%;
                }

                .jssort01 .p:hover .c {
                    top: 0px;
                    left: 0px;
                    width: 115px;
                    height: 115px;
                    border: #025a7f 0px solid;
                    background-position: 50% 50%;
                }

                .jssort01 .p.pdn .c {
                    background-position: 50% 50%;
                    width: 115px;
                    height: 115px;
                    border: #000 0px solid;
                }

                * html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
                    /* ie quirks mode adjust */
                    width /**/: 115px;
                    height /**/: 115px;
                }
            
            /*Portföy Detay Galeri Thumbnail Arrow Stili*/
.jssora11l, .jssora11r {
                    display: block;
                    position: absolute;
                    /* size of arrow element */
                    width: 37px;
                    height: 37px;
                    cursor: pointer;
                    background: url(../../Images/a11.png) no-repeat;
                    overflow: hidden;
                }

                .jssora11l {
                    background-position: -11px -41px;
                }

                .jssora11r {
                    background-position: -71px -41px;
                }

                .jssora11l:hover {
                    background-position: -131px -41px;
                }

                .jssora11r:hover {
                    background-position: -191px -41px;
                }

                .jssora11l.jssora11ldn {
                    background-position: -251px -41px;
                }

                .jssora11r.jssora11rdn {
                    background-position: -311px -41px;
                }
                
               
       /*Portföy Detay Galeri Thumbnail Stili*/
            .jssort07 {
                position: absolute;
                /* size of thumbnail navigator container */
                width: 800px;
                height: 100px;
                
            }

                .jssort07 .p {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 99px;
                    height: 66px;
                }

                .jssort07 .i {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 99px;
                    height: 66px;
                    filter: alpha(opacity=80);
                    opacity: .8;
                }

                .jssort07 .p:hover .i, .jssort07 .pav .i {
                    filter: alpha(opacity=100);
                    opacity: 1;
                }

                .jssort07 .o {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 97px;
                    height: 64px;
                    border: 1px solid #000;
                    box-sizing: content-box;
                    transition: border-color .6s;
                    -moz-transition: border-color .6s;
                    -webkit-transition: border-color .6s;
                    -o-transition: border-color .6s;
                }

                .jssort07 .pav .o {
                    border-color: #0099ff;
                }

                .jssort07 .p:hover .o {
                    border-color: #fff;
                    transition: none;
                    -moz-transition: none;
                    -webkit-transition: none;
                    -o-transition: none;
                }

                .jssort07 .p.pdn .o {
                    border-color: #0099ff;
                }

                * html .jssort07 .o {
                    /* ie quirks mode adjust */
                    width /**/: 99px;
                    height /**/: 66px;
                }
        .megaFotoThumb {
                position: absolute;
                /* size of thumbnail navigator container */
                width: 240px;
                height: 480px;
               
            }

                .megaFotoThumb .p {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 99px;
                    height: 66px;
                      
                }

                .megaFotoThumb .t {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: none;
                }

                .megaFotoThumb .w {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                }

                .megaFotoThumb .c {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 95px;
                    height: 62px;
                    border: #000 2px solid;
                    box-sizing: content-box;
                    background: url(../../Images/t01.png) -800px -800px no-repeat;
                    _background: none;
                }

                .megaFotoThumb .pav .c {
                    top: 2px;
                    _top: 0px;
                    left: 2px;
                    _left: 0px;
                    width: 95px;
                    height: 62px;
                    border: #000 0px solid;
                    _border: #fff 2px solid;
                    background-position: 50% 50%;
                }

                .megaFotoThumb .p:hover .c {
                    top: 0px;
                    left: 0px;
                    width: 97px;
                    height: 64px;
                    border: #fff 1px solid;
                    background-position: 50% 50%;
                }

                .megaFotoThumb .p.pdn .c {
                    background-position: 50% 50%;
                    width: 95px;
                    height: 62px;
                    border: #000 2px solid;
                   
                }

                * html .megaFotoThumb .c, * html .megaFotoThumb .pdn .c, * html .megaFotoThumb .pav .c {
                    /* ie quirks mode adjust */
                    width /**/: 99px;
                    height /**/: 66px;
                    
                }
            .captionOrange, .captionBlack, .captionGreen, .captionBlue
        {
            color: #fff;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
            
            
        }
        .captionOrange
        {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5100), to(#c94601)); 
            background-image: -webkit-linear-gradient(top, #EB5100, #c94601); 
            background-image:    -moz-linear-gradient(top, #EB5100, #c94601); 
            background-image:     -ms-linear-gradient(top, #EB5100, #c94601); 
            background-image:      -o-linear-gradient(top, #EB5100, #c94601); 
            
            -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
            -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
            box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
            text-shadow:2px 1px 1px #aa3b00;
           
        }
        .captionGreen
        {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#06b102), to(#069603)); 
            background-image: -webkit-linear-gradient(top, #06b102, #069603); 
            background-image:    -moz-linear-gradient(top, #06b102, #069603); 
            background-image:     -ms-linear-gradient(top, #06b102, #069603); 
            background-image:      -o-linear-gradient(top, #06b102, #069603); 
            
            -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
            -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
            box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
           text-shadow:2px 1px 1px #025800;
        }
        
        .captionBlue
        {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#0198c9), to(#02769c)); 
            background-image: -webkit-linear-gradient(top, #0198c9, #02769c); 
            background-image:    -moz-linear-gradient(top, #0198c9, #02769c); 
            background-image:     -ms-linear-gradient(top, #0198c9, #02769c); 
            background-image:      -o-linear-gradient(top, #0198c9, #02769c); 
            
            -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
            -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
            box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
           
            text-shadow:2px 1px 1px #033890;
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited,
         a.captionGreen, a.captionGreen:active, a.captionGreen:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover,
        a.captionGreen:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        

.megaFotoRibbon {

  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #ededee 100%);
  background-image:      -o-linear-gradient(top, #f9f9f9 0%, #ededee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ededee));
  background-image:         linear-gradient(to bottom, #f9f9f9 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededee', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  
  /* border-radius: 5px 5px 0; */
  display: inline-block;
  margin: -15px 30px 40px 30px;
  padding: 15px 10px;
  text-align: center;
  min-width: 80px;
  min-height: 65px;
  position: absolute;
  color:#016598;
  font-size:22px;
  
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.6);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.6);
  z-index:99;
  text-shadow:-2px 1px 2px #fff, -2px 1px 2px #004065;
   font-family: 'Amaranth';

}

.megaFotoRibbon:before, .megaFotoRibbon:after {

content:"";
z-index: -2;
position:absolute;

top:0;
background: none repeat scroll 0 0 #fff;
display: block;
height: 15px;

width: 15px;

}
.megaFotoRibbon:before
{
    
  left:-5px;
  background-color:transparent;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 15px;
  border-bottom-width: 15px;
  
  border-bottom-color:  #f1f1f1;
  border-right-color:  transparent;
  border-top-color:  transparent;
  border-left-color:  transparent;
  margin-left: -10px;
  
    }
    .megaFotoRibbon:after
{
    right:-10px;
   background-color:transparent;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 20px;
  border-left-width: 0;
  border-bottom-width: 20px;
  
  border-bottom-color:  #fff;
  border-right-color:  transparent;
  border-top-color:  transparent;
  border-left-color:  transparent;
  margin-right: -9px;
  display:none;
    }
    
.Katalog-Wrap
{
    width:100%;
    display:table;
    }
.Item
{
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    width:22.33%;
    min-height:257px;
    float:left;
    font-size:14px;
    line-height: 1.4;
    
    border: 1px solid #dddddd;
    border-radius:10px;
    margin:1%;
    position:relative;
    transition: all .2s ease-in-out;
    font-family: 'Inder';
    overflow:hidden;
    white-space:nowrap;
    }
    .Item:hover
{
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  transform: scale(1.03);
  
}


    .Item  .imgThumb 
    {
        height:155px;
      width:100%;
      padding: 5px;
        }
    .Item .imgThumb .thumb
    {
      width:100%;
      position: relative;
      overflow: hidden;
      text-align: center;
      margin: 1px;
      height: 140px;
    }
.Item .imgThumb .thumb img
{
  width: 100%;
  height: 100%;
}
.Item .thumb .satildi
{
  position: absolute;
  top:45px;
  left: -7px;
  font-size: 22px;
  padding: 5px;
  width: 110%;
  -webkit-transform: skew(35deg,-35deg);
  background-image:  -webkit-linear-gradient(top, #e74c3c 0%, #c0392b 40%);
  color:#fff;
  text-shadow: 3px 1px 4px #2d2d2d;
  
}
.Item .ozellik
{
  margin: 3px 3px 0 3px;
}
.Item .ozellik  i
{
    color:#066196; 
    margin-right:3px;
       }
       .Item .price
{
  position : relative;
  height:35px;
}
    .Item .price .Fiyat
    {
       
        font-size:20px;
        text-align:center;
        bottom: 0;
        position:absolute ;
        background-color:#000;
        width:100%;
        text-shadow: 0px 1px 0px #7c7472, 0px 1px 0px #32302f, 0px 2px 1px #001135;
        font-family: 'Amaranth';
   
    
       color:#fff;
        background-image: -webkit-linear-gradient(top, #bd2800 0%, #921f00 100%);
        background-image:      -o-linear-gradient(top, #bd2800 0%, #921f00 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#bd2800), to(#921f00));
        background-image:         linear-gradient(to bottom, #bd2800 0%, #921f00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd2800', endColorstr='#921f00', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;
        }
        
.ListeGorunum-wrap
{
    width:100%;
    
    }
    .Liste
    {
        
        font-size:13px;
        width:100%;
        border-collapse: collapse;
        border-spacing:0 5px;
        }
        
       
         .ListeSatir
         {
            background-color:#fff;
            color:#666;
             }  
        .Liste > tbody > tr > td
        {
            padding:10px;
            border:none;
            margin:0;
            color:#333;
            }
            .Liste > tbody > tr > td > img
        {
            background-color:#fff;
            padding:4px;
            max-height:70px;
            border-radius:5px;
            border:1px solid #ccc;
            }
            .Liste > tbody > tr:hover > td > img
            { border:1px solid #bbb;
                }
 
        
    .Liste > tbody > tr:not(:first-child)
    {
        border:1px solid #ccc;
        border-spacing:10px;
        }
    /*.Liste > tbody > tr:not(:first-child):hover, .Liste > tbody > tr:nth-child(even):hover*/
    .ListeSatir:hover
    {
            background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
            background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
            background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            background-repeat: repeat-x;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
             box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
             
              
        }
        .ListeSatir:hover > td
        {
             color:#9c2201;
        }
        
        .Liste > tbody > tr:first-child
        {
            background-color:transparent;
            font-size:14px;
            font-weight:bold;
       }
            .Liste > tbody > tr:first-child > td
            {
                color:#016598;
                border-bottom:2px solid #afc9d7;
                }
.Liste .thumb
{
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  
}
.Liste .thumb img
{
  width: 100%;
  margin: 0;
}
.Liste .thumb .satildi
{
  position: absolute;
  top:30px;
  left:0;
  background-image:  -webkit-linear-gradient(top, #e74c3c 0%, #c0392b 40%);
  color:#fff;
  text-shadow: 3px 1px 4px #2d2d2d;
  width: 100%;
  padding: 5px;
  font-size: 18px;
}
            
 .wrap-around {
  position: relative;
  display: inline-block;
 width:105px;
 white-space:nowrap;
 text-align:right;
  padding: 10px 10px 10px 5px;
 float:right;
  background-image: -webkit-linear-gradient(top, #bd2800 0%, #921f00 100%);
        background-image:      -o-linear-gradient(top, #bd2800 0%, #921f00 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#bd2800), to(#921f00));
        background-image:         linear-gradient(to bottom, #bd2800 0%, #921f00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd2800', endColorstr='#921f00', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  color: #fff;
  text-decoration: none;
  margin-right:-11px;
   text-shadow: 0px 1px 0px #7c7472, 0px 1px 0px #32302f, 0px 2px 1px #001135;
        font-family: 'Amaranth';
        font-size:16px;
   
}
.wrap-around:before {
  content: '';
  position: absolute;
  right: -6px;
  bottom: 3px;
  width: 6px;
  height: 42px;
  background: #5c1400;
  transform: skewY(-45deg);
  border-left-top-radius:5px;
  border-left-bottom-radius:5px;
}
.wrap-around:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 6px;
  height: 6px;
  background: #000000;
  z-index: -1;
}

.Filtre
{
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
    }
  .Filtre  .glyphicon {
  right: 0px;
  top: 5px;
    }
    
  
    select  option {
        height:25px;
        line-height:20px;
        padding:5px 10px;
        
    } 
    select option:selected 
    {
        background-color:red;
        }
    
/*********CheckBox List Stil*****************/
input[type=checkbox] {
    display:none;
}
input[type=checkbox] + label
{
    font-size:13px;
    
    }
input[type=checkbox] + label:before {
    content: "";  
    display: inline-block;  
    width:  16px;  
    height: 16px;  
    vertical-align:middle;
    margin-right: 8px;  
   //  background-image:  -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    border-radius: 4px; 
    margin-top:-6px;
     background-color: #fff; 
}
input[type=checkbox]:checked + label:before {
    content:"\2714"; /* Tick */
    color:#5a6666;
    background-color: #fff; 
    text-align:center;
    line-height:15px;
    text-shadow:0px 0px 1px #fff;
    padding:1px 0 0 2px;
     background-image:  -webkit-linear-gradient(top, #fff 0%, #fff 100%);
   /* background-image: -webkit-linear-gradient(top, #007fc0 0%, #016598 100%);*/
    
}
.btn-pager, .btn-pager-aktif
{
 background-image:  -webkit-linear-gradient(top, #e7e7e7 0%, #fff 70%);
 color:#083c9a;
 text-shadow:0px 0px 1px #fff;
 box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
 border:1px solid #ddd;
 border-radius:15px;
 width: 26px;
 height:26px;
 padding:5px;
 font-size:12px;
 margin:2px;
 font-weight:bold;
 transition: all .1s ease-in-out;
    }
    .btn-pager-aktif, .btn-pager:hover
    {
        background-image:-webkit-linear-gradient(top, #436db9 0%, #365692 100%);
        color:#fff;
        text-shadow:0px 0px 1px #436db9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        border:1px solid #365692;
        transition: all .1s ease-in-out;
        /*background:rgba(255,255,255);*/
     }
     .btn-pager-aktif
     {
     cursor: not-allowed;
     pointer-events: none;
  
         }
         
         .Harita
                {
                    width: 100%; 
                    height: 400px;
                    border:1px solid #dcdbf9;
                    
                    }
 .gm-style-iw + div {display: none;}/*Kapatma butonunu gizle*/
 #map_canvas {
    margin: 0;
    padding: 0;
    height: 400px;
    border: 1px solid #ccc;
}



/*-----------CarouFredSel Detay Galeri--------------------*/
#DetayGaleri-wrapper {
	padding: 0;
	position: relative;
	
	width:570px;
	height:380px;
}
#DGThumbs {
	overflow: hidden;
	position:relative;
	height:100px;
}



#DetayGaleri div, 
#DGThumbs a, #DGThumbs img  {
	display: block;
	float: left;
}
#DetayGaleri div, #DetayGaleri a,
#DGThumbs span, #DGThumbs a {
	position: relative;
}

#DGThumbs img {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#DetayGaleri li img
{
    height:380px;
    }
 
#DetayGaleri div {
	width:570px;
	height : 380px;
	text-align:center;
}
 
#DGThumbs-wrapper {
	padding: 5px 40px;
	position: relative;
	
}
#DGThumbs a {
	border: 2px solid #ddd;
	width: 150px;
	height: 100px;
	margin: 0 2px;
	overflow: hidden;
	
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	transition: border-color .5s;
}
#DGThumbs a:hover, #DGThumbs a.selected {
	border-color: #008cba;
}
 
#wrapper img#shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
}
 
#prev, #next {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	font-size:20px;
}
#prev {
	
	left: 10px;
}
#next {
	
	right: 10px;
}			
#prev:hover { 
	background-position: 0 -20px;				
}
#next:hover {
	background-position: -19px -20px;				
}
#prev.disabled, #next.disabled {
	/*display: none !important;*/
}
#DetayGaleri-wrapper
{
  position: relative;
  overflow: hidden;
}
#DetayGaleri-wrapper .satildi
{
  position: absolute;
  top:30px;
  left: -40px;
  font-size: 18px;
  width: 180px;
  -webkit-transform: skew(40deg,-40deg);
  background-image:  -webkit-linear-gradient(top, #e74c3c 0%, #c0392b 40%);
  color:#fff;
  text-shadow: 3px 1px 4px #2d2d2d;
  text-align: center;
  
}
{
  
}
/*-----------SON Detay Galeri--------------------*/


/*-----------CarouFredSel MegaFoto Galeri--------------------*/
#main {
	width:850px;
	margin-left:100px;
	
}

#images {
	display:none;	
}

.panel_ {
	float:left;
	
	margin-bottom:10px;	
}

ul.exposureThumbs {
	
	border-right:none;
	padding:0;
	display:table;
	list-style-type:none;
	height:450px;
}


ul.exposureThumbs li {
	width:90px;
	height:79px;
	text-align:center;
	float:left;
	margin-bottom:5px;
}
ul.exposureThumbs li img {
	cursor:pointer;
	
	width:85px;
	height:70px;
	border:1px solid #47717f;
	
}



.exposureTarget {
	
	background-image:url(res/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	
	padding:0;
	margin:0 auto;
	
	position:relative;
	overflow:hidden; 
}

.exposureWrapper {
	position:absolute; 
	
	text-align:center;
	margin: 0 auto;
}

.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	height:500px;
	max-width:667px;
}

.exposureLoaded {
	background-image:none;	
}

.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:-2000px;
	height:60px;
	padding:7px;
	background-image:url(res/veil.png);
	color:#fff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	display:none;
}

/* In this demo we are using thumbs with fixed size */


.exposureSlideshowControls a,
.exposureControls span,
.exposureControls a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	
	margin-right:5px;
	
	display:block;
	float:left;
}

.exposureSlideshowControls a {
	float:right;	
}

.exposureSlideshowControls a, .exposurePaging .active, 
.exposureControls a {
	background-image:  -webkit-linear-gradient(top, #e7e7e7 0%, #fff 70%);
 color:#083c9a;
 text-shadow:0px 0px 1px #fff;
 box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
 border:1px solid #ddd;
 border-radius:15px;
 width: 25px;
 height:25px;
 font-size:13px;
 margin:2px;
 font-weight:bold;
 transition: all .1s ease-in-out;
 padding:3px;
 text-align:center;
}

.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover,
.exposureControls a:active,
.exposureControls a:hover {
	
	    background-image :-webkit-linear-gradient(top, #436db9 0%, #365692 100%);
        color:#fff;
        text-shadow:0px 0px 1px #436db9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        border:1px solid #365692;
        transition: all .1s ease-in-out;
	
}

.exposurePaging .active 
{
    background-image:-webkit-linear-gradient(top, #436db9 0%, #365692 100%);
        color:#fff;
        text-shadow:0px 0px 1px #436db9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        border:1px solid #365692;
        transition: all .1s ease-in-out;
	 cursor: not-allowed;
     pointer-events: none;
  
}

.clear {
	clear:both;	
}

p.info {
	margin:40px auto;
	text-align:center;	
	width:600px;
}

p.info a {
	color:#006fc0;	
}

p.info a:hover, p.info a:active {
	color:#0084e7;	
}


/*-----------SON MegaFoto Galeri--------------------*/
.btn-pager, .btn-pager-aktif,
.pagination > li > a, .pagination > li:first-child > a, 
.pagination > li:last-child > a, 
.pagination > li > span, 
.pagination > li:first-child > span, 
.pagination > li:last-child > span {

 background-image:  -webkit-linear-gradient(top, #e7e7e7 0%, #fff 70%);
 color:#083c9a;
 text-shadow:0px 0px 1px #fff;
 box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
 border:1px solid #ddd;
 border-radius:15px;
 width: 26px;
 height:26px;
 padding:5px;
 font-size:13px;
 margin:2px;
 font-weight:bold;
 transition: all .1s ease-in-out;
 line-height:13px;
    }
    .btn-pager-aktif, .btn-pager:hover
    {
        background-image:-webkit-linear-gradient(top, #dd4814 0%, #c5070b 100%);
        color:#fff;
        text-shadow:0px 0px 1px #dd4814;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        border:1px solid #c5070b;
        transition: all .1s ease-in-out;
        /*background:rgba(255,255,255);*/
     }
     .btn-pager-aktif
     {
     cursor: not-allowed;
     pointer-events: none;
  
         }

     select option:empty {
            display: none;
        }

        .right-inner-addon {
            position: relative;
            height:50px;
            width: 400px; 
            margin: 0 auto;
        }

            .right-inner-addon input {
                padding-right: 30px;
                padding-left:5px;
            }

            .right-inner-addon i {
                position: absolute;
                right: 0px;
                padding: 10px 12px;
                pointer-events: none;
                color:#000;
            }
#modalSoccial .modal-dialog img
{
 /*
  border:1px solid #ccc;
  border-radius: 20px;
  box-shadow: 3px 3px 28px #fff;
  */
}
#modalDanisman
{
   background: url('/images/citybg.png'), linear-gradient(to bottom, rgba(245, 246, 250,1), rgba(255,255,255,.9));
  background-position:  center bottom;
  float: left;
  background-repeat: no-repeat;
}
#modalDanisman .modal-dialog
{
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
#modalDanisman .logo, #modalDanisman .slogan
{
  position: absolute;
}
#modalDanisman .slogan
{
  font-size:20px;
  right: -140px;
  top:90px;
}
#modalDanisman .logo
{
  font-size:24px;
  left: -20px;
  top:20px;
}
#modalDanisman .btn
{
  position: absolute;
  right:  0;
  top : 10px;
}
#modalDanisman ul
{
  margin: 0;
  padding: 0;
  width: 100%;
 
  
}
#modalDanisman ul li
{
  list-style: none;
  margin: 15px 30px 15px 50px;
  display: inline-block;
  text-align: center;
}

#modalDanisman ul li .Danisman
{
  border:1px solid #ddd;
  
  border-radius: 250px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background: #fff;
  padding: 3px;
  text-align: center;
  margin: 0 auto;
  border:1px solid rgba(200, 214, 229,1.0);
  box-shadow: 1px 0 3px rgba(200, 214, 229,1.0);
}
#modalDanisman ul li .Danisman img
{
  width: 100%;
}
#modalDanisman ul li:first-child,
#modalDanisman ul li:nth-child(2)
{
  width: 25%;
  margin : 50px 20px 0 33%;
  transform: translateX(-50%);  
}
#modalDanisman ul li:nth-child(2)
{
  width: 25%;
  margin : 15px 50px 15px -10%;
  top:-25px;
  position: relative;
  
}
#modalDanisman ul li span
{
  color:#d63031;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  text-shadow: 1px 2px 5px #fff;
  
}
#ngTasinmaz ul.kategori
{
  margin: 0;
  padding: 0;
}
#ngTasinmaz ul.kategori li
{
  list-style: none;
  padding: 20px;
  border:1px solid #ccc;
  display: inline-block;
  margin: 20px;
  cursor: pointer;
  transition: .2s all;
  background-color: #ecf0f1;
  color:#60a3bc;
}

#ngTasinmaz ul.kategori li:hover,
#ngTasinmaz ul.kategori li.aktif
{
  background-color: #2980b9;
  color:#fff;
  transition: .2s all;
}
#ngTasinmaz table
{
    width: 100%;
    border:1px solid #ccc;
}
#ngTasinmaz table th
{
    text-align: center;
  padding: 10px;
  background-color: #f5f6fa;
}
#ngTasinmaz table td
{
    padding: 5px;
    position: relative;
}

#ngTasinmaz table tr
{
  border-bottom: 1px solid #ccc;
}
#ngTasinmaz table td 
{
    text-align: center;
}

#ngTasinmaz table tr:not(:first-child):hover td
{
    background-color: #2980b9;
    cursor: pointer;
  color:#fff;
}
#ngTasinmaz .btnResim
{
 position: relative;
  padding: 5px;
 
}
#ngTasinmaz .btnResim:before
{
  font-family: 'WebHostingHub-Glyphs';
  content: '\22b7';
  font-size: 18px;
  color:#e74c3c;
  
}
#ngTasinmaz table tr.Satildi .btnResim:before,
#ngTasinmaz table tr:not(:first-child):hover td .btnResim:before
{
  color:#fff;
}

#ngTasinmaz .modal-dialog
{
  width : 1000px;
}
#ngTasinmaz .modal-dialog .modal-header
{
  background-color: #2980b9;
  color:#fff;
}
#ngTasinmaz .modal-dialog #resim
{
  width: 100%;
}
#ngTasinmaz table tr.Satildi
{
  background-color: #e74c3c;
  border-bottom-color: #fff;
  color:#fff;
}
#TasinmazBanner
{
  background: url('/Images/reklambg.png');
  height: 150px;
overflow: hidden;

background-position: bottom right;
background-repeat: no-repeat;
  position: relative;
  border:1px solid #ccc;
  margin: 15px 0;
}
#TasinmazBanner h2
{
  font-family: 'Marcellus SC';
  color:#0d529d;
  text-shadow:3px 1px 15px #6c92a7;
  font-size: 34px;
}
#TasinmazBanner h3
{
  font-family: 'K2D';
  color:#d21c1c;
  font-size: 28px;
}

#divSirala{
  position: relative;
  z-index:9;
  background: linear-gradient(to bottom, #f5f5f5, #fff);
  border: 1px solid #ccc;
  width: 200px;
  padding: 5px 0;
  color:#57606f;
  cursor: pointer;
  display: inline-block;
  margin: 0 35px 0 0;
}
#divSirala:after{
  position: absolute;
  font-family: 'WebHostingHub-Glyphs';
      content: '\f48b';
font-size:10px;
  color:#57606f;
  right:5px;
}
#divSirala span{
  font-size: 12px;
  padding: 0 10px 0 10px;
   
}
#divSirala ul{
  padding: 0;
  margin: 0;
  position: absolute;
   background: linear-gradient(to top, #f5f5f5, #fff);
  border: 1px solid #ccc;
  border-top:none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow:hidden;
  right: -1px;
    width: 200px;
  top:28px;
}
#divSirala ul li{
  list-style: none;
  font-size: 12px;
    padding: 5px 30px 5px 10px;
  white-space: nowrap;
  cursor:pointer;
  color:#57606f;
}
#divSirala ul li:not(:last-child){
  border-bottom: 1px solid #ccc;
}
#divSirala ul li:hover{
  color:#000;
  background:#fff;
}
#divSirala ul{
   display: none;
}
#divSirala.aktif{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#divSirala.aktif ul{
  display: inherit;
}
.btnFiltrele.fixBottom{
  position: fixed;
  bottom: 5px;
  max-width: 270px;
  left:90px;
  padding: 10px;
  
}

/*DefaultPf başlangıç*/
.defaultPf {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px; 
}
.defaultPf >.itemContainer{
   width:25%;
  height: 250px;
  display: flex;
  overflow: hidden;
  padding: 5px;
  outline: none;
}
.defaultPf >.itemContainer:nth-child(4n-3){ /*her satırın başında sol boşluğu kaldır*/
  padding-left: 0;
}
.itemContainer > a{
 width: 100%;
  height: 100%;
  display: flex;
  outline: none;
  
  flex-direction: column;
  padding: 5px;
  border:1px dashed #ccc;
  transition: .3s all;
  position: relative;
}
.itemContainer > a:hover{
  background: #fff;
  border:1px solid #d12910;
}
.itemContainer > a > .imgContainer{
  width:100%;
  height: 50%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.itemContainer .imgContainer img{
  transition: .5s all;
}
.itemContainer > a:hover .imgContainer img{
  transform: scale(1.2);
}
 
.itemContainer ul
{
  margin: 0;
  padding: 3px 0; 
}
.itemContainer ul li{
  list-style: none;
  padding: 3px 0 3px 25px;
  position: relative;
  color:#0a3d62;
}
.itemContainer  .fiyat{
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 0;
  right: 0;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.konum:before, .genislik:before, .baslik:before{
  font-family: 'WebHostingHub-Glyphs';
  position: absolute;
  left:3px;
  top:0;
  font-size: 14px;
  color:#8395a7;
}
.konum:before{
  content: '\f220';
}
.genislik:before{
  content: '\f57d';
}
.baslik:before{
  content: '\f1ca';
}
 

.satildi{ 
     z-index: 8;
    position: absolute;
    border-top: 0;
    width: 100px;
    height: 100px; 
    border-left: 100px solid rgba(227, 30, 37,.9);
    border-bottom: 100px solid transparent;
    color:#fff; 
    text-shadow: 0 0 15px #000;
}
.satildi.opsiyon{
     border-left: 100px solid rgba(0, 148, 50,0.9);
}
.satildi > div{
    position: absolute;
    left: -100px;
    top:20px;
    transform: rotate(315deg);
    font-size: 16px;
}
.satildi.opsiyon > div{
     font-size: 14px;
    left: -105px;
    top:25px
        
}
.armadaDefault{
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  border:1px solid #576574;
  
}
.armadaDefault a{
  display: flex;
  outline: none;
}
.armadaDefault img{
  width: 100%;
}
#tumpf{
    margin-bottom: 10px; 
}
.defButon{
    display: flex;
    justify-content:space-around;
}

.mobilContainer{
    position: relative;
    display: none;
}
  .mobilFiltre{
    display: none;
}
 
.mobilMenu li{
    list-style: none;
}

.kunyeMenu{
    margin: 0;
    padding: 0;
    display:flex;
    font-size: 13px;
}

.kunyeMenu:not(:first-child){
    margin-top:15px;    
}
.kunyeMenu li{
    list-style: none;
    padding: 5px 15px;
    white-space: nowrap;
}
.kunyeMenu li:first-child{
    background:#f5f6fa; 
    color:#273c75;
}
.kunyeMenu a, .kunyeMenu a:link, .kunyeMenu a:visited{
    color:#dcdde1;
}
.kunyeMenu a:hover{
    color:#fff;
}
.Kunye .col-xs-2:last-child{
 display: flex;
    justify-content: center;
}
.Kunye .col-xs-2:first-child{
    display: flex;
    justify-content: center; 
}
.kunyeLogo{
  width: 70%;
}
/*DefaultPf son*/
.header2.header-scrolled{
    top:0;
    transition: all .8s;
    position: fixed; 
    z-index: 100;
    background: rgba(255,255,255,1);
    left: 0;
    height: 105px; 
    box-shadow: 0 1px 10px #7f8c8d;
    
}
.OzellikBaslik{
     
    color:#b20303;
    font-weight: bold; 
    border-bottom: 1px solid #b20303;
}
ul.listOzellik{
    background: rgba(255, 234, 167,.3);
    border:1px solid #ddd; 
    padding: 15px;
    margin: 0;
    display: flex;
    flex-wrap:wrap;
}
ul.listOzellik li{
    width: 20%;
    padding: 10px 0 10px 20px;
    position: relative;
    list-style:none;
}
ul.listOzellik li:before{
    font-family: 'WebHostingHub-Glyphs';
    content: '\2713';
    position: absolute;
    left: 0;
    top:45%;
    transform: translateY(-50%);
    padding: 2px; 
    color: #27ae60;
    text-shadow: 0 2px 5px #666;
    
}

.lSSlideWrapper{ 
    position: relative;
}
#detayResim,
#detayResim > .lslide,
#detayResim > .lslide > img 
{
height: 355px;
     
}
#detayResim > .lslide{
    display:flex; 
    justify-content: center;
    overflow: hidden;
}
#detayThumb{
    margin: 5px 0;
    max-height: 80px;
    height: 80px;
}

#detayThumb > .lslide,
#detayThumb > .lslide > img 
{
max-height: 75px;
}
#detayThumb > .lslide{
    display:flex; 
    justify-content: center;
    margin: 0;
    padding: 0 2px;
    border:1px solid #ccc;
}
#detayThumb > .lslide img{
    opacity: .7;
    transition: .3s all;
}
#detayThumb > .lslide.secili{
    border:2px solid #27ae60;
}
#detayThumb > .lslide.secili img{
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img{
    max-height: 75px;
    border-radius: 0;
}
.lg-sub-html h2{
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
   
}
.lSSlideWrapper .btnGeri,
.lSSlideWrapper .btnIleri,
.lSSlideWrapper .btnYukari,
.lSSlideWrapper .btnAsagi{
     outline: none;
    color:rgba(255,255,255,.8);
    text-shadow: 0 5px 5px #000; 
      visibility: hidden;
    transition:.5s all;
}

 .btnGeri:before,
  .btnIleri:before,
 .btnYukari:before,
  .btnAsagi:before{
    font-family: 'WebHostingHub-Glyphs'; 
    font-size: 30px;
     
}
 .btnGeri:before{
    content: '\f489';
}
 .btnIleri:before{
    content: '\f488';
}

 .btnYukari:before{
    content: '\f48a';
}
 .btnAsagi:before{
    content: '\f48b';
}
 
.lSSlideWrapper:hover .btnGeri
,.lSSlideWrapper:hover .btnIleri
,.lSSlideWrapper .btnYukari
,.lSSlideWrapper .btnAsagi{
    visibility: visible;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: -10px;
}
.detayHead{
    position: relative;
}

.detayBaslik{
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detayBaslik h2{
    font-size: 18px;
    font-weight: bold;
    
    margin: 0;
}
.paylas{
    display: flex;
    margin:0;
    padding:5px 0;
    align-items: center;
}
.paylas li{
    list-style: none;
    font-size: 16px;
    margin: 0 5px;
}
.paylas .btnFavoriEkle, .paylas .btnFavoriCikart{
    font-size: 13px;
    position: relative;
    background: linear-gradient(to bottom, #f3f3f3, #fff, #f3f3f3);
    border:1px solid #ddd;
    color:#008cba;
    color:#27ae60;
    font-weight: bold;
    padding: 2px 10px 2px 30px;
    cursor: pointer;
    border-radius: 10px;
}
.paylas .btnFavoriEkle:before,
.paylas .btnFavoriCikart:before{
     
    font-family: 'WebHostingHub-Glyphs';
    position: absolute;
    left: 8px;
    top:0;
}
.paylas .btnFavoriEkle:before{
    content: '\f13a'; 
}
.paylas .btnFavoriCikart:before{
    content: '\f478'; 
}
.paylas .btnFavoriEkle:hover,
.paylas .btnFavoriCikart:hover{
    border:1px solid #008cba;
    border:1px solid #27ae60;
}

.tableDanisman {
    
}
.detayBaslik >.detayPaylas{
    position: absolute;
    right: 25px;
    top:10px;
    display: flex;
    
}
.detayPaylas > .btn{
    margin: 0 2px;
    padding: 7px ;
}
.tableDanisman{
    border:1px solid #ddd;
    border-top:none;
    width: 100%;
    padding:0;
    
}
.tableDanisman li{
    list-style: none;
    display: flex;
    padding: 5px;
    align-items:center;
    color:#636e72;
}
.tableDanisman li span{
    margin-left: 10px;
}
.tableDanisman li.btnContainer{
    justify-content: space-around;
}
 
.tableDanisman i{
    color: #b20303; 
    font-size: 16px;
    left: 15px;
    top:1px;
}
.tableDanisman .btn{
    position: relative;
    font-size: 13px; 
    background: linear-gradient(to bottom, #f3f3f3, #fff, #f3f3f3);
    border:1px solid #ddd;
    color:#43ac6a;
    padding: 5px 10px;
    cursor: pointer; 
    width: 45%;  
    
}
.tableDanisman .btn:hover{
    border:1px solid #43ac6a; 
}
 
#resim{
    position: relative;
}
 #btnMegaFoto{
        padding: 5px 15px 5px 25px;
        background: #43ac6a;
     position: absolute;
     right: 0; 
     cursor: pointer;
     color:#fff;
     border:1px solid transparent;
     font-size: 14px;
    }
#btnMegaFoto:hover{
    background: #2ab75f;
    border:1px solid #2da258;
}
#btnMegaFoto:before{
    font-family: 'WebHostingHub-Glyphs';
    content: '\f19b';
    position: absolute;
    left: 5px;
    top:3px;
    
}

.pane{
    border:1px solid #ccc;
     box-shadow: 0px 25px 15px -25px #111;  
   
}
.col-lg-9 .pane{
     min-height: 400px;
    margin-bottom: 25px;
}
.pane.uyeForm{
    margin: 0 0 25px 0;
    background: #fff;
}
.pane .h{
    padding: 15px;
}
.pane.uyeForm .h{
    font-size: 22px;
    padding: 10px 25px;
    color:#7c8288;
}
.pane .c{
    padding: 15px 30px;
}
.pane.uyeForm .c{
    display: flex;
    flex-wrap: wrap; 
       
}
.uyeDurum{
    padding: 50px 0;
    display: flex;
    justify-content:space-around;
}
.uyeDurum a{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:1px solid #e3e3e3;
    background: #fff;
   width: 170px;
    height: 170px;
    font-size: 18px;
    position: relative;
    color:#2d3436;
    box-shadow: 0px 25px 15px -25px #111;
}
.uyeDurum a:before{
    font-family: 'WebHostingHub-Glyphs';
    font-size: 25px;
    color:#487eb0;
}
.uyeDurum a.favori:before{
    content: '\f13a';
}
.uyeDurum a.yeniMesaj:before{
    content: '\f136';
}
.uyeDurum a.mesaj:before{
    content: '\f173';
}
.uyeDurum li:not(:first-child){
    margin-left: 20px;
}
.inputContainer {
  display: flex;
    padding: 5px 15px 5px 0;
    font-size: 16px;
    flex-direction: column;
    width: 45%;
}
.inputContainer label{
    font-size: 14px;
    color:#7f8c8d;
}
.inputContainer input{
    padding:  5px;
    outline: none;
    border:1px solid #999;
    color:#7f8c8d;
}
.inputContainer input:focus{
    border:1px solid #d35400;
    color:#333;
}
.chkContainer{
     
    display: flex;
    padding: 15px 0;
    align-items: center; 
}
.chkContainer span{
    padding: 0 15px;
    color:#7f8c8d;
    cursor: pointer;
}
.chkContainer .btn-primary{
    
}
.chkContainer .btn:not(:first-child){
    color:#e67e22;
    margin-left: 75px;
}

.pane.uyeMenu .c{
    padding: 0 15px 15px 15px;
}
.uyeMenuContainer{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.uyeMenuContainer a{
    width: 100%;
    padding: 10px 25px ;
    font-size: 14px;
    position: relative;
    color: #40739e;
}
.uyeMenuContainer > a:not(:last-child){
   border-bottom: 1px solid #ccc;
}
.uyeMenuContainer a:before{
    font-family: 'WebHostingHub-Glyphs';
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    color:#c5e2ea;
    text-shadow:0 0 1px #008cba;

    font-size: 18px;
}
a.main:before{
   content: '\21b8';
}
a.favori:before{
    content: '\f13a';
}

a.uye:before{
    content: '\f133';
}
a.cikis:before{
    content: '\f324';
}
a.mesaj:before{
    content: '\f136';
}
.uyeMenuContainer a:hover,
.uyeMenuContainer a:active{
    color:#2980b9;
}

.uyeMenuContainer a:hover:before,
.uyeMenuContainer a.active:before {
    color:#f1c40f;
}
.favoriContainer{
    display: flex;
    align-items: center;
    margin-right: 2px;
}
.favoriContainer > *{
    margin-left: 25px;
}
.favoriContainer .msg{
    font-size: 12px;
    height: 30px;
    padding: 5px 15px;
    border:1px solid rgba(39, 174, 96,1.0);
     
    
    color:#27ae60;
}
.favoriContainer .btnFavoriCikart,
.favoriContainer .btnFavoriEkle
{
    padding: 8px 15px; 
    color:#fff;
    font-size: 13px;
    cursor: pointer;
    opacity: .9;
}
.favoriContainer > *:hover{
    opacity: 1;
}
.favoriContainer .btnFavoriCikart{ 
    background: #e74c3c; 
}

.favoriContainer .btnFavoriEkle{ 
    background: #f39c12;
}

.favorilerimContainer{
    display: flex;
    flex-direction: column;
    
}
.favorilerimContainer .item{
    display: flex;
    border:1px solid #f0f0f0;
    padding: 20px 15px 30px 15px;
    align-items: start;
    justify-content: start;
    flex-wrap:wrap;
    position: relative;
}
.favorilerimContainer .item:not(:last-child){
    margin-bottom: 15px;
}
.favorilerimContainer .item:hover{
   box-shadow:  0px 25px 15px -25px #111;
    transition: .2s all;
    border:1px solid #8395a7;
}
.favorilerimContainer .yeniMesaj{
    background: #e74c3c; 
    color:#fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 15px;
    animation: yanSon;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-size: 12px;
    
    
}

.favorilerimContainer .resimContainer{
    width: 20%;
    height: 120px;
    background: #fff;
    border:1px dashed #ccc;
    padding: 5px;
    text-align: center;
}
.favorilerimContainer .resimContainer img{
    max-width: 100%;
    max-height: 100%;
}
.favorilerimContainer .ozellikContainer{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;  
    height: 120px;
    padding: 0 15px 0 5px;
   
}
.favorilerimContainer .favoriNavContainer{
    width: 15%;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    padding: 40px 5px 0 5px;
     
}
.favorilerimContainer .item .fiyat{
    color:#27ae60;
    font-size: 16px;
    position: absolute;
    right:15px;
    top:10px;
    font-weight: bold;
    border:1px dashed #27ae60;
    padding: 5px 15px;
}
.favoriNavContainer > *:not(.cikartOnayContainer){
    padding: 6px 15px;
    margin:5px; 
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to bottom, #ecf0f1, #fffafa , #ecf0f1);
    border:1px solid #c9ddea;
    color:#58809b;
    font-weight: bold;
} 
.favoriNavContainer > *:hover{
    color:#2980b9;
    
}

.favorilerimContainer .favoriOzellik label{
    
    /*color:#27ae60;
    background: linear-gradient(to bottom,#ecf0f1,#f5f6fa );
 border-radius: 5px;
   border:1px solid #dcdde1;
    */
    padding: 2px 10px;
   position: relative;
    text-align: center;
    color:#576574;
    font-size: 14px;
}
.favorilerimContainer .favoriOzellik label:after {
    content: ''; 
     width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;

    border-width: 0 0 2px;
    border-style: solid;
    border-color: #8395a7;
}
.favorilerimContainer .favoriOzellik{
     
    display: flex;
    flex-direction: column; 
    font-size: 12px;
     
    
}
.favoriOzellik.kategori{
    width: 100%;  
    
}
.favoriOzellik span{
    color:#636e72;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    color:#27ae60;
}
.favoriOzellik.kategori span{
    text-align: left;
    font-size: 14px; 
    color:#8395a7;
    
    
}

.favoriMesajContainer{
    width: 100%;
    padding:15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.favoriMesajContainer textarea{
    width: 100%;
    height: 150px;
    border:1px dashed #ccc;
    outline: none;
    padding: 15px;
    color:#7f8c8d;
}
.favoriMesajContainer textarea::placeholder{
    color:#7f8c8d;
}
.favoriMesajContainer .mesajSonuc{
    width: 50%;
    display: flex;
    padding: 15px;
    color: #7f8c8d;
}
.favoriMesajContainer .btnMesajContainer{
    display: flex;
    width: 50%;
    justify-content: end;
     padding: 15px 0;
}
.favoriMesajContainer .btnMesajContainer .btn{
    margin:  0 5px;
}

.mesajListesi{
    margin: 0;
    padding: 0;
    display: flex;   
     flex-direction: column;
    width: 100%;
}
.mesajListesi li{
    list-style: none;padding: 10px;
    border:1px solid #f3f3f3;
    border-radius:15px;
    margin-bottom: 15px;
    width: 400px;
    min-height: 70px;
   position: relative;
  color:#34495e;
    font-size: 13px; 
    padding: 25px 10px  ;
             
}
.mesajListesi li.yazanDanisman{
  align-self: end;
    background: rgba(241, 196, 15,.1);
}
.mesajListesi li.Okundu{
    
}
.mesajListesi .yazan{
    color:#27ae60;
}
.yazanUye .OkunduFalse
,.yazanUye .OkunduTrue{
    position: absolute;
    right: 15px;
    bottom:5px;
}
.OkunduFalse:before
,.OkunduTrue:before{
    content:'\2713''\2713';
    font-family: 'WebHostingHub-Glyphs'; 
}
.OkunduFalse:before{
    color:#ccc;
}
.OkunduTrue:before{
    color:#27ae60;
}
.mesajListesi .tarih{
    font-size: 11px;
    color:#95a5a6;
    position: absolute;
    right: 15px;
    top: 5px;
    font-style: italic;
}

.sifreGsmContainer{
    display: flex;
}
.sifreGsmContainer input{
    outline: none;
    border:1px dashed #ccc;
    padding: 2px 5px;
    letter-spacing: 1px;
}
.sifreGsmContainer input:focus{
    border:1px solid #f04124;
}

.danismanResim{
    min-height: 150px;
}
.danismanResim img{
    width: 100%;
    padding: 15px;
}
.pfListContainer{
    display: flex;
    flex-direction: column;
}
.pfListContainer > *{
    width: 100%;
}
.pfListContainer > .listKontrol{
    display: flex;
    justify-content: end;
    align-items: center;
}
.pfListContainer > .listKontrol > .btn-group
{
    margin: 0 10px;
}
/*******************Responsive*********************/
@media (max-width: 767px)  {
    body{
        min-width: unset;
    }
    .container{
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
         flex-wrap:wrap;
    }
    .defNavSol, .kenarBosluklari, .aramaContainer, .navButon, .defButon{
        display: none;
    }
    [class*=col-]{
        max-width: 100%;
        width: 100%;
        padding: 0;
        float: none;
    } 
    .header{
        height: 70px;
        display: flex;
        align-items: start;
        justify-content: center;
        padding: 5px;
        flex-wrap: wrap;
    }
    .header .uyeNavContainer{
        width: 60%;
        left: 55%;
        transform: translate(-50%);
        bottom: 5px;
    }
    .logoLink{
       display: flex;
        justify-content: center;
    }
    .header2.header-scrolled{
        box-shadow: none;
    }
    .defaultPf{
        width: 100%;
        max-width: 100%; 
    }
    .defaultPf >.itemContainer
    {
        width: 100%;
        max-width: 100%;
        font-size:11px;
      height: unset;
        padding: 0;
         
    }
    .defaultPf >.itemContainer:nth-child(odd){
        background: rgba(255,255,255,.7);
    }
    .defaultPf >.itemContainer:not(:first-child){
        margin-top:10px;
    }
    .itemContainer > a{
        flex-direction: row;
         
    }
    .itemContainer > a > .imgContainer,
    .itemContainer > a > .detayContainer{
        width: 50%;
        height: unset;
        
    }
    .itemContainer > a > .imgContainer{
        max-height: 110px;
    }
    .itemContainer > a > .imgContainer img{
        height: unset;
        width: unset;
    }
    .itemContainer > a >.detayContainer >.fiyat{
        position: unset;
        background: none;
        text-align: right;
        
    }
    .itemContainer > a >.detayContainer{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 0 0 10px;
    }
    .mobilContainer{ 
    display: unset;
        position: unset;
}
    .mobilContainer > .mobilMenu
    {
        position: relative;
        width: 100%; 
        left: 0;
        right: 0;
        
    }
    .mobilMenuList{ 
    padding: 0;
    width: 200px;
    background: #fff;
    border:1px dashed #ccc;
    position: absolute; 
    box-shadow: 0 2px 8px #ccc;
    z-index: 99;
    left: 45%;
        display: none;
    }
     .mobilMenuList.goster{  
    display: inherit; 
         
    } 
     
    .mobilMenu .mobilBtn{ 
        height: 50px; 
        border-bottom:1px solid #ccc;
        margin: 0;
        padding: 0;
        display: flex;
        position: relative;
        top: 0;
        width: 100%;
        
    }
    .mobilMenu.mobilMenu-scrolled{
        position: fixed;
        top:105px;
        z-index: 99; 
        background: #fff;
        left: 0;
        right: 0;
    }
    .mobilMenu-scrolled .divFilter{
        width:  345px;
    }
    .mobilMenu .mobilBtn li{
       line-height: 20px;
        width: 50%;
        max-width: 50%;
        text-align: center;  
        padding:5px;
        cursor: pointer;
        position: relative;
        color:#576574;
    }
    .mobilMenu .mobilBtn li:not(:last-child){
        border-right: 1px solid #ccc;
        height: 100%; 
    }
    .mobilMenu .mobilBtn li:before {
       content: '\f05c'; 
        font-family: 'WebHostingHub-Glyphs';
         display: block;
    }
    .mobilMenu .mobilBtn li.tumPf:before{
        content: '\f110';
    }
    .mobilMenu .mobilBtn li.order:before{
       content: '\f1c2'; 
    }
    .mobilMenu .mobilBtn li.menu:before{
       content: '\f127';
    }
    
    
ul.mobilMenuList li{
    display: block;
     padding:  10px;
   
}
    
ul.mobilMenuList li:not(:last-child){
    border-bottom: 1px solid #ccc;
}
ul.mobilMenuList li a{
   display: block;
}
    ul.mobilMenuList li:hover,
    ul.mobilMenuList li:active,
    ul.mobilMenuList li:focus{
        background: #2980b9;
    }
    ul.mobilMenuList li:hover a,
    ul.mobilMenuList li:active a,
    ul.mobilMenuList li:focus a{
        color: #fff;
    }
    
    .pfListHeader{display: none;}
    .headFilter{display: none;}
    .mobilFiltre{
        
        position: fixed;
        z-index: 99999;
        left: 0;
        top:0;
        background:#fff;
        right:0;
        bottom:0;
        width: 100%;
        height: 100%; 
    }
    .mobilFiltre.goster{
        display: block;
    }
    .mobilFiltre .baslik{
        background:#27ae60;
        color:#fff;
        padding: 10px 5px; 
    }
    .mobilFiltre .kapat{
        position: absolute;
        z-index:9999;
        right:45px;
        top:5px;
        width:25px;
        height:25px;
        color:#fff;
    }
    .kapat:before{
        font-family: 'WebHostingHub-Glyphs';
        content: '\00d7';
        font-size: 16px;
    }
    .mobilFiltre ul{
        
        padding: 0;
        width: 100%;
    }
    .mobilFiltre ul:not(:first-child){
        margin-top:10px;
    }
     
    .mobilFiltre li{
        padding: 10px;
        border-bottom: 1px solid #ecf0f1;
        background: transparent;
        cursor: pointer;
    }
    .mobilFiltre li:not(.Mahalle li):hover,
    .mobilFiltre li:not(.Mahalle li):active{
       background:#2980b9;
        color:#fff;
    }
    
    .mobilFiltre ul{
        max-height: 250px;
        overflow-y: scroll;
    }
    .mobilFiltre .btn
    {
        border-radius:0;
        width:calc(100%/2 -(2px));
        
            
    }
      
    .mobilFiltre li.secili{
        background-color: rgba(241, 196, 15,.2);
    }
    
    .mobilMenu a{
        color:#576574;
        font-size: 12px; 
    }
    .listKontrol.pull-right{
     display: flex; 
    }
    #divSirala{
        margin:  0 0 10px 0;
    }
    .listKontrol .btn-group{
        display: none;
    }
    
     .divFilter{
        margin: 10px auto;
        width: 100%;
        display: flex;
        height: 30px;
        border:1px dashed #ccc;
        position: relative;
    }
    
   
 
.divFilter .araBtn{
    position: relative; 
    cursor: pointer;
    color:#999;
    font-size: 14px; 
    }
     .divFilter .btnAra:before{
    content: '\f0c5';
    font-family: 'WebHostingHub-Glyphs';
    color:#2f3542;
    right: 15px;
     top:3px;
    position: absolute;
     
}
 
.divFilter input{
    width: 100%;
    border:none;
    height: 30px;
        font-size: 16px;
    background: transparent;
    padding: 5px 15px;
     box-shadow:  none;
    height:100%;
    margin: 0;
    color:#999; 
    font-size:14px;
    outline: none;
}
.divFilter input:focus{
    color:#2980b9; 
     
     
}
    .Kunye{
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 15px 0;
    }
    .Kunye .col-xs-8{
        display: flex; 
        text-align: left;
        align-items: baseline;
    }
     
    .kunyeMenu{
        flex-direction: column;
        width:50%;  
    }
    .kunyeMenu{
        margin: 0;
    }
    .kunyeMenu:not(:first-child) li{
         padding: 5px 5px 5px 25px;
    }
    .Kunye .col-xs-2:last-child{
    text-align: center;
    }
    .lg-sub-html{
        padding: 0 0 10px 0;
    }
    .lg-sub-html h2{
        font-size: 16px;
        padding:0;
        line-height: 22px;
    }
    
   
.detayBaslik h2{
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    width: 100%;
     padding: 0 0 10px 0;
}
.detayBaslik >.detayPaylas{
    position: absolute; 
    font-size: 12px; 
    top:60%;
    right: 0;
    
}
     
.detayPaylas > .btn{
    margin: 0 2px;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 15px;
}
    .detayPaylas > .btn.btn-success{
        padding: 5px 2px;
        width: 60px;
    }
    .detayPaylas > .btn-social-icon > :first-child{
        font-size: 18px;
        line-height: 25px;
    }
    
    ul.listOzellik li{
    width: 50%;
}
    #resim{
        padding: 0 0 30px 0
    }
    #btnMegaFoto{
        padding: 2px 5px 2px 25px;
        font-size: 12px;
    }
    #btnMegaFoto:before{
        top: 0;
    }
    
    .alsat >.list-group-item{
    padding: 15px;
}
    
    .paylas{
    display: flex;
    flex-wrap: wrap;
    margin:0;
    padding: 0;
   justify-content: end;
        align-items: center;
        width:50%;
}
.paylas li{
    list-style: none;
    font-size: 16px;
    margin:  5px;
}
.paylas .btnFavoriEkle, .paylas .btnFavoriCikart{
     
   white-space: nowrap;
    font-size: 12px;
    position: relative;
    background: linear-gradient(to bottom, #f3f3f3, #fff, #f3f3f3);
    border:1px solid #ddd;
    color:#008cba;
    padding: 2px 10px 2px 30px;
    cursor: pointer;
    border-radius: 10px;
}
    .pane .c{
    padding: 15px;
}
    .favoriContainer{
        display: none;
    }
    .inputContainer{
        width: 100%;
    }
    
    
    .favorilerimContainer .item{
    display: flex; 
    padding: 5px;
    align-items: start;
    justify-content: start;
    flex-wrap:wrap;
    position: relative;
        min-height: 320px;
}
.favorilerimContainer .item:not(:last-child){
    margin-bottom: 15px;
}

.favorilerimContainer .resimContainer{
    width: 100%; 
    background: transparent;
    border:none;
   
}
 
.favorilerimContainer .ozellikContainer{
    width: 100%; 
    height: 100px;
    padding: 0 5px;
   
}
    .favorilerimContainer .ozellikContainer > .favoriOzellik:first-child{
       width: 100%;
    }
    .favorilerimContainer .ozellikContainer > .favoriOzellik:not(:first-child){
      width: 33%;
    }
.favorilerimContainer .favoriNavContainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 12px;
    padding: 40px 5px 0 5px;
     
}
    .favorilerimContainer .favoriNavContainer .cikartOnayContainer {
      display: flex;
        align-items: center;
        
    }    
    .favorilerimContainer .favoriNavContainer .cikartOnayContainer .btn{
        margin: 3px;
    }
.favorilerimContainer .item .fiyat{
    color:#bd2735;
    font-size: 12px; 
    left:50%;
    right: unset;
    transform: translateX(-50%);
    top:130px; 
    border:1px dashed #bd2735;
    padding: 5px 25px;
}
 
 

.favorilerimContainer .favoriOzellik label{
   
    font-size: 12px;
}
 
.favorilerimContainer .favoriOzellik{ 
    flex-direction: column; 
    font-size: 11px; 
}
  
.favoriOzellik.kategori span{ 
    font-size: 11px;   
}

    .mesajListesi li{
        width: unset;
    }
    
    .uyeDurum{
    padding: 50px 0;
    display: flex;
    justify-content:space-around;
        flex-wrap:wrap;
        flex-direction:column;
        align-items:center;
}
    .uyeDurum a{
        width:200px;
    }
    .uyeDurum a:not(:first-child){
        margin-top: 25px;
    }
    .pane.uyeMenu{
        border:none;
        box-shadow: none;
        position: relative;
    }
    .pane.uyeMenu .h{
        display: none;
        
    }
    .pane.uyeMenu .c{
        padding: 0;
    }
    
    .uyeMenuContainer{
    display: flex;
    flex-direction: column;
    width: 100%;
         
        position: absolute;
        background: #fff;
        z-index: 9;
       box-shadow: 5px 1px 15px #000;
        left:-120%;
        transition: .3s all;
}
    .uyeMenuContainer.aktif{
         left:0;
        
    }
.uyeMenuContainer a{
    width: 100%;
    padding: 10px 45px ;
    font-size: 14px;
    position: relative;
    color: #40739e;
}
    .uyeMenuContainer a:before{
        left: 15px;
    }
    #btnUyeMenu, #btnUyeMenuKapat{
        width: 25px;
        height: 25px; 
        position: absolute; 
        color:#2980b9;
        cursor: pointer;
        
    }
    #btnUyeMenu{
         font-size: 32px;
         top:0;
        left: 5px;
    }
    #btnUyeMenuKapat{
         top:5px;
        right: 15px;
        font-size: 20px;
        z-index: 99;
    }
    #btnUyeMenu:before{
        font-family: 'WebHostingHub-Glyphs';
        content: '\f127';
    }
    #btnUyeMenuKapat:before{
        font-family: 'WebHostingHub-Glyphs';
        content: '\00d7';
    }
    .favorilerimContainer .yeniMesaj{
        bottom: unset;
        right: unset;
        font-size: 11px;
        padding: 3px 5px;
    }
   
}
/*******************Responsive-Son*********************/

.loadingWrap
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top:0;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,.8);
    z-index: 999999;
}
.loading
{
    position: absolute;
    top:20%;
    left:50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 20px 50px;
    font-size: 14px;
    border:2px solid #2980b9;
     background-image: -webkit-linear-gradient(top, rgba(255,255,255,.9) 50%, rgba(236, 240, 241,.9) 100%);
    color:#2980b9;
    border-radius: 13px;
}
@keyframes yanSon {
  0% {
    opacity: 0;
    }
  25% {
    opacity: .5;
    }
    50% {
    opacity: 1;
    }
    
    100% {
    opacity: 0;
    }
    
}