body{
	margin: 0px;
	padding: 0px;
	font-family: 'Playfair Display', serif;
	color: #333;
}
p{
	font-size: 12pt;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.header{
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	background-color: #f5f5f5;
}
.header ul{
	display: block;
	margin: 0px;
	padding: 0px;
}
.header ul li{
	list-style-type: none;
	display: inline-block;
	padding-left: 30px;
}
.header ul li:first-child{
	padding-left: 0px;
}
.header ul li a{
	color: #777;
	font-size: 13px;
}
.header ul li a .fa{
	margin-right: 3px;
}
.clear{
	clear: both;
}
.btn-selvi{
	padding: 12px 35px;
    background: #52AF3A;
    border: none;
    color: white;
    margin-top: 20px;
    display: inline-block;
    border-radius: 0px;
    box-shadow: 2px 2px 2px 1px #3a7729;
}
.btn-selvi:hover, .btn-selvi:active, .btn-selvi:focus{
    background: #65ce48;
	text-decoration: none;
	color: white;
    box-shadow: 2px 2px 10px 1px #3a7729;
}
#menu{
	margin-top: 20px;
}
#menu .dropdown-menu{
	z-index: 9999999;
	font-size: 13px;
	max-width: 100px;
}
.menu .btn{
	background-color: transparent;
}
.menu{
	text-align: center;
	margin-top: 10px;
}
.menu ul{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
.menu ul li{
	list-style-type: none;
	display: inline-block;
}
.menu ul li a{
	display: block;
	padding: 10px 15px 10px 15px;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: black;
}
.menu ul li a:hover, .menu ul li a:active, .menu ul li a:focus{
	cursor: pointer;
	text-decoration: none;
	color: #777;
}
.menu ul li ul{
	position: absolute;
	margin-top: 0px;
	margin-left: 15px;
	display: none;
	background-color: white;
	box-shadow: 0px 0px 1px 0px #999;
	z-index: 99999999;

	-webkit-animation-name: animateTop;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: animateTop;
	-moz-animation-duration: 0.4s;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: animateTop;
	-o-animation-duration: 0.4s;
	-o-animation-fill-mode: forwards;
	animation-name: animateTop;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}
.menu ul li ul li{
	list-style-type: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
}
.menu ul li ul li a{
	font-size: 14px;
}
.menu ul li ul li a:hover, .menu ul li ul li a:active, .menu ul li ul li a:focus{
	background-color: #f5f5f5;
	color: black;
}
.menu ul li:hover ul{
	display: block;
}
@keyframes animateTop{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.menu-left{
	text-align: left;
	padding: 10px;
}
.menu-right{
	text-align: right;
	padding: 10px;
}
.menu-right .btn-language{
	background-color: transparent;
}
#searchTextBox{
	position: relative;
	display: none;
}
#searchBtn{
	color: black;
}
#searchTextBoxClose{
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: transparent;
	border:none;
	padding: 5px;
}
#textbx{
	width: 250px;
	position: absolute;
	right: 0px;
	background-color: #f5f5f5;
	border: none;
	outline: 0;
	padding: 5px;
	margin-top: -5px;
	padding-right: 30px;
	box-shadow: 0px 0px 5px 0px #aaa;
}
.paddingTopBottom{
	padding-top: 70px;
	padding-bottom: 70px;
}
.section p{
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.section h2{
	padding-right: 30px;
}
.section .btn{
	padding: 18px 35px;
    background: #52AF3A;
    border: none;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 2px 2px 2px 1px #3a7729;
}
.section-right-border{
	border: 3px solid #52AF3A;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.section-img{
	position: absolute;
	background-size: cover;
	background-position: center;
	width: 468px;
	height: 600px;
	z-index: 9999;
	margin-left: -50px;
	margin-top: -40px;
}
.products a{
	color: black;
}
.product{
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 50px;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.product:hover .product-img img{
	box-shadow: 0px 0px 10px 0px #52AF3A;
}
.product-img{
	position: relative;
	width: 100%;
	min-height: 250px;
	max-height: 250px;
	position: relative;
	text-align: center;
	display : flex;
	align-items : center;
}
.product-img img{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #52AF3A;
	max-height: 200px;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.product-desc{
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	color: #333;
}
.vitrin .product-desc{
	margin-top: 0px;
}
.col-lg-3 .product-desc{
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	color: #333;
}
.arama .col-lg-3 .product-img{
	margin-top: 0px;
	padding-top: 0px;
}
.arama .col-lg-3 .product-desc{
	margin-top: 0px;
}
.products a:hover, .products a:active, .products a:focus{
	text-decoration: none;
}
.products .btn-selvi{
	padding: 12px 35px;
    background: #52AF3A;
    border: none;
    color: white;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 2px 2px 2px 1px #3a7729;
}
.footer h3{
	margin-top: 10px;
}
.parallax-window{
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.parallax-content{
	max-width: 500px;
	padding: 15px;
	background-color: white;
	box-shadow: 0px 0px 1px 0px #ccc;
	margin: auto auto;
	text-align: center;
}
.parallax-border{
	border: 2px solid #52AF3A;
	padding: 85px;
}
.footer{
	width: 100%;
	background-color: #eee;
}
.sosyal-aglar{
	text-align: center;
	padding: 5px;
}
.sosyal-aglar a{
	margin-top: 5px;
	display: inline-block;
	padding: 5px;
	font-size: 20px;
	color: #777;
}
.footer .sosyal-aglar a{
	color: #777;
}
.sosyal-aglar a:hover, .sosyal-aglar a:active, .sosyal-aglar a:focus{
	color: black;
}
.sagakaydir{
	min-width: 800px;
	position: absolute;
	background-color: white;
	padding-left: 0px;
	right: -245px;
	z-index: 999999;
}
.sagakaydir h2{
	color: #161616;
    font-size: 70px;
	line-height: 70px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 700;
	padding: 30px;
	padding-left: 0px;
}
.kaydirma{
	margin-top: 160px;
}
.footer a{
	color: #333;
}
.footer-links{
	margin: 0px;
	padding: 0px;
}
.footer-links li{
	list-style-type: none;
}
.footer-links li a{
	color: #444;
}
#navbar, #navbarclose{
	display: none;
}
#navbarclose{
	color: white;
}
.page-heading{
	text-align: center;
	padding-top: 30px;
}
.hakkimizda .row{
	padding-top: 20px;
	padding-bottom: 20px;
}
.paddingBottom{
	padding-bottom: 50px;
}
.product-description{
	background-color: #f9f9f9;
}
.description{
	padding-top: 20px;
	padding-bottom: 20px;
}
.description h2{
	color: #52AF3A;
}
.carousel-control-prev, .carousel-control-next{
	background-color: rgba(0,0,0,0.2);
}
.slide-footer{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.slide-footer li{
	list-style-type: none;
	width: 20%;
	padding: 10px;
	display: inline-block;
}
.slide-footer li:hover{
	background-color: #eee;
}
.slide-footer li img{
	max-width: 50%;
}
.carousel-item img{
	max-width: 100%;
}
.iletisim-bg{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.iletisim-bg h2{
	position: relative;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
.iletisim-bg p{
	position: relative;
	width: 100%;
	display: block;
}
.iletisim-bg p a{
	color: #555;
}
.iletisim-bg address{
	font-size: 14px;
}
.iletisim .col-lg-4{
	padding-bottom: 50px;
}
.control_arrows {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.control_arrows input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}
.control_arrows:hover input ~ .checkmark {
    background-color: #aaa;
}
.control_arrows input:checked ~ .checkmark {
    background-color: #52AF3A;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.control_arrows input:checked ~ .checkmark:after {
    display: block;
}
.control_arrows .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #52AF3A;
    color: white;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #40872c;
}
#back-to-top.show {
    opacity: 1;
}
.bayilik_basvurusu_form p{
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.bayilik_basvurusu_form input, .bayilik_basvurusu_form textarea{
	padding: 5px 5px 5px 10px;
	display: block;
	width: 100%;
}
.bayilik_basvurusu_form input:active, .bayilik_basvurusu_form input:focus{
	background-color: #f8f8f8;
}
.bayi-info ul{
	margin: 0px;
	padding: 0px;
}
.bayi-info ul li{
	list-style-type: none;
	color: #666;
	padding: 8px 5px;
	font-weight: bold;
}
.bayi-info ul li .fa{
	min-width: 30px;
	font-size: 20px;
	text-align: center;
	margin-right: 10px;
}
.bayi-info ul li a{
	color: #666;
}
.bayi-info h4{
	font-weight: bold;
	margin-top: 20px;
}
.bayi-info .col-lg-6{
	margin-bottom: 20px;
}
.zoom {
	display:inline-block;
	position: relative;
}
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}
.zoom img {
	display: block;
}
.zoom img::selection { background-color: transparent; }

.il-buton{
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.il-buton:hover{
	cursor: pointer;
}
.il-buton:hover .fa{
	background-color: #52AF3A;
}
.il-buton .fa{
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #222;
	color: white;
	padding-top: 8px;
	margin-right: 10px;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.il-content{
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #eee;
    display: none;
    margin-top: 10px;
    padding: 10px;
}
.il-content h5{
	font-size: 15;
	margin: 0px;
	padding: 0px;
}
.il-content address{
	padding: 0px;
	margin: 0px;
}
.il-content p, .il-content a{
	font-size: 14;
	color: #444;
}
@media (max-width: 768px){

	#navbar{
		display: block;
	}
	.menu-elements{
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,1);
		text-align: center;
		padding-top: 15%;
		z-index: 999999;
		overflow: auto;
		padding-bottom: 15%;
		color: white;
	}
	.menu ul li{
		position: relative;
		width: 100%;
		display: block;
		color: white;
	}
	.menu ul li a{
		color: white;
	}
	.menu-left{
		text-align: center;
		padding: 10px;
		padding-top: 15px;
	}
	.menu-right{
		text-align: center;
		padding: 10px;
		padding-top: 25px;
	}
	.menu-center{
		text-align: center;
	}
	.menu-center button{
		display: inline-block;
		margin: auto auto;
	}
	.section-right-border{
		width: auto;
		height: auto;
		position: relative;
		text-align: center;
	}
	.section-img{
		position: relative;
		background-image: url('../images/section-img1.jpg');
		background-size: cover;
		width: 100%;
		height: 400px;
		z-index: 9999;
		margin-left: 0px;
		margin-top: 0px;
		text-align: center;
		padding: 20px;
	}
	.section-img img{
		width: 100%;
	}
	.sagakaydir{
		min-width: auto;
		position: relative;
		background-color: white;
		right: 0px;
		z-index: 999999;
		text-align: center;
	}
	.sagakaydir h2{
		color: #161616;
	    font-size: 30px;
		line-height: 20px;
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight: 700;
		padding: 30px;
	}
	.kaydirma{
		text-align: center;
		margin-top: 10px;
	}
	.product-desc{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#navbar{
		font-size: 35px;
	}
	#navbarclose{
		color: white;
		font-size: 35px;
	}
	.menu{
		overflow: auto;
	}
	.menu ul li ul{
		display: block;
		position: relative;
		background-color: transparent;
		border: none;
	}
	.menu ul li ul li{
		border: none;
	}
	.menu ul li ul li a{
		font-size: 12px;
		padding: 5px;
	}
	.menu ul li a:active, .menu ul li a:focus, .menu ul li a:hover{
		text-decoration: none;
		color: white;
	}
	.footer-links li{
		display: block;
		width: 100%;
	}
	.footer-links li ul{
		margin: 0px;
		padding: 0px;
	}
	.footer-links li ul li{
		margin: 0px;
		padding: 0px;
	}
}
@media (max-width: 576px){
	.parallax-window{
		width: 100%;
		padding-top: 25%;
		padding-bottom: 25%;
	}
	.parallax-content{
		width: 100%;
		padding: 30px;
		background-color: rgba(255,255,255,0.85);
	}
	.parallax-border{
		border: 2px solid #52AF3A;
		padding: 25px;
	}
	.parallax-content .btn-selvi{
		display: block;
		width: 100%;
	}
	.footer{
		text-align: center;
	}
	.footer h3{
		margin-top: 50px;
	}
	.footer-links li{
		display: block;
		width: 100%;
	}
	#textbx{
		position: relative;
		width: 100%;
	}
	#navbar{
		font-size: 35px;
	}
	#navbarclose{
		color: white;
		font-size: 35px;
	}
	.sagakaydir{
		min-width: auto;
		position: relative;
		background-color: white;
		right: 0px;
		z-index: 999999;
		text-align: center;
	}
	.sagakaydir h2{
		color: #161616;
	    font-size: 30px;
		line-height: 20px;
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight: 700;
		padding: 30px;
	}
	.kaydirma{
		text-align: center;
		margin-top: 10px;
	}
	.menu{
		overflow: auto;
	}
	.menu ul li ul{
		display: block;
		position: relative;
		background-color: transparent;
		border: none;
	}
	.menu ul li ul li{
		border: none;
	}
	.menu ul li ul li a{
		font-size: 12px;
		padding: 5px;
	}
	.section h2{
		margin-top: -30px;
	}
	.product{
		position: relative;
	}
	.product-img{
		position: relative;
		min-height: 150px;
		max-height: 400px;
	}
	.product-img img {
	    max-width: 70%;
	    max-height: 100%;
	}
	.iletisim-bg{
		-webkit-transform: skew(0deg, 0deg);
		-moz-transform: skew(0deg, 0deg);
		-o-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}
}
