@font-face {
	font-family: 'Bryant Bold';
	src: url('../fonts/BryantPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BryantPro-Bold.otf') format('opentype'),
		url('../fonts/BryantPro-Bold.woff') format('woff'), url('../fonts/BryantPro-Bold.ttf') format('truetype'), url('../fonts/BryantPro-Bold.svg#BryantPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bryant Light';
	src: url('../fonts/BryantPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/BryantPro-Light.otf') format('opentype'),
		url('../fonts/BryantPro-Light.woff') format('woff'), url('../fonts/BryantPro-Light.ttf') format('truetype'), url('../fonts/BryantPro-Light.svg#BryantPro-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Bryant Medium';
	src: url('../fonts/BryantPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BryantPro-Medium.otf') format('opentype'),
		url('../fonts/BryantPro-Medium.woff') format('woff'), url('../fonts/BryantPro-Medium.ttf') format('truetype'), url('../fonts/BryantPro-Medium.svg#BryantPro-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Bryant Regular';
	src: url('../fonts/BryantPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BryantPro-Regular.otf') format('opentype'),
		url('../fonts/BryantPro-Regular.woff') format('woff'), url('../fonts/BryantPro-Regular.ttf') format('truetype'), url('../fonts/BryantPro-Regular.svg#BryantPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


h5 {
	font-family: 'Bryant Bold';
	font-size: 24px;
	color: #0c0c0c;
	padding-bottom: 22px;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-bottom: #d3d3d3 1px solid;
	z-index: 99999;
}

.navbar-default {
	background: #fff;
}

.navbar-brand {
	line-height: 8px;
}

.navbar {
	margin-bottom: 0;
	min-height: 40px;
	padding: 0;
	border-radius: 0;
	border: none;
}

.main-menu {
	margin-bottom: 8px;
}

.main-menu .navbar-nav {
	font-family: 'Bryant Bold';
}

nav .navbar-nav {
	font-family: 'Bryant Medium';
	font-size: 10px;
}

nav .navbar-left li:first-child {
	position: relative;
	/* Border'ın hizalanması için */
}

nav .navbar-left li:first-child::before {
	content: '';
	position: absolute;
	right: 0;
	/* Sağ tarafa yerleştir */
	top: 10%;
	/* Üstten 10% boşluk bırak */
	height: 80%;
	/* Border'ın uzunluğunu ayarla */
	border-right: 1px solid #9e9e9e;
}

.navbar-collapse {
	padding-left: 0;
}

#topmenu .navbar-nav>li>a {
	color: #6d6d6d;
}

.navbar-right li a {
	background: #9e9e9e;
	color: #fff !important;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding: 2px 8px !important;
	margin: 16px 3px 0 3px;
}

.navbar-right li a:hover,
.navbar-right li a:focus,
.navbar-right>.open>a,
.navbar-right>.open>a:focus,
.navbar-right>.open>a:hover {
	background: #7f7f7f !important;
}

.navbar-nav .dropdown.open {
	box-shadow: 10px 0 17px -4px rgba(34, 34, 34, 0.5), -10px 0 17px -4px rgba(34, 34, 34, 0.5);
}

.nav>li>a {
	padding: 10px;
	color: white;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: transparent;
	color: #9e9e9e;
}

.main-menu .navbar-left {
	margin: 4px 0 0 40px;
}

.navbar-left li:hover a {
	color: #fff;
}

@media (min-width: 768px) {
	.yamm .navbar-nav>li>a {
		padding-top: 25px;
		padding-bottom: 20px;
		line-height: 20px;
		color: white;
	}
}

.navbar-brand {
	height: 35px;
}

.navbar-nav .page-scroll a {
	color: #333;
	/* Normal metin rengi */
	padding: 15px 15px;
	/* Buton benzeri görünüm için padding */
	text-decoration: none;
	/* Altı çizgili olmasın */
	transition: background-color 0.3s ease, color 0.3s ease;
	/* Hover geçiş efekti */
}

.navbar-nav .page-scroll a:hover {
	background-color: #b52626;
	/* Hover sırasında arka plan rengi */
	color: #fff !important;
	/* Hover sırasında metin rengi */
	text-decoration: none;
	/* Altı çizgili olmasın */
	border-radius: 4px;
	/* Hafif yuvarlatılmış köşeler */
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: white;
}

input.search-field__input-field {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	padding: 4px 8px 6px;
	border: 1px solid #ddd;
	border-radius: 7px 0 0 7px;
	border-right: 0;
	color: gray;
	-webkit-appearance: none;
	outline: none;
	min-width: 0;
}

.search-field__input {
	float: left;
	margin-top: 17px;
}

.media-right,
.media>.pull-right {
	padding-left: 0;
	margin-left: 10px;
}

button.search-field__button {
	-webkit-flex: 0 0 30px;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	background-color: #fff;
	color: #999;
	border-radius: 0 7px 7px 0;
	border: 1px solid #ddd;
	border-left: none;
	font-size: 14px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	line-height: 26px;
	padding: 3px 6px 1px 0;
	float: left;
	margin-top: 17px;
}

.e-icon__alt {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

footer {
	background: #ebebeb;
	color: #6a6a6a;
	cursor: default;
}

ul.social {
	text-align: left;
	margin-top: 60px;
}

ul.social li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 35px;
}

ul.social li i {
	display: block;
}

i.icon-facebook {
	background: url(../../assets/images/facebook.png) no-repeat left center;
	width: 16px;
	height: 35px;
}

i.icon-twitter {
	background: url(../../assets/images/twitter.png) no-repeat left center;
	width: 35px;
	height: 29px;
}

i.icon-instagram {
	background: url(../../assets/images/instagram.png) no-repeat left center;
	width: 35px;
	height: 35px;
}

i.icon-youtube {
	background: url(../../assets/images/youtube.png) no-repeat left center;
	width: 29px;
	height: 35px;
}

i.icon-phone {
	background: url(../../assets/images/phone.png) no-repeat left center;
	width: 53px;
	height: 52px;
}

.vertical-line {
	background: url(../../assets/images/footer-line.png) no-repeat;
	height: 75px;
	width: 3px;
}

.phone .customer-care {
	font-family: "Bryant Regular";
	font-size: 18px;
}

.phone .phone-number {
	font-family: "Bryant Bold";
	font-size: 24px;
}

.slide-box1,
.slide-box2,
.slide-box3 {
	display: inline-block;
	width: 33%;
	background: #fff;
	cursor: default;
}

.slide-box1:hover,
.slide-box2:hover,
.slide-box3:hover,
.slide-box1:active,
.slide-box2:active,
.slide-box3:active {
	background: #b92727;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.slide-box1:hover div,
.slide-box2:hover div,
.slide-box3:hover div,
.slide-box1:hover a,
.slide-box2:hover a,
.slide-box3:hover a,
.slide-box1:active div,
.slide-box2:active div,
.slide-box3:active div,
.slide-box1:active a,
.slide-box2:active a,
.slide-box3:active a {
	color: #fff !important;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.slide-box1,
.slide-box3 {
	border: 1px solid #9e9e9e;
	padding: 30px 20px 30px 30px;
}

.slide-box2 {
	border-top: 1px solid #9e9e9e;
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
	padding: 30px 20px 30px 30px;

}

.slide-items {
	max-width: 64%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	bottom: 80px;
}

.slide-items .col-md-3 {
	padding: 0;
}

.slide-items .title-small {
	color: #b92727;
	font-family: "Arial";
	font-size: 10px;
}

.slide-items .title {
	color: #0c0c0c;
	font-size: 23px;
}

.slide-items .summary {
	color: #6c6c6c;
	font-family: "Arial";
	font-size: 10px;
}

.slide-items .read-more a {
	color: #b92727;
	font-family: "Arial";
	font-size: 12px;
}

.slide-items .description {
	height: 60px;
	vertical-align: middle;
	display: table-cell;
}

.main-content,
.newsletter {
	width: 85%;
	margin: auto;
}

.newsletter .content-red-title {
	margin: 30px 0 20px 0;
}

.newsletter-box {
	margin: 10px 0;
	border: 1px solid #dbdbdb;
	padding: 30px;
	text-align: center;
}

.newsletter-box input[type="text"] {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #c3c3c3;
}

.newsletter-box input[type="submit"] {
	padding: 10px 22px;
	display: inline-block;
	border: 0;
	background: #b92727;
	color: #fff;
}

.newsletter-box .message {
	color: #b92727;
}

.content-filters {
	margin-top: 30px;
}

.content-filters .pull-right ul li {
	list-style: none;
	display: inline;
	margin: 0 10px;
}

.content-filters .pull-right ul li:last-child {
	margin: 0 0 0 10px;
}

.content-filters .pull-left,
.content-filters .pull-right {
	font-family: 'Bryant Bold';
	font-size: 16px;
	margin-bottom: 20px;
}

.content-red-title {
	font-size: 24px;
	font-family: 'Bryant Bold';
	color: #b92727;
	margin: 40px 0;
}

.content-banners .content-box,
.content-banners2 .content-box {
	display: inline-block;
	margin-bottom: 15px;
}

.content-banners .content-box:first-child {
	margin-right: 18px;
}

.content-banners2 .content-box {
	margin-right: 16px;
}

.content-banners2 .content-box:last-child {
	margin-right: 0;
}

.content-image {
	position: relative;
	width: 100%;
	/* for IE 6 */
	cursor: pointer;
}

.content-image h4 {
	font-family: 'Arial';
	font-weight: bold;
	font-size: 10px;
	color: #b92727;
	bottom: 12px;
}

.content-image h3 {
	font-family: 'Bryant Bold';
	font-size: 30px;
	color: #0c0c0c;
	bottom: 50px;
}

.content-image .description {
	display: none;
	position: absolute;
	left: 30px;
	width: 80%;
	z-index: 2;
	font-family: 'Bryant Regular';
	font-size: 14px;
	color: #fff;
	top: 15%;
}

.content-image h4 {
	margin-bottom: 20px;
}

.content-image h4,
.content-image h3 {
	position: absolute;
	left: 30px;
	width: 100%;
	z-index: 2;
}

.content-image img {
	width: 100%;
	vertical-align: top;
}

.content-image:after {
	content: '\A';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(185, 39, 39, 0.8);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.content-image:hover:after {
	opacity: 1;
}

.footer-menu {
	margin-top: 40px;
}

.footer-menu h6,
ul.footer-links li a {
	color: #616161;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

ul.footer-links {
	margin-bottom: 40px;
	margin-left: -20px;
}

ul.footer-links li a {
	font-size: 11px;
}

ul.footer-links li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

h6.footer-title {
	margin-bottom: 16px;
	margin-left: 20px;
}

.red-link {
	color: #b92727;
	font-size: 26px;
}

.red-link:hover {
	color: #b92727;
}

div.copyright {
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding-left: 9px;
}

div#bilgitoplum {
	margin-right: 43px;
}

div.mobile-apps {
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

div.mobile-apps #ios,
div.mobile-apps #android {
	display: inline-block;
}

div#bilgitoplum a {
	font-size: 10px;
	color: #616161;
	font-weight: bold;
	margin-right: 60px;
	margin-left: 9px;
	vertical-align: middle;
	text-decoration: none;
}

.page-scroll a {
	text-decoration: none;
}

/* SUB PAGES */

.content-header {
	height: 515px;
	width: 100%;
}

.content-header .content-top-banner img {
	width: 100%;
}

.content-header .content-title-box {
	background: #fff none repeat scroll 0 0;
	border-top: 4px solid #b92727;
	border-left: #d9d9d9 1px solid;
	border-right: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	margin: 0 auto;
	padding: 8px 45px;
	position: relative;
	top: 308px;
	width: 960px;
}

.content-header .content-title-box-2 {
	background: #fff none repeat scroll 0 0;
	border-top: 4px solid #b92727;
	border-left: #d9d9d9 1px solid;
	border-right: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	margin: 0 auto;
	padding: 8px 45px;
	position: relative;
	top: 308px;
	width: 960px;
}

a.nav-link.dropdown-toggle::after {
	display: none;
}

.content-title-box h1 {
	color: #b92727;
	font-family: 'Bryant Bold';
	font-size: 60px;
	text-align: center;
	float: left;
	width: 50%;
}

.content-title-box-2 h1 {
	color: #b92727;
	font-family: 'Bryant Bold';
	font-size: 54px;
	text-align: center;
	float: left;
	width: 50%;
}

.content-title-box .summary-quote {
	font-size: 12px;
	font-family: 'Arial';
	float: right;
	width: 50%;
	margin-top: 22px;
	color: #999;
	background: url(../../assets/images/left-quote.png) no-repeat top left;
	padding-left: 56px;
}

.clear {
	clear: both;
}

.content {
	width: 76%;
	background: #fff;
	margin: -142px auto 0 auto;
	padding: 65px 70px 70px 70px;
	color: #777;
	font-size: 13px;
	box-shadow: 4px 0 49px -4px #ccc, -4px 0 12px -4px #ccc;
}

.content.homepage {
	margin: -190px auto 0 auto;
	padding: 146px 70px 70px 70px;
}

.content-page {
	background: #fbfbfb;
}

.content h2 {
	font-family: 'Bryant Bold';
	font-size: 42px;
	color: #636363;
}

.content p {
	margin: 20px 0;
}

.timeline {
	margin-top: 35px;
}

.timeline .milestone {
	margin-bottom: 35px;
}

.timeline .milestone .year {
	background: url('../../assets/images/timeline.png') no-repeat left center;
	color: #fff;
	width: 112px;
	height: 108px;
	padding: 37px 30px;
	font-family: 'Bryant Bold';
	font-size: 23px;
	float: left;
}

.cd-timeline-content h2 {
	font-family: 'Bryant Bold';
	font-size: 24px;
	color: #b92727;
}

.cd-timeline-content p {
	background: #f0f0f0;
	padding: 25px;
	min-height: 110px;
}

.timeline .milestone .description:hover {
	color: "#fff";
	background: "#b92727";
}

.user-box .user-image {
	float: left;
	padding: 25px;
}

.user-box .user-image img {
	border: #dbdbdb 5px solid;
	transition: border 200ms ease-in-out;
}

.user-box .user-image img:hover {
	border: #b92727 5px solid;
}

.user-box .user-bio {
	float: left;
	width: 70%;
}

.user-box .user-bio h3 {
	font-family: 'Bryant Bold';
	color: #636363;
	font-size: 30px;
	margin-top: 50px;
}

.user-box .user-bio .user-title {
	font-family: 'Bryant Bold';
	color: #b92727;
	font-size: 14px;
}

.user-box .user-bio .user-text {
	font-family: 'Arial';
	color: #919191;
	font-size: 13px;
	margin-top: 20px;
}

.extended-boxes {
	/* min-height: 280px; */
}

.extended-boxes .box {
	border-top: #c3c3c3 1px solid;
	border-right: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
	padding: 20px;
	color: #3a3a3a;
	font-family: 'Bryant Bold';
	float: left;
	width: 16.5%;
	margin-bottom: 20px;
	cursor: default;
}

.extended-boxes .box-25 {
	width: 25%;
	margin-bottom: 0;
}

.extended-boxes .no-top-border {
	border-top: 0;
}

.extended-boxes .box.first {
	border-left: #c3c3c3 1px solid;
}

.extended-boxes .box .title {
	font-size: 28px;
}

.extended-boxes .box .summary {
	font-size: 15px;
}

.extended-boxes .box .description {
	display: none;
	font-family: 'Arial';
}

.extended-circles {
	padding-top: 105px;
}

.extended-circles .cp-egg {
	background: url(../../assets/images/cp-yumurta.png) no-repeat top center;
	width: 100%;
	height: 300px;
}

.extended-circles .circle .description {
	display: none;
	font-size: 13px;
	font-family: 'Arial';
	float: left;
	margin-left: 25px;
	width: 50%;
	margin-top: -25px;
}

.extended-circles .circle {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	color: #fff;
	position: relative;
	cursor: default;
}

.extended-circles .red-circle {
	background: #b92727;
	top: -90px;
	float: left;
	padding-top: 50px;
	padding-left: 22px;
}

.extended-circles .green-circle {
	background: #35b44a;
	top: -90px;
	float: right;
	padding-top: 50px;
	padding-left: 38px;
}

.extended-circles .orange-circle {
	background: #f7941d;
	bottom: 38px;
	float: left;
	padding-top: 55px;
	padding-left: 35px;
}

.extended-circles .blue-circle {
	background: #1e91cc;
	bottom: 38px;
	float: right;
	padding-top: 55px;
	padding-left: 33px;
}

.extended-circles h3 {
	font-size: 36px;
	font-family: 'Bryant Bold';
	margin-top: 0px;
	padding-top: 22px;
}

.extended-circles .title {
	height: 130px;
	float: left;
}

.panel-default>.panel-heading {
	background: #b92727;
	color: #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-body {
	font-family: 'Arial';
	color: #777;
}

.panel-group {
	margin: 30px 0 40px 0;
}

.kesimhane {
	margin: 8px 0;
	font-family: 'Arial';
}

.kesimhane .title,
.kesimhane .title a {
	color: #636363;
	font-family: 'Bryant Bold';
	font-size: 30px;
}

.kesimhane .left img:hover {
	border: 12px solid #b92727;
}

.scrollme {
	margin-bottom: 40px;
}

.kesimhane .read-more {
	font-family: 'Bryant Bold';
	font-size: 18px;
	color: #636363;
	border: 2px solid #ebebeb;
	border-radius: 10px;
	padding: 8px;
	width: 132px;
}

.kesimhane .read-more:hover {
	color: #b92727;
	border: 2px solid #b92727;
}

.kesimhane .date {
	color: #636363;
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0 8px 0;
}

.kesimhane .left {
	float: left;
}

.kesimhane .right {
	float: right;
	width: 62%;
	margin: 0;
}

.tuketici-h3 {
	position: relative;
	left: -35px;
}

.fikir-h3 {
	left: 0 !important;
}

.planlama-h3 {
	position: relative;
	left: 0 !important;
}

.uretim-h3 {
	position: relative;
	left: 0 !important;

}

.red {
	color: #b92727 !important;
}

.big-title {

	font-family: 'Bryant Bold' !important;
	text-align: center !important;
	position: relative;
	top: 56px;
}

.big-title-2 {

	font-family: 'Bryant Bold' !important;
	text-align: center !important;
	position: relative;
	top: 56px;
}

.uretim-box {
	position: relative;
}

.uretim-box-2 {
	position: relative;
}

.uretim-box.yem {
	top: 66px;
	padding-left: 11%;
}

.uretim-box-2.yem {
	top: 66px;
	padding-left: 14%;
}

.uretim-box.pilic {
	top: 68px;
	padding-left: 22%;
	width: 100%;
}

.uretim-box-2.pilic {
	top: 68px;
	padding-left: 22%;
	width: 100%;
}

.uretim-box.civciv {
	top: 76px;
	left: 56%;
	text-align: right;
	width: 490px;
}

.uretim-box-2.civciv {
	top: 76px;
	left: 56%;
	text-align: right;
	width: 490px;
}

.uretim-box.perakende {
	top: 98px;
	left: 58%;
	text-align: right;
	width: 490px;
}

.uretim-box-2.perakende {
	top: 98px;
	left: 58%;
	text-align: right;
	width: 490px;
}

.uretim-box.perakende .red {
	padding-top: 77px;
}

.uretim-box-2.perakende .red {
	padding-top: 77px;
}

.uretim-box h3 {
	font-family: 'Bryant Bold';
	font-size: 35px;
	width: 33%;
	position: relative;

}

.uretim-box-2 h3 {
	font-family: 'Bryant Bold';
	font-size: 36px;
	width: 33%;
	position: relative;

}

.uretim-box .bold {
	font-family: 'Bryant Bold';
	font-size: 18px;
	color: black;
	width: 38%;
	
	padding-left: 12px;
}

.uretim-box-2 .bold {
	font-family: 'Bryant Bold';
	font-size: 18px;
	color: black;
	width: 38%;
	margin-top: -20px;
}

.uretim-box .bold-2 {
	font-family: 'Bryant Bold';
	font-size: 18px;
	color: #636363;
	width: 38%;
	margin-top: -20px;
}

.uretim-box-2.yem .bold-2 {
	font-family: 'Bryant Bold';
	font-size: 18px;
	color: black;
	width: 45%;
	padding-right: 9%;

}

.uretim-box.pilic .bold {
	margin-top: 6px;
	width: 480px;
}

.uretim-box-2.pilic .bold {
	margin-top: 6px;
	width: 480px;
}

.uretim-box.civciv .bold {
	width: 100%;
	margin-top: 10px;
	position: relative;
	left: -44px;
}

.uretim-box-2.civciv .bold {
	width: 100%;
	margin-top: 10px;
	position: relative;
	left: -44px;
}

.uretim-box-2.civciv h3 {
	font-family: 'Bryant Bold';
	font-size: 30px;
	padding-right: 44px;
	width: 100%;
	position: relative;
}

.uretim-box .regular {
	font-family: 'Arial';
	font-size: 11px;
	color: black;
	width: 35%;
	margin-top: 16px;
	padding-left: 12px;
}

.uretim-box-2.yem .regular {
	font-family: 'Arial';
	font-size: 11px;
	color: black;
	width: 35%;
	margin-top: 16px;
}

.uretim-box.civciv .regular {
	width: 100%;
	padding-right: 9%;
}

.uretim-box-2.civciv .regular {
	width: 100%;
	padding-right: 9%;
	color: black;
	margin-top: 14px;
}


.uretim-box-2.pilic .regular {
	width: 48%;
	padding-right: 9%;
	color: black;
	margin-top: 14px;
}

.uretim-box.perakende .regular {
	width: 390px;
}

.uretim-box-2.perakende .regular {
	width: 390px;
	color: black;
	margin-top: 14px;
}

.uretim-line1 {
	position: relative;
	top: -28px;
	left: 241px;
	background: url("/assets/images/uretim-line1.png") no-repeat;
	width: 312px;
	height: 7px;
}

.uretim-line2 {
	position: absolute;
	top: 34px;
	left: 543px;
	background: url("/assets/images/uretim-line2.png") no-repeat;
	width: 7px;
	height: 483px;
}

.uretim-line3 {
	position: relative;
	top: -52px;
	left: -530px;
	background: url("/assets/images/uretim-line1.png") no-repeat;
	width: 483px;
	height: 7px;
}

.uretim-line4 {
	position: absolute;
	top: 38px;
	left: -530px;
	background: url("/assets/images/uretim-line2.png") no-repeat;
	width: 7px;
	height: 440px;
}

.uretim-line5 {
	position: relative;
	top: -20px;
	left: 285px;
	background: url(/assets/images/uretim-line1.png) no-repeat;
	width: 216px;
	height: 7px;
}

.uretim-line6 {
	position: absolute;
	top: 33px;
	left: 487px;
	background: url("/assets/images/uretim-line2.png") no-repeat;
	width: 7px;
	height: 560px;
}




.language-nav {
	margin-left: 66px;
}

.inovatif-line1 {
	position: relative;
	top: -29px;
	left: 31%;
	background: url("/assets/images/uretim-line1.png") no-repeat;
	width: 7.8%;
	height: 7px;
}

.inovatif-line1-uretim {
	position: relative;
	top: -29px;
	left: 27%;
	background: url("/assets/images/uretim-line1.png") no-repeat;
	width: 9.8%;
	height: 7px;
}

.t-a {
	text-align: center;
}

.container-margin {
	margin: 0 11.5%;
}
.logo-design{
	position: relative;
	left: 11px;
}

.language-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	/* Türkçe ve English arasındaki boşluk */
	font-weight: 500;
	font-size: 1rem;
}

.language-nav a {
	text-decoration: none;
	font-size: 13px;
	color: #333;
	/* Normal durumdaki metin rengi */
	padding: 9px 15px;
	/* Tıklanabilir alanın boyutunu ayarlamak için padding */
	border-radius: 5px;
	/* Köşeleri yuvarlatmak için */
	transition: background-color 0.3s;
	/* Arka plan renginde yumuşak geçiş */
}

.separator {
	color: #333;
	/* Ayırıcı çizgi rengi */
	font-size: 13px;
}

.language-nav a:hover {
	background-color: #b92727;
	/* Hover durumunda renk değişimi */
	color: white;
}

.surdurulebilir-text {
	position: relative;
	top: 63px !important;
}

@media(max-width:991.98px) {

	.inovatif-circle-with-dot,
	.inovatif-line1,
	.inovatif-line1-uretim,
	.inovatif-line2,
	.inovatif-line2-2,
	.inovatif-line3,
	.inovatif-line4,
	.inovatif-line5,
	.inovatif-line5-2,
	.inovatif-line5-2-uretim,
	.inovatif-line6,
	.inovatif-line7 {
		background: none !important;
		left: 0 !important;
		width: 0 !important;
	}

	.content-title-box h1 {
		font-size: 50px;
		position: relative;
		top: 0;
		left: 0;
	}

	.content-title-box-2 h1 {
		font-size: 42px;
		position: relative;
		top: 0;
		left: 0;
	}

	.container-margin {
		margin: 0;
	}

	.big-title {
		font-size: 48px !important;
		margin-bottom: 11%;
	}

	.big-title-2 {
		font-size: 49px !important;
		margin-bottom: 11%;
		top: 74px;
	}

	.uretim-box.yem {
		left: 0;
		padding-left: 0;
	}

	.uretim-box-2.yem {
		left: 0;
		padding-left: 0;
	}

	.uretim-box .regular {
		
		width: 60%;
		font-size: 14px;
	}

	.uretim-box-2 .regular {
		margin-left: 17px;
		width: 60%;
		font-size: 14px;
		margin-left: 0;
	}

	.uretim-box-2.yem .regular {
		padding-left: 17px;
		width: 100% !important;
		font-size: 13px;
		margin-left: 0 !important;
	}

	.uretim-box-2.pilic.regular {
		margin-left: 17px;
		width: 60%;
		font-size: 14px;
	}

	.uretim-box.civciv {
		left: 0;
		text-align: left;
		width: 100%;
	}

	.uretim-box-2.civciv {
		left: 0;
		text-align: left;
		width: 100%;
	}

	.uretim-box.civciv .bold {
		opacity: 1;
		width: 360px;
		
	}

	.uretim-box-2.civciv .bold {
		opacity: 1;
		width: 100%;
		padding-left: 15px;
		margin-left: 0 !important;
	}
	.uretim-box-2.civciv h3{
		padding-right: 0 !important;
	}

	.uretim-box-2.civciv .regular{
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 15px;
		margin-top: 14px;
	}

	.uretim-box-2.pilic .bold{
		width: 100% !important;
		margin-left: 0 !important;
		padding-left: 15px;
	}

	.uretim-box-2.pilic .regular{
		width: 60%;
		padding-left: 15px;
		padding-right: 0 ;
		margin-top: 15px;
	}

	.uretim-box-2.perakende .bold{
		margin-left: 0 !important;
		width: 100% !important;
		padding-left: 15px;
	}

	.uretim-box-2.perakende .regular{
		width: 100%;
		padding: 15px ;
	}

	.tuketici-h3 {
		left: 0 !important;
		width: 100% !important;

	}

	.fikir-h3,
	.planlama-h3,
	.uretim-h3 {
		width: 100% !important;
		text-align: center;
	}

	.fikir-h3-2,
	.planlama-h3-2,
	.uretim-h3-2 {
		width: 100% !important;
		text-align: center;
		left: 0 !important;
		top: -28px;
	}

	.surdurulebilir-text {
		top: 30px !important;
	}

	.uretim-box .bold {
		color: black;
		width: 100% !important;
		margin-top: 0 !important;
		margin-bottom: 0;
		
		left: 0 !important;
	}

	.uretim-box-2 .bold {
		color: black;
		width: 93% !important;
		margin-top: 0 !important;
		margin-bottom: 0;
		margin-left: 16px !important;
		left: 0 !important;
	}

	.uretim-fikir {
		width: 93% !important;
		opacity: 1;
	}

	.uretim-box.civciv {
		opacity: 1;
	}

	.uretim-box-2.civciv {
		opacity: 1;
	}

	.uretim-box.civciv.regular {
		width: 343px;
	}

	.uretim-box-2.civciv.regular {
		width: 343px;
	}

	.uretim-box.pilic {
		top: 51px;
		left: 0px;
		padding-left: 0;
	}

	.uretim-box-2.pilic {
		top: 51px;
		left: 0px;
		padding-left: 0;
	}

	.uretim-box-2.yem .bold-2 {
		color: black;
		font-family: 'Bryant Bold';
		width: 100% !important;
		font-size: 18px;
		padding-right: 0;
		padding-left: 15px;
	}

	.uretim-box.perakende .bold {
		padding-right: 0 !important;
	}

	.uretim-box.perakende .red {
		padding-top: 0;
	}

	.uretim-box.perakende {
		left: 0;
		width: 100%;
		text-align: left;
	}

	.uretim-box-2.perakende .bold {
		padding-right: 0 !important;
	}

	.uretim-box-2.perakende .red {
		padding-top: 0;
	}

	.uretim-box-2.perakende {
		left: 0;
		width: 100%;
		text-align: left;
	}

	.menu-phone-mode {
		max-width: 682px;
	}

	.navbar-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.page-scroll {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;

	}



	.navbar-toggler {
		margin-left: auto;
	}

	.navbar-toggler-leng {
		margin-left: 0;
	}

	.language-nav {
		margin-left: -5%;

	}

	.content-title-box {
		width: 100% !important;
	}

	.content-title-box-2 {
		width: 100% !important;
	}

	.pratik-image {
		width: 100%;
	}

	.activity-areas .row div {
		width: 100%;
	}

	.slide-box1,
	.slide-box2,
	.slide-box3 {
		width: 100%;
	}

	.slide-items {
		max-width: 76%;
		margin: 40px auto;
		z-index: 1;
		position: relative;
		margin-bottom: 40px;

	}

	.content-image h3 {
		font-size: 18px;
	}

	.kesimhane .right {
		float: left;
		width: 86%;
		margin: 0;
	}

	.kesimhane .title,
	.kesimhane .title a {
		font-size: 27px;
	}

	.content-title-box .summary-quote {
		margin-top: 15px;
	}

	ul.social li {
		margin: 14px 33px;
	}

	.close-design{
		position: relative;
		left: 93%;
	}



}

@media(max-width:576.98px) {

	.inovatif-circle-with-dot,
	.inovatif-line1,
	.inovatif-line2,
	.inovatif-line3,
	.inovatif-line4,
	.inovatif-line5,
	.inovatif-line6,
	.inovatif-line7 {
		background: none !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}

	.content-title-box h1 {
		font-size: 45px;
	}

	.container-margin {
		margin: 0;
	}

	.big-title {
		font-size: 48px !important;

		margin-bottom: 11%;
	}

	.uretim-box.yem {
		left: 0;
	}

	.uretim-box .regular {
		
		width: 100%;
		font-size: 12px;
		padding-right: 0 !important;
	}

	.uretim-box.civciv {
		top: 40px;
		left: 0;
		text-align: left;
		width: 100%;
	}

	.uretim-box.civciv .bold {
		opacity: 1;
		width: 360px;
		
	}

	.uretim-box-2.yem {
		left: 0;
	}

	.uretim-box-2 .regular {
		margin-left: 17px;
		width: 80%;
		font-size: 12px;
	}

	.uretim-box-2.civciv {
		top: 40px;
		left: 0;
		text-align: left;
		width: 100%;
	}

	.uretim-box-2.civciv .bold {
		opacity: 1;
		width: 100% !important;
		padding-left: 15px !important;
		font-size: 15px !important;
		margin-left: 0 !important;
	}

	.uretim-box-2.civciv .regular{
		width: 100% !important;
		padding-left: 15px !important;
		font-size: 13px !important;
		margin-left: 0 !important;
	}

	.uretim-box-2.pilic .regular{
		width: 100% !important;
		padding-left: 15px !important;
		font-size: 12px !important;
		margin-left: 0 !important;
	}
	.uretim-box-2.pilic .bold{
		font-size: 15px !important;
	}
	.uretim-box-2.perakende .bold{
		font-size: 15px !important;
	}

	.uretim-box-2.perakende .regular{
		width: 100% !important;
		padding-left: 15px !important;
		font-size: 13px !important;
		padding: 0;
		margin-left: 0 !important;
		margin-top: 14px;
	}

	.tuketici-h3 {
		left: 0 !important;

	}

	.fikir-h3,
	.planlama-h3,
	.uretim-h3 {
		width: 360px !important;
		text-align: center;
	}

	.fikir-h3-2,
	.planlama-h3-2,
	.uretim-h3-2 {
		width: 360px !important;
		padding-top: 11px;
		text-align: center;
		left: 0 !important;
	}

	.uretim-box .bold {
		color: black;
		width: 100% !important;
		margin-top: 0 !important;
		margin-bottom: 0;
		
		left: 0 !important;
	}

	.uretim-box .bold-2 {
		color: black;
		width: 345px !important;
		margin-top: 0 !important;
		font-size: 15px;
		margin-bottom: 0;
		margin-left: 16px !important;
		left: 0 !important;
	}

	.uretim-box-2 .bold {
		color: black;
		width: 345px !important;
		margin-top: 0 !important;
		margin-bottom: 0;
		margin-left: 16px !important;
		left: 0 !important;
	}

	.uretim-box-2 .bold-2 {
		color: black;
		width: 345px !important;
		margin-top: 0 !important;
		font-size: 15px;
		margin-bottom: 0;
		margin-left: 16px !important;
		left: 0 !important;
	}

	.uretim-box-2.yem .bold-2 {
		color: black;
		font-family: 'Bryant Bold';
		width: 100% !important;
		font-size: 15px;
		margin-left: 0 !important;
	}

	.uretim-fikir {
		width: 100% !important;
		opacity: 1;
	}

	.big-title-2 {
		font-size: 40px !important;

	}

	.uretim-box.civciv {
		opacity: 1;
	}

	.uretim-box.civciv.regular {
		width: 343px;
	}

	.uretim-box.pilic {
		top: 51px;
		left: 0px;
	}

	.uretim-box.perakende .red {
		padding-top: 0;
	}

	.uretim-box.perakende {
		left: 0;
		width: 100%;
		top: 47px;
		text-align: left;
	}

	.uretim-box-2.civciv {
		opacity: 1;
	}

	.uretim-box-2.civciv.regular {
		width: 343px;
	}

	.uretim-box-2.pilic {
		top: 51px;
		left: 0px;
	}

	.uretim-box-2.perakende .red {
		padding-top: 0;
	}

	.uretim-box-2.perakende {
		left: 0;
		width: 100%;
		top: 47px;
		text-align: left;
	}

	.menu-phone-mode {
		max-width: 351px;
	}

	.navbar-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.page-scroll {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;

	}

	nav .navbar-left li:first-child::before {
		display: none
	}

	.navbar-toggler {
		margin-left: auto;
	}

	.navbar-toggler-leng {
		margin-left: 0;
	}

	.language-nav {
		margin-left: 0;

	}

	.content-title-box {
		width: 100% !important;
	}

	.pratik-image {
		width: 100%;
	}

	.slide-items {
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: -20px;
	}

	.content-title-box .summary-quote {
		margin-top: 22px;
	}

	div#bilgitoplum a {
		margin-left: -13px;
	}

	.logo-design{
		left: 0;
	}

	.cp-mama-img{
		width: 45% !important;
	}

	.close-design{
		position: relative;
		left: 98%;
		top: -18px;
	}



}

.inovatif-line2 {
	position: absolute;
	top: 24.5px;
	left: 46%;
	background: url("/assets/images/uretim-line2.png") no-repeat;
	width: 10%;
	height: 557px;
}

.inovatif-line2-2 {
	position: absolute;
	top: 24.5px;
	left: 46%;
	background: url("/assets/images/uretim-line2.png") no-repeat;
	width: 10%;
	height: 514px;
}

.inovatif-line3 {
	position: relative;
	top: -52px;
	left: -530px;
	background: url("/assets/images/uretim-line1.png") no-repeat;
	width: 79%;
	height: 7px;
}

.inovatif-line4 {
	position: absolute;
	top: 0;
	left: -530px;
	background: url("/assets/images/uretim-line2.png") no-repeat;
	width: 7px;
	height: 473px;
}

.inovatif-line5 {
	position: relative;
	top: -20px;
	left: 15%;
	background: url(/assets/images/uretim-line1.png) no-repeat;
	width: 311px;
	height: 7px;
}

.inovatif-line5-2 {
	position: relative;
	top: -20px;
	left: 20%;
	background: url(/assets/images/uretim-line1.png) no-repeat;
	width: 267px;
	height: 7px;
}

.inovatif-line5-2-uretim {
	position: relative;
	top: -20px;
	left: 25%;
	background: url(/assets/images/uretim-line1.png) no-repeat;
	width: 213px;
	height: 7px;
}

.inovatif-line6 {
	position: absolute;
	top: 33px;
	left: 56%;
	background: url("/assets/images/uretim-line2.png") no-repeat;
	width: 7px;
	height: 617px;
}

.inovatif-line7 {
	position: relative;
	top: -19px;
	left: -14px;
	background: url(/assets/images/uretim-line1.png) no-repeat;
	width: 156px;
	height: 7px;
}

.uretim-dot {
	background: url("/assets/images/dot.png") no-repeat;
	width: 8px;
	height: 8px;
	position: relative;
	z-index: 99;
}

.yem .uretim-dot {
	left: 540px;
	top: -53px;
}

.civciv .uretim-dot {
	left: -532px;
	top: -88px;
}

.pilic .uretim-dot {
	left: 485px;
	top: -24px;
}

.uretim-circle-with-dot {
	position: relative;
	top: -46px;
	left: 209px;
	background: url("/assets/images/uretim-circle-with-dot.png") no-repeat;
	width: 29px;
	height: 29px;
}

.uretim-circle-with-dot2 {
	position: relative;
	top: -70px;
	left: -48px;
	background: url("/assets/images/uretim-circle-with-dot.png") no-repeat;
	width: 29px;
	height: 29px;
}

.uretim-circle-with-dot3 {
	position: absolute;
	top: 80px;
	left: -22px;
	background: url("/assets/images/uretim-circle-with-dot.png") no-repeat;
	width: 29px;
	height: 29px;
}

.inovatif-circle-with-dot {
	position: relative;
	top: -49px;
	left: 28%;
	background: url("/assets/images/uretim-circle-with-dot.png") no-repeat;
	width: 29px;
	height: 29px;
}

.inovatif-circle-with-dot-uretim {
	position: relative;
	top: -49px;
	left: 24%;
	background: url("/assets/images/uretim-circle-with-dot.png") no-repeat;
	width: 29px;
	height: 29px;
}

.inovatif-circle-with-dot2 {
	position: relative;
	top: -70px;
	left: -48px;
	background: url("/assets/images/uretim-circle-with-dot.png") no-repeat;
	width: 29px;
	height: 29px;
}

.inovati-circle-with-dot3 {
	position: absolute;
	top: 80px;
	left: -22px;
	background: url("/assets/images/uretim-circle-with-dot.png") no-repeat;
	width: 29px;
	height: 29px;
}

.uretim-box.perakende .bold {
	margin-top: 5px;
	position: relative;
	padding-right: 101px;
	width: 100%;
}

.uretim-box-2.perakende .bold {
	margin-top: 5px;
	position: relative;
	padding-right: 101px;
	width: 100%;
}

.civciv .red,
.pilic .red,
.perakende .red {
	margin: 0;
	width: 388px;
}

.kesimhane .red {
	font-weight: bold;
}

.kesimhane .map-pin {
	margin-top: 15px;
}

.kesimhane .left img {
	border: 12px solid #e7e7e7;
}

.tp-caption.News-Title,
.News-Title {
	font-family: "Bryant Bold";
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	text-shadow: rgb(3, 3, 3) 6px 4px 24px;
}

.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
	font-family: "Bryant Bold";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	text-shadow: rgb(3, 3, 3) 6px 4px 24px;
}

#social-stream {
	margin: auto;
}

.dcsns-toolbar .filter li a {
	width: auto;
	height: auto !important;
}

#dctsp-nav {
	float: left;
	border-right: 1px solid #333;
	text-transform: uppercase;
	font-family: 'OswaldRegular';
	margin-bottom: 0;
}

#dctsp-nav li {
	float: left;
	border-right: #ccc;
	border-left: #111;
	padding: 0;
	background: 0;
	margin: 0;
	font-size: 14px;
	position: relative;
}

