

#header.header-narrow .header-logo img {
    width: 190px;
}

.ailurosadworks img{
	width: 60%;
	float: right;
}

.tabs.tabs-customize .nav-tabs li:focus a,
.tabs.tabs-customize .nav-tabs li:hover a,
.tabs.tabs-customize .nav-tabs li.active:focus a,
.tabs.tabs-customize .nav-tabs li.active:hover a,
.tabs.tabs-customize .nav-tabs li.active a,
.tabs.tabs-customize .nav-tabs li a{
	border-bottom: 3px solid #fff;
}
/* circle */
span.circle {
	width: 20px;
	height: 20px;
	margin-left: -10px;
	content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    z-index: 99;
    bottom: -7px;
}

/* active circle rengi */
.tabs.tabs-customize .nav-tabs li.active  span.circle{
	background: #3a6fef;
}

/* circle rengi */
.tabs.tabs-customize .nav-tabs li:hover span.circle{
	background: #3a6fef;
}


/* nokta  göster */
.tabs.tabs-customize .nav-tabs li.active span.nokta,
.tabs.tabs-customize .nav-tabs li:hover span.nokta{
	display: block;
}

/* circle içi nokta */
span.nokta{
	display: none;
	content: "";
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50px;
    position: absolute;
    bottom: -2px;
	margin-left: -5px;
	z-index: 100;
	left: 50%;
}

/* sol yan çizgi */
.tabs.tabs-customize .nav-tabs li:first-child:after {
	background: black;
    content: "";
    position: absolute;
    width: 80px;
    height: 10px;
    left: 0;
    z-index: 88;
    bottom: -3px;
}

/* sağ yan çizgi */
.tabs.tabs-customize .nav-tabs li:last-child:after {
	background: black;
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    right: 0;
    z-index: 88;
    bottom: -3px;
}

/* active sol yan çizgi */
.tabs.tabs-customize .nav-tabs li.active:first-child:after {
	background: black;
    content: "";
    position: absolute;
    width: 80px;
    height: 10px;
    left: 0;
    z-index: 88;
    bottom: -3px;
}

/* active sağ yan çizgi */
.tabs.tabs-customize .nav-tabs li.active:last-child:after {
	background: black;
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    right: 0;
    z-index: 88;
    bottom: -3px;
}

  
  
.product-image-hover-area{
	background: #1e4196;
	display: none;
	position: absolute;
	bottom: 0;
	width: 97%;
}
.product-image-hover-area a{
	width: 48%;
    display: inline-block;
    text-align: center;
	padding: 10px 10px;
}
.product-image-hover-area a:first-child{
	border-right: 1px solid #536eaf;
}
.product-image-hover-area a i{
	color: #fff;
}


.iletisim-bilgisi{
	list-style: none;
	padding: 0;
}
.iletisim-bilgisi li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
}
.iletisim-bilgisi li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 20px;
	height: 2px;
	background: #d3d2d1;
}


.firma-bilgisi{
	list-style: none;
	padding: 0;
}
.firma-bilgisi li{
	border: 1px solid #ebebeb;
	margin-bottom: 5px;
	width: 100%;
	padding: 5px 10px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(145,145,145,1);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(145,145,145,1);
	box-shadow: inset 0px 0px 2px 0px rgba(145,145,145,1);
}


.page-header{
	background: #ebebeb;
	border: 0 !important;
}
.page-header h1{
	border: 0 !important;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.page-header .breadcrumb li,
.page-header .breadcrumb li a{
	color: #9a9a9a;
	text-transform: none;
}

.header-img img{
	width: 100%;
	margin: 0 auto;
}

.social-icons-sticky{
	position: fixed;
    left: 10px;
    top: 20%;
    z-index: 999;
}
.social-icons-sticky ul{
	list-style: none;
	padding: 0;
}
.social-icons-sticky ul li{
	padding: 6px 14px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.27);
}
.social-icons-sticky ul li:hover{
	border: 2px solid #fff;
	border-radius: 50%;
}
.social-icons-sticky ul li a{
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}


