@charset "utf-8";
/* CSS Document */
body{background-color:#fafafa;}
.buton{ border-radius:3rem; font-family: ubuntu; font-weight:bold; color:#ff002e; border:1px solid #ff002e; background-color:#fff; margin-top:10px; transition:all 0.4s ease-in-out;}
.buton:hover{ border-radius:3rem; color:#fff; border:1px solid #ff002e; background-color:#ff002e; margin-top:10px; transition:all 0.4s ease-in-out;}

.cssmenu {padding: 0; margin: 0; border: 0; line-height: 1;}
    .cssmenu ul,
    .cssmenu ul li{list-style: none; margin: 0; padding: 0;}

    .cssmenu ul li.hover,
    .cssmenu ul li:hover {position: relative; z-index: 5; cursor: default;}

    .cssmenu { background: #fafafa; font-family:sans-serif; font-weight:bold;
    zoom: 1; font-size: 12px;}
    .cssmenu:before {content: ''; display: block;}

    .cssmenu:after{content: ''; display: table; clear: both;}
    .cssmenu a {display: block; padding: 15px 20px; color: #f26724; text-decoration: none;
    text-transform: uppercase;}

    .cssmenu > ul {}
    .cssmenu > ul > li > a {border-left: 4px solid #095586; color: #095586; background: #fafafa;}

    .cssmenu > ul > li a:hover {background: #095586; color:#f1f1f1;}
	
	.ubaslik{ color:#F60; font-family:Verdana; font-size:35px; font-weight:bolder;}
	.ukategori{ color:#1a75ff; font-family:Cocogoose; font-size:25px; font-weight:bolder;}
	  .affix {
      top: 0;
      width: 100%;
      z-index: 9999; !important
  }

  .affix + .container-fluid {
      padding-top: 0px;
  }
.urungrid{ border-bottom:4px solid #fff; transition:all 0.2s linear;}
.urungrid:hover{ border-bottom:4px solid #ff002e;  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.26);}
.navbar-inverse {
	border:0px solid #FFF;
    background-color: #fff;
	border-bottom:0px solid #1a75ff;
	border-top:0px;

	z-index:999;
}

.navbar {
	margin-right:0px solid #FFF;
	position:relative;
    min-height: 50px;
    margin-bottom: 20px;
	z-index:1;
	border-radius: 0px; !importent
-webkit-box-shadow: inset 0px 0px 26px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 0px 26px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px 0px 26px 0px rgba(0,0,0,0.04);
box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.26);
}
.navbar-header{
	margin:0px solid #FFF;
	display:table-cell;
	vertical-align:middle;
  vertical-align: middle;
  line-height:50px;
  
	}
.top-container {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
}


.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:1
}

.sticky + .content {
  padding-top: 5px;
}
.ustnav{
	background-color:#262626;
	height:40px;
	margin:0px;
	  display:flex;
  justify-content:center;
  padding:20px;

  align-items:center; 
	}
.ustnav > div > a {
	top:-50%;
	color:#FFF;
	font-size:18px;
	vertical-align:central;
	margin-left:5px;
	} 
	
	.ustnav > div > a:hover {
	top:-50%;
	color:#1a75ff;
	font-size:18px;
	vertical-align:central;
	text-decoration:none;
	margin-left:5px;
	} 
	
.ustnav > div > span {
	top:-50%;
	color:#FFF;
	font-size:14px;
	vertical-align:central;
	margin-left:5px;
	float:right;
	} 
	
	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
		font-family:Cocogoose;
    color: #000;
	border:0;
	background:0;
	display:block;
	font
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #1a75ff;
	border-radius:23%;
		display:block;
		font-family:Cocogoose;
}
.navbar-inverse .navbar-nav>li>a {
    margin:11px;
	color: #9d9d9d;
	font-family:Cocogoose;
		display:block;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #1a75ff;
	font-family:Cocogoose;
	display:block;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border:0;
    border-radius:0;
	color:#000;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
	margin:7px;
}
.navbar-inverse .navbar-toggle .icon-bar: {
    background-color: #000;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
	background-color:#fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

.barust{
	font-family:Cocogoose;
	padding:10px;
	border:1px solid #dfdfdf;
	border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 20px 20px 0px 0px;
border-bottom:2px solid #ff9900;
background-color:#fff;
color:#afafaf;
margin-top:10px;
	}
.barorta{
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	-webkit-box-shadow: inset 0px 0px 26px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 0px 26px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px 0px 26px 0px rgba(0,0,0,0.04);

	}
.baralt{
		font-family:ubuntu;
	padding:10px;
	border:1px solid #dfdfdf;
	border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 20px 20px;
background-color:#fff;
color:#fff;
background: linear-gradient(to right, rgba(251,115,24,1) 0%, rgba(242,132,64,1) 0%, rgba(229,90,21,1) 100%);
	}
	.baralt:hover{
		font-family:Cocogoose;
	padding:10px;
	border:1px solid #dfdfdf;
	border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 20px 20px;
background-color:#fff;
color:#1a75ff;
background: linear-gradient(to right, rgba(251,115,24,1) 0%, rgba(242,132,64,1) 0%, rgba(229,90,21,1) 100%);
text-decoration:none;
	}

.baslik1{ font-family:'ubuntu'; font-size:14px; color:#000;  top:15px; font-weight:bolder; text-decoration:none; transition:all 0.2s ease-in-out;}
.baslik1:hover{ font-family:ubuntu; font-weight:bold; color:#ff002e;  top:15px; font-weight:bolder; text-decoration:none; transition:all 0.2s linear;}
.kbaslik{ border-bottom:2px solid #ff002e; padding:5px; color:#ff002e; font-weight:bold; font-family:ubuntu; font-size:16px; margin:16px; transition:all 0.4s linear;}
.kbaslik:hover{ border-bottom:2px solid #ff002e;border-left:10px solid #ff002e; transition:all 0.4s ease-in-out;}
.mtarih{ font-size:9px; color:#afafaf;}
.menucizgi:hover{text-decoration:none;}
.baslik1arka{ padding:5px; background-color:#f9f9f9; border: 1px solid #ededed; color:0; margin:-3px;}


.kategori1ust{
	font-family:Cocogoose;
	padding:10px;
	border:1px solid #dfdfdf;
	border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-bottom:2px solid #f44336;
border-left:20px solid #f44336;
background-color:#fff;
color:#afafaf;
margin-top:10px;
	}
	.kategori2ust{
	font-family:Cocogoose;
	padding:10px;
	border:1px solid #dfdfdf;
	border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-bottom:2px solid #2196F3;
border-left:20px solid #2196F3;
background-color:#fff;
color:#afafaf;
margin-top:10px;
	}
	.kategori3ust{
	font-family:Cocogoose;
	padding:10px;
	border:1px solid #dfdfdf;
	border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-bottom:2px solid #4CAF50;
border-left:20px solid #4CAF50;
background-color:#fff;
color:#afafaf;
margin-top:10px;
	}
	.kategori4ust{
	font-family:Cocogoose;
	padding:10px;
	border:1px solid #dfdfdf;
	border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-bottom:2px solid #f44336;
border-left:20px solid #f44336;
background-color:#fff;
color:#afafaf;
margin-top:10px;
	}
.kategoriorta{
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	-webkit-box-shadow: inset 0px 0px 26px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 0px 26px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px 0px 26px 0px rgba(0,0,0,0.04);
padding:10px;
	}
.kategorialt{
		font-family:Cocogoose;
	padding:10px;
	border:1px solid #dfdfdf;
	border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
background-color:#fff;
color:#fff;
background: linear-gradient(to right, rgba(135,62,44,1) 0%, rgba(149,32,172,1) 0%, rgba(26,58,147,1) 100%);
	}
	.kategorialt:hover{
		font-family:Cocogoose;
	padding:10px;
	border:1px solid #dfdfdf;
	border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
background-color:#fff;
color:#1a75ff;
background: linear-gradient(to right, rgba(135,62,44,1) 0%, rgba(149,32,172,1) 0%, rgba(26,58,147,1) 100%);
text-decoration:none;
	}
	
	/* The grid: Three equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  color: white;
  margin-top:16px;
}

.containerTab {
  padding: 20px;
  color: white;
  height:250px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Closable button inside the image */
.closebtn {
  float: right;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.menuust{
	font-family:Cocogoose;
	padding:10px;
	border:1px solid #dfdfdf;
	border-bottom-width:medium;
border-bottom:2px solid #334368;;
background-color:#fff;
color:#afafaf;
margin-top:16px;
	}
.menuorta{
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
padding:10px;
background-color:#fff;
color:#afafaf;


	}

	
	.nb-footer{
  background: #272727;
  margin-top: 60px;
  padding-bottom: 30px;
}
.nb-footer .footer-single{
  margin-top: 30px;
}
.nb-footer .footer-title{
    display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}
.nb-footer .footer-single a{
	text-decoration: none;
}

.nb-footer .footer-single h2{
    color: #eee;
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  border-bottom: 2px solid #1a75ff;
  padding-bottom: 5px;
  margin-bottom: -2px;
}
.nb-footer .footer-single li{
  border-top: solid 1px #353535;
}
.nb-footer .footer-single li:first-child{
  border-top: none;
}
.nb-footer .footer-single li a{
  color: #979797;
  font-size: 12px;
  padding: 6px 0px;
  display: block;
  transition:all 0.4s ease-in-out;
}
.nb-footer .footer-single li a:hover{
  color: #1a75ff;
}
.nb-footer .footer-single li a:hover i{
  color: #1a75ff;
}
.nb-footer .dummy-logo {
    margin-top: 11px;
    padding-bottom: 9px;
}
.nb-footer .dummy-logo .icon {
    margin-right: 10px;
    border-radius: 20px;
    margin-top: 24px;
}
.nb-footer .brand {
    background: #1a75ff;
}
.nb-footer .dummy-logo i {
    font-size: 50px;
    color: #fff;
    padding: 5px;
}
.nb-footer .dummy-logo p {
    color: #999;
    font-size: 12px;
}
.nb-footer .dummy-logo h2 {
    font-size: 24px !important;
    border-bottom: none;
    color: #696969;
    padding: 5px 0;
}
.nb-footer .btn-footer{
  border: 1px solid #1a75ff;
  margin-top: 10px;
  color: #999;
}
.nb-footer .btn-footer:hover{
  background: #1a75ff;
  color: #fff;
  transition:all 0.4s ease-in-out;

}
.nb-footer .useful-links li a{
  text-transform: uppercase;
}
.nb-footer .footer-project a{
  font-size: 13px;
}
.nb-footer .footer-project img{
  margin-bottom: 20px;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 1px;
  opacity: 0.7;
  transition:all 0.4s ease-in-out;
}
.nb-footer .footer-project img:hover{
  opacity: 1.0;
  cursor: pointer;
}
.nb-footer .footer-project .footer-title{
  margin-top: 0;
}
.nb-footer .footer-single p, .footer-single address{
    color: #979797;
  font-size: 14px;
  margin-top: 5px;
  line-height: 22px;
}
.nb-copyright{
  background: #171717;
  padding-bottom: 10px;
}
 .nb-copyright .copyrt{
  margin-top: 22px;
  font-size: 14px;
}
.nb-copyright .copyrt a{
  color: #1a75ff;
}
.nb-copyright .footer-social{
	margin-top: 10px;
}
.nb-copyright .footer-social i{
  padding: 5px 10px;
  color: #999;
  border: 1px solid #333;
  margin-top: 10px;
  font-size: 20px;
  border-radius: 5px;
  transition:all 0.4s ease-in-out;
}
.nb-copyright .footer-social i:hover{
  background: #1a75ff;
  color: #fff;
}
.nb-copyright .footer-social .fa-facebook{
  padding: 5px 14px;
}
@media(max-width: 767px){
	 .xs-center{
	text-align: center;
}
 .left-clear{
	padding-left: 0;
}
 .right-clear{
	padding-right: 0;
}
.slider-item{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.slider-item .slider-image img{
    margin: 0 auto;
    width: 100%;
}
.slider-item .slider-main-detail{
    padding: 10px;
    border-radius: 0 0 5px 5px;
}
.slider-item:hover .slider-main-detail{
    background-color: #dbeeee !important;
}
.slider-item .price{
    float: left;
    margin-top: 5px;
}
.slider-item .price h5{
    line-height: 20px;
    margin: 0;
}
.detail-price{
    color: #219FD1;
}
.slider-item .slider-main-detail .rating{
    color: #777;
}
.slider-item .rating{
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}
.slider-item .btn-add{
    width: 50%;
    float: left;
    border-right: 1px solid #E1E1E1;
}
.slider-item .btn-details{
    width: 50%;
    float: left;
}
.controls{
    margin-top: 20px;
}
.btn-info,.btn-info:visited,.btn-info:hover{
	background-color: #21BBD8;
	border-color: #21BBD8;
}
.btn-info{
	margin-left:5px;
}
.slider-main-detail:hover{
	background-color: #dbeeee !important;
}
.AddCart{
	margin: 0px;
	padding:5px;
	border-radius:2px;
	margin-right:10px;
}
.review {
	margin-bottom: 5px;
	padding-top:5px;
}

.hresim{ border-left:2px solid #f60; padding:}
.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    
}
.contact-form .form-control{
    border-radius:3rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}



.resimalt{background-color:#1a75ff;  border-radius: 0px 0px 1rem 1rem; margin-bottom:16px; font-family:Cocogoose; font-size:24px; text-align:center; color:#fff; background-image:url(img/bg.jpg); background-size:cover; background-repeat:no-repeat; text-decoration:none;}

