@font-face {
  font-family: 'Myriad-Pro-Semibold';
  src: url('../fonts/Myriad-Pro-Semibold.ttf');
 }
 @font-face {
  font-family: 'NeoSansMediumItalic';
  src: url('../fonts/neosans/NeoSansMedium Italic TR.otf');
 }
 @font-face {
  font-family: 'NeoSansMediumRegular';
  src: url('../fonts/neosans/NeoSans Medium TR.otf');
 }
  @font-face {
  font-family: 'NeoSansMediumLight';
  src: url('../fonts/neosans/NeoSans Light TR.otf');
 }
  @font-face {
  font-family: 'NeoSansPro-Regular';
  src: url('../fonts/neosans/NeoSansPro-Regular.ttf');
 }
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
  -webkit-background-size: cover !important; 
  -moz-background-size: cover !important; 
  -o-background-size: cover !important; 
  background-size: cover !important;
  font-family: 'Open Sans',sans-serif;

}
.arama{
	padding: 5px 10px 5px 20px;
	background:#1C4F90;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.arama input{
	border-radius: 20px;
}
.arama button{
	border:none;
	background:transparent;
}
.arama i{
	color:white;
	font-size: 20px;
	padding-left: 10px;
	padding-top: 5px;
}.arama span{
	color:white;
	border-left: solid 1px white;
	padding-left: 5px;
}
.menu ul{list-style-type: none;}
.menu ul li{float: left;padding-right: 30px;}
.menu ul li a{
   color:white; padding: 5px 20px 5px 20px;  
   font-family: 'NeoSansPro-Regular';
   text-decoration: none;
   font-weight: bold;
  background: #58585A;
-webkit-box-shadow: 0px 5px 5px 0px rgba(51,50,51,1);
-moz-box-shadow: 0px 5px 5px 0px rgba(51,50,51,1);
box-shadow: 0px 5px 5px 0px rgba(51,50,51,1);
}
.menu ul li a:hover{color:#414A4F;background:#FFBD24;}
.sosyalmedia i{color:white;font-size: 25px;padding-right: 15px;}
.anasayfaslider img{float: right;margin-right: 90px;}
.hizligiris h3{color:white;  font-family: 'NeoSansMediumLight';}
.hizligiris label{color:white;font-family: 'NeoSansMediumLight';}
.hizligiris input[type=email], .hizligiris input[type=password]{
  border-radius: 30px;
}
.hizligiris button{
  border-radius: 30px;
  padding-right: 25px;
  padding-left: 25px;
  background: #718496;
  color:white;
  border:solid 2px white;
}
.hizligiris a{
  border-radius: 30px;
  padding-right: 25px;
  padding-left: 25px;
  background: #718496;
  color:white;
  border:solid 2px white;
}
.anasayfakategori a{
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #f3f3f3 50%, #ededed 93%, #ededed 100%, #ffffff 100%, #ededed 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%,#f3f3f3 50%,#ededed 93%,#ededed 100%,#ffffff 100%,#ededed 100%);
  background: linear-gradient(to right, #ffffff 0%,#f3f3f3 50%,#ededed 93%,#ededed 100%,#ffffff 100%,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
  border:solid 1px #999999;
  border-radius: 5px;
  color:#414A4F;
  font-family: 'NeoSansMediumItalic';
  height: auto;
  padding-top: 12px;
}
.anasayfakategori i{padding-left: 10px;}
.anasayfakiralik h2{
  font-family: 'NeoSansMediumLight';
  font-style: italic;
  color:#1B4F8F;
}
.anasayfaurun{
  background: white;
  border:solid 1px #999999;
  border-radius: 10px;
}
.anasayfaurun h3{
  color:#144F91;
  font-family: 'NeoSansMediumRegular';
  border-bottom: solid 1px #1B4F8F;
  padding-bottom: 10px;
  font-size:16px;
}
.kiralabutton a{
  font-family: 'NeoSansMediumRegular';
  background: rgb(161,29,33);
  background: -moz-linear-gradient(left, rgba(161,29,33,1) 0%, rgba(184,33,47,1) 19%, rgba(184,33,47,1) 34%, rgba(185,33,48,1) 41%, rgba(185,33,48,1) 48%, rgba(201,36,57,1) 61%, rgba(201,36,57,1) 70%, rgba(218,39,67,1) 89%, rgba(218,39,67,1) 100%);
  background: -webkit-linear-gradient(left, rgba(161,29,33,1) 0%,rgba(184,33,47,1) 19%,rgba(184,33,47,1) 34%,rgba(185,33,48,1) 41%,rgba(185,33,48,1) 48%,rgba(201,36,57,1) 61%,rgba(201,36,57,1) 70%,rgba(218,39,67,1) 89%,rgba(218,39,67,1) 100%);
  background: linear-gradient(to right, rgba(161,29,33,1) 0%,rgba(184,33,47,1) 19%,rgba(184,33,47,1) 34%,rgba(185,33,48,1) 41%,rgba(185,33,48,1) 48%,rgba(201,36,57,1) 61%,rgba(201,36,57,1) 70%,rgba(218,39,67,1) 89%,rgba(218,39,67,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a11d21', endColorstr='#da2743',GradientType=1 );
  border-radius: 20px;
  color:white;
}
footer p{
font-family: 'Open Sans',sans-serif;
}
.hakkimizda{
  background: white;
  min-height: 600px;
  -webkit-box-shadow: 0px 0px 26px -2px rgba(138,134,138,1);
  -moz-box-shadow: 0px 0px 26px -2px rgba(138,134,138,1);
  box-shadow: 0px 0px 26px -2px rgba(138,134,138,1);
}
.hakkimizda h3{
    font-family: 'NeoSansMediumItalic';
}
.hakkimizda p{
    font-family: 'NeoSansPro-Regular';
}
.kategori{
  border:solid 1px #221F1F;
}

.urunler{
  border:solid 1px #221F1F;
  border-radius: 50%;
  padding-top: 30px;
}
.incele{
background: rgb(169,3,41);
background: -moz-linear-gradient(right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-linear-gradient(right, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
background: linear-gradient(to left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );
padding-right: 40px;
padding-left:40px;
color:white;
border-radius: 20px;
width: 100%;
}
.incele:hover{
  color:#FEBD25;
}
.sepetdeger button{
  color:black;
  border-radius: 50%;
  background: rgb(255,255,255);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
border:none;

}.detaybutton button{
  color:black;
  border-radius: 50%;
  background: rgb(255,255,255);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
border:none;

}.detaybutton input{
  color:black;
  border-radius: 15px;
}.sepetdeger input{
  color:black;
  border-radius: 10px;
  width: 60%;
  margin-top:-33px;
  margin-left: 20px;
}
.urunresimleri .item{
  padding-right: 10px;
}
.urunkucuk{
  border:solid 1px #000;
}
.sepeteekle{
  border-radius: 15px;
  background: #1B4F8F;
  color:white;
}
.btn span.glyphicon {         
  opacity: 0;       
}
.btn.active span.glyphicon {        
  opacity: 1;       
}
.urunozellikleritab{
  padding: 20px;
}
.digerurunler{
  border:solid 1px black;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.digerurun{
  border:solid 1px black;
  padding: 10px;
}.digerurunler a{
  color:black;
}
.digerurunlerincele a{
  border-radius: 10px;
  background: #cc0000;
  background: -moz-linear-gradient(left, #cc0000 0%, #cc0000 100%);
  background: -webkit-linear-gradient(left, #cc0000 0%,#cc0000 100%);
  background: linear-gradient(to right, #cc0000 0%,#cc0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=1 );
  color:white;
}
 
#digerurunler .owl-theme .owl-controls .owl-buttons div{background:transparent;margin-top: -15px;}
#digerurunler .owl-theme .owl-controls .owl-buttons div .sag{position: absolute;right: 0px;bottom:55%;}
#digerurunler .owl-theme .owl-controls .owl-buttons div .sol{position: absolute;left: 0px;bottom:55%;}
.iletisimform{padding: 50px;}
.iletisimform input[type=text],.iletisimform input[type=email],.iletisimform select{
  border-radius: 0px;
  height: 40px;
}.iletisimform input[type=password]{
  border-radius: 0px;
  height: 40px;
}.iletisimform textarea{
  border-radius: 0px;

}
.siparisler strong{
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
}.adreslerim strong{
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
}
.adreslerim h5{
  font-family: 'Klavika Regular';
  font-size:16px;
}
.adresekle i{
  font-size: 50px;
  margin:20% 50% 20% 50%;
  color:green;
}
.profil h4{
  color:white;
}
.adreslerim{border-radius: 10px;}
.profil .btn{background: white;width: 60%;color:black;}
.adreslerim .btn{background: white;color:black;}
.sepeteekle{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color:white;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
  background: #234563;
  background: -moz-linear-gradient(left, #234563 0%, #255975 25%, #276c87 44%, #297893 63%, #276a86 75%, #255e7a 86%, #224564 100%);
  background: -webkit-linear-gradient(left, #234563 0%,#255975 25%,#276c87 44%,#297893 63%,#276a86 75%,#255e7a 86%,#224564 100%);
  background: linear-gradient(to right, #234563 0%,#255975 25%,#276c87 44%,#297893 63%,#276a86 75%,#255e7a 86%,#224564 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234563');

}
.fiyat h4{
    color:white;
}
.fiyat{
  background: #1C4F90;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-order ul.step{
  width: 100%;
  clear: both;
  overflow: hidden;
}
.page-order ul.step li{
  display: inline;
  line-height: 30px;
  width: 24%;
  float: left;
  text-align: center;
  border-bottom: 3px solid #ccc;
}
.page-order ul.step li.current-step{
  border-bottom: 3px solid #13A89E;
}
.sepetbutton a{
  border-radius: 5px;
}
.navbar-default{background: transparent;border-color: transparent;}
.navbar-default .navbar-nav>li>a{   
  color:white;
   font-family: 'NeoSansPro-Regular';
   text-decoration: none;
  background: #58585A;
-webkit-box-shadow: 0px 5px 5px 0px rgba(51,50,51,1);
-moz-box-shadow: 0px 5px 5px 0px rgba(51,50,51,1);
box-shadow: 0px 5px 5px 0px rgba(51,50,51,1);
padding-top:5px;
padding-bottom: 5px;

}
.navbar-default .navbar-nav>li>a:hover{color:#414A4F;background:#FFBD24;}
.navbar-nav>li{padding-right: 10px;}