#dctsp-nav li a {
	float: left;
	display: block;
	padding: 10px 20px;
	color: #fefefe;
	border-left: 1px solid #333;
	border-right: 1px solid #666;
	text-shadow: 0 0 1px #000;
}

#dctsp-nav li a:hover {
	background: #888 url(images/hdr_on.png) repeat 0 0;
	color: #fefefe;
}

#dctsp-nav li ul {
	padding: 0;
	position: absolute;
	top: -999em;
	width: 230px;
	background: #545454;
}

* html #dctsp-nav ul li a {
	display: inline-block;
}

#dctsp-nav li:hover ul,
#dctsp-nav li.sfHover ul {
	left: 0;
	z-index: 99;
	top: 41px;
}

#dctsp-nav li:hover {
	visibility: inherit;
	cursor: pointer;
}

#dctsp-nav li:hover li ul,
#dctsp-nav li.sfHover li ul,
#dctsp-nav li li:hover li ul,
#dctsp-nav li li.sfHover li ul {
	top: -999em;
}

#dctsp-nav li li:hover ul,
#dctsp-nav li li.sfHover ul,
#dctsp-nav li li li:hover ul,
#dctsp-nav li li li.sfHover ul {
	top: 0;
	left: 230px;
	border-top: 1px solid #333;
}

