/* ----------------------------------------------------------------------
	Genel
---------------------------------------------------------------------- */
::selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #333333;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #333333;
  /* Safari */
  color: #fff;
  text-shadow: none;
}
:active,
:focus {
  outline: none !important;
}

body {
	font-family: 'Segoe UI', Tahoma, 'Noto Sans', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	color: #333333;
	background: #f8f9fa;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Segoe UI', Tahoma, 'Noto Sans', 'Inter', sans-serif;
	color: #111827;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 12px;
}
h1 { font-size: 36px; letter-spacing:0.02em; }
h2 { font-size: 30px; letter-spacing:0.015em; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a:hover{text-decoration:none;}

a{color:#000000}


img{border:0px;}

ul {margin:0px 0px 0px 0px;	padding:0px 0px 0px 0px; list-style:none;}

a, button, input[type=submit] {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-decoration: none;
}

input, select{
	border-radius: 12px;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: top;
    text-transform: none;
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 7px 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}




/* ----------------------------------------------------------------------
	HEADER
---------------------------------------------------------------------- */


/* --	Header Top   -- */

.header-top{
	background-color:#aa151b;
}

.htop-sol ul{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 13px
}

.htop-sol li{
	border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color:#FFFFFF;
}

.htop-sol li a{
	color:#FFFFFF;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.sepet-header .dropdown{
	position: relative;
	font-size:13px;
}

.sepet-header .dropdown a{
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#ffffff;
    font-size:13px;
}

.header-top .sepet-header a{
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
}
.header-top .sepet-header a:hover{
	color:#fff;
	text-decoration:underline;
}

.header-quick-link{
	color:#333333;
	text-decoration:none;
}
.header-quick-link:hover{
	color:#aa151b;
	text-decoration:none;
}

.sepet-header .dropdown-menu{
	right:0px!important;
	/*left:auto!important;*/
	float:right!important;
}



.sepet-header .dropdown-menu{
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
    left: auto;
    position: absolute;
    border-radius:0px;
    top: 100%;
    z-index: 10000;
    padding: 5px;
	right: 0px;
    width: 300px;
    font-size: 12px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
}

.dropleft .dropdown-toggle::before{
	display:none;
}

.dropdown-sepet {
  padding: 10px;
}
.dropdown-sepet .tablo-liste,
.dropdown-sepet .tablo-liste i {
  color: #222222;
  border: none;
  margin-right:5px;
}
.dropdown-sepet .tablo-liste a {
  line-height: normal;
  color: #222222;
}
.dropdown-sepet .tablo-liste td img {
  width: 50px;
  height: auto;
}
.dropdown-sepet .tablo-liste.table > tbody > tr > td {
  border: none;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
  padding: 3px;
}
.dropdown-sepet .total-cart {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  color: #222;
  text-align: right;
}
.dropdown-sepet .total-cart ul {
  float: right;
  list-style: none;
  padding: 0;
  width: 100%;
}
.dropdown-sepet .total-cart ul li {
  display: block;
  overflow: hidden;
}
.dropdown-sepet .total-cart ul li span {
  width: 100px;
  display: inline-block;
  text-align: right;
  white-space: nowrap;
}
.dropdown-sepet .total-cart .table > tbody > tr > td,
.dropdown-sepet .total-cart .table > tbody > tr > th,
.dropdown-sepet .total-cart .table > tfoot > tr > td,
.dropdown-sepet .total-cart .table > tfoot > tr > th,
.dropdown-sepet .total-cart .table > thead > tr > td,
.dropdown-sepet .total-cart .table > thead > tr > th {
  border: 0;
}
.dropdown-sepet .cart-btn .btn {
  width: auto;
  float: none;
  padding: 5px 15px;
}
.top-shop-cart {
  margin-top: 8px;
  position: relative;
}
.top-shop-cart .cart-number {
  background: #fff none repeat scroll 0 0;
  border-radius: 30px;
  padding: 0 8px 0 3px;
}

.htop-social ul li{
	display:inline-block;
	padding:0px 10px 0px 10px;
}

.htop-social ul li a{color:#ffffff;}

.htop-social ul li i{font-size:15px;}




@media (max-width: 992px) {
.htop-sol ul{ text-align:center;}


}

@media (max-width: 768px) {
.htop-social{float:left!important;}


}


/* --	Header Top   -- */

/* --	Header Middle   -- */

.head-logo img{
	margin: 18px 0px 18px 0px;
}

.head-logo img {
    max-height: 67px;
}

.hmiddle-icon .list-inline>li{
	display:inline-block;
	padding-right: 5px;
    padding-left: 5px;
}

.hmiddle-icon i{
	font-size:42px;
}


@media (max-width: 768px) {
.head-logo{
	text-align:center;
}

}

/* --	Header Middle   -- */


/* --	Header Bottom   -- */

.header-menu{
	background-color:#263046;
}

.btn-uyeol{
	float:right;
	display:inline-block;
	line-height:70px;
	font-size:13px;
	font-weight:500;
	color:#ffffff;
	padding:0px 20px;
	background-color:#aa151b;
}

.btn-uyeol:hover{
	background-color:#ca0a43;
	color:#ffffff;
}

.ana-menu li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.ana-menu li a{
	color:#ffffff;
	display:inline-block;
	line-height:70px;
	font-size:13px;
	font-weight:500;
	padding:0px 15px;
	text-transform: uppercase;
}

.ana-menu li a:hover{
	background-color:#ca0a43;
	color:#ffffff;
}

.ana-menu li i{
	margin-left:10px;
	font-size:10px;
}

.nav-kategori:hover>.dropdown-menu {
  display: block;
}

.nav-katlinkler li{
	width:33%;
	float:left;
}

.nav-katlinkler{
	width:600px;
}


.nav-katlinkler2 li{
	width:100%;
	float:left;
}

.nav-katlinkler2{
	width:300px;
}

.ana-menu .dropdown-menu {
	left: unset!important;
    right: auto!important;
    float: none!important;
    margin:0px 0px 0px 0px;
    border-radius:0px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
}


.nav-katlinkler li a{
	color:#333333;
	line-height:30px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 5px;
	display:block;
	font-size: 12px;
	text-transform: uppercase;
}

.nav-katlinkler2 li a{
	color:#333333;
	line-height:30px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 5px;
	display:block;
	font-size: 12px;
	text-transform: uppercase;
}

.nav-katlinkler li a:hover{
	background-color: #263046;
}

.nav-katlinkler2 li a:hover{
	background-color: #263046;
}


@media (max-width: 992px) {
.ana-menu li a, .btn-uyeol{line-height:50px;padding:0px 10px;	font-size:12px;}
	.nav-katlinkler li a{line-height:30px;	padding:0px 0px 0px 10px;}
	.nav-katlinkler2 li a{line-height:30px;	padding:0px 0px 0px 10px;}



}


/* --	Header Bottom   -- */


/* --	Slide   -- */

.slideust .item{
	height: calc(100vh - 210px);
	height: -moz-calc(100vh - 210px);
	height: -webkit-calc(100vh - 210px);
	height: auto;
	background-position: center center;
    background-size: cover;
    text-align:left;
	padding-top: 0px;
}

.slideust .item h3{
	font-size:1.7em;
	color:#ffffff;
	opacity:0.9;
	padding-top:8%;
	font-weight:700;
	width:100%;
	line-height:2.0em;
	text-align: left;
}

.slideust .item .slide-text1{font-size:2.25em;}

.slideust .item .slide-text2{font-size:1.65em;}

.btn-slide{
	background-color:#263046;
	color:#ffffff;
	font-size:13px;
	height:40px;
	line-height:40px;
	display:inline-block;
	padding:0px 15px;
	border-right:0;
	margin-top:20px;
	alignment: left;
	border-radius:12px;
	box-shadow:0 4px 20px rgba(0,0,0,0.05);
}

.btn-slide:hover{
	color:#ffffff;
	background-color:#333333;
}



@media (max-width: 1200px) {
.slideust .item h3{	font-size:1.5em;}

}


@media (max-width: 992px) {
.slideust .item h3{	font-size:1.3em;}

}


@media (max-width: 768px) {
.slideust .item h3{	font-size:1.3em;width:70%;}
.slideust .item{text-align:left;}

}

@media (max-width: 576px) {
.slideust .item h3{	font-size:1.0em;width:100%;}


}


/* --	Slide   -- */



/* --	Slide Alt   -- */

.slide-alt{
	padding-top:30px;
	padding-bottom:30px;
	background-color:#ffffff;
	margin-top:-112px;
	position:relative;
	z-index:999;
}

.video-ana{
	background-image:url('../images/video-egitimi.jpg');
	background-position: center center;
    background-size: cover;
    height:365px;
}

.play-video-btn i{font-size:60px;}

.play-video-btn{
	position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.play-video-btn a{color:#ffffff;}

.play-video-btn a:hover{color:#f0154f;}

.sld-slogan{
	font-size:28px;
	font-weight:700;
	color:#181818;
}

.sld-slogan span{color:#aa151b;}

.sldalt-video p{
	font-size:14px;
	color:#777777;
	line-height:15px;
}

.sldalt-video .sld-sloganalt{line-height:25px;}

.sistem-background1{background-color:#aa151b;}
.sistem-background2{background-color:#263046;}

.sistem-renk1{color:#aa151b;}
.sistem-renk2{color:#263046;}

.btn-izle{
	background-color:#263046;
	color:#ffffff!important;
	border-radius:30px;
	font-size:14px;
	padding-left:30px;
	padding-right:30px;
}

.btn-izle:hover{
	background-color:#333333;
	color:#ffffff;
}


/* --	Slide Alt   -- */



/* --	Güncel Setlerimiz  -- */

.guncel-setler{
	background-color:#f8f9fa;
	padding:70px 0px;
}

.guncel-setler h1{
	font-size:28px;
	font-weight:700;
	color:#181818;
	width:100%;
	text-align:center;
}

.guncel-setler h1 span{	color:#aa151b;}

.guncel-setler .nav-pills{margin:0px auto;}

.guncel-setler .nav-pills .nav-link {
	border-radius: 999px;
	background-color:#ffffff;
	border:1px solid rgba(148,163,184,0.35);
	color:#263046;
	font-size:13px;
	margin-right:10px;
	font-weight:600;
}

.guncel-setler .nav-pills .nav-link.active, .guncel-setler .nav-pills .show>.nav-link {
	background-color: #aa151b;
	border:1px #aa151b solid;
	color:#ffffff;
}

.guncel-setler .tab-content{
	width:100%;
}

.sld-tab .item{
	margin:0px 15px;
	background-color:#ffffff;
	border-radius:14px;
	border:1px solid rgba(15,23,42,0.06);
	box-shadow:0 4px 20px rgba(0,0,0,0.05);
	overflow:hidden;
	transition:transform 0.18s ease, box-shadow 0.18s ease;
}

.sld-tab .item .sld-resim{
	height:220px;
	background-position: center center;
    background-size: cover;
}

.course-card:hover{
	transform:translateY(-4px);
	box-shadow:0 16px 40px rgba(15,23,42,0.08);
}

.sld-tab .item h3{
	font-size:20px;
	color:#111111;
	font-weight:500;
	padding:15px 15px 0px 15px;
	line-height:1.4;
	letter-spacing:0.03em;
}

.course-title{
	display:flex;
	align-items:center;
	gap:8px;
}

.course-icon{
	font-size:20px;
	color:#94a3b8; /* yumuşak gri/mavi */
	flex-shrink:0;
}

.sld-tab .item p{
	font-size:14px;
	color:#777777;
	font-weight:400;
	padding:0px 15px 0px 15px;
	line-height:1.7;
	height:75px;
	overflow:hidden;
	opacity:0.75;
}

.sld-tab .item a{
	background-color: #263046;
    color: #ffffff!important;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin:15px 15px 15px 15px;
    border-right:0px;
}

.sld-tab .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.sld-tab .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.sld-tab .owl-nav.disabled + .owl-dots{
	bottom:-15px!important;
	position:relative!important;
}

.sld-tab .owl-dots .owl-dot span {
    width: 20px!important;
    background: #D5D5D6!important;
}

.sld-tab .owl-dots .owl-dot.active span, .sld-tab .owl-dots .owl-dot:hover span{
	background: #041F40!important;
}





@media (max-width: 768px) {
.guncel-setler .nav-item{margin-bottom:10px;}
.guncel-setler .nav-pills .nav-link {font-size: 11px;}
.guncel-setler .nav-pills{margin-left:15px;	margin-right:15px;}

}

@media (max-width: 448px) {
.owl-theme .owl-nav.disabled + .owl-dots {width: auto!important;}

}


/* --	Güncel Setlerimiz  -- */


/* --	Eğitimcilerimiz  -- */

.egitimcilerimiz .item{
	background-color:#ffffff;
	margin: 30px auto 15px auto;
    background-color: #ffffff;
	border-bottom:2px #aa151b solid;
	max-width:300px;
}

.egitim-kadromuz{
	background-position: center center;
    background-size: cover;
    background-image:url('../images/egitim-kadromuz.jpg');
    padding:50px 0px;

}

.egitim-kadromuz h1{
	font-size:28px;
	color:#ffffff;
	font-weight:700;
	width:100%;
	text-align:center;
	margin-bottom:5px;
}

.egitim-kadromuz hr{
	width:100px;
	margin:0px auto;
	border-top:3px #aa151b solid;
}

.egitimci-resim{
	height:300px;
	background-position: top center;
    background-size: cover;

}

.egitim-kadromuz h3{
	font-size:18px;
	color:#aa151b;
	font-weight:600;
	width:100%;
	margin-bottom:5px;
	text-align:left;
	padding:5px 15px;
}

.egitim-kadromuz h3 span{
	font-size:13px;
	color:#111111!important;
	font-weight:400;

}

.btn-orta{
	margin:20px auto!important;
}

.egitimcilerimiz .item a {
    background-color: #263046;
    color: #ffffff!important;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 15px 15px 15px 15px;
    border-right: 0px;
}

/* --	Eğitimcilerimiz  -- */

/* --	Footer Üçlü Alan  -- */

.fuclu-alan{
	background-color:#aa151b;
	padding:30px 0px;
}

.fuclu-sinir{
	max-width:1050px;
	padding-left:75px;
}

.fuclu-alan a, .fuclu-alan a:hover, .fuclu-alan a:focus{
	color:#ffffff;
	text-decoration:none;
}

.fuclu-alan img{
	float:left;
	margin-right:10px;
}

.fuclu-alan span{
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	padding-top:10px;
	line-height:25px;
	float:left;
	text-align:left;
}

@media (max-width: 992px) {
.fuclu-alan span{font-size:13px;}
.fuclu-sinir{max-width:100%;padding-left:15px;}


}


@media (max-width: 768px) {
.fuclu-alan span{width: 100%;display: inline-block;text-align:center;font-size:18px; padding-bottom:20px;}
.fuclu-alan img{float:none;}
.fuclu-alan .col-sm-12{	text-align:center;}



}




/* --	Footer Üçlü Alan  -- */


/* --	Referanslarımız  -- */

.referanslar{
	padding:20px 0px;
}

.referanslar .owl-item img{
	width: inherit !important;
}

.referanslar .owl-item img{
	display:inline-block !important;
}


/* --	Referanslarımız  -- */



/* --	FOOTER  -- */

.footer{
	background-image:url('../images/bg2.jpg');
    padding:50px 0px;
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.footer:before{
	background: rgba(17, 17, 17, 0.9) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute!important;
    top: 0;
    width: 100%;
    z-index: 0;
}


.foot-limit p{
	font-size:13px;
	color:#666666;
	text-align: justify;
	max-width:270px;
	padding-top:10px;
}

.footlogo-alt a{
	color:#666666;
	font-size:14px;
	text-decoration:none;
}

.footlogo-alt a:hover, .foot-menu ul li a:hover{
	color:#aa151b;
}

.footlogo-alt i{
	font-size:14px;
	width:20px;
	color:#aa151b;
}

.foot-menu h4, .foot-social h4{
	color:#EDEDED;
	font-size:18px;
	font-weight:600;
}

.foot-menu ul li{
	font-size:14px;
	font-weight:400;
	list-style:none;
	height:40px;
	border-bottom:1px #666666 dashed;
	max-width:270px;
}

.foot-menu ul li a{
	color:#666666;
	text-decoration:none;
	line-height:40px;
}

.footer-ara{
	width:100%;
	border-top:1px #ffffff solid;
	margin-top:45px;
	margin-bottom:30px;
}

.foot-social ul li{
	float:left;
	list-style:none;
	margin-right:5px;
}

.foot-social ul li a{
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	border:1px #767677 solid;
	background-color:#211F1E;
	color:#7F7F7F;
}

.foot-social ul li i{
	color:#7F7F7F;
	line-height:30px;
}

.btn-maillist{
	background-color:#aa151b;
	color:#ffffff;
	font-size:14px;
	height:45px;
	display:block;
	line-height:45px;
	padding:0px 15px;
	border:0px;
	cursor:pointer;
}

.btn-maillist:hover{
	background-color:#cc275f;
}


@media (max-width: 992px) {
.foot-limit p, .foot-menu ul li{max-width:100%;}
.foot-menu h4{margin-top:30px;}
.foot-social{
	margin-top:30px;
}



}


/* --	Footer Alt  -- */

.footer-alt{
	background-color:#1B1B1B;
	padding:20px 0px;
}

.copyright{
	font-size:13px;
	color:#666666;
	text-align:right;
}

.son-link{
	
	font-size:13px;
	color:#666666;
}

.son-link a{
	color:#666666;
	text-decoration:none;
	padding:0px 5px;
}

.son-link a:hover{
	color:#aa151b;
	text-decoration:none;
}

@media (max-width: 768px) {
.copyright, .son-link{text-align:center; padding-bottom:10px;}

}



/* --	Footer Alt  -- */




/* --	FOOTER  -- */



/* --	ÜRÜNLER  -- */


.urun-liste-genel:before {
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    width: 200%;
    z-index: -1;
    transform: skewY(14deg);
    transform-origin: 0px 0px 0px;
    background-color: #f5f5f5;
}

.urun-liste-genel {
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.urun-liste-genel:hover {
    border: 1px solid #ff98b6;
}


span.urun-kampanya {
    position: absolute;
    display: block;
    right: 5px;
    top: 5px;
    z-index: 50;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    background: #aa151b;
    color: #ffffff;
    overflow: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 13px;
    padding-top: 8px;
}

.urun-resim {
    position: relative;
	padding:30px;
}

.urun-liste-genel .resim-katalog {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    width:100%;
	height:280px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
}

.urun-liste-genel .resim-katalog img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi kutuya sığacak şekilde keser, bozulmayı önler */
    object-position: center; /* Resmin ortasını gösterir */
}

.urun-resim .detay-button {
    background-color: #aa151b !important;
    color: #ffffff !important;
}

.urun-resim .detay-button {
    position: absolute;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    line-height: 54px;
    left: 50%;
    top: 50%;
    margin: -27px 0 0 -27px;
    z-index: 500;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0) rotate(-45deg);
    transform: translateZ(0) rotate(-45deg);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition: .4s;
}

.urun-resim:hover .detay-button{
	opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
    transition: .4s
}

.urun-resim .detay-button .fas, .urun-resim .detay-button .far {
    line-height: 52px;
    font-size:26px;
}

.urun-liste-genel .urun-bilgi {
    margin-top: 10px;
    position: relative;
}

.urun-liste-genel .urun-isim {
    clear: none;
    margin-top: 20px;
    padding: 0;
}

.urun-liste-genel .urun-isim a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color:#333333;
    line-height:20px;
    height:60px;
    overflow:hidden;
    padding:0px 5px;
}

.urun-liste-genel .urun-isim a:hover, .urun-liste-genel .urun-isim a:focus {
    color: #aa151b;
    text-decoration: none;
    outline: none;
}

.urun-liste-genel span.urun-fiyat, .urun-blok-genel span.urun-fiyat{
    color: #aa151b;
    display: block;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.25em;
    width:45%;
    text-align:right;
    padding-right:5px;
}

.urun-liste-genel span.fiyat, .urun-blok-genel span.fiyat{color: #aa151b;float:right;}
.urun-liste-genel span.eski-fiyat, .urun-blok-genel span.eski-fiyat{color: #CECECE; text-decoration:line-through;float:left;}

.sonuc-yazi{line-height: 1.5;}

.page-link{	border:0px;color:#333333;}
.page-link:hover{color:#aa151b;}

.page-item.active .page-link {
    background-color: #aa151b;
    border-color: #aa151b;
}

.dil-sec select{
	font-size:17px;
	font-weight:600;
	max-width:210px;
	width:100%;
	text-align:center;
	padding: 7px 15px;
}

.yanblok-baslik{
	text-align: left;
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
}

.yanblok-baslik span{
	display: block;
    background-color: #ffffff;
    padding: 5px 0px;
    text-align: center;
    border: 1px #dedede solid;
    margin: 0px auto;
    width: 210px;
    position: relative;
    z-index: 999;}

.yanblok-baslik:after{
	content: "";
    width: 100%;
    position: absolute;
    top: 20px;
    height: 1px;
    background-color: #EEE;
}

.kategori-listesi li{
	border-bottom:1px #dedede solid;
	padding:10px 0px;
	text-align:center;
	font-size:15px;
	font-weight:300;
}

.kategori-listesi li a{
	color:#39444A;
	text-decoration:none;
}

.kategori-listesi li a:hover{
	color:#aa151b;
	text-decoration:none;
}

.urun-blok-genel{
	border:1px #eeeeee solid;
}

.urun-blok-genel:hover{
	border:1px solid #ff98b6;
}

.urun-blok-isim{
	font-size:13px;
}

.urun-blok-isim a{
	color:#39444A;
	line-height:15px;
	height:45px;
	overflow:hidden;
}

.urun-blok-isim a:hover{
	color:#aa151b;
}

.urun-blok-genel .resim-katalog {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 75px;
    min-width:70px;
}




/* --	ÜRÜNLER  -- */

/* --	ÜRÜN DETAY  -- */

.udetay-bilgi h2{
	font-size:28px;
	color:#39444A;
	font-weight:300;
	line-height:35px;
	margin-bottom:5px;
}


.udetay-bilgi h1{
	font-size:25px;
	color:#39444A;
	font-weight:300;
	line-height:35px;
	margin-bottom:5px;
}

.udetay-fiyat{
	font-size:30px;
	font-weight:600;
}

.fiyat-eski{
	color:#CDCDCD;
	font-weight:500;
	text-decoration:line-through;
}

.fiyat-aktif{
	color:#aa151b;
}

.adet{
	float:left;
	margin-right:10px;
	margin-top:5px;
}

.adet-ekle .adet span{
	line-height:40px;
	font-size:15px;
	color:#333333;
}

.adet-ekle input{
	width:50px;
	padding: 7px 7px;
}

.btn-detay-ekle {
    background-color: #aa151b;
    color: #ffffff!important;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 15px;
    display:inline-block;
}

.btn-detay-ekle:hover{
	background-color:#263046;
}

.udetay-kategoriler a{color:#333333;}
.udetay-kategoriler a:hover{color:#aa151b;}

.egitim-bilgi .nav{	width:100%;}

.egitim-bilgi .tab-content{
	background-color:#F5F5F5;
	color:#333333;
	width:100%;
}

.egitim-bilgi .tab-content h3{
	font-size:30px;
	font-weight:400;
}

.egitim-bilgi .nav-pills .nav-link.active, .egitim-bilgi .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #aa151b;
    font-size:18px;
}

.egitim-bilgi .nav-pills .nav-link{
	color: #aa151b;
    font-size:18px;
    border:1px #aa151b solid;
    margin-right:10px;

}

.udetay-ilgili h2{
	width:100%;
	text-align:center;
	font-size:30px;
	font-weight:400;
	margin-bottom:5px;
}

.udetay-ilgili hr{
	width:100px;
	margin:0px auto;
	border-top: 4px solid rgba(238,238,238,1.0);
}


@media (max-width: 992px) {
.udetay-bilgi h2 {margin-top:30px;border-top: 4px #cccccc solid;padding-top: 15px;}

	.udetay-bilgi h1{
		font-size:22px;
	}

}



/* --	ÜRÜN DETAY  -- */

/* --	LOGIN - SIGNUP -- */


.login-background{
	background-image:url('../images/login-background.jpg');
	background-position: center center;
    background-size: cover;
    padding:5% 0px;
}

.login-tablo{
	background:rgb(0,0,0,.05);
	padding:60px;
}

.btn-login {
    background-color: #272727;
    color: #ffffff;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0px 30px;
    border:0px;
    border-radius:5px;
}

.btn-login:hover{
	color:#ffffff;
}

.login-tablo .btn-login{
	float:right;
}

.login-tablo label{
	font-size:16px;
	color:#666666;
}

.sifre-hatirlat{
	font-size:12px;
	text-align:right;
	margin:-10px 0px 10px 0px;
}

.sifre-hatirlat a{color:#333333;}
.sifre-hatirlat a:hover{color:#aa151b;}
.btn-uyelik{display:block; float:none!important;}


@media (max-width: 576px) {
.sifre-hatirlat{text-align:left;}
.login-tablo .btn-login{float:none;}
.login-tablo .form-check-label{font-size:14px; margin-bottom:10px;}
.login-tablo {padding: 30px;}

	.udetay-bilgi h1{
		font-size:18px;
	}

}



/* --	LOGIN - SIGNUP -- */

/* ----------------------------------------------------------------
	Google Maps
-----------------------------------------------------------------*/


#google-map {
	position: relative;
	width: 100%;
	height: 350px;
}

.gmap img { max-width: none !important; }

.gm-style .gm-style-iw h3 span {
	font-size: inherit;
	font-family: inherit;
}

#map-overlay {
	position: relative;
	padding: 100px 0;
}

#map-overlay #google-map {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

/* ----------------------------------------------------------------
	Google Maps
-----------------------------------------------------------------*/

/* --	İletişim -- */

.contact-page-section .contact-address-section {
  text-align: center;
  margin: 50px 0;
}
.contact-page-section .contact-address-section .contact-info {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 25px 0 23px;
}
.contact-page-section .contact-address-section .contact-info .contact-pd {
  padding: 0 10px;
}
.contact-page-section .contact-address-section .contact-info i {
  color: #aa151b;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-address-section .contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  padding: 15px 0;
}
.contact-page-section .contact-address-section .contact-info a {
  color: #505050;
  display: block;
}
.contact-page-section .contact-address-section .contact-info a:hover {
  color: #ff3115;
}
.contact-page-section .contact-address-section .contact-info p {
  color: #505050;
  margin: 0;
  padding: 0;
}
.contact-page-section .contact-comment-section h3 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

/* --	İletişim -- */


/* --	Video Detay -- */

.tt-video-post-wrapper {
  position: relative;
  background: #3f4756;
  padding: 50px 0;
  z-index: 15;
}

.lp-pom-video, .tt-fluid-inner .tt-iframe {
    transition: all 0.4s linear;
}
.tt-fluid-inner .tt-fluid-inner-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --	Video Detay -- */

.kat-alt{
	border-top: 1px #EDEDEE solid;
	margin-top:15px;
}


.kat-alt li {
	border-bottom: 0px;
	font-size:13px;
}




@media (max-width: 1200px) {


}


@media (max-width: 992px) {

	.baslik_h1{
		font-size: 20px;
	}

	.baslik_h4{
		font-size: 16px;
	}

}


@media (max-width: 768px) {

	.baslik_h1{
		font-size: 16px;
	}

	.baslik_h4{
		font-size: 14px;
	}
}

.sabit_icerik_img{
	max-width: 100%; margin-bottom: 10px; padding: 3px; border 1px solid #dedede;
}

.egitimci_kadromuz_img{
	float: left; max-width: 350px; margin-right: 15px; padding: 2px; border: 1px solid silver;
}

.media{
	margin-bottom:10px;
}

.media-tarih{
	color: grey;
	font-size: 13px;
}

.referans_kodu_div{
	background: #aa151b; color: #fff; padding: 10px 10px;
}


.b-product-cart-small{
	border: 1px solid #dedede;
	padding: 5px 10px;
}

.alt_cizgi{
	border-bottom: 1px solid #36414d;
}

.bottom25{
	margin-bottom: 25px;
}

.alt_cizgi{
	border-bottom: 1px solid #36414d;
}

.clear{
	clear: both;
}


.derslerh2{
	background-color:#263046;
	color: #fff;
	padding: 5px 10px;
	width: 100%;
	font-size: 14px;
}