.navbar-default .navbar-brand{
    background: linear-gradient(#a33d9b,#5F235A);
    }
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #0a0a0a;
  /*background:url(/img/arka.png) repeat center top fixed #0a0a0a;*/
  
}
/*body{
background: linear-gradient(90deg, #e6ec8f, #e3ee53, #ffd800, #ffb600, #ff9400, #ff7300, #ff4600, #e6ec8f, #e3ee53 ,#ffd800, #ffb600, #ff9400, #ff7300, #ff4600);
background-size: 1000% 1000%;
animation: BackgroundGradient 30s ease infinite;}
@keyframes BackgroundGradient {
0% {background-position: 0% 50%;}
50% {background-position: 100% 50%;}
100% {background-position: 0% 50%;}
} */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	border-radius: 0px;
	background-color: #dddddd;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #dddddd;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #732344;
}

.temizle{ clear:both; }
.slogan{font-size:30px;}
.ilanhatti{font-size:24px;}
.m-bottom{margin-bottom:8px;}
.text-white, .text-white:hover {color: #fff;}

.VitrinUst{
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
box-shadow: 3px 3px 10px #fff;
}

.item {
padding:0.5px;
}

.vitrin_baslik{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:14px;font-weight:600;height:30px;line-height:22px;background:#fbfbfb;color:#C70059;padding:4px;border:1px solid #dddddd;-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
.vitrin_sehir{text-align:center;font-size:10px;height:30px;line-height:26px;	-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
background: linear-gradient(#00354E,#000);	color:white;padding:2px;}
.vitrin_semt{text-align:center;font-size:10px;height:30px;line-height:26px;	-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background: linear-gradient(#C70059,#000);color:white;padding:2px;}
.vitrin_telefon{text-align:center;font-size:15px;height:30px;line-height:26px;-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
background: linear-gradient(#000,#333);color:white;padding:2px;}

.eskort.efekt:after {
content: '';
position: absolute;
top: 0;
left: 1.5%;
width: 0;
height: 100%;
background: rgba(163, 61, 155, 1);
}
.eskort.efekt:hover:after {
width: 97%;
background-color: #a33d9b);
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
z-index:-9;
}
.eskort:active:after {
  opacity: 1; 
}

.navbar-header a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  font-family: chewy;
  background: linear-gradient(#a33d9b,#5F235A);
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s linear infinite;
}

@keyframes shine {
  from { -webkit-mask-position: 150%; }
  to { -webkit-mask-position: -50%; }
}

.vipilan{
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    font-family: chewy;
background: linear-gradient(#3E173A,#a33d9b);
color:#f6f4f4; text-shadow: 2px 2px 2px #000; font-size:15px;  padding:5px; font-weight:500; text-align:center;

text-align:center;margin-top:5px;margin-bottom:5px;padding:5px;text-align:center;}
.vipilan span{}
.vipilan span.glyphicon{color:#dad420; font-size:12px; padding:2px; font-weight:400; text-align:center;}

.cerceve{
	width:110px;
	height:110px;
	float:left;
	margin-top:10px;
}

img.resim {
    object-fit: contain;
	width:100%;
	height:100%;
	border: 2px solid #ddd;
	padding:1px;
}

.yan-cerceve{
	width:60px;
	height:60px;
	float:left;
	margin:0;
	border-radius:3px;
}

img.yan-resim {
    object-fit: contain;
	width:100%;
	height:100%;
	border: 1px solid #ccc;
}

@media only screen and (max-width: 414px) {
.cerceve{
	width:90px;
	height:90px;
	float:left;
	margin-top:10px;
}

img.resim {
    object-fit: contain;
	width:100%;
	height:100%;
	border: 1px solid #ddd;
	padding:1px;
}

.yan-cerceve{
	width:45px;
	height:45px;
	float:left;
	margin:0;
}

img.yan-resim {
    object-fit: contain;
	width:100%;
	height:100%;
	border: 1px solid #ccc;
}
}

h4.media-heading a {color:#186c95; font-size: 1.6rem;  font-weight: 600;}

.panel-default > .panel-heading {
  color: #ffffff;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
background: linear-gradient(#a33d9b,#5F235A);
text-shadow: 2px 2px 2px #000;
box-shadow: 3px 3px 10px #a33d9b;
  
}

@media (min-width:320px) and (max-width:768px) {
   
}


a.devami{
	border:1px solid #999;
	border-radius:3px;
	padding:3px;
	text-decoration:none;
	font-size:11px;
	background:#fff;
	color:#333;
}

a.devami:hover{
	border:1px solid #999;
	text-decoration:none;
	color:#eee;
	background:#333;
}



.escortonceki{
	float:left; margin-left:22px;
}

.escortsonraki{
	float:right; margin-right:22px;
}



#footer{
	color: #777;
}

.thumb-contenido{
    
    margin-bottom:4%;
    margin-left: 0px;
    padding-left: 0px;

}

/* CSS Test begin */
.comment-box {
    margin-top: 30px !important;
}
/* CSS Test end */

.comment-box img {
    width: 50px;
    height: 50px;
}
.comment-box .media-left {
    padding-right: 10px;
    width: 75px;
}
.comment-box .media-body p {
    border: 1px solid #ddd;
    padding: 10px;
	
}
.comment-box .media-body .media p {
    margin-bottom: 0;
}
.comment-box .media-heading {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 7px 25px;
    position: relative;
    margin-bottom: -1px;
}
.comment-box .media-heading:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f1f1f1;
    border: 0px solid #ddd;
    border-width: 0px 0 0 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 4px;
}

.Header_Alani{
color: #ffffff; 
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
background: linear-gradient(#a33d9b,#5F235A);
text-shadow: 2px 2px 2px #000;
box-shadow: 3px 3px 10px #a33d9b;
text-align:center; 
/*margin-top: 50px;*/
margin-bottom: 10px;
min-height: 50px;
padding: 5px;
text-shadow:0px 0px 0px #333;
font-family: 'Quicksand', sans-serif;
clear:both;

}


.block-title{color: #48453d; margin-bottom:0px; font-size:18px; margin-top: 0px; font-weight:500; text-transform:capitalize;}
.item-content-block{padding:20px; border-top:2px solid #f6f6f2; background-color:#FFF; display:block;margin-bottom:20px;}

.tags button{background-color:#777; padding:10px; color:#fff; display:inline-block; font-size:11px; text-transform:capitalize; line-height:4px; border-radius:2px; border:0px; margin-bottom:5px; margin-right:2px; text-decoration:none;}

.tags button:hover{background-color:#333;color:#fff;}


/*----------------------
Product Card Styles 
----------------------*/
.panel.panel-stili {
    background: #fff;
	color:#333;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.panelTop {
	
}

.panelTop h3 a{
	color:#000;
	font-weight:500;
	font-size:0.75em;
	text-decoration:none;
}

.panelTop p{
	color:#000;
	font-weight:500;
	
}

.panelBottom {
    border-radius: 3px;
	padding:5px;
	margin-top: 10px;
	background: linear-gradient(#a33d9b,#5F235A);
	color:#ff;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}


.panelBottom span{
	color:#333;
	font-weight:300;
	font-size:11px;
	
}



/* Title Divider
============================================ */
.title-divider {
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px 0;
}
.hr-divider {
  border-bottom: 1px solid #333;
  position: relative;
  float: left;
  bottom: -4px;
}
.icon-separator {
  float: left;
  text-align: center;
  margin-top: -7px;
  font-size: 24px;
  color: #222;
  padding: 0;
}
.heading-divider {
  margin-bottom: 40px;
  margin-top: 30px;
  display: flex;
}
.heading-divider .title {
  flex-grow: 0;
  -webkit-flex-grow: 0;
  margin: 0 5px 0 0;
  line-height: 1px;
}
.heading-divider .line-separator {
  border-bottom: 1px solid #52f75f;
  border-top: 1px solid #52f75f;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  height: 6px;
  position: relative;
}







.transition {
  transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}
.three .transition {
  transition: .7s cubic-bezier(.3, 0, 0, 1.3)
}
.five .transition {
  transition: .5s cubic-bezier(.3, 0, 0, 1.3)
}


.kapsayici{
	
	background-position: center center;
	overflow: hidden;
    background-size: cover;
	
	
}

 @-webkit-keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}
 @-moz-keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}
 @-o-keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}
 @keyframes social-show {
 from {
margin-top: 140px;
}
to {
  margin-top: 0px;
}
}




.go-top {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  position: fixed;
  bottom: -40px;
  right: 10px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #333;
  color: #FFFFFF;
  text-decoration: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor:pointer;

}

.go-top.show { bottom: 10px;cursor:pointer; }

.go-top:hover {
 	text-shadow: 2px 2px 2px #000;
	background: linear-gradient(#a33d9b,#5F235A);
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  color: #FFFFFF;
  cursor:pointer;
}

.vipads{width:100%;float:left}
.vadstitle{width:500px;height:50px;margin:13px auto;background:url(../img/panttitle.png) center top no-repeat;text-align:center;color:#feffff;font-family:'Roboto',sans-serif;font-size:16px;font-weight:700;color:#feffff;font-family:Roboto,sans-serif;line-height:50px;display:table}
.sadstitle{width:500px;height:50px;margin:13px auto;background:url(../img/stitle.png) center top no-repeat;text-align:center;color:#feffff;font-family:'Roboto',sans-serif;font-size:16px;font-weight:700;color:#feffff;font-family:Roboto,sans-serif;line-height:50px;display:table}
.vads{width:100%;height:170px;float:left;margin:5px auto;position:relative;overflow:hidden;transform:translate3d(0,0,0);border-radius:21px; box-shadow: 0px 1px 1px 2px #000;}
	.kayanresim {width:2526px;position:absolute;top:0;left:0;height:100%;transform:translate3d(0,0,0);background-size:contain;animation:moveSlideshow 25s linear infinite}
	@keyframes moveSlideshow {
100%{transform:translateX(-66.6666%)}
}
.vads small{background: url(../img/vipsag.png) center top no-repeat;z-index: 1;     right: 0;    width: 320px;    height: 170px;    position: absolute;    top: 0;}
.vads .image{width:2526px;position:absolute;top:0;left:0;height:100%;transform:translate3d(0,0,0);background-size:contain;animation:moveSlideshow 25s linear infinite}
.vtitle{ font-weight: bold;font-size:20px;    font-family: sans-serif;color:#fdff77;position:relative;top:10px;right:15px;z-index:2;float:right}
.vadsdesc{float:right;width:140px;height:60px;font-size:13px;position:absolute;top:40px;text-align:right;z-index:10;right:10px;color: #fff;    font-family: sans-serif;    font-weight: bold;    line-height: 25px;    text-shadow: 1px 1px 1px #000;}

.vadsyas{
	float: right;
	width: 140px;
	height: 60px;
	font-size: 13px;
	position: absolute;
	top: 60px;
	text-align: right;
	z-index: 10;
	right: 10px;
	color: #fff;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 25px;
	text-shadow: 1px 1px 1px #000;
}
.vadsboy{
	float: right;
	width: 140px;
	height: 60px;
	font-size: 13px;
	position: absolute;
	top: 80px;
	text-align: right;
	z-index: 10;
	right: 10px;
	color: #fff;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 25px;
	text-shadow: 1px 1px 1px #000;
}
.vadskilo{
	float: right;
	width: 140px;
	height: 60px;
	font-size: 13px;
	position: absolute;
	top: 100px;
	text-align: right;
	z-index: 10;
	right: 10px;
	color: #fff;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 25px;
	text-shadow: 1px 1px 1px #000;
}

.vadstel{
	width: 175px;
	height: 35px;
	float: right;
	text-indent: 25px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Roboto',sans-serif;
	position: absolute;
	z-index: 10;
	bottom: 5px;
	line-height: 35px;
	right: 0px;
	display: inline-block;
	text-align: center;

	background-repeat: no-repeat;
	background-position: left center;
}
.vads a .vslide{opacity:0;transition:opacity .1s ease-out;background-position:0 -200px;-webkit-animation:70s scroll infinite linear;animation:70s scroll infinite linear}
.vads .gercekresim{left:10px}
.vads .unlimited{left:10px;bottom:10px}
.vads .premw {    right: 150px;    bottom: 134px;    top: auto;    left: auto;}
.vads .pmtrium{left:10px}
.pcolor{background: url(../img/vipsolisim.png) center top no-repeat;    background-size: 100% 100%;}
.gercekresim{
	width: 130px;
	height: 26px;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
	border-radius: 15px;
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	font-family: chewy;
	font-style: normal;
}
.pmtrium{width:88px;height:26px;color:#fff;line-height:26px;text-align:center;font-weight:700;border-radius:15px;position:absolute;z-index:10;bottom:48px;right:10px}
.unlimited{width:88px;height:26px;color:#fff;line-height:26px;text-align:center;font-weight:700;border-radius:15px;position:absolute;z-index:10;bottom:10px;right:10px}

.preads a .vslide{opacity:0;transition:opacity .1s ease-out;background-position:0 -200px;-webkit-animation:70s scroll infinite linear;animation:70s scroll infinite linear}
@keyframes moveSlideshow {
100%{transform:translateX(-66.6666%)}
}


.goldicon {
	margin: 0;
	padding: 0;
	background-image: url("../img/goldicon.png");
	height: 20px;
	width: 16px;
	left:50px;
	padding-top:5px;
}


.pcolor{background: url(../img/vipsolisim.png) center top no-repeat;    background-size: 100% 100%;}
.viprenk{background: url(../img/vipsolisim.png) center top no-repeat;    background-size: 100% 100%;}
.ncolor{background:#971ec7;background:linear-gradient(90deg,rgba(151,30,199,1) 0%,rgba(155,30,199,0.9360119047619048) 43%,rgba(151,30,199,0.9220063025210083) 100%)}

.h1,.h2,.h3,.h4,.h5,.h6,.heading-typo,h1,h2,h3,h4,h5,h6{
	font-family: chewy;
	font-weight: 400;
	margin: 15px 0 7px;
	font-style: normal;
}

.escortresim
{
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

@media screen and (max-width: 600px) {
    .nomobile {
        visibility: hidden;
        clear: both;
        float: right;
        margin: 5px auto;
        width: 22%;
        height: auto;
        display: none;
        // Önemli olan nokta burası burayı kaldırırsanız sadece mobile için görüntülenir.
    }
}
.YaziDetay { color:#333; }
.ilangondertext {
	color: #FFF;
}
.ilangondertext a{ color:#FFF; }