.liste_duz{
	list-style: none;
	padding: 0;
}


#footer{
	padding-top: 0;
	border: 0;
}
#footer h4{
	position: relative;
}
#footer h4:before{
	content: "";
	position: absolute;
	left: -15px;
	bottom: 0;
	height: 40px;
	width: 5px;
	background: #224698;
}
.section-footer1{
	display: inline-block;
	width: 60%;
	margin: 0;
	padding: 0;
}
.section-footer2{
	display: inline-block;
	width: 39%;
	margin: 0;
	padding: 0;
	position: relative;
}
.section-footer2 .fa{
	position: absolute;
	left: -30px;
	top: 40%;
	background: #898989;
	color: #fff;
	font-size: 30px;
	padding: 15px 20px;
	border-radius: 50%;
}


.iletisimIframe{
	border: 0;
}
.footer-copy{
	background: #000;
}
.footer-copy p{
	margin-bottom: 0;
	padding-top: 10px;
	color: #fff;
}
.footer-copy .col-md-9{
	margin-bottom: 10px !important;
}


.product-thumb-info .product-thumb-info-content {
    padding: 5px 5px;
}
.product-thumb-info h4{
	font-size: 16px;
}

.section-contact{
	background: #004770;
	padding: 25px 0;
	color: #fff;
}
.section-contact a{
	color: #fff;
}
.section-contact i{
	color: #fff;
	font-size: 20px;
	margin-right: 5px;
}

.product-thumb-info-act-left{
	display: inline-block;
	padding-right: 20px;
	font-size: 20px;
	color: #fff;
}
.product-thumb-info-act-left:after{
	content: " | ";
	position: absolute;
    top: 0;
    padding-left: 20px;
    padding-right: 10px;
	font-size: 40px;
}

.product-thumb-info-act-right{
	display: inline-block;
	padding-left: 20px;
	font-size: 20px;
}
.product-thumb-info-act-right a,
.product-thumb-info-act-left a{
	color: #fff;
}

.videoGaleri .product-thumb-info-act-right{
	font-size: 80px;
    padding: 0;
    margin-top: -30px;
}

.btn_devami{
	color: #fff;
	font-size: 12px;
	position: absolute;
	float: right;
	bottom: 5px;
}

.feature-box a{
	text-decoration: none !important;
}
.feature-box-icon{
	width: 40px;
}
.feature-box-info{
	margin-left: 10px;
}
.feature-box-info h4{
	font-size: 14px;
	color: #fff;
	margin-bottom: 0 !important;
}
.feature-box-info small{
	color: #fff;
}

