@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}
/************************************************************************/
/************************************************************************/
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #3070b6;
	text-align: center;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #133861;
	text-align: left;
}
h2:hover {
	color: #ef7f19;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #222;
	text-align: right;
	padding: 0 10px 0 10px;
}
.home-marka {
	background-color: #f6f6f6;
	margin-top: 30px;
}
.cizgi {
	border-top:solid 1px #242424;
}
.icon-home {
	padding-top: 20px;
	padding-left: 50px;
	
}
.container-header {
    	padding-right: 50px;
		padding-left: 50px;
}
/************************************************************************/
.container-elite {
	width: 80%;
	display: table;
}

.home-product-main-category {
	border: solid 1px #dadada;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-product-main-category:hover {
	border: solid 1px #ea5b0c;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-product-main-category-int {
	background-color: #000;
	margin: 10px;
}
.home-product-main-category-title {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 26px;
	background-color: #ef7f19;
	padding: 5px 10px 5px 10px;
	border-left: solid 5px #3070b6;
}
.home-product-main-category-title-main {
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: right;
	
}
.itemx {
	max-height: 150px;
}
.item1 {
	background-image: url(../images/buttons/item1.jpg);
	background-size: cover;
}
.item2 {
	background-image: url(../images/buttons/item2.jpg);
	background-size: cover;
}
.item3 {
	background-image: url(../images/buttons/item3.jpg);
	background-size: cover;
}
.home-product {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}
.home-product ul {
	position: relative;
	list-style: none;
	left: 50%;
}
.home-product>ul>li {
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	float: left;
}
.home-product>ul>li:not(:first-child):before {
	content: " / ";
	color: #b0b0b0;
	font-weight: 400;
	margin: 0 20px 0 20px;
}
.home-product>ul>li>a {
	color: #222222 !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-product>ul>li>a:hover, .home-product>li>a:focus {
	color: #3070b6 !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/************************************************************************/
.home-products-int {
	background-color: #f4f5f7;
	text-align: center;
}
.home-products-slide {
	background-color: #FFFFFF;
	border: solid 1px #dadada;
	padding: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.home-products-slide:hover {
	border: solid 1px #3070b6;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-products-content {
	margin-top: 10px;
	padding-bottom: 10px;
}
.home-products-content-title {
	font-weight: 700;
	color: #323232;
	text-align: center;
	margin-bottom: 5px;
}
.home-products-content-code {
	font-weight: 700;
	color: #717171;
	font-style: italic;
	text-align: center;
	margin-bottom: 5px;
	height: 25px;
}
.home-products-content-price {
	font-weight: 700;
	color: #323232;
	text-align: center;
	height: 25px;
}
.home-products-left-control {
	margin-top: 35px;
}
.home-products-right-control {
	margin-top: 35px;
}
.show {
	background-color: #3070b7;
	width: 150px;
	font-weight: 700;
	color: #FFF;
	margin-top: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/************************************************************************/
.neden-container {
	padding: 0 100px 0 100px;
}
.neden {
	width: 600px;
}
.neden-icon {
	width: 30px;
}
.best-categories {
	background-color: #FFFFFF;
	min-height: 585px;
	margin-top: 40px;
}
.best-categories-item {
	margin-bottom: 15px;	
}
.best-categories-item-title {
	position: absolute;
	width: 80%;
	height: 75px;
	background-image: url(../images/bg-white.png);
	top: 75%;
	left: 10%;
	padding-top: 25px;
	margin-top: -20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.submit {
	background-color: #3070b6;
	color: #FFF;
	font-weight: 700;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-color: #3070b6;
	margin-left: -5px;
	margin-top: -3px;
	height: 40px;
}
.copyright {
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	background-color: #3070b7;
	padding-top: 15px;
	background-image: url(../images/bg-header.png);
	background-position: top;
	background-repeat: repeat-x;
}
.internal-page-table {
	width: 100%;
    display: table;
    background-color: #FFFFFF;
    border-right: solid 1px #dadada;
	border-left: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
    padding-bottom: 30px;
}
.internal-page {
	background-color: #FFFFFF;
	border-right: solid 1px #dadada;
	border-left: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	padding-bottom: 30px;
}
.internal-title {
	background-color: #3070b6;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px;
	height: 50px;
	text-align: center
}
.service-title {
	color: #444444;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}
.elite-p {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	margin-bottom: 10px;
}
.elite-p-menu {
	list-style: none;
	color: #272b2b;
	text-align: left;
	padding: 0px;
	line-height: 180%;
	margin-bottom: 0px;
}
.elite-p-menu>li>a {
	background-color: #f8f8f8;
	display: block;
	color: #272b2b;
	font-weight: 600;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d3d3d3;
	padding: 10px;
}
.elite-p-menu>li>a:hover {
	background-color: #ef7f19;
	display: block;
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
}
.cat {
	background-color: #ef7f19 !important;
	display: block;
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
}
.cat > a:link {
	text-decoration: none;
	color: #FFF;
}
.cat > a:visited {
	text-decoration: none;
	color: #FFF;
}
.cat > a:active {
	text-decoration: none;
	color: #FFF;
}
.cat > a:hover {
	text-decoration: none;
	color: #FFF;
}
.kategori-baslik {
	color: #ffffff;
	font-size: 20px;
	background-color: #000;
	background-image: url(../images/background.jpg);
	height: 50px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-right: 15px;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: 600;
}
.elite-p-urun {
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.elite-p-urun:hover {
	background-color: #e7e7e7;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.elite-p-content {
	padding: 10px;
}
.elite-p-baslik {
	text-align: center;
	font-weight: 700;
	height: 30px;
}
.elite-p-fiyat {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #ab2631;
	margin: 10px 0 10px 0;
}
.elite-p-fiyat-detay {
	text-align: ledt;
	font-size: 24px;
	font-weight: 600;
	color: #ab2631;
	margin: 10px 0 10px 0;
}
.elite-p-sepete-ekle {
	margin-bottom: 10px;
}
.elite-p-link {
	color: #3070b7;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.populer-urunler {
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 50px;
}
.populer-baslik {
	color: #000;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: 600;
	text-align: center;
}
.link {
	font-size: 14px;
	font-weight: 700;
	color: #3e4c53;
	margin-bottom: 30px;
}
.link > a:link {
	text-decoration: none;
	color: #3e4c53;
}
.link > a:visited {
	text-decoration: none;
	color: #3e4c53;
}
.link > a:active {
	text-decoration: none;
	color: #3e4c53;
}
.link > a:hover {
	text-decoration: none;
	color: #ed1c24;
}
.urundetay-tab {
	width: 100%;
	background-color: #3070b6;
	height: 50px;
}
.title-line {
	background-image: url(../images/title-line.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 27px;
	margin: 30px 0 30px 0;
}
.home-buttons {
	margin-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
}
.home-text {
	font-size: 16px;
	color:#616669;
}
.home-text a {
	color:#616669;
}
.home-text a:active {
	color:#616669;
}
.home-text a:hover {
	color:#ef7f19;
}
/************************************************************************/
.mobile-show {
	display: none;
}
@media screen and (max-width: 1199px) {
	.container {
    	width: 100%;
	}
}
@media screen and (max-width: 1110px) {
	.container-header {
    	padding-left: 0px;
    	padding-right: 0px;
	}
}
.home-margin {
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.mobile-hidden {
		display: none;
	}
	.icon-home {
	padding-top: 20px;
	padding-left: 0px;
	
}
	 .sosyalmedya a {
        position: static !important;
        display: inline-block !important;
        margin-left: 15px !important;
    }

    .sosyalmedya {
        margin-top: 10px;
        text-align: center;
		left: 0 !important;
    }
	h3 {
		font-size: 16px;
		font-weight: 400;
	}
	.neden-container {
		padding: 10px 20px 10px 20px;
	}
	.home-margin {
	margin-bottom: 0px;
}
	.owl-theme .owl-controls .owl-buttons .owl-prev{
  		visibility:hidden;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next{
  		visibility:hidden;
	}
	.owl-pagination{
  		visibility:hidden;
	}
	.textoverlay {
		visibility:hidden;
	}
	.container {
    	width: 100%;
	}
	.container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
	.container-header {
    	padding-right: 10px;
		padding-left: 10px;
	}
	.home-products-left-control img {
		width: 35px;
	}
	.home-products-left-control {
		position: absolute;
		top: 50%;
		left: -35px;
		width: 25px;
		margin-top: -25px;
	}
	.home-products-right-control img {
		width: 35px;
	}
	.home-products-right-control {
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -25px;
		width: 25px;
	}
	.home-buttons {
		margin-top: 30px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.home-button {
		margin-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.best-categories {
		margin-top: 10px;
	}
	.itemx {
		height: 125px;
	}
	.home-product-main-category-title {
		position: absolute;
		bottom: 0;
		top: inherit;
		width: 100%;
		margin-top: 0px;
		right: 0;
		background-color: #ef7f19;
		padding: 5px 10px 5px 10px;
		border-left: solid 10px #3070b6;
		border-right: solid 10px #3070b6;
	}
	.home-product-main-category-title-main {
		font-size: 16px;
		font-weight: 700;
		color: #FFFFFF;
		text-align: center;
	}
}
	.sosyalmedya {
    	position: relative;
		left: 75px;
	}
    .sosyalmedya a {
        position: absolute;
        z-index: 3;
        opacity: .6;
        transition: opacity .5s;
        cursor: pointer;
		font-size: 24px;
		color: #1d1d1b;
    }
    .sosyalmedya a:hover {
        opacity: 1;
     }

    .sosyalmedya .facebook {
        position: absolute;
        top: -213px;
        left: 10px;
        display: block;
        width: 12px;
        height: 28px;
        background-position: -139px -18px;
    }

    .sosyalmedya .instagram {
        position: absolute;
        top: -167px;
        left: 40px;
        display: block;
        width: 22px;
        height: 24px;
        background-position: -192px -23px;
    }

    .sosyalmedya .linkedin {
        position: absolute;
        top: -124px;
        left: 82px;
        display: block;
        width: 22px;
        height: 24px;
        background-position: -85px -23px;
    }

    .sosyalmedya .googleplus {
        position: absolute;
        top: -87px;
        left: 129px;
        display: block;
        width: 25px;
        height: 24px;
        background-position: -254px -23px;
    }

    .sosyalmedya .youtube {
        position: absolute;
        top: -58px;
        left: 176px;
        display: block;
        width: 29px;
        height: 28px;
        background-position: -22px -19px;
    }
	.sosyalmedya .twitter {
        position: absolute;
        top: -25px;
        left: 230px;
        display: block;
        width: 29px;
        height: 28px;
        background-position: -22px -19px;
    }

@media screen and (max-width: 1400px) {
	.sosyalmedya {
		left: 150px;
	}
}
@media screen and (max-width: 1100px) {
	.sosyalmedya {
		left: 50px;
	}
}