#dctsp-nav li ul li {
	background: none;
}

#dctsp-nav li ul li,
#dctsp-nav li ul li a {
	float: none;
}

#dctsp-nav li ul li a:hover {
	background: #888;
	color: #fefefe;
}

#dctsp-nav li ul li.first a {
	border-top: none;
}

#dctsp-nav li ul li a {
	margin: 0;
	border: none;
	padding: 12px 16px;
	line-height: 1.5em;
	height: auto;
	float: none;
	font-size: 12px;
	border-top: 1px solid #666;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#dcsns-form {
	float: left;
	width: 390px;
	padding: 10px 15px 0 15px;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	margin-right: 30px;
	background-color: #fcfcfc;
	background-image: -moz-linear-gradient(center top, #fefefe, #dfdfdf);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#dcsns-form h4 {
	padding-bottom: 5px;
	text-shadow: 0 0 1px #fff;
}

#dcsns-form p.border-top {
	padding-top: 10px;
}

#dcsns-pre {
	float: left;
	width: 400px;
}

#dcsns-form p {
	clear: both;
	width: 100%;
	overflow: hidden;
}

#dcsns-form label {
	display: block;
	float: left;
	width: 110px;
	padding-top: 3px;
}

#link-go {
	cursor: pointer;
	margin-right: 80px;
	float: right;
	font: bold 12px/14px Arial, sans-serif;
	display: inline-block;
	text-decoration: none;
	outline: none;
	padding: 4px 8px;
	background-color: #4A8BF6;
	background-image: -moz-linear-gradient(center top, #73a7fd, #3b84fb);
	border: 1px solid #2a79fb;
	color: #fff;
	text-shadow: 0 1px 0 #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#link-go:hover {
	background-color: #4A8BF6;
	background-image: -moz-linear-gradient(center top, #3b84fb, #73a7fd);
	border: 1px solid #2a79fb;
	color: #fff;
	text-shadow: none;
}

blockquote {
	color: #b92727;
	font-family: 'Bryant Bold';
	font-size: 24px;
	border-left: 10px solid #b92727;
	line-height: 38px;
	margin: 1.5em 10px;
	padding: 0.5em 18px;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #777;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}

.cd-timeline-img.cd-yem {
	background: url(../../assets/images/icons/yem.png) no-repeat center center;
}

.cd-timeline-img.cd-kesimhane {
	background: url(../../assets/images/icons/gida.png) no-repeat center center;
}

.cd-timeline-img.cd-perakende {
	background: url(../../assets/images/icons/perakende.png) no-repeat center center;
}

.cd-timeline-img.cd-world1 {
	background: url(../../assets/images/icons/world1.png) no-repeat center center;
}

.cd-timeline-img.cd-world2 {
	background: url(../../assets/images/icons/world2.png) no-repeat center center;
}

.cd-timeline-img.cd-world3 {
	background: url(../../assets/images/icons/world3.png) no-repeat center center;
}

.cd-timeline-img.cd-arbor-acres {
	background: url(../../assets/images/icons/arbor-acres.png) no-repeat center center;
}

.cd-timeline-img.cd-chicken {
	background: url(../../assets/images/icons/chicken.png) no-repeat center center;
}

.cd-timeline-img.cd-meiji {
	background: url(../../assets/images/icons/meiji.png) no-repeat center center;
}

.cd-timeline-img.cd-7eleven {
	background: url(../../assets/images/icons/7eleven.png) no-repeat center center;
}

.cd-timeline-img {
	box-shadow: none;
}

.yamm ul.nav li {
	font-family: 'Bryant Bold';
}

.yamm {
	border: none;
	background: #b92727;
	padding: 0;
}

.yamm .navbar-nav {
	margin: 0 0 0 15px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #b92727;
	color: #fff !important;
}

.dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a22222+0,8f0222+44,6e1414+100 */
	background: #b52626;
	/* Old browsers */
	background: -moz-linear-gradient(top, #b52626 0%, #8f0222 44%, #6d1414 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b52626 0%, #8f0222 44%, #6d1414 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b52626 0%, #8f0222 44%, #6d1414 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b52626', endColorstr='#6d1414', GradientType=0);
	/* IE6-9 */
	border: 1px solid #921d1d;
	box-shadow: inset 0 9px 19px -9px rgba(51, 51, 51, 0.8);
}

.dropdown-menu>li>a,
.submenu li a {
	padding: 12px 20px;
	color: #fff;
}

.dropdown-item {
	color: white;
}

.dropdown-item:hover {
	text-decoration: underline;
}

.yamm .yamm-content {
	padding: 5px 15px;
}

.yamm-content li.media {
	padding: 7px;
	border-radius: 3px;
	margin-bottom: 18px;
}

.yamm-content li.media:hover {
	background-color: #fff;
}

.yamm-content li.media:hover a,
.yamm-content li.media:hover .media-body a,
.yamm-content li.media:hover .media-body {
	color: #b92727;
}

.yamm-content li.media:hover a,
.yamm-content li.media:hover .media-body h4 {
	color: #b92727;
}

.dropdown-menu .media-list .media {
	padding: 4px 8px;
}

.dropdown-menu .media-body,
.dropdown-menu .media-body a {
	color: #d48c8c;
	text-decoration: none;
}

.media-font {
	font-size: 14px;
}

.hakkimizda-menu {
	width: 983px
}

.faaliyet-menu {
	width: 868px
}

.dropdown-menu .media-heading,
.dropdown-menu .media-heading a {
	color: #fff;
}

.media-heading a:hover,
.media-body a:hover {
	text-decoration: underline;
}

.dropdown-menu li {
	border-bottom: 1px solid #7a1818;
}

.dropdown-menu li.media,
.dropdown-menu li:last-child {
	border-bottom: none;
	list-style: none;
}

.dropdown-menu>li>a:hover,
.submenu li a:hover {
	background: #fff;
	color: #333;
}

.submenu li a {
	display: block;
	clear: both;
}


.rev_slider_wrapper {
	min-height: 300px;
}

.media-object {
	border: 4px solid #fff;
}

ul.submenu {
	list-style: none;
	font-size: 14px;
	padding: 18px 0 0 0;
}

.cd-top {
	display: inline-block;
	z-index: 999;
	height: 30px;
	width: 30px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(232, 98, 86, 0.8) url(/assets/images/icons/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .8;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 40px;
		width: 40px;
		right: 30px;
		bottom: 30px;
	}
}

/* Mobile phone fix */
@media (max-width:750px) {
	.navbar-header img {
		padding: 8px;
	}

	.yamm .navbar-nav {
		padding-bottom: 10px;
	}

	.navbar-nav {
		margin: 0;
	}

	.slide-box1,
	.slide-box2,
	.slide-box3 {
		width: 100%;

	}

	.content {
		padding: 14px !important;
		margin: 0 !important;
		width: 100%;
	}

	.content.homepage {
		margin: 0;
		padding: 0;
	}

	.content-header {
		height: auto;
	}

	.main-content,
	.newsletter {
		width: 100%;
	}

	.section .brand {
		display: block !important;
		border: none !important;
		width: 100% !important;
	}

	.content-box,
	.content-banners,
	.content-banners2 {
		text-align: center;
	}

	.content-banners2 .content-box,
	.content-banners .content-box:first-child {
		margin: 10px 0;
	}

	.content-red-title {
		text-align: center;
	}

	.content-image h4,
	.content-image h3 {
		left: 5px;
	}

	.activity-areas .row div {
		border-left: none !important;
		border-top: none !important;
		border-right: none !important;
		border-bottom: 1px solid #d4d4d4 !important;
	}

	.content-header .content-title-box {
		width: 100%;
		padding: 6px;
		position: static;
	}

	.content-header .content-title-box-2 {
		width: 100%;
		padding: 6px;
		position: static;
	}

	.content-title-box .summary-quote,
	.content-title-box h1 {
		float: none !important;
		width: 100% !important;
	}

	div#bilgitoplum {
		padding: 0 0 0 35px;
		float: left !important;
	}
}

@media (max-width: 991px) {
	a.nav-link.dropdown-toggle::after {
		display: inline-block;
	}
}

.urun-carousel {
	margin-top: 70px;
}

/* Contact Form */
.btn-send {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	background-color: #b92727;
	border-color: #a50f0f;
	color: #fff;
}

.btn.focus,
.btn:focus,
.btn:hover {
	background-color: #b92727;
	border-color: #a50f0f;
	color: #fff;
}

.close-design{
	position: relative;
	left: 98%;
}

.inline {
	padding: 0;
	margin: 0;
	border: none;
}

.inline div {
	display: inline-block;
	padding: 0 6px 0 0;
}

/* Footer */
.footer {
	background-image: url("/assets/images/footer.jpg");
	width: auto;
	max-width: inherit;
	min-width: inherit;
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
	box-shadow: 0 11px 6px -9px rgba(0, 0, 0, 0.15) inset;
	padding-bottom: 503px;
	position: static;
	clear: both;
}

footer {
	background-size: 100% 6px;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
}

.section .brand {
    width: 200px;
    text-align: center;
    padding: 34px;
    border: 1px solid #d4d4d4;
}

.section .brand img {
    display: block;
    margin: 0 auto;
    object-fit: contain; /* Resmin oranını koruyarak sığmasını sağlar */
}

.cp-mama-img{
	
    width: 70%; /* İstediğiniz genişlik */
    height: 100%; /* İstediğiniz yükseklik */
    
}

.social li i {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.social li i:hover {
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.no-left-border {
	border-left: 0 !important;
}

.no-right-border {
	border-right: 0 !important;
}

.activity-areas .row div {
	border: 1px solid #d4d4d4;
	padding: 25px;
	text-align: center;
}

.activity-areas .row div img {
	margin-bottom: 20px;
}

.red-title,
.red-title a {
	font-size: 19px;
	font-family: 'Bryant Bold';
	color: #b92727;
	margin: 5px 0;
}

.main-content .red-title {
	margin: 40px 0;
}

.activity-areas .row div p {
	font-size: 11px;
	color: #6c6c6c;
	font-family: "Arial";
	text-align: left;
}

.activity-areas .row div p a {
	font-size: 11px;
	color: #b92727;
	font-family: "Arial";
	text-align: left;
	line-height: 35px;
}

.activity-areas .row {
	margin-left: 0;
	margin-right: 0;
}

.activities {
	margin-top: 15px;
	margin-bottom: 15px;
}

.list-links a {
	font-size: 17px;
	color: #b92727;
}


.img-responsive {
	width: 100%;
}