.baslik1{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.baslik2{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.section-blackwhite{
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%, rgba(0,0,0,1) 400%);
	padding: 25px 0;
}
.section-black{
	position: relative;
	background: #000;
	padding: 25px 0;
}

.btn_ekatalog a{
	background: #1e4196 !important;
}
.btn_ekatalog{
	margin-right: 15px;
}

.btn_diller{
	margin-left: 5px;
	width: 60px;
}
.btn_diller a{
	padding: 6px 0 !important;
	display: inline-block !important;
	margin-left: 10px;
}


.katalog-kategorileri .owl-item{
    border: 1px solid #bbb;
    padding: 10px;

}
.katalog-kategorileri.owl-carousel .owl-item img{
	position: relative;
    top: 50%;
    display: block;
    vertical-align: middle;
}
.katalog-kategorileri.owl-carousel .owl-item img:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.footer-logo{
	background: #fff;
}
.footer-logo img{
	width: 100%;
}

.footer-ul-listeler{
	list-style: none;
	padding: 0;
}


/* tree menü sınırsız */
.menu-container {
	position: relative;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: #eee;
	width: 100%;
	font-size: 14px;
	display: none;
}
.menu-container * {
	margin: 0;
	padding: 0;
}
.menu-container ul {
	list-style-type: none;
}
.menu-container li > ul {
	padding-left: 10px;
	background: #e6e6e6;
}
.menu-container ul li{
	background: #fff;
}
.menu-container ul li:hover{
	border: 1px solid #e3e3e3;
	border-left: 5px solid #3764d2;
}

.menu-container ul li a{
	padding: 10px 20px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.menu-container li > ul li{
	background: #fff;
}
.menu-container li > ul li a{
	padding: 5px 0 5px 10px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
.menu-container a {
	display: block;
}
.menu-container a:hover {
	text-decoration: none;
}
.menu-container .active > a {
	font-weight: bold;
	color: #000;
}
.menu-container .glyphicon {
	margin-top: 5px;
	opacity: .80;
	float: right;
	font-size: 16px;
	font-weight: normal;
}
.menu-container ul li .glyphicon{
	margin-right: -15px;
}
.menu-container li > ul li .glyphicon{
	margin-right: 5px;
}


.pcShare .social-shares{
	list-style: none;
	display: flex;
	justify-content: center;
}
.pcShare .social-shares li{
	float: left;
}
.pcShare .social-shares li.ShareWhatsapp{
	display: none;
}

.mobilShares .social-shares{
	list-style: none;
	padding: 0;
}
.mobilShares .social-shares li.ShareWhatsapp{
	display: none;
}

.mobilShare{
	display: none;
}
.btn_paylas{
	background: #d02034;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	border-radius: 5px;
}
.btn_paylas i{
	margin-left: 5px;
}


.foto-galeri-item{
	height: 300px;
	margin-bottom: 20px;
}
.foto-galeri a img{
	border: 1px solid;
	padding: 5px;
	border-radius: 5px;
}

.videoBaslik{
	border: 1px solid #ddd;
	margin-top: 15px;
	font-size: 17px;
	color: #000;
	padding: 10px;
	font-weight: bold;
}

.haber-list{
	list-style: none;
	padding: 0;
}
.haber-list li{
	border: 1px solid;
	padding: 5px;
	background: #fcfcfc;
	height: 102px;
	margin-bottom: 10px;
}
.haber-list li a{
	display: inline-block;
	width: 100%;
}
.haber-list .haber-col1{
	display: inline-block;
	width: 14%;
}
.haber-list .haber-col1 img{
	display: block;
	height: 90px;
}
.haber-list .haber-col2{
	display: inline-block;
	width: 86%;
	float: right
}

.islemSonuc {
	background:rgba(0,0,0,0.5);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.islemDurum{
	background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
	top: 15%;
	width: 50%;
}
.islemSonuc > div{
	margin-bottom: 0;
}


/* centered columns styles */
.rowCenter {
    text-align:center;
}
.colCenter {
    display:inline-block;
    float:none;
    text-align: center;
}
.vcenter{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}


/* Mobile */
@media (max-width: 479px){
	.header-logo{
		width: 100%;
		text-align: center;
	}
	.header-logo img{
		margin: 0 !important;
		float: left;
	}
	#header .header-nav-top {
    	float: left;
	}
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	    padding: 6px 5px;
	}
	#header .header-nav-top {
	    margin-left: 0;
	}
	#header .header-btn-collapse-nav {
	    margin: 15px 2px 0 1px;
		top: -50px;
	}
	.header-search{
		display: none;
	}
	.mobilShare{
		display: block;
		float: right;
	}
	.pcShare{
		display: none;
	}
	.mobilShares .social-shares li.ShareWhatsapp{
		display: block;
	}
	
	.btn_devami {
		right: 20px;
	}
	
	.tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus{
		padding: 5px 10px;
		font-size: 12px;
	}

}

@media (min-width: 544px){
	.mobilSlider {
		display: none !important;
		margin-top: -40px !important;
	}
}

@media (max-width: 767px){
	.pcSlider {
		display: none !important;
	}
	.pcSlider + .tp-fullwidth-forcer{
		height: 0 !important;
	}
}